Difference between revisions of "MainPage:Nuclear:EquipmentOp"

From cua_phy
Jump to navigation Jump to search
Line 12: Line 12:
  
 
To set up V6533N Address Base (according to its switches SW8, 9, 10, 11 located in the very back of the modulus):
 
To set up V6533N Address Base (according to its switches SW8, 9, 10, 11 located in the very back of the modulus):
   Type 2 (to change "BASE ADDRESS")
+
   Type 2       - to change "BASE ADDRESS"
   Type 32100000 (considering SW8=3 SW9=2 SW10=1 SW11=0, as it came originally)
+
   Type 32100000 - considering SW8=3 SW9=2 SW10=1 SW11=0, as it came originally
 +
 
 +
Turning ON/OFF channel 0:
 +
  Type 1  - to set "ADDRESS"
 +
  Type 90 - Address of PW for channel 0
 +
  Type W  - to write on this register ("R" to read)
 +
  Type 1  - to turn channel 0 ON (0 would turn it OFF)
  
 
To set/read HV on channel 0:
 
To set/read HV on channel 0:
   Type 1 (to change "ADDRESS")
+
   Type 1   - to change "ADDRESS"
   Type 0x0080 (Address of VSET for channel 0)
+
   Type 80  - Address of VSET for channel 0
   Type "R" or "W" (if you want to Read the voltage or Write the voltage)
+
   Type W    - to write on this register ("R" to read)
   Type 10xV (10 times the voltage you want, e.g. if you want 1000V, type 10000 - resolution of 0.1V)
+
   Type 10*V em HEX (10 times the voltage you want in HEX format, e.g. if you want 1000V, type 2710 (it means 10000 in HEX))

Revision as of 11:36, 11 September 2013

⇐ Back to the Main_Page

CAEN VME HV Module

Running "sample" code

This code allows one to "easily" control the parameters of any board using the V1718 control module.

To access the module:

 ./CAENVMEDemo V1718 1

To set up V6533N Address Base (according to its switches SW8, 9, 10, 11 located in the very back of the modulus):

 Type 2        - to change "BASE ADDRESS"
 Type 32100000 - considering SW8=3 SW9=2 SW10=1 SW11=0, as it came originally

Turning ON/OFF channel 0:

 Type 1  - to set "ADDRESS"
 Type 90 - Address of PW for channel 0
 Type W  - to write on this register ("R" to read)
 Type 1  - to turn channel 0 ON (0 would turn it OFF)

To set/read HV on channel 0:

 Type 1    - to change "ADDRESS"
 Type 80   - Address of VSET for channel 0
 Type W    - to write on this register ("R" to read)
 Type 10*V em HEX (10 times the voltage you want in HEX format, e.g. if you want 1000V, type 2710 (it means 10000 in HEX))