Fanuc Pmc-Model Nb6 Supplemental Programming Manual (LADDER Language)
Fanuc Pmc-Model Nb6 Supplemental Programming Manual (LADDER Language)
Fanuc Pmc-Model Nb6 Supplemental Programming Manual (LADDER Language)
Summary of Change
New, Add,
Applicable
Group Name/Outline Correct,
Date
Delete
• Writing and Comparing Function of C Language
Basic
Program to Memory card Add Dec, 2001
Function
• Address Change Function in Ladder Editor
Optional
Function
Unit
Maintenance
Parts
Notice
Correction
Another
TITLE
Contents
1 SUMMARY.......................................................................................................................................... 3
2 APPLIED SOFTWARE........................................................................................................................ 3
3 WRITING, COMPARING OF C LANGUAGE PROGRAM TO MEMORY CARD ........................ 4
4 ADDRESS CHANGE FUNCTION in LADDER EDITOR............................................................... 13
TITLE
2 APPLIED SOFTWARE
The information contained in this document is applicable to the following software.
- Series 15i-MODEL A
Software Series Version
PMC-NB6 Control Software 404A 08 or later
TITLE
When the soft-key [I/O] on the PMC main menu screen is pressed, the following screen appears.
On this screen, sequence programs, PMC parameters and C language program can be written to
the specified device, read from the device, and compared. The question selection cursor, which
moves vertically from one question to another, is displayed, as is the option selection cursor, which
moves horizontally form one option to another. The displayed soft-keys differ depending on the
TITLE
The following types of devices can be used for input/output. The desired device type can be
selected by positioning the question selection cursor to “DEVICE” and the option selection cursor to
that type or by selecting the soft-key corresponding the type.
MEMORY CARD Data can be output to and input from a memory card.
FLASH ROM Data can be output to and input from flash ROM
FLOPPY Data can be output to and input from handy files or floppy cassettes.
OTHERS Data can be output to and input from other input/output devices.
When you read a file form an I/O device, one of the following messages appear and whether to
continue the operation is confirmed.
Sequence program:
THE FILE CONTAINS LADDER PROGRAM. PROCEED TO READ IT ?
C language program:
THE FILE CONTAINS C LANGUAGE PROGRAM. PROCEED TO READ IT ?
PMC parameters:
THE FILE CONTAINS PMC PARAMETER. PROCEED TO READ IT ?
Others:
UNKNOWN FILE FORMAT
When you proceed to read a sequence program or a C language program, the ladder program
stops automatically. When you proceed to read PMC parameters, new PMC parameters will be
stored even if the ladder program is running.
TITLE
TITLE
NOTE
1. The [I/O] soft key is displayed by setting bit 1 of keep relay K900 to 1.
2. For an explanation of error messages on I/O screen, see section B-61863E 12.1.9, ”I/O
screen Error Messages”.
3. The message “C LANGUAGE” is not displayed when the C language board is not
installed
TITLE
When “MEMORY CARD” is selected for DEVICE, output to and input from memory cards are
enabled.
• FUNCTION
A data I/O command appears. Select FUNCTION with the item select cursor, then select an
item by moving the content selection soft key horizontally or pressing an appropriate soft key.
Soft keys displayed when the question selection cursor is positioned to “FUNCTION”
TITLE
CAUTION
When “FORMAT” is selected and executed, all data in the memory card is lost. Be careful
when executing this function.
When you read a file from a memory card, one of following messages appears and whether to
operate the important thing is confirmed.
Sequence program:
THE FILE CONTAINS LADDER PROGRAM. PROCEED TO READ IT?
C language program:
THE FILE CONTAINS C LANGUAGE PROGRAM. PROCEED TO READ IT?
PMC parameters:
THE FILE CONTAINS PMC PARAMETER. PROCEED TO READ IT?
Other:
UNKNOWN FILE FORMAT
When you proceed to read a sequence program or a C language program, the ladder program
stops automatically. When you proceed to read PMC parameters, new PMC parameters will be
stored even if the ladder program is running.
TITLE
• KIND OF DATA
KIND OF DATA is displayed only when “WRITE” is selected for “FUNCTION.”
Set the type of data to be output by moving the cursor horizontally to that type or by pressing
the corresponding soft key.
Soft keys displayed when the question selection cursor is positioned to“KIND OF DATA”
Explanation of options
LADDER: Outputs sequence programs only.
PARAMETER: Outputs PMC parameters.
C LANGUAGE Outputs C language program
TITLE
CAUTION
When both “FILE NO.” and “FILE NAME” are displayed at the same time, and a value is
entered for “FILE NO.” and another file name is entered in “FILE NAME,” the value entered
in “FILE NO.” is erased and the file name entered in “FILE NAME” becomes effective.
TITLE
NOTE(*)
For an explanation of supported flash memory cards, see B-61863/E “(1) Writing to flash
memory cards” in Section III.7.3.4.
TITLE
Replace the drawing of the soft-keys of Ladder Editor screen in “IV.6.2.2 Operations”.
Program List Add new net Select nets Cut nets Paste nets
TITLE
You can change the addresses used in the ladder program into other addresses.
Pressing the soft-key “CHANGE ADRS” changes to the mode of the address change.
TITLE
TITLE
[ALL] altering all the address into the address specified in “NEW ADDRESS”
This key alters the address in “OLD ADDRESS” into the address in “NEW ADDRESS”
in a lump. If the global program is selected, the altering is executed in the global
program. If a local program is selected, the altering is executed in the local program.
The following messages are displayed before the execution and after the execution.
TITLE
TITLE
TITLE
TITLE