
FANUC PMC Simulator
Operator’s Manual
01 05.08.01
T.Maruyama
New registration
A-90139EN/01
EDIT
DATE
DESIG.
DESCRIPTION
67/70
DRAW.NO.
8.4 SIGNAL OPERATION FILE FORMAT
The signal operation file is CSV(Comma Separated Value) file. The file
is divided into the header and the command part. The file can be
displayed and be edited by the text editor, the word pad and the
spreadsheet corresponding to CSV such as Microsoft Excel.
1. Header part
The identifier that shows the type of data is output at the head of
data.
•
Identifier: PMC SIGNAL DATA
2. Command part
First of all about the form of the command file, specify the
command for first column 1. Specify the arguments according to the
command continuously.
The kinds of the commands are enumerated as follows.
•
REMARK(abbreviation R)
Specify the comment to be displayed in the signal operation replay
function window.
・ Specify the comment for the following argument.
・ There is no limitation of the number of characters in comments.
・ This command can be omitted.
・ When this command is set to two or more lines, the second or
later commands are ignored.
•
SET(abbreviation S)
Set data.
Specify for the following argument in the format "wait, (address
(symbol), value, type), (address (symbol), value, type)...".
・ Specify the wait time in the column following SET. Wait is a
difference from the last SET line. The unit of wait is ms.
Specify the unit of ms by the unit of the execution cycle at the
first level of the ladder. Round the specified value at the
execution cycle when it is not a multiple of execution cycle. For
instance, when 1ms is specified and the execution cycle is 8ms,
it is rounded to 8ms. Moreover, when 0ms is specified, the
signal is input according to the same timing as the previous SET
line. When reading a file in which any negative values are
specified, an error is caused.
Note
The execution cycle of the ladder is different from
actual PMC.