Page 66 of 112
DMM-0200 Product User Guide
159 Swanson Road
Boxborough, MA 01719
Tel: 508-475-3400
Email: sales@dovermotion.com
DEC
Description:
Read: Get deceleration value
Write: Set deceleration value
Value is in milliseconds.
Syntax:
Read: [variable] = DEC
Write: DEC = [value]
DEC = [variable]
Examples:
DEC=300 ;***Sets the deceleration to 300 milliseconds
V3=500 ;***Sets the variable 3 to 500
DEC=V3 ;***Sets the deceleration to variable 3 value of 500
DEC[axis]
Description:
Read: Get individual deceleration value
Write: Set individual deceleration value.
Value is in milliseconds.
Syntax:
Read: [variable] = DEC[axis]
Write: DEC[axis] = [value]
DEC[axis] = [variable]
Conditional: IF ACC[axis]=[variable]
ENDIF
IF ACC[axis]=[value]
ENDIF
Examples:
DECX=300 ;***Sets the X deceleration to 300 milliseconds
V3=500 ;***Sets the variable 3 to 500
DECX=V3 ;***Sets the X deceleration to variable 3 value of 500
DELAY
Description:
Set a delay (1 ms units)
Syntax:
Delay=[Number](1msunits)
Examples:
JOGX+ ;***Jogs X axis to positive direction
DELAY=10000 ;***Wait 10 second
ABORT ;***Stopwith deceleration all axes including X axis
EX=0 ;***Sets the current X encoder position to0
EY=0 ;***Sets the current Y encoder position to0
DI
Description:
Read: Gets the digital input value
Performax 4EX has 8 digital inputs
Syntax: