
SC6000 HOST MODE PROGRAMMING
8
3
Type (Parameter Type)
Parameter type is essential in order to decide the parameter VALUE format used in the
programming strings. Types are:
Type 0
: Integer (Numeric)
Type 1
: Enumeration
Type 2
: String
Type 3
: Binary String
Type 4
: Floating Point
The other definitions change according to the parameter type.
Integer (Type = 0)
Range
Minimum and maximum values allowed for the parameter.
Example
: Reading Phase Timeout parameter (OPERATING MODES folder).
Path: /Operating/ONLTimeOut
Shortcut: 79
Type: 0
Label: Timeout (ms)
Range: 40 to 15.000
Default: 500
The sign can be omitted if the parameter value is not negative.
Enumeration (Type = 1)
Item List
List of the values allowed for the parameter (i.e. 0 = first entry of the list, 1 = second entry of
the list).
Example
: Operating Mode parameter (OPERATING MODES folder).
Path: /Operating/Selection
Shortcut: 31
Type: 1
Label: Operating Mode Selection
Item List: 0 = On Line
4 = Continuous
5 = PackTrack
Default: 0 (Entry 0 On Line)
Komentarze do niniejszej Instrukcji