Changeset 149 for trigger/CommunicateWithVME.py
- Timestamp:
- Jan 18, 2010, 9:41:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trigger/CommunicateWithVME.py
r115 r149 4 4 # CommunicateWithVME.py 5 5 # Handles the communication with the VME crate 6 # can sendcommands to the VME crate6 # Sends commands to the VME crate 7 7 # 8 8 # … … 56 56 #GlobalVariables.ServerMessage = str(beginCounter[i]) 57 57 #GlobalVariables.ServerMessage = "Evaluating rates..." 58 time.sleep( 1)58 time.sleep(2) 59 59 for i in range(0,16): 60 60 endCounter[i] = _VME. V560_Read_Counter( module, i) 61 61 #GlobalVariables.ServerMessage = str(endCounter[i]) 62 rates[i+1] =(endCounter[i]-beginCounter[i])/ 1000.62 rates[i+1] =(endCounter[i]-beginCounter[i])/2000. 63 63 return rates 64 64
Note: See TracChangeset
for help on using the changeset viewer.