Parker Hannifin VIX500IM Stepper Machine User Manual


 
146 VIX IM MICROSTEPPER INDEXER DRIVE USER GUIDE
LSEL
Label Select
Syntax aLSELon/off(code,inputs,execution,type)
Description
The label select command allows the code following a label having the name
Lnn (where nn is the detected input code) to be performed when a certain
user input pattern is detected on a number of inputs in the range 1 to 5. The
code can be continuously repeated or may be re-triggered, depending upon
the commands execution parameter setting. The optional parameter type
specifies which inputs are to be tested; internal or fieldbus inputs.
The controller supports up to 16 user-defined subroutine labels, requiring 5
inputs to be able to select any 1 of the 16. You must declare each label
before you use it. For example:
1DECLARE(L1)
1L1:
code goes here
1END
16 subroutine labels may be numbered in the range L1 to L31 if they are to
be executed using the LSEL command.
IMPORTANT: The drive will need to use all of its inputs to select from the
complete range of 16 labels unless a field-bus input-module is used.
Properties
Immediate or buffered, can be used in labelled block, saved by SV
Parameter Range
On 1
Off 0 (default setting)
Code 0 BCD
1 binary (default setting)
Inputs 1 to 5 (default of 5)
Execution 0 continuously repeated
(default setting)
1 re-triggered
Type (optional) Reserved