MainPage:Nuclear:EquipmentOp
⇐ 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))