A SERVICE OF

logo

48
Chapter 4 Advanced setting
Format of the define file
Describes the operators and format of the define file as follows;
[GROUP LIST]
COUNT = {number of the total group}
GROUP1 = {group name1}
*
1
GROUP2 = {group name2}
:
:
GROUPn = {group name n}
*
1
Group name is a unique identifier.
[{group name 1}]
SEC_MODE = EXCLUSIVE *
2
{command description1} = {command}
{command description2} = {command}
*
2
Use when selecting an exclusive command among 2 or more
commands
[{group name 2}]
{command description} = {command}
:
:
[{group name n}]
{command description = {command}
Example
If you want to add a new command “INPUT SELECTION” in the “Global Setting”, edit “Define_PJ.
def” file as follows;
Modify group number to “16”.
COUNT = 16
Add a new group number and group name.
GROUP16 = INPUT SELECTION
Add a new group specification
[INPUT SELECTION]
SEC_MODE = EXCLUSIVE
INPUT 1 = C05
INPUT 2 = C06
INPUT 3 = C07
INPUT 4 = C08