A SERVICE OF

logo

GENERIC ELEMENTS 06/2005 Danaher Motion
148 Rev E M-SS-005-03l
9. 2 WITH
WITH can be given in three contexts: configuration file, terminal and task. All
three contexts of WITH can be applied to generic elements.
With Gen_Axis
PFac = 0x8000
VFac = PFac/1000
AFac = VFac/1000
JFac = AFac/1000
End With
WITH can be used on assigned and unassigned generic elements. These
generic elements can be assigned and/or re-assigned later. This changes
the WITH element without writing a new WITH command.
With Gen_Axis
? With
GEN_AXIS
? VMax
Error: 3005, "Nonexistent group or axis", Module: Motion
Gen_Axis = A1
? VMax
290
Gen_Axis = A2
? VMax
360