
112
Epsilon EP-P Drive and FM-3/4 Module Reference Manual
Example:
Index.0.BlendInitiate into (1)
DriveOutput.1=ON
Index.1.BlendInitiate into (2)
DriveOutput.2=ON
Index.2.Initiate
DriveOutput.3=ON
Wait For Index.AnyCommandComplete
DriveOutput.1=OFF
DriveOutput.2=OFF
DriveOutput.3=OFF
Home.Initiate
This program instruction is used to initiate the home.
A comment is automatically inserted after the Home.Initiate instruction which shows key data about the particular home. The
comment starts with the apostrophe ‘ character.
A “Wait For Home.AnyCommandComplete” instruction is not required because the home is actually a program which
already has a “Wait For” instruction.
Example:
Home.0.Initiate ‘Sensor,Offset=2.000in,Vel=-10.0in/s
Jog.Stop
This program instruction is used to halt jogging using the deceleration ramp setup for the currently operating jog.
Examples:
Wait For DriveInput.2=ON ‘Wait for “Jog –“ input to turn on
Jog.0.MinusInitiate ‘Vel=27.2in/s
Wait For DriveInput.2=OFF ‘Wait for “Jog –“ input to turn off
Jog.Stop ‘Decelerate to a stop
Do While(TRUE) ‘Repeat until the program is halted
If (DriveInput.2=ON) Then ‘Jog+ when DriveInput.2=ON
Jog.0.PlusInitiate ‘Vel=20in/s
Wait For DriveInput.2=OFF ‘Stop when the input goes OFF
Jog.Stop ‘Decelerate to a stop
Endif
If (DriveInput.3=ON) Then ‘Jog- when DriveInput.3=ON
Jog.0.MinusInitiate ‘Vel=20in/s
Wait For DriveInput.3=OFF ‘Stop when the input goes OFF
Jog.Stop ‘Decelerate to a stop
Endif
Loop
Jog.PlusInitiate
This program instruction is used to initiate jogging in the positive direction. The Jog.Stop instruction is used to stop jogging
motion.
A comment is automatically inserted after the Jog.PlusInitiate instruction which shows key data about the particular jog. The
comment starts with the apostrophe ’ character.
Examples:
Jog.0.PlusInitiate ‘Vel=27.2in/s
Jog.1.PlusInitiate ‘Sync,Vel=1.000in/in
Jog.MinusInitiate
This program instruction is used to initiate jogging in the negative direction. The Jog.Stop instruction is used to stop jogging
motion.
A comment is automatically inserted after the Jog.MinusInitiate instruction which shows key data about the particular jog.
The comment starts with the apostrophe ‘ character.
Komentarze do niniejszej Instrukcji