Changed idle polling rate

This commit is contained in:
MarkRivers
2006-04-18 18:52:56 +00:00
parent 60224fabd0
commit a22a5b0a8b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ dbLoadTemplate "motor.substitutions.xps"
XPSSetup(1)
# card, IP, PORT, number of axes, active poll period (ms), idle poll period (ms)
XPSConfig(0, "newport-xps3", 5001, 2, 10, 5000)
XPSConfig(0, "newport-xps3", 5001, 2, 10, 500)
# asyn port, driver name, controller index, max. axes)
drvAsynMotorConfigure("XPS1", "motorXPS", 0, 2)
@@ -22,7 +22,7 @@ XPSConfigAxis(0,1,"GROUP2.POSITIONER")
#asynSetTraceMask newport-xps3:5001:0 0 255
asynSetTraceIOMask newport-xps3:5001:0 0 2
#asynSetTraceMask XPS1 0 255
asynSetTraceMask XPS1 0 255
asynSetTraceIOMask XPS1 0 2
iocInit
+2 -2
View File
@@ -12,7 +12,7 @@ dbLoadTemplate "motor.substitutions.xps"
XPSSetup(1)
# card, IP, PORT, number of axes, active poll period (ms), idle poll period (ms)
XPSConfig(0, "newport-xps3", 5001, 2, 10, 5000)
XPSConfig(0, "newport-xps3", 5001, 2, 10, 500)
# asyn port, driver name, controller index, max. axes)
drvAsynMotorConfigure("XPS1", "motorXPS", 0, 2)
@@ -22,7 +22,7 @@ XPSConfigAxis(0,1,"GROUP2.POSITIONER")
#asynSetTraceMask newport-xps3:5001:0 0 255
asynSetTraceIOMask newport-xps3:5001:0 0 2
#asynSetTraceMask XPS1 0 255
asynSetTraceMask XPS1 0 255
asynSetTraceIOMask XPS1 0 2
iocInit