
6.MNEMONIC EDITING B-66234EN/05
- 270 -
6.7.1 Option
The column number of symbol, comment and etc. is specified for
Option enclosed in parentheses behind %@2-E.
Table 6.7.1
Option Description Remarks
/SYM= Specify a column no. of symbol 1st column when omitted
/SCP= Specify a column no. of symbol scope
(LEVEL1->L1, LEVEL2->L2, P0001->P1,,).
Symbol scope is global when omitted
/TYP= Specify a column no. of symbol type
(BOOL/BYTE/WORD/DWORD)
3rd column when omitted
/ADR= Specify a column no. of address 4th column when omitted
/CM1= Specify a column no. of comment 1
/CM2= Specify a column no. of comment 2
/CM3= Specify a column no. of comment 3
/CM4= Specify a column no. of comment 4
When omitted, it is considered that comment 1/2/3/4
does not exist.
In Additional Information window of CNC’s I/O
DIAGNOSIS screen, one of 4 comments can be
displayed according to the setting of display
language on CNC. Please see “11.7.1 Set of
display language for comment” in this material.
/SEP= Specify a character of delimiter Delimiter is comma when omitting
+ Plus is used to connect strings of two or
more comment columns
To combine the character strings in the fifth column
and the tenth column into comment 1, specify
CM1=5+10.
/JOI= Specify a character to connect strings of
two or more comment columns.
When /JOI=_ is specified, _ is added between
character strings to be combined. When this option
is omitted, they are directly combined.
/LBL The first effective line is a column label
definition line.
When /LBL exists, the conversion of the first line in
effective data is skipped.
(white-space) Delimiter of option setting
(Ex.) Separator is comma, quotation mark is “, 1st column is symbol,
2nd column is address, 3rd column is type, 4th column is scope,
5th column is comment1 and 6th column is comment2.
%@2-E(SYM=1 ADR=2 TYP=3 SCP=4 CM1=5 CM2=6)
6.7.2 Sample of an External Symbol File
:
%@2-E(SYM=1 ADR=2 TYP=3 SCP=4 CM1=5 CM2=6)
STOP,Y0.0,BOOL,Stop signal on,Maintenance information (Line 29)
POWER_OFF,X32.0,BOOL,Power off status,Maintenance information (Line 01)
DOOR,X32.1,BOOL,Safety door open,Maintenance information (Line 12)
%
: