
FANUC PMC Simulator
Operator’s Manual
01 05.08.01
T.Maruyama
New registration
A-90139EN/01
EDIT
DATE
DESIG.
DESCRIPTION
68/70
DRAW.NO.
・ Specify the address following the wait. Two or more addresses
can be specified in the same line, and those addresses are input
at the same timing. The maximum number of addresses that can
be specified at the same time are 32 points.
・ Specify the signal value following the address. The hexadecimal
display is shown by applying “16#” before the digits.
・ Specify the data type following the signal.
Data type Bit Byte Word Dword
Abbreviation Bi B W D
・ This command can be omitted.
•
CHAIN(abbreviation C)
Move the control to another signal operation file.
・ To the following argument, specify ”C:¥…¥ file name. csv".
・ Relative path from the execution folder can also be specified.
・ When this command exists, the setting of the lines afterwards in
the file is invalid.
・ This command can be omitted.
Fig.8.4 (a) Example of display in text form
PMC SIGNAL DATA
REMARK ABC
SET 0 X0.0 1 Bi X0.1 0 Bi X20 16#3 B
SET 100 X0.0 0 Bi X0.1 1 Bi X20 16#2 B
SET 200 X0.0 1 Bi X0.1 0 Bi X20 16#1 B
CHAIN C:¥filename.csv
Fig.8.4 (b) Example of display in table
PMC SIGNAL DATA
REMARK,ABC
SET,0,X0.0,1,Bi,X0.1,0, Bi,X20,16#3,B
SET,100,X0.0,0, Bi,X0.1,1, Bi,X20,16#2,B
SET,200,X0.0,1, Bi,X0.1,0, Bi,X20,16#1,B
CHAIN, C:¥ filename. csv