Difference between revisions of "MainPage:Nuclear:EquipmentOp"

From cua_phy
Jump to navigation Jump to search
Line 18: Line 18:
 
   Type 1 (to change "ADDRESS")
 
   Type 1 (to change "ADDRESS")
 
   Type 0x0080 (Address of VSET for channel 0)
 
   Type 0x0080 (Address of VSET for channel 0)
 +
  Type "R" or "W" (if you want to Read the voltage or Write the voltage)
 
   Type 10xV (10 times the voltage you want, e.g. if you want 1000V, type 10000 - resolution of 0.1V)
 
   Type 10xV (10 times the voltage you want, e.g. if you want 1000V, type 10000 - resolution of 0.1V)
  Type "R" or "W" (if you want to Read the voltage or Write the voltage)
 

Revision as of 11:11, 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)

To set/read HV on channel 0:

 Type 1 (to change "ADDRESS")
 Type 0x0080 (Address of VSET for channel 0)
 Type "R" or "W" (if you want to Read the voltage or Write the voltage)
 Type 10xV (10 times the voltage you want, e.g. if you want 1000V, type 10000 - resolution of 0.1V)