Difference between revisions of "MainPage:Nuclear:EquipmentOp"

From cua_phy
Jump to navigation Jump to search
(Created page with "__NOTOC__ {|border="1" cellpadding="2" cellspacing="0" style="background-color:lightgray" | <font size="2">'''⇐ Back to the Main_Page'''</font> |} == C...")
 
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 (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)
 +
 
 +
To set HV on channel 0:
 +
  Type 1 (to change "ADDRESS")
 +
  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:08, 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 HV on channel 0:

 Type 1 (to change "ADDRESS")
 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)