61863e Ladder Language Programming Manual(2)
61863e Ladder Language Programming Manual(2)
Programming Manual
Warning
Warning notices are used in this publication to emphasize that hazardous voltages, currents,
temperatures, or other conditions that could cause personal injury exist in this equipment or
may be associated with its use.
In situations where inattention could cause either personal injury or damage to equipment, a
Warning notice is used.
Caution
Caution notices are used where equipment might be damaged if care is not taken.
Note
Notes merely call attention to information that is especially significant to understanding and
operating the equipment.
This document is based on information available at the time of its publication. While efforts
have been made to be accurate, the information contained herein does not purport to cover all
details or variations in hardware or software, nor to provide for every possible contingency in
connection with installation, operation, or maintenance. Features may be described herein
which are not present in all hardware and software systems. GE Fanuc Automation assumes
no obligation of notice to holders of this document with respect to changes subsequently made.
This manual includes safety precautions for protecting the user and preventing damage to the
machine. Precautions are classified into Warning and Caution according to their bearing on safety.
Also, supplementary information is described as a Note. Read the Warning, Caution, and Note
thoroughly before attempting to use the machine.
WARNING
Applied when there is a danger of the user being injured or when there is a danger of both the user
being injured and the equipment being damaged if the approved procedure is not observed.
CAUTION
Applied when there is a danger of the equipment being damaged, if the approved procedure is not
observed.
NOTE
The Note is used to indicate supplementary information other than Warning and Caution.
s–1
B–61863E/12 PREFACE
PREFACE
Applicable models The models covered by this manual, and their abbreviations are :
p–1
PREFACE B–61863E/12
NOTE
1 These models have been renamed; in the product name
column, the old names are enclosed in parentheses, while
the new names appear above the old names. However, the
previous specifications are still applied to the renamed
models.
Thus, when using the renamed models, users should :
• Read the old names shown in this manual as the new
names.
• Read the old names appearing on the units as the new
names.
2 PMC–SA1 is applied to the loader control side of a CNC
having the loader control function.
The CNC models having the loader control function are as
follows :
FANUC Series 16–MODEL A/B/C
FANUC Series 18–MODEL A/B/C
FANUC Series 21–MODEL B
FANUC Series 16i–MODEL A
FANUC Series 18i–MODEL A
p–2
B–61863E/12 PREFACE
Other manuals However, it does not include all items required for sequence
programming. For those required for sequence programming
refer to the following manuals.
Other application The models covered for reference by this manual, and their
model names abbreviations are:
p–3
B–61863E/12 Table of Contents
Volume 1
PREFACE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . p–1
2. SEQUENCE PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
2.1 EXECUTION PROCEDURE OF SEQUENCE PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
2.2 REPETITIVE OPERATION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
2.3 PRIORITY OF EXECUTION (1ST LEVEL, 2ND LEVEL AND 3RD LEVEL) . . . . . . . . . . . . . . . 31
2.4 SEQUENCE PROGRAM STRUCTURING . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
2.5 PROCESSING I/O SIGNALS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
2.5.1 Input Signal Processing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
2.5.2 Output Signal Processing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
2.5.3 I/O Signals to CNC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
2.5.4 Difference of Status of Signals between 1st Level and 2nd Level . . . . . . . . . . . . . . . . . . . . . . . 40
2.6 INTERLOCKING . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
2.7 SEQUENCE PROGRAM PROCESSING TIME . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
2.8 SEQUENCE PROGRAM MEMORY CAPACITY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
3. ADDRESS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
3.1 ADDRESSES BETWEEN PMC AND CNC (PMC´NC) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
3.2 ADDRESSES BETWEEN PMC AND MACHINE TOOL (PMC´MT) . . . . . . . . . . . . . . . . . . . . . . 58
3.2.1 Addresses Between PMC and Machine Tool . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58
3.2.2 Assignment of I/O Module Addresses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
3.2.3 I/O Link Connection Unit Assignment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
3.2.4 I/O Unit MODEL B Assignment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
3.2.5 Power Mate–MODEL D/H Assignment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69
3.2.6 FS16i–LA Assignment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
3.2.7 Distribution I/O Connection I/O Module and Distribution I/O Operator’s Panel
I/O Module Assignment Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
3.3 INTERNAL RELAY ADDRESSES (R) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
3.3.1 Area Managed by the System Program . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
c–1
Table of contents B–61863E/12
c–2
B–61863E/12 Table of contents
c–3
Table of contents B–61863E/12
c–4
B–61863E/12 Table of contents
1. GENERAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 371
1.1 FOR MDI UNITS OTHER THAN STANDARD MDI UNITS
(FOR FS20 PMC–SA1 AND SA3) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 378
1.2 AUTOMATIC OPERATION WHEN THE POWER IS TURNED ON . . . . . . . . . . . . . . . . . . . . . . 378
1.3 CLEARING THE SEQUENCE PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 378
1.4 LOADING THE STANDARD LADDER (FOR Power Mate–D/F PMC–PA1 AND PA3) . . . . . . . 379
1.5 FS15i PMC–NB6 OPERATING PROCEDURE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379
1.6 LADDER PASSWORD FUNCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 380
1.7 PMC OPERATION FOR LOADER CONTROL FUNCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383
3. PMC I/O SIGNAL DISPLAY AND INTERNAL RELAY DISPLAY (PMCDGN) . . . . . . 390
3.1 DISPLAYING TITLE DATA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 391
3.2 DISPLAY OF SIGNAL STATUS (STATUS) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393
3.3 ALARM SCREEN (ALARM) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394
3.4 TRACE FUNCTION (TRACE) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395
3.4.1 Operation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395
3.4.2 Parameter Setting Screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395
3.4.3 Starting or Stopping the Trace Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396
3.4.4 Trace Screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397
3.4.5 Automatic Tracing Function at Power on . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397
3.5 DISPLAYING THE CONTENTS OF MEMORY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398
3.5.1 Operation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398
3.5.2 Function for Storing Data in Memory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 399
3.6 FUNCTION FOR DISPLAYING SIGNAL WAVEFORMS (ANALYS) . . . . . . . . . . . . . . . . . . . . . 400
3.6.1 Specifications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400
3.6.2 Operation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400
3.6.3 Parameter Screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 401
3.6.4 Signal Diagnosis Screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 404
3.6.5 Reading Signals Automatically at Power on . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 405
3.7 DISPLAYING THE RUNNING STATE OF A USER TASK (USRDGN) . . . . . . . . . . . . . . . . . . . . 406
3.8 DISPLAYING AND SETTING THE CONFIGURATION STATUS OF
I/O DEVICES (IOCHK) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 408
3.8.1 I/O Link Connecting Check Screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409
3.8.2 I/O Link–II Parameter Setting Screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 410
3.9 FORCED INPUT/OUTPUT FUNCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413
3.9.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413
3.9.2 Setting/Operation for Enabling Forced Input/Output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 417
3.9.3 Screen Display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 418
3.9.4 Modifying the Values of Signals by Forced Input/Output . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421
3.9.5 Setting/Clearing OVERRIDE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 422
c–5
Table of contents B–61863E/12
c–6
B–61863E/12 Table of contents
1. GENERAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 479
1.1 ABOUT THE FS15i PMC–NB6 PROGRAMMER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 480
c–7
Table of contents B–61863E/12
c–8
B–61863E/12 Table of contents
11. PMC PROGRAMMER (DPL/MDI) (ONLY FOR THE Power Mate–D/F/H) . . . . . . . . 579
11.1 SELECTING THE PMC PROGRAMMER MENU . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581
11.2 SETTING AND DISPLAYING SYSTEM PARAMETERS (SYSTEM PARAM) . . . . . . . . . . . . . . 582
11.3 EDITING THE SEQUENCE PROGRAM (EDIT) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
11.4 EDITING LADDER MNEMONICS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584
11.4.1 Starting Ladder Mnemonics Editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584
11.4.2 Confirming the Ladder Mnemonics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 585
11.4.3 Modifying the Ladder Mnemonics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
11.4.4 Ending Ladder Mnemonics Editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
11.5 STARTING AND STOPPING THE SEQUENCE PROGRAM (RUN/STOP) . . . . . . . . . . . . . . . . . 589
11.6 ERROR MESSAGES (FOR LADDER MNEMONICS EDITING) . . . . . . . . . . . . . . . . . . . . . . . . . 590
11.7 STORING THE SEQUENCE PROGRAM INTO FLASH EEPROM (I/O)
(ONLY FOR THE Power Mate–H) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
11.8 ERROR DETAILS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592
11.9 INPUT/OUTPUT LADDER/PMC–PARAMETER BY MDI/DPL . . . . . . . . . . . . . . . . . . . . . . . . . . 593
11.9.1 Input/Output Method to Office Programmer (P–g Mate/Mark II) (Fixed 9600bit/Sec.) . . . . . 593
11.9.2 Input/Output Method to FANUC FLOPPY CASSETTE (Fixed 4800bit/Sec.) . . . . . . . . . . . . 593
11.10 ON–LINE DEBUGGING FUNCTION (ONLY FOR Power Mate–D/H) . . . . . . . . . . . . . . . . . . . . . 594
11.10.1 Starting and Stopping the On–line Debugging Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 594
11.11 ERROR LIST . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 596
c–9
Table of contents B–61863E/12
c–10
B–61863E/12 Table of contents
4. OPERATION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 693
4.1 GENERAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 694
4.2 PREPARATION BEFORE OPERATION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 696
4.2.1 System Floppy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 696
4.2.2 Limitations with the SYSTEM P Mate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 696
4.2.3 Loading of Floppy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 696
4.2.4 FAPT LADDER System Floppy Loading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 697
4.2.5 Programmer Menu Screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 698
4.2.6 Parameter Setting and Display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 699
4.3 PROGRAM EDITING . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 702
4.3.1 Data Display and Setting
(Title, Symbol, Ladder Program, Comment, Message, I/O Module) . . . . . . . . . . . . . . . . . . . . 702
4.3.2 Programming from Keyboard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 708
4.3.3 Alter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 709
c–11
Table of contents B–61863E/12
c–12
B–61863E/12 Table of contents
Volume 2
APPENDIX
A. ERROR CODES LIST (FOR FAPT LADDER P–G) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 763
c–13
Table of contents B–61863E/12
B.4.29 Reading Tool Life Management Data (Tool Length Compensation No. (1): Tool No.)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
B.4.30 Reading Tool Life Management Data (Tool Length Compensation No. (2): Tool Order No.)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841
B.4.31 Reading Tool Life Management Data (Cutter Compensation No. (1): Tool No.)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 843
B.4.32 Reading Tool Life Management Data (Cutter Compensation No. (2): Tool Order No.)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 845
B.4.33 Reading Tool Life Management Data (Tool Information (1) : Tool No.)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 847
B.4.34 Reading Tool Life Management Data (Tool Information (2): Tool Order No.)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 849
B.4.35 Reading Tool Life Management Data (Tool No.)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 851
B.4.36 Reading the Actual Spindle Speed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 853
B.4.37 Entering Data on the Program Check Screen (:Low–speed Response)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 855
B.4.38 Reading Clock Data (Date and Time) (not available for Power Mate–F) . . . . . . . . . . . . . . . . 857
B.4.39 Entering Torque Limit Data for the Digital Servo Motor (:Low–speed Response) . . . . . . . 859
B.4.40 Reading Load Information of the Spindle Motor (Serial Interface) . . . . . . . . . . . . . . . . . . . . . 861
B.4.41 Reading a Parameter (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . 864
B.4.42 Reading Set Data (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . 865
B.4.43 Reading Diagnosis Data (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . 866
B.4.44 Reading a Character String of the CNC Program Being Executed in the Buffer . . . . . . . . . . 867
B.4.45 Reading the Relative Position on a Controlled Axis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 869
B.4.46 Reading the Remaining Travel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 871
B.4.47 Reading CNC Status Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 873
B.4.48 Reading Value of the P–code Macro Variable (:Low–speed Response) . . . . . . . . . . . . . . . . 875
B.4.49 Writing Value of the P–code Macro Variable (:Low–speed Response) . . . . . . . . . . . . . . . . . 877
B.4.50 Reading the Tool Life Management Data (Tool Life Counter Type)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
B.4.51 Registering the Tool Life Management Data (Tool Group)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 881
B.4.52 Writing the Tool Life Management Data (Tool Life)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 883
B.4.53 Writing the Tool Life Management Data (Tool Life Counter)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 885
B.4.54 Writing the Tool Life Management Data (Tool Life Counter Type)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 887
B.4.55 Writing the Tool Life Management Data (Tool Length Offset Number (1) : Tool Number)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 889
B.4.56 Writing the Tool Life Management Data
(Tool Length Offset Number (2) : Tool Operation Sequence Number)
(:Low–speed Response)(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 891
B.4.57 Writing the Tool Life Management Data (Cutter Compensation Number (1) : Tool Number)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 893
B.4.58 Writing the Tool Life Management Data
(Cutter Compensation Number (2) : Tool Operation Sequence Number)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 895
B.4.59 Writing the Tool Life Management Data (Tool Condition (1) : Tool Number)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 897
c–14
B–61863E/12 Table of contents
B.4.60 Writing the Tool Management Data (Tool Condition (2) : Tool Operation Sequence Number)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 899
B.4.61 Writing the Tool Life Management Data (Tool Number)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 901
B.4.62 Reading the Estimate Disturbance Torque Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903
B.4.63 Reading the Current Program Number (8–digit Program Numbers)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907
B.4.64 Reading Tool Life Management Data (Tool Group Number)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 909
B.4.65 Reading Tool Life Management Data (Tool Length Offset Number 1)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 911
B.4.66 Reading Tool Life Management Data (Tool Diameter Offset Number 1)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 913
B.4.67 Reading Tool Life Management Data (Tool Information 1)
(not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915
B.4.68 Writing (Registering) Tool Life Management Data (Tool Group Number)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 917
B.4.69 Writing Tool Life Management Data (Tool Length Offset Number 1)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 919
B.4.70 Writing Tool Life Management Data (Tool Radius Offset Number 1)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 921
B.4.71 Writing Tool Life Management Data (Tool Information 1)
(:Low–speed Response) (not available for Power Mate–D/F, Series 21–TA) . . . . . . . . . . . . 923
B.4.72 Reading Actual Spindle Speeds . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 925
B.4.73 Reading Fine Torque Sensing Data (Statistical Calculation Results) . . . . . . . . . . . . . . . . . . . 929
B.4.74 Reading Fine Torque Sensing Data (Store Data) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 931
B.4.75 Specifying the Number of the Program for I/O Link . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 937
c–15
Table of contents B–61863E/12
c–16
B–61863E/12 Table of contents
C.4.13 Writing the Tool Life Management Data (Cutter Compensation Number 2) . . . . . . . . . . . . . 999
C.4.14 Writing the Tool Life Management Data (Tool Information 1) . . . . . . . . . . . . . . . . . . . . . . . 1000
C.4.15 Writing the Tool Life Management Data (Tool Information 2) . . . . . . . . . . . . . . . . . . . . . . . 1000
C.4.16 Writing the Tool Life Management Data (Tool Number) . . . . . . . . . . . . . . . . . . . . . . . . . . . 1001
C.4.17 Writing the Tool Offset Data According to the Specified Tool Number . . . . . . . . . . . . . . . . 1002
C.4.18 Writing the Superposition Move Command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1003
C.4.19 Writing the Feedrate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1005
C.4.20 Writing Tool Life Management Data (Tool Group Numbers) . . . . . . . . . . . . . . . . . . . . . . . . 1006
C.4.21 Writing Tool Life Management Data (Tool Length Compensation Number 1) . . . . . . . . . . . 1007
C.4.22 Writing Tool Life Management Data (Cutter Compensation Number 1) . . . . . . . . . . . . . . . 1008
C.4.23 Writing Tool Life Management Data (Tool Information 1) . . . . . . . . . . . . . . . . . . . . . . . . . . 1009
C.4.24 Writing Real Parameters (Low–speed Type) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1010
c–17
Table of contents B–61863E/12
c–18
B–61863E/12 Table of contents
c–19
I. PMC SEQUENCE PROGRAM
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
The procedure for creating the sequence program when the CNC machine
tool is controlled by use of the PMC is shown in Fig. 1.
Proceed according to the flow shown in Fig. 1.
The procedure is briefly explained below.
Key-in
Offline programmer
Specification of the
programmer
If necessary correct with the keys of the When the debugging connect the offline
CRT/MDI programmer to CNC and transfer the
sequence program to Debugging RAM
No
Is there a simulator?
Yes
Yes
Should the program be
corrected?
No
3
1. SEQUENCE PROGRAM
CREATING PROCEDURE PMC SEQUENCE PROGRAM B–61863E/12
No
10
Store the sequence program:
(1) Store in the disk of the offline
programmer
(2) Store in ROM
End
4
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
Type of PMC
Specification PMC-PA1 PMC-PA3
of PMC
Program method language Ladder Ladder
Number of ladder level 2 2
1st level execution period 8 ms 8 ms
Mean processing time of 4. 5 * 0. 15
basic command (µs/ step) (µs/ step)
Program capacity
D Ladder (step) Approx. 3, 000 Approx. 5, 000
Approx. 12,000
(Only for Power
Mate D/H) D Power Mate D Data size of each modules
D Symbol, Comment (Note 1) 1 to 128KB 1 to 128KB
D Message 0.1 to 64KB 0.1 to 64KB Program size
MEMORY- Total
D Language only – – capacity
MODULE One–Path Two–Path
Command Basic command 12 kinds 14 kinds control control
Function command 47 kinds 64 kinds
Internal relay (R) 1100 byte 1118 byte A 256KB 62KB 24KB
Message request (A) 25 byte 25 byte
Keepmemory B 512KB 128KB 64KB
D Variable timer (T) 80 byte 80 byte
D Counter (C) 80 byte 80 byte
C 768KB 128KB 128KB
D Keep relay (K) 20 byte 20 byte
D Data table (D) 1860 byte 1860 byte
It is impossible that make the data more than the total
Subprogram (P) – 512 programs capacity of each modules.
Label (L) – 9999 labels
Fixed timer Timer No. 100 Timer No. 100 D Power Mate F
devices specified devices specified
Program size
I/O
D I/O Link (Note 2) (I) 1024 points max. 1024 points max.
(Master) (O) 1024 points max. 1024 points max. 64KB
D I/O Link (I) 64 points max. 64 points max.
(Slave) (O) 64 points max. 64 points max. D Power Mate H
D I/O card (I) 32 points max. 32 points max.
(O) 24 points max. 24 points max. Program size
Sequence program
SRAM SRAM
(Note 3) 128KB
NOTE
1 The size of a symbol and that of a comment are fixed to 1KB.
The size of a message is fixed to 0.1KB.
The maximum size of a symbol and that of a comment are 64KB each.
2 I/O Link Master function is not available in the Power Mate–MODEL F.
3 FLASH ROM is used in the Power Mate–MODEL H.
4 As values indicated with an asterisk (*) in the table, former versions of the programming manual
and catalogs have listed the mean processing time of basic commands, but this manual lists
the execution time for one step. The actual ladder program execution performance (speed) of
each PMC has not been changed.
5 Up to 256/256 points of Input/Output points are available or I/O Link (Slave) in the Power
Mate–MODEL D/H.
5
1. SEQUENCE PROGRAM
CREATING PROCEDURE PMC SEQUENCE PROGRAM B–61863E/12
Type of PMC
PMC–SA1 PMC–SA2 PMC–SA3
Specification
of PMC
Program method language Ladder Ladder Ladder
Program capacity
D Ladder (step) Approx. 3, 000 Approx. 3, 000 Approx. 3, 000
Approx. 5, 000 Approx. 5, 000 Approx. 5, 000
Approx. 8, 000 Approx. 8, 000
Approx.12, 000 Approx.12, 000
D Symbol, Comment 1 to 128KB 1 to 128KB 1 to 128KB
(Note 1)
D Message 0. 1 to 64KB 0. 1 to 64KB 0. 1 to 64KB
D Language only – – –
I/O
D I/O link (I) 1024 points max. 1024 points max. 1024 points max.
(O) 1024 points max. 1024 points max. 1024 points max.
D I/O card (I) 156 points max. 156 points max. 156 points max.
(O) 120 points max. 120 points max. 120 points max.
NOTE
1 The size of a symbol and that of a comment are fixed to 32KB.
The size of a message is fixed to 2.1KB.
The maximum size of a symbol and that of a comment are 64KB each.
2 FLASH ROM is used in the FANUC Series 20.
3 As values indicated with an asterisk (*) in the table, former versions of the programming manual
and catalogs have listed the mean processing time of basic commands, but this manual lists
the execution time for one step. The actual ladder program execution performance (speed) of
each PMC has not been changed.
4 Application PMC for FANUC Series 16–MODEL A loader control function is PMC–SA1.
6
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
Type of PMC
Specification PMC–SB1 PMC–SB2 PMC–SB3
of PMC
Program method language Ladder Ladder Ladder
Program capacity
D Ladder (step) Approx. 5, 000 Approx. 5, 000 Approx. 5, 000
Approx. 8, 000 Approx. 8, 000 Approx. 8, 000
Approx.12, 000 Approx.12, 000 Approx.12, 000
Approx.16, 000 Approx.16, 000 Approx.16, 000
Approx.24, 000 Approx.24, 000
D Symbol, Comment 1 to 128KB 1 to 128KB 1 to 128KB
(Note 1)
D Message 0.1 to 64KB 0.1 to 64KB 0.1 to 64KB
D Language only – – –
I/O
D I/O link (I) 1024 points max. 1024 points max. 1024 points max.
(O) 1024 points max. 1024 points max. 1024 points max.
D I/O card (I) 156 points max. 156 points max. 156 points max.
(O) 120 points max. 120 points max. 120 points max.
NOTE
1 The size of a symbol and that of a comment are fixed to 32KB.
The size of a message is fixed to 2.1KB.
The maximum size of a symbol and that of a comment are 64KB each.
2 When the number of steps of the PMC-SB2, SB3 ladder program is approx. 24,000, the
capacity of the ROM module must be 256KB.
3 As values indicated with an asterisk (*) in the table, former versions of the programming manual
and catalogs have listed the mean processing time of basic commands, but this manual lists
the execution time for one step. The actual ladder program execution performance (speed) of
each PMC has not been changed.
7
1. SEQUENCE PROGRAM
CREATING PROCEDURE PMC SEQUENCE PROGRAM B–61863E/12
Type of PMC
Specification PMC–SC PMC–SC3 PMC–NB
of PMC
Program method language Ladder Ladder Ladder
C-language C-language C-language
Program capacity
D Ladder (step) Approx. 16,000 Approx. 16,000 Approx. 8,000
Approx. 24,000 Approx. 24,000 Approx. 16,000
(Note 2)
Approx. 24,000
(Note 2)
D Symbol, Comment 1 to 128KB 1 to 128KB 1 to 128KB
(Note 1)
D Message 0.1 to 64KB 0.1 to 64KB 0.1 to 64KB
D Language only 896KB max. 896KB max. 896KB max.
I/O
D I/O link (I) 1024 points max. 1024 points max. 1024 points max.
(O) 1024 points max. 1024 points max. 1024 points max.
D I/O card (I) 156 points max. 156 points max. –
(O) 120 points max. 120 points max. –
NOTE
1 The size of a symbol and that of a comment of PMC-SC/SC3
are fixed 32KB. The size of message of PMC-SC/SC3 is
fixed 2.1KB. The size of a symbol and that of a comment
of PMC-NB are fixed 28KB. The size of message of
PMC-NB is fixed 2.1KB. The maximum size of a symbol and
that of a comment are 64KB each.
2 When the number of steps of the PMC-NB ladder program
is not less than 8,000, the OPTION DRAM is required.
(A02B-0162-J151, J152)
8
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
Series 18–
Series 16–MODEL B/Series 18–MODEL B
Model MODEL B
PMC–SB3 PMC–SC3 PMC–SB4 PMC–SC4 PMC–SA1
Program capacity
D Ladder (step) Approx. 5, 000 Approx. 5, 000 Approx. 3, 000
Approx. 8, 000 Approx. 8, 000 Approx. 5, 000
Approx.12, 000 Approx.12, 000
Approx.16, 000 Approx.16, 000 Approx.16, 000 Approx.16, 000
Approx.24, 000 Approx.24, 000 Approx.24, 000 Approx.24, 000
D Symbol/Comment 1 to 128KB 1 to 128KB 1 to 128KB 1 to 128KB 1 to 128KB
D Message
D Language only 0.1 to 64KB 0.1 to 64KB 0.1 to 64KB 0.1 to 64KB 0.1 to 64KB
– max. 896KB max. 896KB –
Instruction (Basic) 14 kinds 14 kinds 14 kinds 14 kinds 12 kinds
(Functional) 67 kinds 69 kinds 67 kinds 69 kinds 49 kinds
Internal relay (R) 1618 byte 1618 byte 3200 byte 3200 byte 1100 byte
Message request (A) 25 byte 25 byte 125 byte 125 byte 25 byte
Non-volatile
D Var. Timer (T) 80 byte 80 byte 300 byte 300 byte 80 byte
D Counter (C) 80 byte 80 byte 200 byte 200 byte 80 byte
D Keep relay (K) 20 byte 20 byte 50 byte 50 byte 20 byte
D Data table (D) 3000 byte 3000 byte 8000 byte 8000 byte 1860 byte
Subprogram (P) 512 programs 512 programs 2000 programs 2000 programs –
Label (L) 9999 labels 9999 labels 9999 labels 9999 labels –
Fixed timer Timer No. 100 Timer No. 100 Timer No. 100 Timer No. 100 Timer No. 100
devices specified devices specified devices specified devices specified devices specified
Input/output
D I/O link (I) Max. 1024 points max. 1024 points max. 1024 points max. 1024 points max. 1024 points max.
(O) Max. 1024 points max. 1024 points max. 1024 points max. 1024 points max. 1024 points max.
D I/O card (I) Max. 312 points max. 312 points max. 312 points max. 312 points max. 312 points max.
(Note) (O) Max. 240 points max. 240 points max. 240 points max. 240 points max. 240 points max.
Sequence program Flash ROM Flash ROM Flash ROM Flash ROM Flash ROM
storage media 128KB 128KB 128KB 128KB 128KB
256KB 256KB 256KB 256KB
512KB 512KB
1MB 1MB
NOTE
1 The size of a symbol and that of a comment are fixed 32KB. The size of message is fixed 2.1KB.
The maximum size of a symbol and that of a comment are 64KB each.
2 That is the maximum number when 2 I/O cards (with 156 inputs/120 outputs) are used.
3 As values indicated with an asterisk (*) in the table, former versions of the programming manual
and catalogs have listed the mean processing time of basic commands, but this manual lists
the execution time for one step. The actual ladder program execution performance (speed) of
each PMC has not been changed.
4 Application PMC for FANUC Series 16–MODEL B loader control function is PMC–SA1.
9
1. SEQUENCE PROGRAM
CREATING PROCEDURE PMC SEQUENCE PROGRAM B–61863E/12
Program capacity
D Ladder (step) Approx. 3, 000 Approx. 3, 000
Approx. 5, 000 Approx. 5, 000
Approx. 8, 000 Approx. 8, 000
Approx.12, 000 Approx.12, 000
Approx.16, 000 Approx.16, 000 Approx.16, 000 Approx.16, 000
Approx.24, 000 Approx.24, 000 Approx.24, 000 Approx.24, 000
Approx.32, 000 Approx.32, 000
D Symbol/Comment 1 to 128KB 1 to 128KB 1 to 128KB 1 to 128KB
D Message 0.1 to 64KB 0.1 to 64KB 0.1 to 64KB 0.1 to 64KB
D Language only – max. 896KB – max. 896KB
Internal relay (R) 1618 byte 1618 byte 3200 byte 3200 byte
Message request (A) 25 byte 25 byte 125 byte 125 byte
Non-volatile
D Var. Timer (T) 80 byte 80 byte 300 byte 300 byte
D Counter (C) 80 byte 80 byte 200 byte 200 byte
D Keep relay (K) 20 byte 20 byte 50 byte 50 byte
D Data table (D) 3000 byte 3000 byte 8000 byte 8000 byte
Subprogram (P) 512 programs 512 programs 2000 programs 2000 programs
Label (L) 9999 labels 9999 labels 9999 labels 9999 labels
Fixed timer Timer No. 100 Timer No. 100 Timer No. 100 Timer No. 100
devices specified devices specified devices specified devices specified
Input/output
D I/O link (I) Max. 1024 points max. 1024 points max. 1024 points max. 1024 points max.
(O) Max. 1024 points max. 1024 points max. 1024 points max. 1024 points max.
D I/O card (I) Max. 312 points max. 312 points max. 312 points max. 312 points max.
(Note) (O) Max. 240 points max. 240 points max. 240 points max. 240 points max.
Sequence program Flash ROM Flash ROM Flash ROM Flash ROM
storage media 128KB 128KB 128KB 128KB
256KB 256KB 256KB 256KB
512KB 512KB
1MB 1MB
NOTE
1 The size of a symbol and that of a comment are fixed 32KB. The size of message is fixed 2.1KB.
The maximum size of a symbol and that of a comment are 64KB each.
2 That is the maximum number when 2 I/O cards (with 156 inputs/120 outputs) are used.
3 Application PMC for FANUC Series 16–MODEL C loader control function is PMC–SA1.
10
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
Series 21–MODEL B/
Model Series 210–MODEL B
PMC–SA1 PMC–SA3
Programming method
Ladder Ladder
language
Number of ladder level 2 2
1st level excution period 8 ms 8 ms
Mean processing time of basic command 5.0 * 0.15
(µs/ step) (µs/ step)
Program capacity
D Ladder (step) Approx. 3, 000 Approx. 3, 000
Approx. 5, 000 Approx. 5, 000
Approx. 8, 000
Approx.12, 000
D Symbol/Comment 1 to 128KB 1 to 128KB
(Note 3)
D Message 0.1 to 64KB 0.1 to 64KB
D Language only – –
Command Basic command 12 kinds 14 kinds
Functioncommand 49 kinds 66 kinds
NOTE
1 The size of a symbol and that of a comment are fixed 32KB. The size of message is fixed 2.1KB.
The maximum size of a symbol and that of a comment are 64KB each.
2 When extended memory is not specified in the 4082 series (ordering drawing No.:
A02B–0210–H020 or A02B–0210–H022), the program capacity is 64KB.
3 Output points of I/O card in 4082 series are following ; PMC–SA1 : 64points, PMC–SA3 :
64points
4 As values indicated with an asterisk (*) in the table, former versions of the programming manual
and brochure have listed the mean processing time of basic commands, but this manual lists
the execution time for one step. The actual ladder program execution performance (speed) of
each PMC has not been changed.
5 Application PMC for FANUC Series 21–B loader control function is PMC–SA1.
11
1. SEQUENCE PROGRAM
CREATING PROCEDURE PMC SEQUENCE PROGRAM B–61863E/12
Series 16i/18i/160i/180i
Model
PMC–SB5 PMC–SB6
Programmingmethod Ladder Ladder step sequence
Program capacity
D Ladder (step) About 3,000 About 3,000
About 5,000 About 5,000
About 8,000 About 8,000
About 12,000 About 12,000
About 16,000 About 16,000
About 24,000 About 24,000
About 32,000
I/O
D I/O link (Input) 1024 points maximum 1024 points maximum
(Note 2) (Output) 1024 points maximum 1024 points maximum
D Built–in I/O card (Input) – –
(Output) – –
NOTE
1 The PMC–SA1 can be used with the loader control function
of the FANUC Series 16i/18i/21i/160i/180i/210i.
2 For I/O of the FANUC Series 16i/18i/21i/160i/180i/210i,
only the I/O link is used.
12
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
Series 21i/210i
Model PMC–SA1 PMC–SA5
(Note 1)
Programmingmethod Ladder Ladder
Program capacity
D Ladder (step) About 3,000 About 3,000
About 5,000 About 5,000
About 8,000
About 12,000
About 16,000
I/O
D I/O link (Input) 1024 points maximum 1024 points maximum
(Note 2) (Output) 1024 points maximum 1024 points maximum
D Built–in I/O card (Input) – –
(Output) – –
NOTE
1 The PMC–SA1 can be used with the loader control function
of the FANUC Series 16i/18i/21i/160i/180i/210i.
2 For I/O of the FANUC Series 16i/18i/21i/160i/180i/210i,
only the I/O link is used.
13
1. SEQUENCE PROGRAM
CREATING PROCEDURE PMC SEQUENCE PROGRAM B–61863E/12
Program capacity
D Ladder (step) Approx. 5,000 Approx. 5,000
Approx. 12,000 Approx. 12,000
Approx. 16,000 Approx. 16,000
Approx. 24,000 Approx. 24,000
Approx. 32,000
Input/Output
D I/O Link (I) Max. 1024 points max. 1024 points max.
(master) (O) Max. 1024 points max. 1024 points max.
D I/O Link (I) Max. 256 points max. 256 points max.
(slave) (O) Max. 256 points max. 256 points max.
D Built–in I/O (I) Max. 32 points max. 32 points max.
(O) Max. 24 points max. 24 points max.
14
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
Series 15–MODEL B
Model PMC–NB PMC–NB2
(4048 Series)
Programmingmethod language Ladder Ladder
C–language C–language
Step sequence
Number of ladder level 3 3
Level–1 Cycle Time 8 ms 8 ms
Basic instruction 0.1 0.1
Execution Time (µs/step) (µs/step)
Program capacity Approx. 8,000 Approx. 8,000
S Ladder(step) Approx.16,000 Approx.16,000
Approx.24,000 Approx.24,000
S Symbol/Comment 1 to 128KB 1 to 128KB
(Note)
S Message 0.1 to 64KB 0.1 to 64KB
NOTE
Please refer to (4) for PMC–NB(4047 Series).
The above–mentioned table is a value for PMC–NB/NB2
(4048 Series).
15
1. SEQUENCE PROGRAM
CREATING PROCEDURE PMC SEQUENCE PROGRAM B–61863E/12
NOTE
1 This capacity applies when the largest available storage
medium is used.
2 The one and only I/O of the FANUC Series 15i is the I/O
Link.
16
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
1.2
SUMMARY OF
SPECIFICATION OF
LADDER PROGRAM Table 1.2 Summary of specification of ladder program (1)
NOTE
1 The same ROM cannot be shared by different models. The
ROM must be rewritten using the offline programmer.
2 It is possible that convert the signal address by the
operation of “SIGNAL ADDRESS CONVERSION”
(APPENDIX G).
3 The setting item of system parameter IGNORE DEVIDE
CODE is not provided.
4 Use the DISPB (SUB41) command instead.
5 The range of the COM (SUB9) and JMP (SUB10)
commands cannot be specified with the number of coils.
Specify the range with the COME (SUB29) and JMPE
(SUB30) commands. If specify the number of coils, no error
messages will be displayed while editing, but “ALARM093”
will be displayed when send the data to RAM.
17
1. SEQUENCE PROGRAM
CREATING PROCEDURE PMC SEQUENCE PROGRAM B–61863E/12
PMC–
PMC– SB3/ PMC–
PMC– PMC– PMC– PMC– PMC–
Model SA3/ SB4/ SC3/
SA1 SA2 SB SB2 SC
SA5 SB5/ SC4
SB6
PMC address Interfaces between the PMC and CNC (F and
Compatible
G)
Interfaces between the PMC and machine (X
Compatible
and Y)
Subprogram, label (P and L) Not
Not provided Provided Not provided Provided Provided
provided
Others (R, A, C, K, D, T) Compatible (Note 1)
Ladder ROM format (object) Incompatible (Note 2)
program
compatibility Source format (mnemonic) Compatible (Note 3)
18
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
NOTE
1 The internal relay and the data table in nonvolatile memory
for the PMC-SB3, SC, SC3 are extended, compared with
those for other models.
2 The same ROM cannot be shared by different models. The
ROM must be rewritten using the offline programmer.
However, the ROM for the PMC–SA2 can be used for the
PMC–SA3 and the ROM for the PMC–SB2 can be used for
the PMC–SB3.
3 The program can be converted by reinputting it after it is
output in a source format.
4 The setting item of system parameter IGNORE DEVIDE
CODE is not provided.
5 Use the DISPB (SUB41) command instead.
6 The range of the COM (SUB9) and JMP (SUB10)
commands cannot be specified with the number of coils.
Specify the range with the COME (SUB29) and JMPE
(SUB30) commands.
7 For the FS18A (PMC–SA1/SA2/SA3), only the MMC–III can
be used. For the FS18B, the MMC–III and MMC–IV can be
used.
For the FS21B (PMC–SA1/SA3), the MMC–IV can be used.
For the FS16i/18i/21i, the MMC–IV can be used.
For the FS16C/18C, the MMC–IV can be used.
19
1. SEQUENCE PROGRAM
CREATING PROCEDURE PMC SEQUENCE PROGRAM B–61863E/12
NOTE
1 Management of internal relay address and that of datatable
are different between the PMC–NB/NB2 and the PMC–NA.
2 The same ROM cannot be shared by different models.
The ROM must be rewritten using the offline programmer.
3 The data can be converted by outputting in the source
format and then inputting again.
Moreover, a part of functional instruction is not compatible
between PMC–NB/NB2 and PMC–NA.
20
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
NOTE
1 Compatibility is not maintained for the interface unique to
the Series 15i.
2 The PMC–NB6 of the Series 15i is highly compatible with
the PMC–NB2 of the Series 15–B. The PMC–NB2 and
PMC–NB6 differ from each other in:
(1)Execution time–dependent ladder
As instruction execution becomes faster, the following
changes may occur in the execution timing:
S Change in the execution cycle of the second ladder
level
S Change in timing for the second–level split and
first–level execution
S Change in timing for ladder execution and I/O transfer
(2)Window functions
The functional instructions that can be used vary
between the PMC–NB2 and PMC–NB6. See Chapter 5,
”PMC Functional Instructions” in Part I, ”PMC Sequence
Program.”
(3)Screen manipulation
The operating procedure for the PMC screen for the
PMC–NB6 of the 15i varies slightly from that for the
PMC–NB2 of the 15–B.
See Chapter 7, ”PMC–NB6 Screen Manipulation,” in
Part II, ”PMC Manipulation.”
(4)Step sequence
For the PMC–NB6, the step sequence is optional.
3 The C option is necessary.
21
1. SEQUENCE PROGRAM
CREATING PROCEDURE PMC SEQUENCE PROGRAM B–61863E/12
22
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
CPU
Output circuit
Y0.0
23
1. SEQUENCE PROGRAM
CREATING PROCEDURE PMC SEQUENCE PROGRAM B–61863E/12
1.4 After deciding the control object specifications and calculating the
number of input/output signal points, create the interface specifications.
CREATION OF Use the input/output signal interface tables in the CONNECTING
INTERFACE MANUAL for the creation of the interface specifications. Enter the signal
SPECIFICATIONS names (within six characters) in the input/output signal interface table
according to the type of the connected signals. For the input/output
(STEPS 1 TO 3)
signals, see CONNECTING MANUAL.
1.5 Express the control operations decided by step 2 by use of the ladder
diagram (relay circuit diagram). For the functions of the timer, counter,
CREATION OF etc. which cannot be expressed with the relay symbols (i.e. the functional
LADDER DIAGRAM instructions), express them with the symbols assigned to the functional
(STEP 4) instructions.
In the offline programmer and built-in editing function, the sequence
program can be entered in the ladder diagram format from the keys of the
CRT/MDI panel or from the keys of the keyboard of the SYSTEM P
series.
Also, the entered sequence program can be output to the printer in the
ladder diagram format using the SYSTEM P series.
Therefore, entry can be performed while the ladder diagram is created on
the CRT screen at the time of sequence program entry. Thus no ladder
diagram may be prepared in advance.
However, in order to shorten the time occupied by the equipment for the
creation of the sequence program or to efficiently create the sequence
program, it is recommended to prepare the ladder diagram in advance.
The ladder diagram is used as a maintenance diagram by the personnel in
charge of maintenance in FANUC, the machine tool builder and end user
in the world. Therefore, the ladder diagram must be easy to understand.
Signal names (max. six characters) can be entered to the input/output
signals, comments (max. 30 characters) can be entered to the relay coil,
and comments (max. 30 characters) can be entered to the input/output
signals of the address tables at the time of entry of the sequence program.
Be sure to enter understandable signal names and comments as much as
possible.
24
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
1.6 In the coding, the contents of control expressed in the ladder diagram are
converted into PMC instructions. In the case of using the offline
CODING (STEP 5) programmer or ladder diagram editting, since sequence program entry can
be performed in the simple ladder diagram format, it is normally
unnecessary to perform coding.
Coding is necessary only when the sequence program is punched on a
paper tape and entered from the paper tape.
Examples of the ladder diagram and the coding are shown in Fig. 1.6.
FIN
MF MF SF TF
Miscellaneous
function
F7.0 F 7.0 F 7.2 F 7.3 finish signal
SF G4.3
F7.2
TF MFIN SFIN TFIN
Address number,
Step number Instruction Remark
bit number
850 RD F7.0 MF
851 OR F7.2 SF
852 OR F7.3 TF
853 RD.NOT.STK F7.0 MF
854 OR R211.7 MFIN
856 AND.STK
857 RD.NOT.STK F7.2 SF
858 OR R211.5 SFIN
859 AND.STK
860 RD.NOT.STK F7.3 TF
861 OR R211.6 TFIN
862 AND.STK
863 WRT G4.3 FIN
Fig. 1.6
25
1. SEQUENCE PROGRAM
CREATING PROCEDURE PMC SEQUENCE PROGRAM B–61863E/12
1.8 Check the sequence program and write it into the ROM after check is over.
The sequence program can be checked in two ways.
SEQUENCE
PROGRAM CHECK (1) Check by simulator
Instead of the machine, connect a simulator (consisting of lamps and
AND WRITE INTO switches). Instead of using input signals from the machine, enter
ROM (STEPS 8 TO 11) signals by turning on and off the switches according to the machine
movement. Check the output signals on the basis of the activation
of the lamps.
(2) Check by system operation
Perform checks by connecting the machine. Since it sometimes
happens that unexpected operations may be executed depending on
a sequence program, arrange for safety before starting operations.
(3) Writing into ROM
When check of the sequence program is over, write the sequence
program into the ROM. The ROMs to be used are as follows. Then,
the ROM into the CNC unit, and deliver it as a regular product to an
end user. Writing of the sequence program into the ROM,
maintenance and control thereof shall be performed by the machine
tool builder. For this purpose, FANUC provides the PMC Writer or
FA Writer as the ROM writer and the ROM or the ROM module that
is the PC board on which a ROM chip is mounted. Be sure to use
these devices for entering a sequence program in ROMs.
26
1. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM CREATING PROCEDURE
27
2. SEQUENCE PROGRAM PMC SEQUENCE PROGRAM B–61863E/12
2 SEQUENCE PROGRAM
28
B–61863E/12 PMC SEQUENCE PROGRAM 2. SEQUENCE PROGRAM
A C
E
A
C
(A)
(P.B)
A
C
A C
B
(B)
29
2. SEQUENCE PROGRAM PMC SEQUENCE PROGRAM B–61863E/12
2.2 The sequence program is executed from the beginning of coding to the
end of coding of the ladder diagram in the sequence written. When the
REPETITIVE sequence program ends, the program starts over from the beginning. This
OPERATION is called repetitive operation.
The execution time from the beginning to the end of the ladder diagram
is called the sequence processing time, which varies according to the
control scale (the number of steps) and the size of the 1st level sequence.
The shorter the process time is, the better the signal response becomes.
30
B–61863E/12 PMC SEQUENCE PROGRAM 2. SEQUENCE PROGRAM
2.3 A sequence program consists of three parts: 1st level sequence, 2nd level
sequence and 3rd level sequence. The 3rd level sequence part is added
PRIORITY OF to the models usable the 3rd level sequence. (see Fig. 2.3 (a)).
EXECUTION The 1st level sequence part operates every 8 ms (high–speed sequential
(1ST LEVEL, 2ND operation).
If the 1st level sequence part is long, the total operating time, including
LEVEL AND 3RD
the 2nd level sequence part, is extended. Therefore the 1st level sequence
LEVEL) part must be programmed to be processed in as short time as possible.
The 2nd level sequence part operates every 8×n ms. Here n is a dividing
number for the 2nd level sequence part. The 2nd level sequence part is
divided automatically when the sequence program is transferred to the
RAM for debugging in the CNC unit or it is written on ROM after the
program is created. The time for one cycle of the sequence program is
then displayed on the offline programmer screen.
The 3rd level sequence part operates during idle time of PMC.
Sequence program
Division 1
Division 2
2nd level sequence part
SUB 2 Division n
31
2. SEQUENCE PROGRAM PMC SEQUENCE PROGRAM B–61863E/12
NC processing
Fig. 2.3 (b) Sequence in which the Sequence Program Is Executed (PMC–SA1, –SA2, –SB and –SB2)
Fig. 2.3 (c) Sequence in which the Sequence Program Is Executed (PMC–SC)
(2) 1st level sequence part
Only short–width pulse signals are processed. These signals include
emergency stop, overtravel of each axis, reference point return
deceleration, external deceleration, skip, measuring position arrival
and feed hold signals.
(3) 3rd level sequence
The purpose of the 3rd level sequence is to execute such programs
as display processing or control status monitor having no direct
relation to the machine control (operator message, alarm display,
etc.), to lighten the load of the 2nd level program having a direct
relation to the machine control by transferring former programs to the
3rd level, and to shorten the PMC execution time (cycle time).
For PMC–RC, when 3rd level program is not used, command SUB
48 (END3) following SUB 2 instruction.
(4) Divided system and undivided system
There is a model can use the divided system and undivided system
among the PMCs. In the divided system, a ladder program is divided
before being executed if all ladder program run regardless of the
sequence state (see Fig. 2.3 (d)).
For an actual ladder program, not all ladder program run. The PMC
cannot therefore be used effectively.
The PMC can execute the ladder program in the system for terminating
one cycle of the program using the time to execute the actual ladder
program (undivide system) as well as in the divided system.
The time required for the one cycle can be reduced by the effective
use of jump instructions in the ladder program.
Since the sequence using many functional instructions requires a lot
of processing time, the undivided system should be specified so that
the PMC is used more effectively (see Fig. 2.3 (e)).
To operate the PMC in the undivided system, set system parameter
IGNORE DIVIDE CODE to YES.
The PMC model usable only the undivided system, does not have
setting system parameter IGNORE DIVIDE CODE. It is always
32
B–61863E/12 PMC SEQUENCE PROGRAM 2. SEQUENCE PROGRAM
B
Functional
instruction
C
Functional
instruction
A
Functional
instruction
B
Functional
instruction
C
Functional
instruction
(Ladders dedicated
Ladder B1 Ladder B2 Ladder B3 to each machine)
33
2. SEQUENCE PROGRAM PMC SEQUENCE PROGRAM B–61863E/12
END1 (SUB 1)
END2 (SUB 2)
SP
D Sub program must be written between 2nd
D level program and 3rd level program.
SPE
SP
Sub program
SPE
SP
SPE
34
B–61863E/12 PMC SEQUENCE PROGRAM 2. SEQUENCE PROGRAM
PROGRAM PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2 NB6
Ę Ę Ę Ę Ę Ę Ę Ę Ę Ę Ę Ę
STRUCTURING
With the conventional PMC, a ladder program is described sequentially.
By employing a ladder language that allows structured programming, the
following benefits are derived:
D A program can be understood and developed easily.
D A program error can be found easily.
D When an operation error occurs, the cause can be found easily.
Three major structured programming capabilities are supported.
(1) Subprogramming
A subprogram can consist of a ladder sequence as the processing unit.
Job A D D D f
FUNC D D D f
Job B
D
D
D
(2) Nesting
Ladder subprograms created in (1) above are combined to structure
a ladder sequence.
Main Program Sub Program1 Sub Program2
D
D
Job B D Job A12
Job An
35
2. SEQUENCE PROGRAM PMC SEQUENCE PROGRAM B–61863E/12
PROCESS11 PROCESS11
STATE1 PROCESS1
PROCESS12
STATE2 PROCESS2
D PROCESS13
D
D
36
B–61863E/12 PMC SEQUENCE PROGRAM 2. SEQUENCE PROGRAM
2.5 Input signals (M function, T function, etc.) from the CNC and those (cycle
start, feed hold, etc.) from the machine tool are sent to the PMC.
PROCESSING I/O
SIGNALS Signals for the CNC (cycle start, feed hold, etc.) and those for the machine
tool (tunret rotation, spindle stop, etc.) are output from the PMC.
Fig. 2.4 shows the relationship between these signals and the PMC.
Input signals are entered in the input memory of PMC and output signals
are issued from PMC.
As shown in Fig. 2.5, the input signals are synchronized only in the 2nd
level sequence part.
CNC PMC
Input memory of CNC Sequence program
Transmitted at the
start of 2nd level 2nd level synchronous
input signal memory
Output signals to
CNC
MT
Output signalmemory
37
2. SEQUENCE PROGRAM PMC SEQUENCE PROGRAM B–61863E/12
38
B–61863E/12 PMC SEQUENCE PROGRAM 2. SEQUENCE PROGRAM
NOTE
The status of the CNC input memory, input signals from
machine, CNC output memory and output signals to
machine can be checked by using the PC self–diagnosis
function.
The self–diagnosis number specified is the address number
used by the sequence program.
2.5.3 Signals input from the CNC are transferred to the PMC at intervals of 8
I/O Signals to CNC ms.
Signals output to the CNC are transferred from the PMC at intervals of
8 ms.
PMC I/O signals are generally transferred at intervals of 8 ms.
In this case, note that state of the input signals from the CNC does not
synchronize with that of the 1st level sequence program and the 2nd level
sequence program. By this reason, if an input signal from the CNC may
change while execution of the 1st level sequence program, for example,
some trouble may occur like example in Fig. 2.5.3 (a).
To avoid such trouble, write the state of signal TF in an internal relay at
the start of the 1st level sequence, then the 1st level sequence program
shall refer to the internal relay as signal TF. See Fig. 2.5.3 (b).
TF W1
TF W2
END 1
TF TFM
TFM W1
TFM W2
END 1
39
2. SEQUENCE PROGRAM PMC SEQUENCE PROGRAM B–61863E/12
2.5.4 The status of the same input signal may be different in the 1st level and
Difference of Status of 2nd level sequences. That is, at 1st level, processing is performed using
input signal memory and at 2nd level, processing is performed using the
Signals between 1st 2nd level synchronous input signal memory. Therefore, it is possible for
Level and 2nd Level a 2nd level input signal to delay by a cycle of 2nd level sequence execution
at the worst, compared with a 1st level input signal.
This must be kept in mind when writing the sequence program.
A.M ON (short time width pulse signal)
Signal statesO B OFF
C OF
Differences drawn in Fig. 2.5.4 (a) and Fig. 2.5.4 (b) when the 1st level
sequence has been executed are as follows:
(a) Fig. 2.5.4 (a)
W2 may not be 1 even when W1=1. (Because the A.M signal may
be different at the 1st and 2nd levels.)
(b) Fig. 2.5.4 (b)
If W1=1, W2=1.
When performing the sequence shown in Fig. 2.5.4 (a), proceed
as follows:
At 1st level, perform a high–speed sequence when the A.M signal
changes (operating).
At 2nd level, perform sequence processing when the A.M signal
does not change (stopped).
A.M B A.M B
W1 W1
1st Level
END 1 END 1
A.M C W1 C
2nd Level W2 W2
40
B–61863E/12 PMC SEQUENCE PROGRAM 2. SEQUENCE PROGRAM
41
2. SEQUENCE PROGRAM PMC SEQUENCE PROGRAM B–61863E/12
2.7 The exact sequence processing time is displayed on the CRT screen when
the sequence programs have been completed. The time is 2nd level
SEQUENCE sequence division number n x 8 ms.
PROGRAM This section explains how to estimate processing times that are important
PROCESSING TIME in sequence control when the ladder diagram, the basis of sequence
program control, is almost complete.
(1) Processing time calculation units
Sequence processing time estimation is based on the basic
instructions (AND, OR, etc.). The execution time for a functional
instruction is given in the execution constant column of the
Functional Instruction Table. Converted to a basic instruction; that
is the number of basic instructions that a functional instruction is
equivalent to.
Processing time is determined for the above using the equation in
item below.
(2) Processing time estimation equation
The number of division (n) in the 2nd level sequence is determined
and the processing time is calculated using the following equations:
Sequence processing time =
n (number of division) 8 msec
(LT) µsec
n= +1
(ET)µsec – (HT)µsec
(n is an integer, fractions are omitted)
(a) (HT) is the execution time for the 1st level sequence section.
(HT)={(number of steps in basic instruction)+(sum of functional
instruction execution time constants) 10} (IT) µsec
Execution time constant for END.1 (206) must be included in HT.
(b) (LT) is the execution time for the 2nd level sequence section.
(LT)={(number of steps in basic instruction)+(sum of functional
instruction execution time constants) 10} (IT) µsec
END.2 execution time (127) must be included.
(c) (ET) is the execution time assigned to the 1st and 2nd level parts
out of 8 ms.
For PMC–SB
(ET) = 1.25 ms = 1250µs
For PMC–SC (standard setting when LADDER EXEC = 100%)
(ET) = 5 ms = 5000µs
(d) IT) is the execution constant for calculating the processing time.
The value is as follows:
(IT) = 0.15µs
42
B–61863E/12 PMC SEQUENCE PROGRAM 2. SEQUENCE PROGRAM
43
2. SEQUENCE PROGRAM PMC SEQUENCE PROGRAM B–61863E/12
2.8 In the PMC–SB, one 1M–bit EPROM is used for storing the sequence
program. In the PMC–SA1, –SA2, –SB and –SB2, a 128KB, 256KB,
SEQUENCE 512KB, or 1MB ROM module is used for this purpose.
PROGRAM MEMORY Table 2.8 (a) shows the maximum memory capacity available for the
CAPACITY sequence program. The number of bytes in parentheses indicates the size
of the area dedicated to the programs other than the sequence program.
Symbol and
PMC ROM Ladder Message Total
comment
PMC–SA1, SA2, 1M–bit 64KB 64KB each 64KB 126KB Note)
SB, SB2 EPROM
PMC–SC 128KB 96KB 64KB each 64KB 126KB Note)
ROM module
PMC–SC3 256KB 96KB 64KB each 64KB 254KB Note)
ROM module
PMC–NB 512KB 96KB 64KB each 64KB 288KB
ROM module (222KB)
1MB 96KB 64KB each 64KB 288KB
ROM module (734KB)
NOTE
All ladder, symbol, comment, and message data items
cannot be created using each maximum memory capacity.
Reduce the memory capacity for any of the data items and
create them so that they add up to the total capacity of each
ROM.
Functional
Basic Functional
instruction Message data Symbol Comment
instruction instruction
parameters
4 bytes 4 bytes 4 bytes 1 byte/character 10 bytes 1 byte/character
(alphanumeric characters)
2 bytes/kana characters
44
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
3 ADDRESS
Internal relay
Machine
Note) CNC (MT)
signal PMC signal
Nonvolatile memory
(1) Counter
(2) Keep relay
(3) Data table
(4) Variable Timer
(a) The input/output signals with respect to the PMC, which are
indicated by the solid lines, are transferred via the receiver and the
driver of the I/O board.
(b) The input/output signals with respect to the PMC, which are
indicated by the broken lines, are transferred only in the memory
such as the RAM.
All of these signals can be displayed on the CRT/MDI panel.
(2) Address regulations
The address comprises the address number and the bit number in the
format as shown below.
45
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
X 127. 7
Bit number (0 to 7)
Address number (within four numerics after alphabet)
Model
Character Signal description Power Mate - D Power Mate- F Power Mate- H
PMC PA1 PMC- PA3 PMC- PA3 PMC- PA3
X Signal from the machine to the X0 to X127 X1000 to X1005 X0 to X127
PMC (MT to PMC) (I/O Link Master) X1020 to X1027 (I/O Link Master)
X1000 to X1003 (Slave) X1000 to X1003
(Built–in l/O Card) (Built–in I/O Card)
X1020 to X1051 X1020 to X1051
(I/O Link Slave) (I/O Link Slave)
Y Signal from the PMC to the Y0 to Y127 Y1000 to Y1003 Y0 to Y127
machine (PMC to MT) (I/O Link Master) Y1020 to Y1027 (I/O Link Master)
(Caution 3) Y1000 to Y1002 (Slave) Y1000 to Y1002
(Built–in I/ O Card) (Built–in l/O Card)
Y1020 to Y1051 Y1020 to Y1051
(I/O Link Slave) (I/O Link Slave)
F Signal from the NC to the PMC F0 to F255 F0 to F255 F0 to F255
(NC to PMC) F1000 to F1255
(Dual path control)
G Signal from the PMC to the NC G0 to G255 G0 to G255 G0 to G255
(PMC to NC) G1000 to G1255
(Dual path control)
R Internal relay (Caution 1) R0 to R999 R0 to R999 R0 to R999 R0 to R999
R9000 to R9000 to R9000 to R9117 R9000 to R9117
R9099 R9117
A Message request signal A0 to A24 A0 to A24 A0 to A24
C Counter C0 to C79 C0 to C79 C0 to C79
K Keep relay (Caution 2) K0 to K19 K0 to K19 K0 to K19
T Variable timer T0 to T79 T0 to T79 T0 to T79
D Data table D0 to D1859 D0 to D1859 D0 to D1859
L Label Number – L1 to L9999 L1 to L9999 L1 to L9999
P Subprogram Number – P1 to P512 P1 to P512 P1 to P512
CAUTION
1 R9000 to R9117 are areas reserved for the PMC system
program; these areas cannot be used for output by a
sequence program.
2 K17 to K19 are areas reserved for the PMC system
program; these areas cannot be used for output by a
sequence program.
3 I/O Link Master function is not available in the Power
Mate–MODEL F.
You cannot use the address X0–127 and Y0–127.
46
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
Model
Character Signal description FS20A FS18A
PMC-SA1 PMC-SA3 PMC-SA1 PMC-SA2 PMC-SA3
X Signal from the machine to the X0 to X127 X0 to X127
PMC (MT to PMC) X1000 to X1013 (Caution 1) X1000 to X1019
Y Ssignal from the PMC to the Y0 to Y127 Y0 to Y127
machine (PMC to MT) Y1000 to Y1013 (Caution 1) Y1000 to Y1014
F Signal from the NC to the PMC F0 to F255 F0 to F255
(NC to PMC) F1000 to F125 F1000 to F1255
G Signal from the PMC to the NC G0 to G255 G0 to G255
(PMC to NC) G1000 to G1255 G1000 to G1255
R Internal relay (Caution 2) R0 to R999 R0 to R999 R0 to R999 R0 to R999
R9000 to R9099 R9000 to R9117 R9000 to R9099 R9000 to R9117
A Message request signal A0 to A24 A0 to A24
C Counter C0 to C79 C0 to C79
K Keep relay (Caution 3) K0 to K19 K0 to K19
D Data table D0 to D1859 D0 to D1859
T Variable timer T0 to T79 T0 to T79
L Label number – L1 to L9999 – L1 to L9999
P Subprogram number – P1 to P512 – P1 to P512
CAUTION
1 X1000 to X1007 and Y1000 to Y1007 are configured as a
matrix.
2 R9000 to R9117 are areas reserved for the PMC system
program; these areas cannot be used for output by a
sequence program.
3 K17 to K19 are areas reserved for the PMC system
program; these areas cannot be used for output by a
sequence program.
47
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
Chara–
Chara Model
Signal description
cter PMC-SB PMC-SB2 PMC-SB3 PMC-SC PMC-SC3 PMC-NB
X Signal from the machine to the X0 to X127 X0 to X127
PMC (MT to PMC) X1000 to X1039
Y Signal from the PMC to the Y0 to Y127 Y0 to Y127
machine (PMC to MT) Y1000 to Y1029
F Signal from the NC to the PMC F0 to F255 F0 to F319
(NC to PMC) F1000 to F1255
G Signal from the PMC to the NC G0 to G255 G0 to G511
(PMC to NC) G1000 to G1255
R Internal relay (Caution 1) R0 to R999 R0 to R999 R0 to R1499 R0 to R1499 R0 to R1499 R0 to R1499
R9000 to R9000 to R9000 to R9000 to R9000 to R9000 to
R9099 R9117 R9117 R9099 R9117 R9117
A Message request signal A0 to A24
C Counter C0 to C79
K Keep relay (Caution 2) K0 to K19
D Data table D0 to D1859 D0 to D2999
T Variable timer T0 to T79
L Label number – – L1 to L9999 – L1 to L9999
P Subprogram number – – P1 to P512 – P1 to P512
CAUTION
1 R9000 to R9117 are areas reserved for the PMC system
program; these areas cannot be used for output by a
sequence program.
2 K17 to K19 are areas reserved for the PMC system
program; these areas cannot be used for output by a
sequence program.
48
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
Model
Signal descrip- Series
Character Series 16-MODEL B/Series 18-MODEL B
tion 18-MODEL B
PMC-SB3 PMC-SC3 PMC-SB4 PMC-SC4 PMC-SA1
X Signal from the X0 to X127 X0 to X127
machine to the PMC X1000 to X1019 X1000 to X1019
(MT to PMC) X1020 to X1039 X1020 to X1039
Y Signal from the PMC Y0 to Y127 Y0 to Y127
to the machine (PMC Y1000 to Y1014 Y1000 to Y1014
to MT) Y1020 to Y1034 Y1020 to Y1034
F Signal from the NC to F0 to F255 F0 to F255 F0 to F511 F0 to F511 F0 to F255
the PMC (NC to F1000 to F1255 F1000 to F1255 F1000 to F1511 F1000 to F1511 F1000 to F1255
PMC) F2000 to F2511 F2000 to F2511
G Signal from the PMC G0 to G255 G0 to G255 G0 to G511 G0 to G511 G0 to G255
to the NC (PMC to G1000 to G1255 G1000 to G1255 G1000 to G1511 G1000 to G1511 G1000 to G1255
NC) G2000 to G2511 G2000 to G2511
R Internal relay R0 to R1499 R0 to R1499 R0 to R2999 R0 to R2999 R0 to R999
R9000 to R9117 R9000 to R9117 R9000 to R9199 R9000 to R9199 R9000 to R9099
A Message request A0 to A24 A0 to A24 A0 to A124 A0 to A124 A0 to A24
signal
C Counter C0 to C79 C0 to C79 C0 to C199 C0 to C199 C0 to C79
K Keep relay K0 to K19 K0 to K19 K0 to K39 K0 to K39 K0 to K19
K900 to K909 K900 to K909
T Data table T0 to T79 T0 to T79 T0 to T299 T0 to T299 T0 to T79
D Variable timer D0 to D2999 D0 to D2999 D0 to D7999 D0 to D7999 D0 to D1859
L Label number L1 to L9999 L1 to L9999 L1 to L9999 L1 to L9999 –
P Subprogram number P1 to P512 P1 to P512 P1 to P2000 P1 to P2000 –
49
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
Model
Character Signal description Series 16-MODEL C/Series 18-MODEL C
PMC-SB5 PMC-SC3 PMC-SB6 PMC-SC4
X Signal from the machine to the PMC (MT to X0 to X127
PMC) X1000 to X1019
X1020 to X1039
Y Signal from the PMC to the machine (PMC Y0 to Y127
to MT) Y1000 to Y1014
Y1020 to Y1034
F Signal from the NC to the PMC (NC to F0 to F255 F0 to F255 F0 to F511 F0 to F511
PMC) F1000 to F1255 F1000 to F1255 F1000 to F1511 F1000 to F1511
F2000 to F2511 F2000 to F2511
G Signal from the PMC to the NC (PMC to G0 to G255 G0 to G255 G0 to G511 G0 to G511
NC) G1000 to G1255 G1000 to G1255 G1000 to G1511 G1000 to G1511
G2000 to G2511 G2000 to G2511
R Internal relay R0 to R1499 R0 to R1499 R0 to R2999 R0 to R2999
R9000 to R9117 R9000 to R9117 R9000 to R9199 R9000 to R9199
A Message request signal A0 to A24 A0 to A24 A0 to A124 A0 to A124
C Counter C0 to C79 C0 to C79 C0 to C199 C0 to C199
K Keep relay K0 to K19 K0 to K19 K0 to K39 K0 to K39
K900 to K909 K900 to K909
T Data table T0 to T79 T0 to T79 T0 to T299 T0 to T299
D Variable timer D0 to D2999 D0 to D2999 D0 to D7999 D0 to D7999
L Label number L1 to L9999 L1 to L9999 L1 to L9999 L1 to L9999
P Subprogram number P1 to P512 P1 to P512 P1 to P2000 P1 to P2000
50
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
Model
Character Signal description Series 21/210-MODEL B
PMC-SA1 PMC-SA3
X Signal from the machine to the X0 to X127
PMC (MT to PMC) X1000 to X1011
Y Signal from the PMC to the Y0 to Y127
machine (PMC to MT) Y1000 to Y1008 (Note)
F Signal from the NC to the PMC F0 to F255
(NC to PMC) F1000 to F1255
G Signal from the PMC to the NC G0 to G255
(PMC to NC) G1000 to G1255
R Internal relay R0 to R1999 R0 to R1499
R9000 to R9099 R9000 to R9117
A Message request signal A0 to A24
C Counter C0 to C79
K Keep relay K0 to K19
D Data table – D0 to D1859
T Variable timer T0 to T79
L Label number – L1 to L9999
P Subprogram number – P1 to P512
NOTE
The Y addresses for the 4082 series are Y0 to Y127 and
Y1000 to Y1007.
51
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
Model
Sym-
Sym
Type of signal FANUC Series 16i/18i/160i/180i
bol
PMC–SB5 PMC–SB6
X Signal from the machine to PMC X0 to X127 (Note) X0 to X127 (Note)
(MT PMC)
Y Signal from the PMC to machine Y0 to Y127 (Note) Y0 to Y127 (Note)
(PMC MT)
F Signal from the NC to PMC F0 to F255 F0 to F511
(NC PMC) F1000 to F1255 F1000 to F1511
F2000 to F2511
G Signal from the PMC to NC G0 to G255 G0 to G511
(PMC NC) G1000 to G1255 G1000 to G1511
G2000 to G2511
R Internal relay R0 to R1499 R0 to R2999
R9000 to R9117 R9000 to R9199
A Message request signal A0 to A24 A0 to A124
C Counter C0 to C79 C0 to C199
K Keep relay K0 to K19 K0 to K39
K900 to K909
D Variable timer T0 to T79 T0 to T299
T Data table D0 to D2999 D0 to D7999
L Label number L1 to L9999 L1 to L9999
P Subprogram number P1 to P512 P1 to P2000
NOTE
With the 16/18–C, the addresses (X1000 and up, Y1000 and up) for the built–in I/O card are
reserved. However, these areas cannot be used for I/O. Never use X1000 and up, or Y1000
and up.
52
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
Model
Sym-
Sym
Type of signal FANUC Series 21i/210i
bol
PMC–SA1 PMC–SA5
X Signal from the machine to PMC X0 to X127 (Note)
(MT PMC)
Y Signal from the PMC to machine Y0 to Y127 (Note)
(PMC MT)
F Signal from the NC to PMC F0 to F255
(NC PMC) F1000 to F1255
NOTE
With the 16/18–C, the addresses (X1000 and up, Y1000 and up) for the built–in I/O card are
reserved. However, these areas cannot be used for I/O. Never use X1000 and up, or Y1000
and up.
53
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
Model
Sym-
Sym
Signal description FANUC Power Mate i–MODEL D/H
bol
PMC–SB5 PMC–SB6
X Input signal from the machine to the X0 to X127 (I/O Link Master) X0 to X127 (I/O Link Master)
PMC (MT to PMC) X1000 to X1003 (Built–in I/O) X1000 to X1003 (Built–in I/O)
X1020 to X1051 (I/O Link Slave) X1020 to X1051 (I/O Link Slave)
Y Output signal from the PMC to the Y0 to Y127 (I/O Link Master) Y0 to Y127 (I/O Link Master)
machine (PMC to MT) Y1000 to Y1003 (Built–in I/O) Y1000 to Y1003 (Built–in I/O)
Y1020 to Y1051 (I/O Link Slave) Y1020 to Y1051 (I/O Link Slave)
F Input signal from the NC to the PMC F0 to F255 F0 to F511
(NC to PMC) F1000 to F1255 F1000 to F1511
F2000 to F2511
G Output signal from the PMC to the G0 to G255 G0 to G511
NC (PMC to NC) G1000 to G1255 G1000 to G1511
G2000 to G2511
R Internal relay R0 to R1499 R0 to R2999
R9000 to R9117 R9000 to R9199
A Message request signal A0 to A24 A0 to A124
C Counter C0 to C79 C0 to C199
K Keep relay K0 to K19 K0 to K39
K900 to K909
T Variable timer T0 to T79 T0 to T299
D Data table D0 to D2999 D0 to D7999
L Label number L1 to L9999 L1 to L9999
P Subprogram number P1 to P512 P1 to P2000
54
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
Model
Series 15-MODEL B
Character Signal description
PMC-NB
PMC-NB2
(4048)
X Input signal from the machine to X0 to X127
the PMC (MT to PMC)
Y Output signal from the PMC to Y0 to Y127
the machine (PMC to MT)
F Input signal from the NC to the F0 to F319
PMC (NC to PMC)
G Output signal from the PMC to the G0 to G511
NC (PMC to NC)
R Internal relay R0 to R1499 R0 to R1499
R9000 to R9099 R9000 to R9117
A Message request signal A0 to A24 A0 to A124
C Counter (Non–volatile memory) C0 to C79 C0 to C199
K Keep relay (Non–volatile memory) K0 to K19 K0 to K39
K900 to K909
D Data table (Non–volatile memory) D0 to D2999 D0 to D7999
T Variable timer T0 to T79 T0 to T299
(Non–volatile memory)
L Label number L1 to L9999
P Subprogram number P1 to P512 P1 to P2000
CAUTION
1 R9000 to R9199 are areas reserved for the PMC system
program;
these areas cannot be used for output by a sequence
program.
2 K17 to K19 or K900 to K909 are areas reserved for the PMC
system program;
these areas cannot be used for output by a sequence
program.
3 Please refer to (3) PMC–NB(Series 4047).
55
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
Model
Character Signal description FANUC Series 15i
PMC–NB6
X Input signal from machine to PMC X0 to X127
(MTPMC)
Y Output signal from PMC to machine Y0 to Y127
(PMCMT)
F Input signal from the NC to PMC F0 to F511
(NCPMC)
G Output signal from the PMC to NC G0 to G511
(PMCNC)
R Internal relay R0 to R2999
R9000 to R9199
A Message request signal A0 to A124
C Counter C0 to C199
K Keep relay K0 to K39
K900 to K909
T Variable timer T0 to T299
D Data table D0 to D7999
L Label number L1 to L9999
P Subprogram number P1 to P2000
56
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
3.1 Addresses of the interfaces are outlined below. For details, see
CONNECTING MANUAL of Series 16.
ADDRESSES
BETWEEN PMC AND (1) Basic machine interface
CNC (PMCNC) (a) PMCzCNC related signals
The addresses for Series 15 are from F0 to F511, for the others are
from F0 to F255.
For details of the signals, see CONNECTING MANUAL of
CNC.
(b) PMC!CNC related signals
The addresses for Series 15 are from G0 to G511, for the others
are from G0 to G255.
For details of the signals, see CONNECTING MANUAL of
CNC.
57
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
3.2
ADDRESSES
BETWEEN PMC AND
MACHINE TOOL
(PMCMT)
NOTE
If both I/O Link and built–in I/O card are provided, the
address of the I/O card is valid.
(Except Series 15)
58
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
Table 3.2.1 (a) Input signals whose addresses are fixed (Series 16/Series 18)
Address
Signal Symbol When the I/O Link When the built–in
is used I/O card is used
T Signal indicating that X–axis measurement position is reached XAE X4.0 X1004.0
system
t
Signal indicating that Z–axis measurement position is reached ZAE X4.1 X1004.1
Function B for directly entering the measurement value of tool +MIT1 X4.2 X1004.2
compensation in the positive X direction
Function B for directly entering the measurement value of tool –MIT1 X4.3 X1004.3
compensation in the negative X direction
Function B for directly entering the measurement value of tool +MIT2 X4.4 X1004.4
compensation in the positive Z direction
Function B for directly entering the measurement value of tool –MIT2 X4.5 X1004.5
compensation in the negative Z direction
M Signal indicating that X–axis measurement position is reached XAE X4.0 X1004.0
system
t
Signal indicating that Y–axis measurement position is reached YAE X4.1 X1004.1
Signal indicating that Z–axis measurement position is reached ZAE X4.2 X1004.2
Common Skip signal SKIP X4.7 X1004.7
Emergency stop signal *ESP X8.4 X1008.4
Deceleration signal for 1st axis reference position return *DEC1 X9.0 X1009.0
Deceleration signal for 2nd axis reference position return *DEC2 X9.1 X1009.1
Deceleration signal for 3rd axis reference position return *DEC3 X9.2 X1009.2
Deceleration signal for 4th axis reference position return *DEC4 X9.3 X1009.3
Deceleration signal for 5th axis reference position return *DEC5 X9.4 X1009.4
Deceleration signal for 6th axis reference position return *DEC6 X9.5 X1009.5
Deceleration signal for 7th axis reference position return *DEC7 X9.6 X1009.6
Deceleration signal for 8th axis reference position return *DEC8 X9.7 X1009.7
If the NC is a TT system, the signals for tool post 2 listed in Table 3.2.1
(b) are always assigned to the following addresses.
In addition, the system does not have the signals for tool post 1, DEC5
to DEC8 (X9.4 to X9.7).
Table 3.2.1 (b) Input signals whose addresses are fixed (TT) (Series 16/Series 18)
Address
Signal Symbol When the I/O Link is When the built–in
used I/O card is used
TT Signal indicating that X–axis measurement position is reached XAE X13.0 X1013.0
system
t
Signal indicating that Z–axis measurement position is reached ZAE X13.1 X1013.1
Function B for directly entering the measurement value of tool +MIT1 X13.2 X1013.2
compensation in the positive X direction
Function B for directly entering the measurement value of tool –MIT1 X13.3 X1013.3
compensation in the negative X direction
Function B for directly entering the measurement value of tool +MIT2 X13.4 X1013.4
compensation in the positive Z direction
Function B for directly entering the measurement value of tool –MIT2 X13.5 X1013.5
compensation in the negative Z direction
Skip signal SKIP X13.7 X1013.7
Deceleration signal for 1st axis reference position return *DEC1 X7.0 X1007.0
Deceleration signal for 2nd axis reference position return *DEC2 X7.1 X1007.1
Deceleration signal for 3rd axis reference position return *DEC3 X7.2 X1007.2
Deceleration signal for 4th axis reference position return *DEC4 X7.3 X1007.3
59
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
Table 3.2.1 (c) Input signals whose addresses are fixed (Series 15)
3.2.2 The sequence program addresses of each module should be decided by the
machine tool builder. These decided addresses are set to the programmer
Assignment of I/O
memory by using programmer.
Module Addresses
The address information being set to the programmer is written together
with a sequence program into ROM when a sequence program is written
into ROM. No I/O address is changeable in the written stage of the
address information into ROM. These addresses are determined by the
connecting position (group number and base number) of the I/O base unit,
each module position (slot number) mounted inside the I/O base unit and
each module name.
Fig. 3.2.2 (a) and Fig. 3.2.2 (b) indicate the configuration of the I/O base
unit.
For the specifications and details of connections of the I/O interface
module, I/O module, CPU module, and other modules, see Connection
Manual of each CNC.
PMC
AIF01A AIF01B
Base#0 Base#1
60
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
PMC
AIF01A AIF01B
Base#0 Base#1
Group
I/O Unit I/O Unit
#1
AIF01A AIF01B
Base#0 Base#1
Power Group
Mate #2
Base#0
61
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
62
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
4 Operator’s panel connection unit I/O OC01I Input: 12 bytes Ordering information:
card E A16B–2200–0660 (sink type)
OC01O Output: 8 bytes A16B–2201–0730 (source type)
7 I/O Link connection unit /V Input: V bytes Specify the same value (1 to 8) as the
Output: V bytes number of input or output bytes in V.
8 Area for the I/O Unit MODEL B #V Input: V bytes Specify 1 to 10 bytes in V.
Output: V bytes
63
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
NOTE
1 See Section 3.2.3, “I/O Link connection unit assignment
method,” for how to assign the I/O Link connection unit.
2 See Section 3.2.4, “I/O Link MODEL B assignment
method,” for how to assign the I/O Link MODEL B.
3 See Section 3.2.7, “Distribution panel I/O connection panel
I/O module and distribution I/O operator’s panel I/O module
assignment method,” for how to assign the connection
panel I/O module and operator’s panel I/O module.
4 If the version of the programming system (FAPT LADDER,
FAPT LADDER–II) is too old to match a module above, use
the compatible module indicated in parentheses. When a
compatible module having the same number of points is not
available, use a compatible module having a greater
number of points.
64
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
X000
X001
X002
X003
X004
X005 0 0 5 ID32A
X006 0 0 5 ID32A
Automatical X007 0 0 5 ID32A
set X008 0 0 5 ID32A
X009
NOTE
When assigning Connection unit 1, Connection unit 2 or
Connection unit for operator’s panel, set base number to 0
and slot number to 1.
65
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
(a) The head bytes of the analog input module (AD04A) and analog
output module (DA02A) must be assigned to even number addresses
of input address (XVVV), and output address (YVVV) each.
When reading the A/D–converted digital value from the input
address (XVVV) or when writing the D/A–converting value to the
output address (YVVV), readout and write–in must always be
done in word (16 bits) units.
X000 0 0 1 ID16C
X001 0 0 1 ID16C
X002 0 0 2 ID16D
X003 0 0 2 ID16D
X004 1 0 1 IA16G
X005 1 0 1 IA16G
X006 1 0 2 IA16G
X007 1 0 2 IA16G
X008 2 0 1 ID16D
X009 2 a 0 1 ID16D
3.2.3 Concept:
I/O Link Connection In conventional data transfer, when data is to be transferred between CNC
Unit Assignment A and CNC B, the I/O units indicated by (a) (figure below) must be
connected with each other. (In this case, data can be transferred using any
I/O unit.)
(a)
I/ O Unit
Model A
I/ O Unit
Model A
I/ O Unit I/ O Unit
Model A Model A
The I/O link connection unit replaces these I/O units, thus eliminating the
need to connect them with, for example, cables.
66
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
I/ O Unit I/ O Unit
Model A Model A
Consequently, when the I/O link connection unit is used, the connections
become as shown below.
I/O Link
connection unit
I/ O Unit I/ O Unit
Model A Model A
Method of assignment: The assignment data depends on what type of I/O unit is to be replaced
with an I/O link connection unit.
Occupied
Input unit name at the time of assignment Output unit name at the time of assignment
address
1 to 8 / V (V represents a number from 1 to 8.) / V (V represents a number from 1 to 8.)
16 OC02I OC02O
32 OC03I OC03O
Setting: When a connection unit that occupies 16–byte addresses is attached to the
input side in GROUP = 1, enter “1.0.1.OC02I.”
67
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
I/ O LINK
MASTER
[GROUP] =0
Power Mate
Operator’s panel
interface unit
[BASE] =0 [BASE] =1
68
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
Setting: When an I/O unit model B assigned unit number 10 and occupying an area
of 3 bytes is attached to the input with GROUP = 1, enter “1.0.10.#3.”
3.2.5 When a Power Mate–MODEL D/H is used as I/O Link slave, it need to
be assigned on the I/O Link master side.
Power Mate–MODEL On the I/O link slave side, fixed addresses are used, so that no address
D/H Assignment needs to be assigned. (See Table 3 for the addresses used.)
An example of connection is shown below.
I/ O LINK
MASTER
[GROUP] =0
Operator’s panel
interface unit
Power Mate
69
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
Setting: When a Power Mate–D of 256/256 points is connected with group 1, input
the undermentioned assignment data.
·Input side : “1.0.1.OC03I”
·Output side : “1.0.1.OC03O”
3.2.6 On the FS16i–LA, the laser oscillator is connected as part of the I/O Link.
FS16i–LA Assignment Three groups (DI/DO=256/256 points) are used for the laser oscillator
interface. 13 groups, 768/768 points (X0 to X95, Y0 to Y95) are used for
the ladder diagram. For details on the laser oscillator connection, see the
FS16i Series CONNECTION MANUAL (B–63003EN), FANUC I/O
Link connection.
Connection Example
FS16i–LA
I/ O LINK
MASTER
Max. 13 groups
X0 to X95
Operator’s panel I/O module Y0 to Y95
Max. 3 groups
Laser oscillator
CAUTION
1 Addresses X96 to X127 and Y96 to Y127 cannot be used
in ladder diagrams.
2 When addresses X96 to X127 and Y96 to Y127 are
assigned, I/O points are not linked.
3 Connect the laser group to the end of the I/O link.
4 The I/O Link restart function cannot be used.
5 The OVERRIDE mode of the forced I/O function cannot be
used.
6 PMC–SB5 does not support a laser.
70
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
3.2.7 To assign connection panel I/O and operator’s panel I/O modules to the
Distribution I/O I/O Link, set the group number with an I/O Link serial number (use a
smaller number toward the I/O Link master CNC, like 0, 1, and 2). Also,
Connection I/O Module set the base number and slot number to 0 and 1, respectively. If a
and Distribution I/O combination of the basic module and expansion modules is used as the
Operator’s Panel I/O connection panel I/O module, assign all the modules in one I/O Link
Module Assignment group as one unit. Unlike the I/O Unit MODEL–A, it is unnecessary to
Methods specify a slot number. An assignment example is shown below.
Assignment example
Example
CNC
JD1A
96 input points and 64 output points (X20 and higher, Y10 and higher)
Connection Expansion Expansion Expansion
panel I/O module 1 module 2 module 3
basic module
JD1B
JD1A
24 input points and 16 output points (X100 and higher, Y100 and higher)
Connection
panel I/O
basic module
JD1B
JD1A
X004 0 0 1 CM14I
X020 1 0 1 CM12I
X100 2 0 1 CM03I
Y000 0 0 1 CM08O
Y010 1 0 1 CM08O
Y100 2 0 1 CM02O
71
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
Assignment name To assign the connection panel I/O and operator’s panel I/O modules for
the I/O Link, it is necessary to use programming software that supports
these modules. If the programming software does not support the
modules, use “compatible names for assignment” described later.
Connection panel I/O Refer to the following manuals for an explanation of how the connection
panel I/O module signals are mapped:
D “FANUC Series 16i/18i Connection Manual (Hardware)”
B–63003EN
D “FANUC Series 21i Connection Manual (Hardware)” B–63083EN
D “FANUC Series 15i Connection Manual (Hardware)” B–63323EN
D “FANUC Power Mate i Connection Manual (Hardware)” B–63173EN
The assignment that is made for different configurations (such as basic
module configuration and combination basic/expansion module
configuration) is explained below.
CAUTION
Expansion modules must be connected in ascending order
with respect to the module number (1, 2, then 3). An
expansion module number cannot be skipped.
Basic module
JD1B
JD1A
72
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
73
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
Operator’s panel I/O Refer to the following manuals for an explanation how the operator’s
module panel I/O module signals are mapped:
D “FANUC Series 16i/18i Connection Manual (Hardware)”
B–63003EN
D “FANUC Series 21i Connection Manual (Hardware)” B–63083EN
D “FANUC Series 15i Connection Manual (Hardware)” B–63323EN
D “FANUC Power Mate i D/H Connection Manual (Hardware)”
B–63173EN
(1) Operator’s panel I/O module
(A20B–2002–0470 supporting matrix inputs)
74
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
48 input points
32 output points
75
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
Compatible names for If your programming unit does not support the connection I/O or
assignment operator’s panel I/O module, use the following compatible names for I/O
Link assignment.
Assignment name Compatible name
CM03I /3
CM06I /6
CM09I OC01I
CM12I OC01I
CM13I OC02I
CM14I OC02I
CM15I OC02I
CM16I OC02I
CM02O /2
CM04O /4
CM06O /6
CM08O /8
76
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
3.3 In each model, the following signals (bytes) can be used as internal relays.
This area is cleared to zero when the power is turned on.
INTERNAL RELAY
ADDRESSES (R)
Model PA1 PA3
Number of
1100 1118 1118
bytes
Number of
1100 1118 1618 3200
bytes
Number of
bytes 1600 1618 3200
Number of
bytes 1618 3200 3200
77
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
Address number
7 6 5 4 3 2 1 0
R999
⋅
⋅
⋅
⋅
R1499
⋅
⋅
⋅
R2999
⋅
R9117
⋅
⋅
⋅
R9199
78
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
3.3.1 (1) R9000 (Operation output register for the ADDB, SUBB, MULB,
Area Managed by the DIVB, and COMPB functional instructions)
System Program 7 6 5 4 3 2 1 0
R9000
The result is 0.
The result is a negative
value.
The result overflows.
(2) R9000 (Error output for the EXIN, WINDR, WINDW, MMCWR,
MMCWW, MMC3R, and MMC3W functional instructions)
7 6 5 4 3 2 1 0
R9000
(3) R9002 to R9005 (Operation output registers for the DIVB functional
instruction)
The data remaining after the DIVB functional instruction is executed
is output.
(4) R9010 to R9027 (Interface area for the FNC9x functional
instruction) (PMC–SC only)
The area is provided as an interface between the FNC9x functional
instruction to be executed and a desired function.
7 6 5 4 3 2 1 0
R9015
Addresses of the control data for SUB91
R9026
Addresses of the control data for SUB97
R9027
79
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
R9104
R9105
Addresses of the control data for SUB91
R9116
Addresses of the control data for SUB97
R9117
always OFF
always ON
CAUTION
In the beginning, every signal is OFF.
The signals of R9091.0 and R9091.1 are always set at the
beginning of 1st level in every cycle.
Every pulse signal (ON–OFF) includes 8 ms errors.
80
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
R9091. 5
104ms 96ms
200ms
R9091. 6
504ms 496ms
1 second
81
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
3.4 This area is used as message display request. In each model, the following
number of messages can be used. Where “Number of Messages” =
ADDRESSES FOR “Number of Bytes” 8
MESSAGE This area is cleared to zero when the power is turned on. For information
SELECTION about using the message, see the subsection “5.43”.
DISPLAYED ON CRT
(A) Model PA1 PA3
Number of bytes 25 25
Number of bytes 25 25 25
SB3/ SB4/
Model SB SB2
SB5 SB6
82
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
Address number
7 6 5 4 3 2 1 0
A0 PMC–PA1 PMC–SB4
PMC–PA3 PMC–SB6
PMC–SA1 PMC–SC4
A1 PMC–SA2 PMC–NB2
PMC–SA3 PMC–NB6
PMC–SA5
PMC–SB
PMC–SB2
PMC–SB3
PMC–SB5
PMC–SC
PMC–SC3
PMC–NB
A24
A124
83
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
3.5 This area is used as counters. In each model, the following number of
counters can be used. Where “Number of Counters” = “Number of Bytes”
ADDRESS OF /4
COUNTER (C) Since this area is nonvolatile, the contents of the memory do not disappear
even when the power is turned off.
Number of bytes 80 80
Number of counters 20 20
SA3/
Model SA1 SA2 SA5
Number of bytes 80 80 80
Number of counters 20 20 20
SB3/ SB4/
Model SB SB2
SB5 SB6
Number of counters 20 20 20 50
Number of counters 20 20 50
Number of counters 20 50 50
84
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
Address number
7 6 5 4 3 2 1 0
PMC–PA1 PMC–SB4
C0 Preset value
PMC–PA3 PMC–SB6
C1 PMC–SA1 PMC–SC4
Counter PMC–SA2 PMC–NB2
No. 1 PMC–SA3 PMC–NB6
C2 current value
PMC–SA5
C3 PMC–SB
PMC–SB2
PMC–SB3
PMC–SB5
PMC–SC
PMC–SC3
C76 Preset value PMC–NB
C77 Counter
No. 20
C78 current value
C79
C197 Counter
No. 50
C198 current value
C199
85
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
3.6 The area is used as keep relays and PMC parameters. In each model, the
following number of bytes can be used. Since this area is nonvolatile, the
ADDRESS OF KEEP contents of the memory do not disappear even when the power is turned
RELAY AND off.
NONVOLATILE
MEMORY CONTROL Model PA1 PA3
(K)
Number of bytes 20 20
Nonvolatile memory
control address K16 K16
SA3/
Model SA1 SA2 SA5
Number of bytes 20 20 20
Nonvolatile memory
control address K16 K16 K16
SB3/ SB4/
Model SB SB2
SB5 SB6
Number of bytes 20 20 20 50
Nonvolatile memory
control address K16 K16 K16 K16
Number of bytes 20 20 50
Nonvolatile memory
control address K16 K16 K16
Number of bytes 20 50 50
86
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
Address number
7 6 5 4 3 2 1 0
K0
PMC–PA1 PMC–SB4
PMC–PA3 PMC–SB6
PMC–SA1 PMC–SC4
K1 PMC–SA2 PMC–NB2
PMC–SA3 PMC–NB6
PMC–SA5
PMC–SB
PMC–SB2
PMC–SB3
PMC–SB5
PMC–SC
PMC–SC3
PMC–NB
K19
K39
K900
PMC–SB4
PMC–SB6
PMC–SC4
PMC–NB2
PMC–NB6
K909
For the information about using “Nonvolatile memory control”, see the
section “6.1”.
PMC control software parameter area is used by PMC control software.
For more information about PMC control software parameter, see the
section “II 4.3”.
87
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
3.7 Data table is the area of nonvolatile memory. In each model, the following
number of bytes can be used.
ADDRESS OF DATA
TABLE (D)
Model PA1 PA3
SA3/
Model SA1 SA2
SA5
Number of bytes 1860 1860 1860
SB3/ SB4/
Model SB SB2
SB5 SB6
Number of bytes 1860 1860 3000 8000
Address number
7 6 5 4 3 2 1 0
D2999
D7999
88
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
3.8 This area is used by TMR instruction as variable timers. In each model,
the following number of timers can be used. Where “Number of timers”
TIMER ADDRESSES = “Number of Bytes” / 2
(T) Since this area is nonvolatile, the contents of the memory do not disappear
even when the power is turned off.
Number of bytes 80 80
Number of timers 40 40
SA3/
Model SA1 SA2 SA5
Number of bytes 80 80 80
Number of timers 40 40 40
SB3/ SB4
Model SB SB2
SB5 SB6
89
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
Address number
7 6 5 4 3 2 1 0
Timer
T298
No. 150
T299
90
B–61863E/12 PMC SEQUENCE PROGRAM 3. ADDRESS
3.9 Label addresses are used to specify jump destination labels (positions in
a sequence program) in the JMPB and JMPC instructions. The same label
LABEL ADDRESSES number can appear in different LBL instructions in the same sequence
(JMPB, JMPC, LBL) program as long as it is unique in the program unit (main program,
(L) subprogram). In each model, the following number of label can be used.
SA3/
Model SA1 SA2 SA5
SB3/ SB4/
Model SB SB2 SB5 SB6
91
3. ADDRESS PMC SEQUENCE PROGRAM B–61863E/12
SA3/
Model SA1 SA2 SA5
SB3/ SB3/
Model SB SB2 SB5 SB6
92
B–61863E/12 PMC SEQUENCE PROGRAM 4. PMC BASIC INSTRUCTIONS
Signal name
Relay name
A B
RO
X8.1 R12.6
C R9.0
Address number
93
4. PMC BASIC INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
(2) Type
There are two types of PMC instructions, basic and functional.
(a) Basic instruction
Basic instructions are most often used when designing sequence
programs. They perform one–bit operations, such as AND, or
OR. There are 12 types.
(b) Functional instruction
Functional instructions ease programming of machine
movements that are difficult to program with basic instructions.
Refer to Chapter V about the type of functional instruction.
(3) Storage of logical operation results
A register is provided for storing the intermediate results of a logical
operation during operation of a sequence program. This register
consists of 9 bits. (See Fig. 4 (b) ) .
Stack register (which temporarily stores the inter- The result of an operation
mediate result of an operation) currently being executed
enters here.
Fig. 4 (b)
Execution of an instruction (RD.STK or the like) to temporarily store the
intermediate results of an operation as in the above figure, shifts left and
stacks the status stored so far; conversely, execution (AND.STK or the
like) to retrieve a stacked signal shifts it right. The signal stacked last is
retrieved first.
Refer to explanations of each instruction for concrete applications and
operations.
94
B–61863E/12 PMC SEQUENCE PROGRAM 4. PMC BASIC INSTRUCTIONS
4.1 The type of instructions and contents of processing are listed in the Table
4.1 (a).
DETAILS OF BASIC
INSTRUCTIONS Information format 1:
This is used when writing instructions on a coding sheet, punching out
them on a paper tape or displayed on the CRT/MDI or offline programmer.
Information format 2:
This is used when inputting instructions through programmer.
This format is to simplify an input operation.
RN, for instance, means RD.NOT and represents an input operation using
both keys, “R” and “N”.
Details of each basic instruction will be given here.
Instruction
No. Format 1 Format 2 Contents of processing
(coding) (keys ofFAPT LADDER)
1 RD R Reads the status of a specified signal and sets it in ST0.
2 RD.NOT RN Inverts the logical status of a specified signal, reads and sets it in ST0.
4 WRT.NOT WN Inverts the results of logical operations (status of ST0) and outputs it to a
specified address.
6 AND.NOT AN Inverts the status of a specified signal and induces a logical product.
8 OR.NOT ON Inverts the status of a specified signal and induces a logical sum.
9 RD.STK RS Shifts the stack register left one bit, read and sets the status of a specified
signal in ST0.
10 RD.NOT.STK RNS Shifts the stack register left one bit reads the inveried logical status of a
specified signal, and sets it in ST0.
11 AND.STK AS Sets the logical product of ST0 and ST1, and shifts the stack register right
one bit.
12 OR.STK OS Sets the logical sum of ST0 and ST1, and shifts the stack register right by one
bit.
13 SET SET Calculates the logical OR of the contents of ST0 and the status of the signal
at the specified address and outputs the result to the specified address.
14 RST RST Calculates the logical AND of the inverted contents of ST0 and the specified
address and outputs the result to the address.
95
4. PMC BASIC INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Model
PMC- PMC- PMC- PMC- PMC- PMC- PMC- PMC- PMC-
No. Instruction PA1 PA3 SA1/ SB/ SC SA3/ SB3/ SC3/ NB/
SA2 SB2 SA5 SB4/ SC4 NB2/
SB5/ NB6
SB6
1 RD f f f f f f f f f
2 RD.NOT f f f f f f f f f
3 WRT f f f f f f f f f
4 WRT.NOT f f f f f f f f f
5 AND f f f f f f f f f
6 AND.NOT f f f f f f f f f
7 OR f f f f f f f f f
8 OR.NOT f f f f f f f f f
9 RD.STK f f f f f f f f f
10 RD.NOT.STK f f f f f f f f f
11 AND.STK f f f f f f f f f
12 OR.STK f f f f f f f f f
13 SET f f f f f
14 RST f f f f f
NOTE
SET/RST are not available on PMC–SA3 for Series 20.
96
B–61863E/12 PMC SEQUENCE PROGRAM 4. PMC BASIC INSTRUCTIONS
Bit number
Address number
A B C
W1
D G
W2
X5.1 R5.4 R200.1
E
Y5.2
F
Y5.3
97
4. PMC BASIC INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Bit number
Address number
(2) Inverts the status of a signal at a specified address and set it in ST0.
(3) Is used when beginning coding with contact B ( ). See the ladder
diagram of Fig. 4.1.2 and entries in the coding sheet of Table 4.1.2
for an example of using the RD.NOT instruction.
(4) The signal read by the RD.NOT instruction may be any contact B
entered as the logical condition of one coil.
A B C
W1
D G
W2
G5.1 R10.5
E R210.2
X4.2
F
Y10.7
98
B–61863E/12 PMC SEQUENCE PROGRAM 4. PMC BASIC INSTRUCTIONS
Bit number
Address number
(2) Outputs the results of logical operations, that is, the status of ST0 to
a specified address.
(3) The results of one logical operation can also be output to two or more
addresses. How to use the WRT instruction in this case is shown in
Fig. 4.1.3 and Table 4.1.3.
A C
W1
R220.1 G2.2 Y11.1
B
W2
X4.2
Y14.6
99
4. PMC BASIC INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Bit number
Address number
(2) Inverts the results of logical operations, that is, the status of ST0 and
outputs it to a specified address. Fig. 4.1.4 and Table 4.1.4 show an
example on using the WRT.NOT instruction.
A C
W1
R220.1 G2.2 Y11.1
B
W2
X4.2 Y14.6
100
B–61863E/12 PMC SEQUENCE PROGRAM 4. PMC BASIC INSTRUCTIONS
Bit number
Address number
Bit number
Address number
Bit number
Address number
Bit number
Address number
101
4. PMC BASIC INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Bit number
Address number
A B
W1
X1.1 Y1.2 Y15.0
C D
X1.3 Y1.4
E F
R2.1 R3.5
102
B–61863E/12 PMC SEQUENCE PROGRAM 4. PMC BASIC INSTRUCTIONS
Bit number
Address number
A B E F
W1
X1.0 X1.1 Y1.2 Y1.3 Y15.7
C D G H
103
4. PMC BASIC INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Bit number
Address number
(2) Induces a logical product from the operation results in ST0 and ST1,
sets the result in ST1, and shifts the stack register right one bit.
(3) See Fig. 4.1.10 and Table 4.1.10 for an example of using the
AND.STK instruction.
Bit number
Address number
(2) Induces a logical sum from the operation results in ST0 and in ST1,
sets the result in ST1, and shifts the stack register right one bit.
(3) See Fig. 4.1.9 and Table 4.1.9 or Fig. 4.1.10 and Table 4.1.10 for
examples of using the OR.STK instruction.
NOTE
In Table 4.1.9 putting OR.STK at step 5 between steps 7
and 8 brings about the same result. But it is recommended
to code as shown in Table 4.1.9, because coding OR.STK
or AND.STK in succession is prone to cause an error.
104
B–61863E/12 PMC SEQUENCE PROGRAM 4. PMC BASIC INSTRUCTIONS
Bit No.
Address No.
(2) Logical sum of the logical operation result ST0 with the content of
the specified address is outputted to the same address.
(3) Refer to the figure below for an example of using the SET instruction.
A C
(S)
R0.0 Y0.0
X0.0
105
4. PMC BASIC INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
(4) Remarks
(a) Restriction of using
Do not use SET/RST like the following example 1, use them
alone like the following example 2.
(S) (S)
f
R0.0 Y0.1
D
D f
D
D
D X0.0
D
D
D
END2 END2
Example 1 Example 2
106
B–61863E/12 PMC SEQUENCE PROGRAM 4. PMC BASIC INSTRUCTIONS
Bit No.
Address No.
(2) Logical product of inverted logical operation result ST0 with the
content of the specified address is outputted to the same address.
(3) Refer to the figure below for an example of using the RST
instruction.
A C
(R)
R0.0 Y0.0
X0.0
107
4. PMC BASIC INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
(4) Remarks
(a) Restriction of using
Do not use SET/RST like the following example 1, use them
alone like the following example 2.
R0.0 Y0.0 R0.0 Y0.0
(S) (S)
f
.
R0.0 Y0.1
.
f
.
X0.0
. .
. .
END2 END2
Example 1 Example 2
108
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5 FUNCTIONAL INSTRUCTIONS
Instruction Model
Format 2 Processing
Format 1 Format 3 PMC– PMC–
(paper tape
(Ladder) (program input) PA1 PA3
punch program)
END1 SUB1 S1 End of a first–level ladder program f f
109
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Instruction Model
Format 2 Processing
Format 1 Format 3 PMC– PMC–
(paper tape
(Ladder) (program input) PA1 PA3
punch program)
COME SUB29 S29 End of common line control f f
110
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
Instruction Model
Format 2 Processing
Format 1 Format 3 PMC– PMC–
(paper tape
(Ladder) (program input) PA1 PA3
punch program)
PSGNL SUB50 S50 Position signal output f f
111
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Model
Instruc-
Instr c SUB
Processing PMC– PMC– PMC– PMC– PMC– PMC– PMC– PMC–
PMC–
PMC–
tion number NB/
SA1 SA2 SA3 SB SB2 SB3 SC SC3 NB6
NB2
DEC 4 Decoding f f f f f f f f f f
JMP 10 Jump f f f f f f f f f f
LBL 69 Label f f f f f
COMP 15 Comparison f f f f f f f f f f
112
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
Model
Instruc-
Instr c SUB
Processing PMC– PMC– PMC– PMC– PMC– PMC– PMC– PMC–
PMC–
PMC–
tion number NB/
SA1 SA2 SA3 SB SB2 SB3 SC SC3 NB6
NB2
ADD 19 Addition f f f f f f f f f f
SUB 20 Subtraction f f f f f f f f f f
MUL 21 Multiplication f f f f f f f f f f
DIV 22 Division f f f f f f f f f f
EOR 59 Exclusive OR f f f f f
OR 61 Logical OR f f f f f
SP 71 Subprogram f f f f f
113
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
114
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
NOTE
On the PMC–SB3/SB4/SC3/SC4, DISP is provided only for the compatibility with Series 16/18 MODEL
A. On the Series 16/18 MODEL B, it is recommended to use DISPB instead of DISP because some
extended functions such as high speed display and display of double sized character are available only
with DISPB. On the Series 16/18 MODEL B, if both DISP and DISPB are used in the same sequence
program, double sized character can not be displayed by DISPB.
115
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
116
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
NOTE
On the PMC–SB5/SB6, DISP is provided only for the compatibility with Series 16 MODEL A/B. On the
Series 16/18 MODEL C, it is recommended to use DISPB instead of DISP because some extended
functions such as high speed display and display of double sized character are available only with DISPB.
On the Series 16/18 MODEL C, if both DISP and DISPB are used in the same sequence program, double
sized character can not be displayed by DISPB.
117
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
118
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
119
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Model
SUB
Name Processing Series 16i MODEL A/Series 18i MODEL A
number
PMC–SB5 PMC–SB6
END1 1 First level program end f f
END2 2 Second level program end f f
END3 48 Third level program end
TMR 3 Timer processing f f
TMRB 24 Fixed timer processing f f
TMRC 54 Timer processing f f
DEC 4 Decoding f f
DECB 25 Binary decoding f f
CTR 5 Counter processing f f
CTRC 55 Counter processing f f
ROT 6 Rotation control f f
ROTB 26 Binary rotation control f f
COD 7 Code conversion f f
CODB 27 Binary code conversion f f
MOVE 8 ANDed data transfer f f
MOVOR 28 ORed data transfer f f
MOVB 43 Transfer of one byte f f
MOVW 44 Transfer of two bytes f f
MOVN 45 Transfer of arbitrary bytes f f
COM 9 Common line control f f
COME 29 Common line control end f f
JMP 10 Jump f f
JMPE 30 Jump end f f
JMPB 68 Label jump 1 f f
JMPC 73 Label jump 2 f f
LBL 69 Label specification f f
PARI 11 Parity check f f
DCNV 14 Data conversion f f
DCNVB 31 Binary data conversion f f
COMP 15 Comparison f f
COMPB 32 Binary comparison f f
COIN 16 Coincidence check f f
SFT 33 Shift register f f
DSCH 17 Data search f f
DSCHB 34 Binary data search f f
XMOV 18 Indexed data transfer f f
XMOVB 35 Binary indexed data transfer f f
ADD 19 BCD addition f f
120
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
Model
SUB
Name Processing Series 16i MODEL A/Series 18i MODEL A
number
PMC–SB5 PMC–SB6
ADDB 36 Binary addition f f
SUB 20 BCD subtraction f f
SUBB 37 Binary subtraction f f
MUL 21 BCD multiplication f f
MULB 38 Binary multiplication f f
DIV 22 BCD division f f
DIVB 39 Binary division f f
NUME 23 Definition of constant f f
NUMEB 40 Definition of binary constant f f
DISP 49 Message display (Note) n n
DISPB 41 Extended message display f f
EXIN 42 External data input f f
AXCTL 53 PMC axis control f f
WINDR 51 Window data read f f
WINDW 52 Window data write f f
FNC9X 9X Arbitrary functional instruction
MMC3R 88 MMC3 window data read
MMC3W 89 MMC3 window data write
MMCWR 98 MMC2 window data read f f
MMCWW 99 MMC2 window data write f f
DIFU 57 Rising edge detection f f
DIFD 58 Falling edge detection f f
EOR 59 Exclusive OR f f
AND 60 Logical product f f
OR 61 Logical add f f
NOT 62 Logical negation f f
END 64 End of subprograms f f
CALL 65 Conditional subprogram call f f
CALLU 66 Unconditional subprogram call f f
SP 71 Subprogram f f
SPE 72 End of a subprogram f f
NOTE
With PMC–SB5/SB6 of the Series 16i/18i MODEL A, the DISP instruction can be used only to ensure
compatibility with the Series 16 MODEL A/B.
With the Series 16i/18i MODEL A, FANUC recommends the use of the DISPB instruction that provides
extended functions such as high–speed display and kanji character display.
With the Series 16i/18i MODEL A, if both the DISP instruction and DISPB instruction are used in the same
sequence program, the kanji display function of the DISPB instruction cannot be used.
121
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Model
SUB
Name Processing Series 21i MODEL A
number
PMC–SA1 PMC–SA5
END1 1 First level program end f f
END2 2 Second level program end f f
END3 48 Third level program end
TMR 3 Timer processing f f
TMRB 24 Fixed timer processing f f
TMRC 54 Timer processing f f
DEC 4 Decoding f f
DECB 25 Binary decoding f f
CTR 5 Counter processing f f
CTRC 55 Counter processing f f
ROT 6 Rotation control f f
ROTB 26 Binary rotation control f f
COD 7 Code conversion f f
CODB 27 Binary code conversion f f
MOVE 8 ANDed data transfer f f
MOVOR 28 ORed data transfer f f
MOVB 43 Transfer of one byte f
MOVW 44 Transfer of two bytes f
MOVN 45 Transfer of arbitrary bytes f
COM 9 Common line control f f
COME 29 Common line control end f f
JMP 10 Jump f f
JMPE 30 Jump end f f
JMPB 68 Label jump 1 f
JMPC 73 Label jump 2 f
LBL 69 Label specification f
PARI 11 Parity check f f
DCNV 14 Data conversion f f
DCNVB 31 Binary data conversion f f
COMP 15 Comparison f f
COMPB 32 Binary comparison f f
COIN 16 Coincidence check f f
SFT 33 Shift register f f
DSCH 17 Data search f f
DSCHB 34 Binary data search f f
XMOV 18 Indexed data transfer f f
XMOVB 35 Binary indexed data transfer f f
ADD 19 BCD addition f f
122
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
Model
SUB
Name Processing Series 21i MODEL A
number
PMC–SA1 PMC–SA5
ADDB 36 Binary addition f f
SUB 20 BCD subtraction f f
SUBB 37 Binary subtraction f f
123
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Instruc-
Instruc SUB Model
Processing
tion Number PMC–SB PMC–SC
END1 1 End of a first–level ladder program 171 1033
DEC 4 Decoding 21 28
JMP 10 Jump 12 16
COMP 15 Comparison 22 36
124
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
Instruc-
Instruc SUB Model
Processing
tion Number PMC–SB PMC–SC
ADD 19 Addition 22 33
SUB 20 Subtraction 21 32
MUL 21 Multiplication 42 63
DIV 22 Division 44 66
125
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Execution time constant: This constant represents how many times the execution time of a
functional instruction corresponds to the execution time of 10 basic
instructions (about 1.5µs) . The execution time of a basic instruction is
about 0.15 µs.
The general format and restrictions common to each functional
instruction are given below, details on each instructions will follow later.
Refer to this paragraph without fail, since it covers the provisions on using
a functional instruction and other important items.
(1) Format
Since the functional instructions cannot be represented with relay
symbols, the format shown in Fig. 5 (a) must be used. The format
includes control conditions, an instruction, parameters, W1, R9000
to R9005 (Functional instruction operation result register).
Control conditions
Parameter (Note)
A B
(3)
I
n
L0 L1 s
C D t
(2) r Para–
(2) (3) (4)
u meter
R 2.4 R 3.1 c
t (1) W1
RST
(1) i
o R 10.1
n
R 5.7
ACT
(0)
(E1)
R 7.1
7 6 5 4 3 2 1 0
R9000
R9001
R9002
R9003
R9004
R9005
126
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
NOTE
1 Numbers in parentheses under control conditions indicate
the position of the stored register.
2 (PRM) of steps 8 to 11 under Instruction means that P must
be input when a parameter is input from the programmer,
and PRM is not required to be input when a parameter is
input from a paper tape.
NOTE
For the functional instructions, with a RST as a control
condition, the RST has the highest priority. Accordingly
when RST=1, the RST processing is done even when
ACT=0.
(3) Instruction
The types of instructions are shown in Table 5 (a). The Programmer
has exclusive keys for functional instructions TMR and DEC. They
are input by T and D keys, respectively. The other functional
instructions are given by “S” key and a following number. When
instructions are input by relay symbols, software keys are used to
input them. Refer to chapter III or V for details.
(4) Parameter
Unlike basic instructions, functional instructions can handle numeric
values. Thus the reference data or addresses containing data are
entered under Parameter. The number and meaning vary with each
functional instruction. The P key is used to enter parameters in the
Programmer.
127
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
(5) W1
The operation results of a functional instruction, when represented with
one bit of 1 or 0, is output to W1 whose address can be determined freely
by the programmer. Its meaning varies with each functional instruction.
Note that some functional instructions have no W1.
(6) Data to be processed
Data handled by functional instructions are of binary coded decimal
(BCD) code and binary code.
In the conventional PMCs, the numeric data is processed mainly
based on the BCD code. However, in the PMC–SB/SC, it is
recommended to handle all pieces of numeric data with the binary
code. The reasons for this are:
(a) In the Series 16, the numeric data (M, S, T, B code) between the
CNC and the PMC should be of the binary code.
(b) Numeric data on which the CPU performs processing must be in
binary format. When numeric data is always processed in binary
format, therefore, neither BCD–to–binary nor binary–to–BCD
conversion is necessary, thus enabling faster PMC processing.
(c) When the data is of the binary code, the range of the numeric data
processable becomes wide. Also, negative numeric data can be
processed easily, and the arithmetic operation functions are
strengthened. The binary numeric data is handled, as a rule, on
the basis of 1 byte (–128 to+127), 2 bytes (–32768 to +32767),
and 4 bytes (–99999999 to +99999999).
(d) When various numeric data items are entered or displayed using
the keys on the CRT/MDI panel, all the numeric data items in
binary are conveniently specified or displayed in decimal.
Therefore, no problem arises, though the data stored in the
internal memory is of the binary code. Pay attention to this only
when referring to the memory by the sequence program. See (7).
In the functional instructions, binary data is mainly handled.
(7) Example of numeric data
(a) BCD code data
The basic data handled with the BCD code is of 1 byte (0 to 99)
or 2 bytes (0 to 9999). The BCD 4–digit data is entered into two
bytes of continuous addresses as shown below.
Example: When BCD data 1234 is stored to addresses R250
and R251.
7 6 5 4 3 2 1 0
R250 0 0 1 1 0 1 0 0
3 4
7 6 5 4 3 2 1 0
R251 0 0 0 1 0 0 1 0
1 2
Specify smaller address R250 by a functional instruction.
(Note) The low order digits are entered to the smaller address.
128
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
7 6 5 4 3 2 1 0
R200 26 25 24 23 22 21 20 7 6 5 4 3 2 1 0
0 0 0 0 0 0 0 1 (+1)
0 : Positive
1 : Negative
0 1 1 1 1 1 1 1 (+127)
R201 214 213 212 211 210 29 28
7 6 5 4 3 2 1 0
R200 27 26 25 24 23 22 21 20
129
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
* When 2–byte or 4–byte data is handled, assigning even addresses to addresses marked with *
reduces the time required to execute functional instructions.
A + B = C Error output
RST
ADDB
* * *
ffff ffff ffff ffff
W1
ACT Address Address Address for
Specifying for an for an outputting
(SUB36)
a format augend addend the sum
Fig. 5 (b)
In even addresses, the number after R is even with internal relays, and
the number after D is even in data tables.
(9) Functional instruction calculation result register (R9000 to R9005)
(See Fig. 5 (c))
The result of calculation of the functional instruction is set in the
register.
This register is used commonly to the functional instructions.
Therefore, refer to the information in the register immediately after the
functional instruction is executed. Otherwise, the previous information
disappears when the next functional instruction is executed.
The calculation information in the register cannot be transferred
between different levels of the sequence program. For example, it is
impossible to read the set information by referring to registers
R9000’s by the 2nd level program. When the subtraction instruction
(SUBB) is executed by the 1st level program.
The calculation information set in the register is guaranteed up to the
point just before the functional instruction for setting the next
calculation information is executed between the same level of
programs. The calculation information set in this register differs
according to the functional instruction. It can be read out by the
sequence program, but cannot be written.
7 6 5 4 3 2 1 0
R9000
R9001
R9002
R9003
R9004
R9005
Fig. 5 (c)
This register is a 6 byte register (R9000 to R9005), and the data of
1 bit unit or 1 byte unit can be referred to.
When reading the data of bit 1 of R9000, specify RD R9000.1.
130
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.1
END1 (1ST LEVEL
SEQUENCE
PROGRAM END)
5.1.1 Must be specifies once in a sequence program, either at the end of the 1st
Function level sequence, or at the beginning of the 2nd level sequence when there
is no 1st level sequence.
5.1.2 Fig. 5.1.2 shows the format of END.1 and Table 5.1.2 shows the coding.
Format
END1
(SUB 1)
131
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.2
END2 (2ND LEVEL
SEQUENCE
PROGRAM END)
5.2.2 Fig.5.2.2 shows the expression format and Table 5.2.2 shows the coding
Format format.
END2
(SUB 2)
132
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.3
END3 (END OF 3RD
LEVEL SEQUENCE)
(PMC–SC/SC3/SC4/
NB/NB2 ONLY)
5.3.1 Specify this command at the end of the 3rd level sequence program, i.e.
it indicates the end of the sequence program. If there is no 3rd level
Function
sequence program, specify this command immediately after END.2
command.
5.3.2 Fig.5.3.2 shows description format and Table 5.3.2 shows coding format.
Format
END3
(SUB 48)
133
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.4
TMR (TIMER)
5.4.2 Fig.5.4.4 (a) shows description format and Table 5.4.4 shows coding
Format format.
5.4.4 When the time preset is reached with ACT=1 as shown in Fig.5.4.4 (b),
Timer Relay (TMff) the timer relay turns on. The address of the timer relay is determined by
designer.
Timer relay
ACT
TMR ff TMff
fff.f
fff.f
Timer number
Control condition Instruction
ACT
TMff
T
T indicates the time set in this timer
command.
134
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.4.5 The timer can be set via the CRT/MDI unit of the CNC (See Chapter II).
Setting Timers The setting time is every 48 ms for timer number 1 to 8 and every 8 ms
for timer number 9 to 40. A time less than 48 ms is discarded for timer
number 1 to 8. The time set by timers 9 to 40 is every 8 ms. Any
remainder is discarded. For example, if 38 ms is set, the remainder 6
(38=84+6) is discarded, and only 32 ms is actually set.
Model PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4
Type of timer
48 ms timer 1 to 8 1 to 8 1 to 8 1 to 8 1 to 8 1 to 8 1 to 8 1 to 8 1 to 8 1 to 8
number
Type of timer
48 ms timer 1 to 8 1 to 8 1 to 8 1 to 8 1 to 8 1 to 8 1 to 8 1 to 8
number
5.4.6
Timer Accuracy
8 ms timer 8 ms to 262.1 s –8 to 0 ms
135
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.5
TMRB (FIXED TIMER)
5.5.1 This timer is used as a fixed on–delay timer. The variable timer in section
5.4 sets time of the timer into the nonvolatile memory, and can be reset
Function
via the CRT/MDI when necessary.
Time present in this fixed timer is written to the ROM together with the
sequence program, so the timer time once set cannot be changed unless
the whole ROM is exchanged.
Timer relay
5.5.4 As shown in Fig.5.5.4, timer relay is set ON after certain time preset in
Timer Relay the parameter of this instruction pasts after ACT=1.
The designer will decide the address of the internal relay in the timer relay.
(TMBfff)
ACT
TMB
T
T indicates the time set in this timer
command.
136
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
137
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.6
TMRC (TIMER)
5.6.2 Fig.5.6.2 and Table 5.6.2 show the expression format and the coding
Format format, respectively.
5.6.4
Timer Accuracy Timer precision Setting value Setting time Error
8 ms 0 1 to 262,136 –8 to 0 ms
48 ms 1 1 to 1,572,816 –48 to +0 ms
1 second (Note) 2 1 to 32,767 0 to +1 s
10 s (Note) 3 1 to 327,670 0 to +10 s
1 m (Note) 4 1 to 32,767 0 to +1 m
NOTE
This function is usable only with the following models:
FS16C/18C PMC–SB5/SB6
FS16i/18i PMC–SB5/SB6
FS21i PMC–SA5
138
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.6.5 Sets the first address of the timer set time field.
Timer Set Time The continuous 2–byte memory space is required for the timer set time
field.
Address Field D is normally used as this field.
The timer set time is converted into the binary value in 8 ms (48 ms) units.
The timer set time is shown as follows:
8 ms 8 to 262,136 ms
48 ms 48 to 1,572,816 ms
1s 1 to 32,767s
10 s 1 to 327,670s
1m 1 to 32,767m
Timer register + 0
Timer register + 1
Timer register
Timer register + 2
Timer register + 3
5.6.7 As shown in Fig. 5.6.7, after ACT is set to 1, the timer relay is turned on
once the time specified in this command has elapsed.
Timer Relay (TMff)
ACT
TM ff
T
T indicates the time set in this timer
command.
139
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.7
DEC (DECODE)
5.7.1 Outputs 1 when the two–digit BCD code signal is equal to a specified
Function number, and 0 when not. Is used mainly to decode M or T function.
5.7.2 Fig.5.7.2 and Table 5.7.2 show the expression format and Table 5.7.2
Format show the coding format.
fff. f fff. f
Decode ff ff
Control condition Instruction
instruction Number of digits
instruction
Address of decode signal Number of digits instruction
140
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.7.5 There are two paths, the number and the number of digits.
Decode Specification Decode specification
f f f f
Number specification
(i) Number:
Specify the decode number.
Must always be decoded in two digits.
(ii) Number of digits:
01 : The high–order digit of two decimal digits is set to 0 and
only the low–order digit is decoded.
10 : The low–order digit is set to 0 and only the high–order digit
is decoded.
11 : Two decimal digits are decoded.
5.7.6 W1 is 1 when the status of the code signal at a specified address is equal
W1 to a specified number, 0 when not. The address of W1 is determined by
designer.
(Decoding Result
Output)
MF DEN
DEC F10 3011 M30 M30
X
F7.0 F1.3 R228.1
141
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.8
DECB (BINARY
DECODING)
5.8.1 DECB decodes one, two, or four–byte binary code data. When one of the
Function specified eight consecutive numbers matches the code data, a logical high
value (value 1) is set in the output data bit which corresponds to the
(Fig.5.8.2 (a), (b)) specified number. When these numbers do not match, a logical low value
(value 0) is set.
Use this instruction for decoding data of the M or T function.
In PMC–SB5/SB6 for Series 16i/160i/18i/180i/Power Mate i and
PMC–SA5 for Series 21i/210i, the setting of the format specification
parameter is extended. With this setting, DECB can decode multiple
(8n) bytes.
For the details of the setting of a format specification parameter, refer to
“5.8.4 Parameters”.
5.8.2
Format
Decode designating +7
number
Decode designating numbers
Eight numbers, each of which is added by 0, 1, 2, . . . , and 7 to the specified number
are decoded.
When number 62 is specified, for example, eight numbers of 62 to 69 are decoded.
If code data is 62, 0 bit of output data is turned on; if 69, 7th bit is turned on.
142
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
15 14 13 12 11 10 9 8
1, 2 or 4–byte
binary code data Decode designating
number +8
8n–1 8(n–1)
Decode designating
number +(8n–1)
*
ACT DECB ffff ffff ffff ffff
ffff
143
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
144
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.9
CTR (COUNTER)
5.9.1 CTR is used as a counter. Counters are used for various purposes for NC
Function Machine tools.
Numerical data such as preset values and count values can be used with
either BCD format or binary format by a system parameter.
NOTE
When a incollect BCD data was set to a BCD type counter,
the morement of CTR cannot be sured.
8 1
7 2
6 3
5 4
Presetting : 8
Initial value : 1
145
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.9.2 Fig.5.9.2 show the expression format and Table 5.9.2 show the coding
Format format.
CN0
fff. f
W1
RST
fff. f
fff. f
ACT
Instruction (SUB 5)
Control condition
146
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
NOTE
Set RST to 1, only when reset is required.
“1”
“0”
Count Count
5.9.4 Counters of 2 bytes (2 bytes for each of the preset values and cumulative
Counter Number values) are available. The usable numbers are listed below.
Model PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4
Counter number 1 to 20 1 to 20 1 to 20 1 to 20 1 to 20 1 to 20 1 to 20 1 to 20 1 to 20 1 to 50
Counter number 1 to 20 1 to 50 1 to 20 1 to 20 1 to 50 1 to 20 1 to 50 1 to 50
WARNING
If the counter number is duplicated, or falls outside the valid
range, the operation will be unpredictable.
147
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.9.5 When the count is up to a preset value, W1=1. The address of W1 can be
Countup Output (W1) determined arbitrarily.
When the counter reaches the set value, W1 is set to 1.
When the counter reaches 0 or 1, W1 is set to 1.
5.9.6 [Example 1]
As a preset counter (See Fig.5.9.6 (a))
Examples of Using the
The number of workpieces to be machined is counted. When the number
Counter reaches the preset count, a signal is output.
D L1 is a circuit to make logic 1.
D Since the count ranges from 0 to 9999, contact B of L1 is used for
making CN0=0.
D Since it is to be up counter, contract B of L1 is used make
UPDOWN=0.
D The reset signal of the counter uses input signal CRST.M from the
machine tool.
D The count signal is M30X, which was decoded from the CNC
output M code. M30X contains contact B of CUP to prevent
counting past the preset value, as long as reset is not enabled after
countup.
L1
L1
R200.1
L1 R200.1
R200.1
L1
(3) (1)
(CN0)
R200.1
L1
(2)
(UPDOWN) CTR 0001
(SUB 5)
R200.1
CUP Count up output
CRST.M
(1)
(RST) Y6.1
X36.0
CUP M30X
(0)
(ACT)
Y6.1 R200.3
148
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
[Example 2]
Use of the counter to store the position of a rotor. (See Fig.5.9.6 (b))
L1
“1”
R200.1
R200.1
L1
R200.1
L1
(3)
(CN0)
R200.1
REV
(2)
(UPDOWN)
CTR 0002
R200.1
L1 (SUB 5)
(1)
(RST) R200.0
R200.1
POS
(0)
(ACT)
X36.0
2
6
1 7
12 8
11 9
10
149
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
150
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.10
CTRC (COUNTER)
5.10.1 The numeral data of this counter are all binary. This counter has the
following functions and can be used according to the application:
Functions
(a) Preset counter
Preset the count value and if the count reaches this preset value,
outputs to show that.
(b) Ring counter
This is the ring counter which is reset to the initial value when the
count signal is input after the count reaches the preset value.
(c) Up/down counter
This is the reversible counter to be used as both the up counter and
down counter.
(d) Selection of the initial value
Either 0 or 1 can be selected as the initial value.
5.10.2 Fig.5.10.2 and Table 5.10.2 show the expression format and the coding
format, respectively.
Format
CN0
CTRC ffff ffff
UPDOWN
SUB 55
Counter Counter
RST preset value register W1
address address
ACT
151
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.10.4 The first address of the counter preset value field is set.
Counter Preset Value The continuous 2–byte memory space from the first address is required
for this field. Field D is normally used.
Address
152
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.10.6 If the count value reaches the preset value, W1 is set to “1”.
Count–up Output (W1) The W1 address can be determined freely.
Counter register +0
CTR Count value
Counter register +1
Counter register +2
WORK WORK : Unusable
Counter register +3
153
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.11
ROT (ROTATION
CONTROL)
5.11.1 Controls rotors, such as the tool post, ATC, rotary table, etc., and is used
Function for the following functions.
(a) Selection of the rotation direction via the shorter path
(b) Calculation of the number of steps between the current position and
the goal position
(c) Calculation of the position one position before the goal or of the
number of steps up to one position before the goal
5.11.2 Fig.5.11.2 shows the expression format and Table 5.11.2 shows the
Format coding format.
RN0
(5) (1) (2) (3) (4)
ffff. f
BYT
(4)
ffff. f
DIR Rotating direction
(3) output
ROT
ffff. f (SUB 6) ffff ffff ffff ffff W1
POS
(2) ffff. f
ffff. f
INC
(1)
ffff. f
ACT
(0)
ffff. f
Calculating result output address
Goal position address
154
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
155
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.11.6 Specify the address storing the goal position (or command value), for
Goal Position Address example the address storing the CNC output T code.
5.11.7 Calculate the number of steps for the rotor to rotate, the number of steps
Operation Result up to the position one position before, or the position before the goal.
When the calculating result is to be used, always check that ACT=1.
Output Address
5.11.8 The direction of rotation for control of rotation via the shorter path is
Rotating Direction output to W1. When W1=0, the direction is forward (FOR) when 1,
reverse (REV). The definition of FOR and REV is shown in Fig.5.11.8.
Output (W1) If the number given to the rotor is ascending, the rotation is FOR; if
descending, REV. The address of W1 can be determined arbitrarily.
When, however, the result of W1 is to be used, always check that ACT=1.
11 3
3 11
FOR REV REV FOR
10 4 4 10
9 5 5 9
8 6 6 8
7 7
156
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.12
ROTB
(BINARY ROTATION
CONTROL)
5.12.1 This instruction is used to control rotating elements including the tool
Function post, ATC (Automatic Tool Changer), rotary table, etc. In the ROT
command (5.11) a parameter indicating the number of rotating element
indexing positions is a fixed data in programming. For ROTB, however,
you can specify an address for the number of rotating element index
positions, allowing change even after programming. The data handled are
all in the binary format. Otherwise, ROTB is coded in the same way as
ROT.
RN0
* * * *
DIR
POS
ROTB f ffff ffff ffff ffff
W1
INC
5.12.3 The control conditions do not differ basically from those for ROT
Control Conditions command described in section 5.11. However, BYT has been eliminated
from ROTB (it forms part of the ROTB parameters).
For the reset, see ROT.
157
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.12.6 Fig. 5.12 (b) illustrates a ladder diagram for a 12–position rotor to be
controlled for rotation via the shorter path and for deceleration at the
Example of Using the
position one position before the goal.
ROTB Instruction
D The goal position is specified with CNC 32B of binary code (address
F26 to F29).
D The current position is entered with the binary code signal (address
X41) from the machine tool.
D The result of calculating the position one position before the goal is
output to address R230 (work area).
D Operation starts with the output TF (address F7.3) from the CNC.
D The coincidence check instruction (COIN) is used to detect the
deceleration and stop positions.
158
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
A
A Logic 1
R0228.0 R0228.0
A
R0228.0
A (4)
ROTB 4 D0000 X0041 F0026 R0230
(SUB 26) CR– Shorter
R0228.0 CCW path or not
A R0228.1
(3) Refer– Rotor Current Goal Calcula–
ence indexing position position tion
R0228.0 data number address address result
format output
A address
(2)
R0228.0
A (1)
R0228.0
CW–M CCW–M
TF (0)
R0228.3 Y0005.5
TF (0)
COMPB 1004 F0026 X0041
(SUB 32) Refer– Refer– Compari
F0007.3 ence ence –son
data data data
TF format address Goal position
TCO (stop position)
MPB detection
R9000.0 F0007.3 R0228.3
CR–CCW TCOMPB
TF
CW–M Forward
rotation
F0007.3 R0228.1 R0228.3 Y0005.6 command
TF CR–CCW TCOMPB
CCW–M Reverse
rotation
F0007.3 R0228.1 R0228.3 Y0005.6 command
159
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.13
COD
(CODE CONVERSION)
5.13.1 Converts BCD codes into an arbitrary two– or four–digits BCD numbers.
Function For code conversion shown in Fig.5.13.1 the conversion input data
address, conversion table, and convert data output address must be
provided.
Set a table address, in which the data to be retrieved from the conversion
table is contained, to conversion table input data address in a two–digits
BCD number. The conversion table is entered in sequence with the
numbers to be retrieved in the two– or four–digits number. The contents
of the conversion table of the number entered in the conversion input data
address is output to the convert data output address. As shown in
Fig.5.13.1, when 3 is entered in the conversion input data address, the
contents 137 located at 3 in the conversion table is output to the convert
data output address.
Conversion input 0
data address 3
1
ffff
ÅÅÅÅÅÅ
Specifies table internal 2
ÅÅÅÅÅÅ
number (BCD two–digits).
3 137
ÅÅÅÅÅÅ 4
Convert data
ÅÅÅÅÅÅ
ÅÅÅÅÅÅ
output address
ffff
Data of the specified table internal address is
output to this address.
n
160
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.13.2 Fig.5.13.2 shows the format for the COD instruction and Table 5.13.2
Format shows the coding format.
BYT
ffff. f
COD Error output
RST
(SUB 7) ffff ffff ffff
W1
ffff. f
ACT
1 f f f f
2 f f f f
3 f f f f
4 f f f f
10 : : :
161
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.13.5 The conversion table address includes a table address in which converted
Conversion Input Data data is loaded. Data in the conversion table can be retrieved by specifying
a conversion table address.
Address One byte (BCD 2–digit) is required for this conversion input data address.
5.13.6 The convert data output address is the address where the data stored in the
Convert Data Output table is to be output. The convert data BCD two digits in size, requires
only a 1–byte memory at the convert data output address.
Address Convert data BCD four digits in size, requires a 2–byte memory at the
convert data output address.
5.13.7 If an error occurs in the conversion input address during execution of the
COD instruction, W1=1 to indicate an error.
Error Output (W1)
For example, W1=1 results if a number exceeding the table size specified
in the sequence program is specified as the conversion input address.
When W1=1, it is desirable to effect an appropriate interlock, such as
having the error lamp on the machine tool operator’s panel light or
stopping axis feed.
162
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.14
CODB (BINARY
CODE CONVERSION)
Conversion
2 0
data address
ffff
ÅÅÅÅÅÅ
Specify table address 1
here.(binaryformat1 byte)
ÅÅÅÅÅÅ
(Note 1) This table data is binary
2
ÅÅÅÅÅÅ
format 2–byte data.
ÅÅÅÅÅÅ
3
Conversion data
(Note 2) Conversion table is written
1250
ÅÅÅÅÅÅ
output address
in the ROM together
ffff
Data stored in the specified together with the program,
table address is output to because it is defined in the
this address sequence program.
n
n : max. 255
RST *
Error output
CODB f fff ffff ffff
W1
ACT (SUB 27) Format Number Conversi Conversi
designa of on input on data
–tion conver– data output
sion address address
table
data
163
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.14.5 Size of the conversion data table is maximum 256 (from 0 to 255).
This conversion data table is programmed between the parameter
Conversion Data Table
conversion data output address of this instruction and the error output
(W1).
5.14.6 If there are any abnormality when executing the CODB instruction,
Error Output (W1) W1=1 and error will be output.
164
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.15
MOVE
(LOGICAL PRODUCT
TRANSFER)
5.15.1 ANDs logical multiplication data and input data, and outputs the results
Function to a specified address. Can also be used to remove unnecessary bits from
an eight–bit signal in a specific address, etc.
(Logical multiplication data) (Input data) to a specified address
The input data is one byte (eight bits).
7 6 5 4 3 2 1 0
Input data 0 0 0 0 0 0 0 0
Logical f f f f f f f f
multi–plicationdata
Low–order four–bit logical
multiplication data
High–order four–bit
logical multiplication data
5.15.2 Fig.5.15.2 shows the expression format and Table 5.15.2 shows the
Format coding format.
ACT
MOVE (1) (2) (3) (4)
(SUB 8) ffff ffff ffff ffff
ffff. f
Output address
165
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.15.4 If a code signal and another signal co–exist at address X35 for an input
Example of Using the signal from the machine tool, to compare the code signal and a code signal
at another address, the rest of signals in address X35 becomes an obstacle.
MOVE Instruction Thus, the MOVE instruction can be used to output only the code signal
at address X35 address R210.
7 6 5 4 3 2 1 0
Address X35
Code signal
Another signa
Address R210 0 0 0
Code signal
166
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.16
MOVOR
(DATA TRANSFER
AFTER LOGICAL
SUM)
5.16.1 This instruction ORs the input data and the logical sum data and
transfers the result to the destination.
Function
Input data Logical sum data
OR
Output data
167
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.17
COM (COMMON LINE
CONTROL)
5.17.1
Ę : Can be used
COM (Common Line
: Cannot be used
Control) PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2 NB6
f f
5.17.1.1 The specified number of coils or the coils in a region up to the common
Function line control end instruction (COME) are turned off. (See Fig.5.17.1.1)
Relay number specification is set when a numeric other than zero is
specified in a parameter for the number of turned off coils.
Specification of the region up to the common line control end instruction
is set when zero is specified for the number of turned off coils.
When the common line control end instruction is programmed in the relay
number specification, error is indicated when programming is completed.
Number of
SUB 9
turned–off
coils
0 to 9999
0 : Region specification
Other than 0 : Numeric specification
COME
Effective only when the number of
SUB 29 turned–off coils is set to zero.
168
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
COM ffff
SUB 9 Number of
turned–off
coils
ACT COM 2
(a)
A B
W1
ACT=1
11.0 11.1
(b) C
W2
D
5.17.2 ACT=0 : The specified number of coils or the coils within the region
specified are unconditionally turned off (set to 0).
Control Conditions
ACT=1 : No processing is performed.
Processing is performed from the step next to the COM instruction.
169
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
ACT A B
W1
ACT C
W2
E F G
W3
NOTE
1 A functional instruction in a range specified by COM executes processing,
regardless of COM ACT. However, if COM ACT=0, the coil of the execution result becomes 0.
2 Another COM instruction cannot be specified in the range specified by the COM instruction.
3 If COM ACT=0, the coil written in by a WRT. NOT instruction in a range specified by COM
becomes 1 unconditionally.
4 The number of coils cannot be specified in PMC–SA2, or PMC–SB2. Assume the number of
coils to be 0 and specify the region with the common line control end (COME) command.
ACT
COM 3
A B
W1 Regardless of the ACT condition of the
COM instruction, if ACT1=1, the input
data of MOVE function is transferred to
High–ord Low–orde Input Output the output address
ACT1 er 4–bit r 4–bit data address
MOVE logical logical address
multiplicat multiplicat
ion data ion data
D Reference Comparis
data on data
COIN (address) (address) W2 When ACT=0 in the COM instruction,
ACT2 W2=0 unconditionally.
E
W3
170
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.17.4
Ę : Can be used
COM (Common Line
: Cannot be used
Control) PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2 NB6
f f f f f f f f f f f f f f f f
5.17.5 The COM instruction controls the coils in a range up to a common line
Function control end instruction (COME). (See Fig.5.17.5) Specify 0 as the
number of coils, and specify a range to be controlled using the common
line end instruction.
When the common line end instruction is not specified, the message COM
FUNCTION MISSING is displayed.
ACT
COM 0
SUB 9
Valid range of
the COM
f instruction
COME
SUB 29
SUB 9
171
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.17.7 ACT = 0 : The coils in the specified range are unconditionally turned
Control Conditions off (set to 0).
ACT = 1 : The same operation as when COM is not used is performed.
ACT
COM 0
SUB 9
ON OUT1
OFF OUT2
Then, for the coil “OUTx,” this Ladder diagram has the same
effect as the following Ladder diagram:
ON ACT OUT1
172
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
JMP instruction
COM instruction
Prohib-
ited
JMP instruction
COM instruction
Prohib-
COME instruction ited
JMPE instruction
COME instruction
JMPE instruction
173
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.18
COME (COMMON
LINE CONTROL END)
5.18.1 This instruction indicates the division in the region specification of the
Function common line control instruction (COM).
This instruction cannot be used alone. It must he used together with the
COM instruction.
SUB 29
174
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.19
JMP (JUMP)
5.19.1
JMP (Jump) Ę : Can be used
: Cannot be used
PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2 NB6
f f
5.19.2 This instruction jumps the specified number of coils or the logic
Function instructions (including the functional instructions) contained within the
region up to the jump end instruction (JMPE).
Coil number specification is set when a numeral other than zero is
specified in the parameter for the number of coils.
Specification of the region up to the jump end instruction is set when zero
is set for the number of coils. Nesting of jump instructions is not allowed.
SUB 10 Number
of jumped
coils
0 to 9999
0 : Region specification
Other tha 0 : Coil number specification
JMPE
Effective only when the number of
SUB 30 jumped coils is set to zero.
Fig. 5.19.2
5.19.3
Format
ACT JMP ffff
Number
SUB 10 of jumped
coils
175
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.19.4 ACT=0 : Nojump.Processing begins with the step after the JMP instruction.
Control Conditions ACT=1 : The logic instructions contained within the specified number of
coils or the specified region are jumped. Processing is performed
from the next step.
NOTE
The number of coils can be specified only for the
PMC–SB/SC. Assume the number of coils to be 0 and specify
the region with the jump end (JMPE) command.
176
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.19.6 Fig.5.19.6 shows a ladder diagram for the JMP instruction. When
Operation ACT=0, the next step to the JMP instruction is executed. When ACT=1,
logical operations are skipped according to the specified number of coils.
Note that, when ACT=1, even if signal A changes from 1 to 0 or vice versa
as shown in Fig.5.19.6, W1 remains in a status before ACT=1. Similarly,
W2 remains unchanged, even if signals B, C, and D change. If a sequence
is executed in ladder split mode, even the use of the JMP instruction does
not reduce the execution time of the sequence (see Section I.2.3,
“Processing Priority”).
ACT
JMP
2
(SUB 10)
A
W1
ACT=0
10.1 20.1
B
W2
C
E F
W3
ACT=1
177
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.19.7
Ę : Can be used
JMP (Jump)
: Cannot be used
PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2 NB6
f f f f f f f f f f f f f f f f
5.19.7.1 The JMP instruction causes a departure from the normal sequence to
Function executing instructions. When a JMP instruction is specified, processing
jumps to a jump and instruction (JMPE) without executing the logical
instructions (including functional instructions) in the range delimited by
a jump end instruction (JMPE). (See Fig.5.19.7.1) Specify 0 as the
number of coils, and specify a range to be skipped using the jump end
instruction.
When the jump end instruction is not specified, the message JUMP
FUNCTION MISSING is displayed.
ACT
JMP 0
SUB 10
JMPE
SUB 30
ACT
JMP 0
SUB 10
178
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
JMP instruction
COM instruction
Prohib- JMP instruction
COM instruction ited
COME instruction
JMPE instruction Prohib-
ited
COME instruction
JMPE instruction
179
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.20
JMPE (JUMP END)
5.20.1 This instruction indicates the division in the region specification of the
Function jump instruction (JMP).
It cannot be used alone. It must be used together with the JMP instruction.
5.20.2
Format
JMPE
SUB 30
180
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.21
PARI
(PARITY CHECK)
5.21.1 Checks the parity of code signals, and outputs an error if an abnormality
Function is detected. Secifies either an even– or odd–parity check. Only one–byte
(eight bits) of data can be checked.
5.21.2 Fig.5.21.2 shows the expression format and Table 5.21.2 shows the
Format coding format.
O.E (2)
ffff. f
ffff. f
ACT (0)
ffff. f
181
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.21.4 If the results of executing the PARI instruction is abnormal, W1=1 and
Error Output (W1) an error is posted. The W1 address can be determined arbitrarily.
7 6 5 4 3 2 1 0
Address X036 0
A
A
R228.0
A R228.0
R228.0
A (2)
R228.0
PARI
ERST.M
(1)
(SUB 11) X036 ERR
X32.7
TF (0)
F7.3
NOTE
For bits 0 to 7, bits other than those for the parity check must
be 0.
182
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.22
DCNV
(DATA CONVERSION)
5.22.2 Fig.5.22.2 shows the expression format and Table 5.22.2 shows the
Format coding format.
BYT (3)
(1) (1)
fff. f DCNV
CNV (2)
(SUB 14) ffff ffff
fff. f
Conversion result output address
Instruction Input data address
Control condition
183
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
184
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.23
DCNVB (EXTENDED
DATA CONVERSION)
5.23.1 This instruction converts 1, 2, and 4–byte binary code into BCD code or
Function vice versa. To execute this instruction, you must preserve the necessary
number of bytes in the memory for the conversion result output data.
CNV
185
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.23.6 This register is set with data on operation. If register bit 1 is on, they
Operation Output signify the following.
For the positive/negative signs when binary data is converted into BCD
Register (R9000) data, see R9000.
7 6 5 4 3 2 1 0
R9000
Negative
Overflow
(data exceeds the number of bytes specified)
186
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.24
COMP
(COMPARISON)
5.24.2 Fig.5.24.2 shows the expression format and Table 5.24.2 shows the
Format coding format.
BYT COMP
f ffff ffff
(SUB 15) Comparison
fff.f result output
W1
ACT
ffff.f
fff.f
187
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.24.5 The input data can be specified as either a constant or the address storing
it. The selection is made by a parameter of format specification.
Input Data
188
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.25
COMPB
(COMPARISON
BETWEEN BINARY
DATA)
5.25.1 This instruction compares 1, 2, and 4–byte binary data with one another.
Function Results of comparison are set in the operation output register (R9000).
Sufficient number of bytes are necessary in the memory to hold the input
data and comparison data.
* *
0 0
189
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.25.5 The data involved in the operation are set in this register. This register is
Operation Output set with data on operation. If register bit 1 is on, they indicate the
following:
Register (R9000)
7 6 5 4 3 2 1 0
R9000
Overflow
190
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.26
COIN (COINCIDENCE
CHECK)
5.26.1 Checks whether the input value and comparison value coincide.
Function This instruction is available with BCD data.
5.26.2 Fig.5.26.2 shows the expression format and Table 5.26.2 shows the
Format coding format.
Comparison value
Instruction Input value
Control conditions address
191
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.26.5 The input data can be specified as either a constant or an address storing
Input Data it. The selection is made by a parameter of format designation.
192
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.27
SFT
(SHIFT REGISTER)
5.27.1 This instruction shifts 2–byte (16–bit) data by a bit to the left or right.
Note that W1=1 when data “1” is shifted from the left extremity (bit 15)
Function
in left shift or from the right extremity (bit 0) in right shift.
5.27.2
Format
DIR
SFT *
CONT ffff
RST Address of W1
shift data
ACT
(SUB 33)
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Left shift
CONT=1:
Shift is the same as above, but 1s are set to shifted bits.
193
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Left shift
0 0 0 0 0 0 1 1 1 1 0 0 1 1 0 0
7 6 5 4 3 2 1 0
Designated address
15 14 13 12 11 10 9 8
Designated address +1
5.27.5 W1=0 : “1” was not shifted out because of the shift operation.
W1 W1=1 : “1” was shifted out because of the shift operation.
194
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.28
DSCH
(DATA SEARCH)
5.28.1 DSCH is only valid for data tables (see section 6.3) which can be used by
Function the PMC. DSCH searches the data table for a specified data, outputs an
address storing it counting from the beginning of the data table. If the data
cannot be found, an output is made accordingly.
Table internal number Data table
0
1
Search data
2
100 100
Fig. 5.28.1
NOTE
Parameter of this functional instruction and the data table
heading address specified here are table internal number 0.
The table internal number specified here, however, is
different from that mentioned in 6.3.
5.28.2 Fig.5.28.2 shows the expression format and Table 5.28.2 shows the
Format coding format.
BYT (2)
DSCH (1) (2) (3) (4)
ffff.f Search data
BYT (1) ffff ffff ffff ffff presence/absence
W1 output address
ffff.f (SUB 17)
ffff.f
ACT (0)
ffff.f
Instruction
Search result output address
Control condition Search data address
195
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.28.4 Specifies the size of the data table. If the beginning of the data table is 0
Number Of Data of the and the end is n, n+1 is set as the number of data of the data table.
Data Table
5.28.5 Addresses that can be used in a data table are fixed. When preparing a data
Data Table Head table, the addresses to be used must be determined beforehand, specify the
head address of a data table here.
Address
196
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.28.7 If the data being searched for is found, the internal number of the table
Search Result Output storing the data is output to this field. This address field is called a search
result output address field.
Address The search result output address field requires memory whose size is the
number of bytes conforming to the size of the data specified by BYT.
197
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.29
DSCHB (BINARY
DATA SEARCH)
5.29.1 Alike the DSCH instruction of Section 5.28, this function instruction
Function instructs data search in the data table.
There are two differences; the numerical data handled in this instruction
are all in binary format; and number of data (table capacity) in the data
table can be specified by specifying the address, thus allowing change in
table capacity even after writing the sequence program in the ROM.
Fig. 5.29.1
5.29.2
Format
RST DSCHB
* * * * Search result
f ffff ffff ffff ffff
(SUB 34) W1
Storage Data table Search Output
address of head data address of
ACT number of address address search
Format data in result
designa– data table
tion
Fig. 5.29.2
198
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
199
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.30
XMOV (INDEXED
DATA TRANSFER)
5.30.1 Reads or rewrites the contents of the data table. Like the DSCH
Function instruction, XMOV is only valid for data tables which can be used by the
PMC.
NOTE
The data table heading address specified here is table
internal number 0. The table internal number specified here,
however, is different from that mentioned in 6.3.
Data table
Table internal number
0
ÅÅÅÅÅÅ
ÅÅÅÅÅÅ ÅÅÅÅÅÅ
1
ÅÅÅÅÅÅ
2
Input or output data
1 3
2
n
1 Read out data from the data table.
2 Write data in the data table.
5.30.2 Fig.5.30.2 shows the expression format and Table 5.30.2 shows the
Format coding format.
BYT (3)
(1) (2) (3) (4)
ffff.f XMOV
RW (2)
ffff ffff ffff ffff
ffff.f Error output
RST (1) (SUB 18)
W1
ffff.f
ACT (0) ffff.f
ffff.f
Instruction Address storing tabel internal number
Address storing input/output data
Control condition Data table heading address
Number of data of the data table (Table capacity)
200
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.30.4 Specifies the size of the data table. If the beginning of the data table is 0
Number of Data Of the and the end is n, n+1 is set as the number of data of the data table.
Data Table
5.30.5 Address that can be used in a data table are fixed. When preparing a data
Data Table Head table, the addresses to be used must be determined beforehand, and the
head address placed in that data table .
Address
5.30.6 The input/output data storage address is the address storing the specified
Address Storing data, and is external to the data table. The contents of the data table is read
or rewritten.
Input/Output Data
201
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.30.7 The table internal number storage address is the address storing the table
Address Storing the internal number of the data to be read or rewritten.
This address requires memory specified by the formaat designation
Table Internal Number (BYT).
202
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.31
XMOVB (BINARY
INDEX MODIFIER
DATA TRANSFER)
5.31.1 Alike the XMOV instruction of Section 5.30, this function instruction
Function instructs reading and rewriting of data in the data.
There are two differences; the numerical data handled in this instruction
are all in binary format; and number of data (table capacity) in the data
table can be specified by specifying the address, thus allowing change in
table capacity even after writing the sequence program in the ROM.
In PMC–SB5/SB6 for Series 16i/160i/18i/180i/Power Mate i and
PMC–SA5 for Series 21i/210i, the setting of the format specification
parameter is extended. With this setting, XMOVB can read/write the
multiple data in 1 instruction. For the details of the setting of a format
specification parameter, refer to “5.31.4 Parameters”.
(a) Read data from data table
The number of data table elements : M (It specifies the storage address of number
of data table elements)
DT[0] D I 3 S B
DT[2]
DT[3] B
DT[4]
DT[5] C
DT[M–1]
Data table:DT
Fig. 5.31.1 (a) Read data from data table (basic specification)
203
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
The number of data table elements : M (It specifies the storage address of number
of data table elements)
The number of index array elements : N (It specifies the format specification)
DT[4]
I[N–1] S[N–1]
DT[5] C
Index Input/Output
array:I data array:S
DT[M–1]
Data table:DT
Fig. 5.31.1 (b) Read data from data table (expended specification)
(only for PMC–SB5/SB6 for Series 16i/160i/18i/180i Power Mate i and
PMC–SA5 for Series 21i/210i)
(b) Write data to data table
The number of data table elements : M (It specifies the storage address of number
of data table elements)
S B I 3 DT[0]
DT[2]
DT[3] B
DT[4]
DT[5]
DT[M–1]
Data table:DT
204
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
The number of data table elements : M (It specifies the storage address of number
of data table elements)
The number of index array elements : N (It specifies the format specification)
DT[4]
S[N–1] I[N–1]
DT[5] C
Input/Output Index
data array:S array:I
DT[M–1]
Data table:DT
5.31.2
Format
RW
* * * *
XMOVB f ffff ffff ffff ffff
RST Storage Data I/O data Table
address table storage number
of W1
head address storage
Format number address address
ACT of data
designa in data
(SUB 35) –tion table
RW
* * * *
XMOVB f ffff ffff ffff ffff
RST Storage Data I/O data Table
address table storage number
of W1
head address storage
Format number address address
ACT of data
designa in data
(SUB 35) –tion table
205
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
206
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
207
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
RW=0
ACT=1
R100 D D0 2 R200 A
R101 D1 5 R201 B
R102 A D2 8 R202 C
R103 D3 0 R203 D
R106
R107
R108 C
Data table
208
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
RW=1
ACT=1
R100 A D0 2 R200 D
R101 B D1 5 R201
R102 C D2 8 R202 A
R103 D D3 0 R203
R206
R207
R208 C
Data table
209
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.32
ADD (ADDITION)
5.32.2 Fig.5.32.2 shows the expression format and Table 5.32.2 shows the
Format coding format.
A + B = C
BYT (2)
ADD (1) (2) (3) (4)
ffff.f
Error output
RST (1) f ffff ffff ffff W1
ffff.f (SUB 19)
ACT fff.f
(0)
ffff.f
Instruction
Sum output address
210
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.32.8 If the sum exceeds the data size specified in 3), a), W1=1 is set to indicate
Error Output an error.
211
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.33
ADDB
(BINARY ADDITION)
5.33.1 This instruction performs binary addition between 1–, 2–, and 4–byte
Function data. In the operation result register (R9000), operating data is set besides
the numerical data representing the operation results. The required
number of bytes is necessary to store each augend, the added, and the
operation output data.
5.33.2
Format
A + B = C Error output
RST
ADDB * * *
ffff ffff ffff ffff
W1
ACT
Format Augend Addend Result
(SUB 36) specifi– address address or (sum)
cation constant address
212
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
0 0
Format specification
0 : Constant data
1 : Address data
5.33.6 This register is set with data on operation. If register bit is on, they signify
Operation Output the following operation data:
Register (R9000) 7 6 5 4 3 2 1 0
R9000
Zero
Negative
Overflow
213
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.34
SUB (SUBTRACTION)
5.34.2 Fig.5.34.2 shows the expression format and Table 5.34.2 shows the
Format coding format.
BYT (2)
SUB (1)
ffff.f Error output
RST (1)
f ffff ffff ffff W1
ffff.f (SUB 20)
ffff.f
ACT (0)
ffff.f
Instruction Difference output address
214
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.34.5 ACT=0 : The SUB instruction is not executed. W1 does not change.
ACT=1 : The SUB instruction is executed.
Execution Command
215
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.35
SUBB (BINARY
SUBTRACTION)
5.35.1 This instruction subtracts one data from another, both data being in the
Function binary format of 1, 2 or 4 bytes.
In the operation result register (R9000), operation data is set besides the
numerical data representing the operation. A required number of bytes is
necessary to store the subtrahend, minuend, and the result (difference).
5.35.2
Format
A – B = C Error output
RST
SUBB * * *
ffff ffff ffff ffff
ACT W1
Format Menuend Subtrahend Differenc
address addressor e output
(SUB 37) specifi–
constant address
cation
216
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
0 0
5.35.6 This register is set with data on operation. If register bit is on, they signify
Operation Output the following operation data:
Register (R9000) 7 6 5 4 3 2 1 0
R9000
Zero
Negative
Overflow
217
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.36
MUL
(MULTIPLICATION)
5.36.1 Multiplies BCD two–or four–digit data. The product must also be BCD
Function two–or four–digit data.
5.36.2 Fig.5.36.2 shows the expression format and Table 5.36.2 shows the
Format coding format.
A × B = C
BYT (2)
MUL (1) (2) (3) (4)
fff.f Error output
RST (1) f ffff ffff ffff W1
fff.f (SUB 21)
(0) ffff.f
ACT
fff.f
Instruction
Product output address
218
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.36.8 W1=1 is set to indicate an error if the product exceeds the size specified
Error Output in 3), a).
219
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.37
MULB (BINARY
MULTIPLICATION)
5.37.1 This instruction multiplies 1–, 2–, and 4–byte binary data items. In the
Function operation result register (R9000), operation data is set besides the
numerical data representing the operation.
A required number of bytes is necessary to store multiplicand, multiplier,
and the result (product).
5.37.2
Format
A × B = C Error output
RST
MULB * * *
ffff ffff ffff ffff
ACT W1
Format Multi–pli Multiplier Product
(SUB 38) specifi– cand address or output
cation address constant address
220
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
0 0
Format specification
0 : Constant data
1 : Address data
5.37.6 This register is set with data on operation. If register bit is on, they signify
Operation Output the following operation data:
Register (R9000) 7 6 5 4 3 2 1 0
R9000
Zero
Negative
Overflow
221
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.38
DIV (DIVISION)
5.38.2 Fig.5.38.2 shows the expression format and Table 5.38.2 shows the
Format coding format.
BYT (2)
DIV (1) (2) (3) (4)
ffff.f Error output
RST (1)
f ffff ffff ffff W1
ffff.f (SUB 22)
(0) fff.f
ACT
ffff.f
Instruction
Quotient output address
222
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
223
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.39
DIVB (BINARY
DIVISION)
5.39.1 This instruction divides binary data items 1, 2, and 4 byte in length. In the
Function operation result register (R9000), operation data is set and remainder is
set to R9002 and following addresses.
A required number of bytes is necessary to store the dividend, divisor, and
the result (quotient).
5.39.2
Format
A / B = C Error data
RST
* * *
DIVB ffff ffff ffff ffff
Divisor W1
ACT
Format Dividend (address) Quotient
SUB 39 specifi– address or address
cation constant
224
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
0 0
5.39.6 This register is set with data on operation. If register bit is on, they signify
Operation Output the following operation data:
Register (R9000) 7 6 5 4 3 2 1 0
R9000
Zero
Negative
225
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.40
NUME (DEFINITION
OF CONSTANT)
5.40.1 Defines constants, when required. In this case, constants are defined with
this instructions.
Function
5.40.2 Fig.5.40.2 shows the expression format and Table 5.45.40.2 shows the
Format coding format.
5.40.4 Sets the constant as the number of digits specified in Item (a) in Subsec.
Constant 5.40.3.
5.40.5 Sets the address to which the constant defined in Subsec. 5.40.4 is output.
Constant Output
Address
226
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.41
NUMEB (DEFINITION
OF BINARY
CONSTANTS)
5.41.2
Format
NUMEB
ACT
f ff ffff
Format Constant
(SUB 40) specifi– Constant output
cation address
NUMEB
ACT
ffff ffff ffff
Format Constant
(SUB 40) specifi– Constant output
cation address
227
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
(b) Constant
Defined constants in decimal format. Set a constant data within the
effective range for the byte length which is set in “(a) Format
specification”.
(c) Constant output address
Specifies the address of the area for output of the binary data. The
memory of the number of bytes which is set in “(a) Format
specification” is necessary.
In PMC–SB5/SB6 for Series 16i/160i/18i/180i Power Mate i and
PMC–SA5 for Series 21i/210i, when setting format specification in
the extended format, it is necessary to reserve memory of (byte
length) (number of array elements which define constant) which
was set in “(a) Format specification”.
228
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.42
DISP (MESSAGE
DISPLAY)
(PMC–SB/SB2/SB3/
SB4/SB5/SB6/SC/
SC3/SC4 ONLY)
5.42.1 DISP is used to display messages on the CRT screen, CNC of which enters
alarm status. Message data to be displayed is specified after the
Function
parameters of the functional instruction. One DISP functional instruction
can define up to 16 types of message. Display is performed by setting the
control condition ACT to 1. In order to display and then clear a message,
set the display–request bit corresponding to the message data number to
1 and 0, respectively.
Up to one alarm message (message data putting the CNC in alarm status)
can be displayed on one screen. When one message is cleared, a message
is displayed. Similarly, each time one of the message is displayed. One
operator message (message data not putting the CNC in alarm status) can
be displayed on a screen. When an operator message is cleared in a state
when four operator messages are displayed, the subsequent operator
message is displayed.
5.42.2 Fig.5.42.2 shows the instruction format and Table 5.42.2 shows the
Format coding format.
229
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
fff. f
Message data
Message number
1
Message data 1
Message characters
m
Message number
1
Message data 2
Message characters
Message number
1
Message data n
Message characters
1 n 16
230
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
231
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
NOTE
The number of data used by each message data item, m,
must be the same. Since 00 is ignored, it can be set for
unnecessary data. For example, for particular messages
with a different number of displayed characters, set 00 so
that the number of data, m, are the same.
232
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
NOTE
If all characters in the operator message are kana
characters, up to 254 kana characters are displayed.
233
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
234
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.42.7 The parameters and message data used by this functional instruction are
Parameters and as follows.
Message Data
SUB49
Total sum of data of message data
Parameter Number of data of one message item
R200 Message control address
(Specify a message to be displayed, using an address of RAM in the internal relay area is
taken to here, R200 is taken.)
Message 1
data Message data 2 is displayed on the CRT screen
Message RAM 7 6 5 4 3 2 1 0
data 2
address
R200 0 0 0 0 0 0 1 0
Display request
Message R201 0 0 0 0 0 0 0 0
data 3
R202 0 0 0 0 0 0 1 0
Display state
R203 0 0 0 0 0 0 0 0
Two bytes of R200 and R201, the address specified in the message control address and
that address plus +1, (display request), are required to specify a message to be displayed.
Even if the number of message data items is small, two bytes are always required. 0 is set to
unnecessary data. 0 is set automatically when the CNC is powered on.
Two bytes of R202 and R203, the specified address plus +2 and the same address plus +3,
(displayed state), show the message displayed on the CRT screen.
Message
n When there is more than one display request, only a prescribed number of message are
data
displayed on the CRT screen. Actually displayed messages are known by the displayed
state. The displayed state is set automatically in the two bytes of the displayed state and can
be referred to by the sequence program. Those bytes must not be written in.
235
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Note) 7 6 5 4 3 2 1 0
Message Message Message Message Message Message Message Message
Specified
data data data data data data data data
address
Dis lay
Display 8 7 6 5 4 3 2 1
request Message Message Message Message Message Message Message Message
Specified
data data data data data data data data
address
16 15 14 13 12 11 10 9
Message Message Message Message Message Message Message Message
Specified
data data data data data data data data
address +2
Dis lay
Display 8 7 6 5 4 3 2 1
state Message Message Message Message Message Message Message Message
Specified
data data data data data data data data
address +3
16 15 14 13 12 11 10 9
Fig. 5.42.7 Correspondence between message data and display request/displayed status
NOTE
“Specified address” means an address specified in the
message control address of a DISP instruction parameter.
236
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
237
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.42.9 (a) Display three types of messages with the following conditions.
Examples of Using The SPER = 1 and “SPINDLE ALARM” (Message data 1)
ATCER = 1 and “ACT ALARM” (Message data 2)
DISP Instruction WORK = 1 and “WORK SET UP” (Message data 3)
R222 0 0 0 0 0
Display state
SPER R223 0 0 0 0 0 0 0 0
AL1
R220.0
ATCER D SPINDLE ALARM Message data 1 : AL1
AL2 D ATC ALARM Message data 2 : AL2
D WORK SET UP Message data 3 : MS1
R220.1
WORK
MS1
R220.2
EPCB
ACT Whenever EPCB=0, ACT=1
R201.2
W1
EP Interlock signal for external data input function
R201.3 CA
R295.0
238
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
RD R201.2 ACT
SUB 49
(PRM) 30 Total sum of data of message data
(PRM) 10 Number of data of one message
(PRM) R220 Message control address
(PRM)
(PRM) 1010 Message No.
8380 SP
7378 IN
6876 DL
6932 E_ Messageg data 1
6576 AL (10 data m=10)
6582 AR
7700 M
(Note1)
0000
0000
1020 Message No.
6584 AT
6732 C_
6576 AL
Message data 2
6582 AR
(10 data m=10)
7700 M
0000
0000
0000
0000
2100 Message No.
8779 W0
8275 RK
3200 _
Message data 3
0192
(10 data m=10)
0222
0221
0196
0222
(PRM) 0216
ACT
WRT R201.3 Process end (W1) W1
RD R201.3 W1
WRT R295.0 W1
NOTE
1 00 is ignored data.
2 Display example (The following is displayed on the screen in message data 1).
1010 SPINDLE ALARM
239
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
(b) Using three DISP instructions and one external tool offset
EPCB
ACT Set ACT to 1 whenever no external tool offset is
being precessed (EPCB=0)
DISP
ACT
W1 1st DISP instruction
DISP
ACT
W2 2nd DISP instruction
DISP
ACT
W3 3rd DISP instruction
W1
EP
CA Use as external tool offset interlock.
W2 EPCA=1 during execution of each DISP
instruction. When EPCA=0, see (8), (iii)
W3
ACT
JMP n Use a JMP instruction, for example, so that no
Jump
external data input interface (addresses) may be
DISP instruction (EPCA=1).
W3
Processing W3
of
external tool offset
Writing into external data input interface
En
External tool
offset start EPCA
condition EP
Always turn EPCB off on completion of external tool
CB
External tool EPCB offset. “completion” is when processing has been
offset end exactly completed and NC signal REND=0.
condition
240
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.42.10 Conform to the following instruction format. Variable data, i.e., any
Variable Data Display numeric value of up to four BCD digits, can be displayed.
by Specifying Variable
Data SUB49 Instruction format
Message characters
ffff
990m Variable data specification
VVVV Variable data address
ffff Message number
Message characters
ffff
ffff Message number
990m Variable data specification
VVVV Variable data address
Message characters
990m Variable data specification
VVVV Variable data address
NOTE
1 One step is used at variable data specification 990m.
2 The number of steps is the same for each message data
item. The number of characters to be displayed varies
according to the value specified for m.
3 Multiple variable data items can be used in one message
data item.
Variable data
241
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
(4) Example
To display TOOL NO 123
SUB49
0007 Total number of steps in message data
0007 Number of steps in one message data item
R300 Message control address
2100 Message number
8479 TO
7396 OL
3278 N
7932 O
9903 Variable data specification
R350 Variable data address
242
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.43
DISPB
5.43.1 This instruction displays messages on the CRT/MDI screen. You can also
Function specify the message number to generate an alarm in the CNC. This
instruction supports special functions (numerical data display and kanji
character display) in addition to the same basic functions as those of the
message display instruction (DISP), described in Section 5.42.
However, it performs a special additional function, namely, it displays
numerical data.
You can program up to 200 messages. You must use the special message
addresses in your program (see Sec. 3, ‘Address’) to simplify use of the
messages. The following are the features of this function.
(a) In the program you define the total number of messages by using
DISPB, and set ACT=1.It does not matter if ACT is already set at ‘1’.
If, however, ACT = 0, DISPB will not process the messages at all.
When ACT = 1, messages are displayed according to the contents of
the message display request memory (addresses A0 to A24) and the
message data table.
Relation between the message display request memory address and
the message data table appears in Table 5.43.1.
Message data table
Message display request memory (RAM) Number of message data table (written in ROM)
Address
7 6 5 4 3 2 1 0 (Messagedata corresponding
A0 A0.0 to address A0.0)
A1
(Messagedata corresponding
A2
A0.1 to address A0.1)
(Maximum) A2
(Messagedata corresponding
(Maximum) A24.7
to address A24.7)
Fig. 5.43.1 Message display request memory and message data table
(i) Message display request memory (RAM)
Addresses A0 to A24 constitute a 200–bit area. This is a display
request memory for up to 200 messages, each bit corresponding
to a message.
If you want to display a message on the CRT, set the
corresponding display request memory 1. Set 0 to erase the
message of CRT.
(ii) Message data table
This table stores messages corres–ponding to the message display
request bits. The table is stored in the EPROM together with the
sequence program. Message data table numbers correspond to the
message display request memory addresses.
The message data table capacity is prepared by the maximum
capacity of a message, or, 255 characters (255 bytes). Produce a
message data within this capacity.
243
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
244
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
245
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
NOTE
1 The number of message number which you can display at
the same time to the alarm screen on DPL/MDI is up to 3.
2 The number of character which you can display to the
operator message screen on DPL/MDI is up to 32
characters. The message data since the 33rd character is
not displayed.
3 A “~” character (code A0H) is displayed as space character
to the screen on DPL/MDI.
4 The DPL/MDI cannot display kanji (double–byte) characters.
(b) You need not use numerical codes for message data input. Instead, when
programming, directly key in the characters making up the messages
(from the CRT/MDI keyboard). For the characters that CRT/MDI does
not provide for, you must enter these characters by numerical data with
special symbols “@”. For details, refer to Subsec. 5.43.6).
(c) Use external data input command (described later) where you must
combine the DISPB instruction with external data input function (for
external tool compensation, external workpiece No. search, etc.).
Such use of the DISPB instruction does not affect the interface of
external data input function though the common interface is used
between DISPB instruction and external data input function.
(d) If you write the message data items in the ROM after programming,
you cannot change them any more (they will become fixed data
items). However, you can still change and display only the numerical
data forming part of the messages if you specify addresses storing the
numerical data as the message data and assign the required numerical
data in these addresses through sequence program.
Use of this function makes it possible for you to display frequently
varying numerical data (such as tool number etc.) during automatic
operations.
(e) A message is displayed on the CNC alarm message/operator message
screen.
When using the DISPB instruction, you must satisfy the following
conditions:
To use DISPB, the optional External Data Input function or External
Message Display is necessary for CNC.
5.43.2
Format
DISPB fff
ACT
246
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
Function PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2 NB6
Number of 1 to 1 to 1 to 1 to 1 to 1 to 1 to 1 to 1 to 1 to 1 to 1 to 1 to 1 to 1 to 1 to 1 to 1 to
messages 200 200 200 200 200 200 200 200 200 200 200 1000 200 200 1000 200 1000 1000
5.43.5 To change the numerical data contained within the messages, enter in the
messages the number of digits making up the data and the memory
Numerical Data Display
address to contain the data. To differentiate between the numerical data
from the other message data, write it within [ ] in the message.
Since the brackets, [ ], are used to contain numerical data, they are not
themselves treated as symbols to be included in the messages.
(a) Numerical data format
[Ibid, ffff]
NOTE
1 Sum of integer part digits and fractional part digits must be
within 8.
2 Blank is displayed for digits exceeding 8 digits.
(b) Example
The following message includes a 3–digit tool number at the spindle
and the offset data (f.ff) for this tool. And these data is contained
in a 2–byte memory address:
SPINDLE TOOL No. = [I 230,VVVV]
OFFSET DATA = [I 212, nnnn]
247
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.43.6 Message characters not covered by the CRT/MDI keys (kanji and
Defining Characters half–width kana characters) can be input as follows:
not found in the (a) Half–width kana characters
CRT/MDI (i) Data format
Numerical code enclosed by @ and @
(ii) Input method
Enter the numerical codes corresponding to the characters to be
input, by referring to the character code table (Table 5.43). Each
character requires two bytes. Characters covered by the
CRT/MDI keys can also be input in this way.
(iii) Example
To input ATC? OK when characters A, T, C, O, and
K are registered in the CRT/MDI unit, enter the following:
PA1 SA1 SA1 SA1 SA1 SA2 SB SB2 SC SB3 SC3 SB5 SC3 SB5 NB NB2 NB6
PA3 SA3 SA3 SA5 SA3 SB3 SC3 SB4 SC4 SB6 SC4 SB6
f f f f f f f f f f f
NOTE
1 The PMC–SA1 for the FS18–A can be used when the PMC management software series is
4071.
2 The PMC–SB for the FS16–A can be used when the PMC management software series is
4063.
3 The PMC–SC/SC3 for the FS16–A cannot be used depending on the series and edition of the
CNC software.
4 For the FS16–A, set the following CNC parameter:
– No. 6300 bit 6 = 0: Kanji characters are used for the DISPB instruction (default).
1: Kanji characters are not used for the DISPB instruction.
When kanji characters are used, the DISP instruction cannot be used.
5 On the CNC, the external data input option or external message option must be selected.
248
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
(iii) Example
To input ATC? OK when characters A, T, C, O, and K are
registered in the CRT/MDI unit, enter the following:
4434 3A3A 01
NOTE
1 To define @, enter @40...@, where 40 is the code
corresponding to @.
@40 . . . . . @
Code for @
2 To renew the message line displayed on the CRT/MDI
screen, input as:
@ OA @ at the end of the data.
3 When using numerical codes, @ code occupies 1 byte, and
space code occupies 2 bytes. (Space code = 20, 2 and 0
occupies 1 byte each).
4 The following control codes are used:
02 : 2–byte code (kanji and hiragana characters)
01 : 1–byte code (alphanumerics and half–width kana
characters)
Do not specify 02 or 01 between @02 and 01@, as follows.
The characters may not be correctly displayed.
@02 ... 02 ... 01@ @02 ... 01 ... 01@
2 3 4 5 A B C D
0 (Space) 0 @ P to _ *3)
1 ! 1 A Q
2 # 2 B R
3 # 3 C S
4 $ 4 D T
5 % 5 E U
6 & 6 F V
7 ’ 7 G W
8 ( 8 H X
9 ) 9 I Y
A * : J Z
B + ; K [
C , < L ¥
D ± *1) = M ]
E · > N
F / ? O __ *2)
*1) Minus, *2) Under bar, *3) Long bar *4) Dakuten *5) Han–dakuten
249
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.43.8
Foreign Language
Display
Power Mate/ FS20/ FS18A FS16A FS16B FS16C FS21i FS16i FS15B FS15i
FS21A FS21B FS18B FS18C FS18i
PA1 SA1 SA1, SA2 SB, SB2, SB3 SB3 SB4 SB5 SB6 SA1 SB5 SB6 NB NB6
PA3 SA3 SA3 SC, SC3 SC3 SC4 SC3 SC4 SA5 NB2
f f f
(a) General
In the message data areas corresponding to contiguous message
display request memory locations, message data can be displayed in
any of several languages.
The language in which a message is displayed is selected by shifting
the message display request bit according to the address bit shift
amount set in setting parameter 2.
The parameters set on the setting parameter 2 screen are listed below.
D MESSAGE SHIFT VALUE
Message display request bit shift amount
D MESSAGE SHIFT START ADDRESS
Start bit address of the message display request bit area to be
shifted
(b) Examples
Example 1:
Message data in any of four languages is set starting at A0.0 in
the order of Japanese, English, Italian, German, Japanese and so
on. The Italian message data is displayed.
Set the parameters as follows:
MESSAGE SHIFT VALUE : 2
MESSAGE SHIFT START ADDRESS : A0.0
(MESSAGE SHIFT VALUE =
0:Japanese/1:English/2:Italian/3:German)
Manipulate A0.0, A0.4, A1.0, A1.4, and so forth with the ladder.
250
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
Message table
A0.0 Japanese 1
When A0.0 is turned on, Italian 1 is
A0.1 English 1 displayed. (The message data is
A0.2 Italian 1 shifted by 2 bits).
A0.3 German 1
A0.4 Japanese 2
When A0.4 is turned on, Italian 2 is
A0.5 English 2 displayed. (The message data is
A0.6 Italian 2 shifted by 2 bits).
A0.7 German 2
; :
Am.n :
Example 2:
As common alarm messages, English message data is displayed
with A0.0 through A9.7. Operator messages are set starting at
A10.0 in the order of Japanese, English, Italian, German and so
on, and German message data is displayed.
Set the parameters as follows:
MESSAGE SHIFT VALUE : 3
MESSAGE SHIFT START ADDRESS : A10.0
(MESSAGE SHIFT VALUE =
0:Japanese/1:English/2:Italian/3:German)
Manipulate A10.0, A10.4, A11.0, A11.4, and so forth with the
ladder.
When any of A0.0 to A9.7 is turned on, the message
corresponding to the bit is displayed.
Message table
A0.0 English A (ALARM)
A0.1 English B (ALARM) When A0.1 is turned on, Eng-
lish B is displayed.
A0.2 English C (ALARM)
: :
: :
A m.n :
251
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Example 3:
As common alarm messages, English message data is displayed
with A0.0 through A9.7. Operator messages are set starting at
A10.0 in the order of Japanese, English, Italian, German and so
on, with 40 successive messages assigned to each language. For
these messages, German message data is displayed.
Set the parameters as follows:
MESSAGE SHIFT VALUE : 120 (40 x 3)
MESSAGE SHIFT START ADDRESS : A10.0
(MESSAGE SHIFT VALUE =
0:Japanese/40:English/80:Italian/120:German)
Manipulate A10.0 through A14.7 with the ladder.
When any of A0.0 to A9.7 is turned on, the message
corresponding to the bit is displayed.
Message table
: :
Am.n :
(c) Notes
The same message number should be assigned to a message in each
language that has the same meaning.
Message table
A0.0 1000 English A (ALARM)
A0.1 1001 English B (ALARM)
252
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.44
EXIN (EXTERNAL
DATA INPUT)
5.44.1 This instruction is used for external data (external tool compensation,
Function external message function, external program number search, external
workpiece coordinates shift, etc.) input. You must use this instruction
when combining the message display instruction (DISP, DISPB) with the
external data input function. If you are not used DISP or DISPB, you need
not use this instruction either. Instead, use the external data input interface
PMCCNC directly in your program.
The DISPB instruction uses the interface between the PMC and CNC
provided by the external data input function during display. The DISP
instruction prevents the interface signal transferred between the PMC and
CNC from being changed due to external cutter compensation or others.
You can use the EXIN instruction only when the PMCCNC interface
is of BMI (Basic Machine Interface) and optional external data input
function is provided with CNC.
An 4–byte control data as described below is required for external data
input function (option).
In PMC–SA5/SB5/SB6, the expended specification that needs 6 bytes of
control data is supported. With this setting, the extended operation can
use ED16 to ED31 signals (for program number O8 digits etc.). To use
the extended specification, it is necessary to set to NC parameter 6300#7
(EEXIN)=1.
NC parameter
#7 #6 #5 #4 #3 #2 #1 #0
6300 EEXIN
NOTE
To use program number O8 digits, the option with program
number O8 digits and NC parameter 6300#7 (EEXIN)=1 are
necessary.
253
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.44.2
Format
ACT
EXIN ffff
W1
(SUB 42)
Control data
address
254
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
NOTE
Refer to the ”Series 16 or 18 Connection Manual” for
detailed data to be specified concerning external data input.
255
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
CTL+0
EISTB, EOREND etc.
+1
EIA0 to EIA7
+2
EID32 to EID39
+3
EID40 to EID47
+4
EID0 to EID7
+5
EID8 to EID15
+6
EID16 to EID23
+7
EID25 to EID31
CTL+0 to to
EISTB, EOREND etc CTL+8
+1 EOSTB, EIREND etc
EIA0 to EIA7 +9
+2 EOA0 to EOA7
EID32 to EID39 +10
+3 EOD32 to EOD39
EID40 to EID47 +11
+4 EOD40 to EOD47
EID0 to EID7 +12
+5 EOD0 to EOD7
EID8 to EID15 +13
+6 EOD8 to EOD15
EID16 to EID23 +14
+7 EOD16 to EOD23
EID25 to EID31 +15
EOD25 to EOD31
to to
NOTE
Refer to the following manuals in detail of BMI interface.
“FANUC Series 15–MODEL B Connection Manual (BMI
interface)”
256
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.44.5 This indicates end of transfer of external data. This transfer end condition
End of Transfer (W1) shows the end of a series of external data input sequence. This functional
instruction executes a series of transfer sequence, and finally sets ESTB
= 0 in the PMC NC interface. As a result, W1 is set to 1 (W1 = 1) after
confirming that EREND = 0.
When W1 = 1, transfer of data is over. Reset ACT now.
CAUTION
1 The EXIN command cannot input multiple external data items
at the same time. Be sure to issue the next EXIN command
(ACT = 1) after external data transfer ends (W1 = 1).
2 Be sure to specify an interlock when the external data input function is
used by commands other than the function commands, DISP, DISPB,
and EXIN.
5.44.6 If any of the following errors occurs during external data input, the bit in
the operation output register is set. In this case, external data transfer ends
Operation Output
(W1 = 1).
Register
7 6 5 4 3 2 1 0
R9000
EXIN error
(Description of errors)
D When the EXIN command (ACT = 1) is started, the strobe signal
(ESTB) or EREND signal is already on. The external data may be
input by commands other than the function commands, DISP,
DISPB, and EXIN.
D An invalid head number was specified for 16–TT or 18–TT. (Data
other than 0 to 2 was specified.)
D The specification of HEAD.NO is incorrect.
(Data other than 0 to 3 is set for 3–path control.)
257
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.45
WINDR (READING
CNC WINDOW DATA)
5.45.1 This function reads various data items via the window between the PMC
Function and the CNC.
The “WINDR” is classified into two types. One type completes reading
a data during one scan time. Another type completes reading a data during
a few scan time. The former is called the function of a high–speed
response and the latter is called the function of a low–speed response.
5.45.2
Format
ACT W1
WINDR Control
data
(SUB 51) address
Fig. 5.45.2
258
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.45.5
Control Data CTL+0 Function code * Set the control data area by sequence
program before executing the “WINDR”
+2 Completion code or “WINDW”.
+4 Data length
+6 Data number
+8 Data attribute
* Only the size of the read data is
+10 Read data necessary for the data area below to to
“CTL+10” usually.
+n
CAUTION
1 In the functional instructions “WINDR” and “WINDW”, the
control data area may be temporarily rewritten. Therefore,
set the control data area by sequence program before the
“WINDR” or “WINDW” is executed even when you specify
the none volatile memory area like “D” address for the
control data area. Because, when the power supply is
turned off during the control data is rewritten, this rewritten
data may be memorized in a none volatile memory.
Therefore, note that the “WINDR” or “WINDW” might be
executed with the wrong control data when the power
supply is turned on next if the control data area is not set by
sequence program.
2 Set the control data in the same program level as the
“WINDR” or “WINDW” is executed. If you set the control data
in the different program level, note that the “WINDR” or
“WINDW” might not be executed correctly, because the
control data is rewritten during the execution of “WINDR” or
“WINDW”.
3 In the diagnosis screen, it might be seen that the value of
control data is changing. This is not abnormal. Because the
display processing and the execution processing of a
sequence program are asynchronously executed.
Therefore, the value when the control data is rewritten
(above–mentioned) is occasionally displayed. Even in this
case, the “WINDR” or “WINDW” is executed correctly.
259
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.45.6 W1=0 : “W1” is usually reset. The “W1=0” indicates that the “WINDR”
Reading Completion is not executed or the ”WINDR” being executed now.
W1=1 : “W1” is set when the reading a data is completed by the reading
(W1) command (ACT=1). If the function of a low–speed response is
used, as soon as reading a data is completed, reset “ACT”
(ACT=0).
7 6 5 4 3 2 1 0
R9000
WINDR error
5.45.8 When you use the function of a low–speed response, there are a few
Notes when this limitation. Refer to “9.3 NOTE FOR SUBROUTINES WHEN YOU
USE SUBROUTINES” When you use the function of a high–speed
Functional Instruction response, there is no limitation.
is Used in Subroutine
260
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.46
WINDW (WRITING
CNC WINDOW DATA)
5.46.1 This function writes various data items via the window between the PMC
Function and the CNC.
The “WINDR” is classified into the function of a low–speed response.
5.46.2
Format
ACT W1
WINDW Control
data
(SUB 52) address
Fig. 5.46.2
261
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.46.5
Control Data * Set the control data area by sequence
CTL+0 Function code
program before executing the
+2 Completion code ”WINDR” or ”WINDW”.
+4 Data length
+6 Data number
+8 Data attribute
+42
CAUTION
1 In the functional instructions “WINDR” and “WINDW”, the
control data area may be temporarily rewritten. Therefore,
set the control data area by sequence program before the
“WINDR” or “WINDW” is executed even when you specify
the none volatile memory area like “D” address for the
control data area. Because, when the power supply is
turned off during the control data is rewritten, this rewritten
data may be memorized in a none volatile memory.
Therefore, note that the “WINDR” or “WINDW” might be
executed with the wrong control data when the power
supply is turned on next if the control data area is not set by
sequence program.
2 Set the control data in the same program level as the
“WINDR” or “WINDW” is executed. If you set the control data
in the different program level, note that the “WINDR” or
“WINDW” might not be executed correctly, because the
control data is rewritten during the execution of “WINDR” or
“WINDW”.
3 In the diagnosis screen, it might be seen that the value of
control data is changing. This is not abnormal. Because the
display processing and the execution processing of a
sequence program are asynchronously executed.
Therefore, the value when the control data is rewritten
(above–mentioned) is occasionally displayed. Even in this
case, the “WINDR” or “WINDW” is executed correctly.
262
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.46.6 W1=0 : “W1” is usually reset. The “W1=0” indicates that the
Writing Completion “WINDW” is not executed or the “WINDW” being executed
now.
(W1) W1=1 : “W1” is set when the writing a data is completed by the writing
command (ACT=1). As soon as writing a data is completed,
reset “ACT” (ACT=0).
7 6 5 4 3 2 1 0
R9000
WINDW error
5.46.8 When you use the function of a low–speed response, there are a few
Notes when this limitation. Refer to “9.3 NOTE FOR SUBROUTINES WHEN YOU
USE SUBROUTINES”
Functional Instruction
is Used in Subroutine
263
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.47
ARBITRARY
FUNCTIONAL
INSTRUCTIONS
5.47.1
FNC 90 to 97
(Arbitrary Functional
Instructions) (Only for
PMC–RC/RC3/NB/NB2)
5.47.1.1 These functional instructions (SUB90 to SUB97) are used to execute the
Function arbitrary functional instructions. These instructions consist of the
addresses specifying the start condition, process end output, and control
condition.
5.47.1.2 Fig.5.47.1.2 shows the notation format. Table 5.47.1.2 shows the coding
Format format.
264
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
CTL + 1
CTL + 2
Counter number
CTL + 3
265
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.47.2
Creating an Arbitrary
Function
5.47.2.2
Use of the R Field
Execution command data
R9010 97 96 95 94 93 92 91 90 (See (3) in 5.46.1.)
5.47.2.3 Reference the start condition (ACT) of the arbitrary function by bit 1 at
Creating an Arbitrary R9010. Reference the address at which the control data is stored in the
byte address format by the fields at R9012 and later. Set the end signal
Function
(W1) of an arbitrary function in bit 1 at R9011. For example, to execute
the arbitrary function using SUB90, reference the start condition by
R9010.0. Reference the control data address in the byte address format
by R9012. Set the end signal at R9011.0.
266
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.48
MMCWR (READING
MMC WINDOW DATA)
(OTHER THAN
PMC–PA1/PA3)
5.48.1 This command reads up to 32 bytes of data via the window between PMC
and MMC. The data can be determined as required between the PMC
Function
ladder program and MMC application program.
5.48.2
Format
1 RD fff. f ACT
2 SUB 98
3 (PRM) ffff Input data length address
4 (PRM) ffff. Input data address
5 WRT fff. f W1, processing completion
267
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.48.6 If an MMC window transfer error occurs, the bit in the operation output
register is set to indicate the error. If an error occurs, the transferred data
Operation Output
is not stored in the input data area.
Register
7 6 5 4 3 2 1 0
R9000
MMCWR error
5.48.7 The completion status information is specified in R9002 and R9003. The
completion codes and contents, W1, and error bits are as follows:
Completion Status
–11 ···Initialization at MMC is not completed.
Information (W1 = 0, R9000#0 = 0)
–10 ···Processing is in progress (W1 = 0, R9000#0 = 0)
0 ··· Processing is completed.(W1 = 1, R9000#0 = 0)
2 ··· Data length error (W1 = 1, R9000#0 = 1)
(0, a negative value, or a value exceeding 33 bytes was specified
for the data length. The length of data actually transferred
exceeded the specified value.)
6 ··· MMC is not provided (W1 = 1, R9000#0 = 1)
268
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5.49
MMCWW (WRITING
MMC WINDOW DATA)
(OTHER THAN
PMC–PA1/PA3)
5.49.1 This command writes data containing up to 32 bytes via the window
Function between PMC and MMC. The data can be determined as required
between the PMC ladder program and MMC application program.
5.49.2
Format
1 RD fff. f ACT
2 SUB 99
3 (PRM) ffff Output data length address
4 (PRM) ffff. Output data address
5 WRT fff. f W1, processing completion
269
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.49.6 If an MMC window transfer error occurs, the bit in the operation output
register is set to indicate the error. If an error occurs, the transferred data
Operation Output
is not transferred to MMC.
Register
7 6 5 4 3 2 1 0
R9000
MMCWW error
5.49.7 The completion status information is specified in R9002 and R9003. The
completion codes and contents, W1, and error bits are as follows:
Completion Status
–11 ···Initialization at MMC is not completed.(W1 = 0, R9000#0 = 0)
Information –10 ···Processing is in progress.(W1 = 0, R9000#0 = 0)
0 ··· Processing is completed. (W1 = 1, R9000#0 = 0)
2 ··· Data length error (W1 = 1, R9000#0 = 1)
(0, a negative value, or a value exceeding 33 bytes was specified
for the data length.)
6 ··· MMC is not provided. (W1 = 1, R9000#0 = 1)
270
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
OF 1 BYTE) f f f f f f f f f f f f
5.50.1 The MOVB instruction transfers 1–byte data from a specified source
address to a specified destination address.
Function
5.50.2
Format ACT
MOVB Transfer Transfer
source destinatio
address n address
SUB 43
271
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
OF 2 BYTES) f f f f f f f f f f f f
5.51.1 The MOVW instruction transfers 2–byte data from a specified source
address to a specified destination address.
Function
5.51.2
Format ACT
MOVB Transfer Transfer
source destinatio
address n address
SUB 44
272
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
OF AN ARBITRARY f f f f f f f f f f f f
NUMBER OF BYTES)
5.52.2
Format ACT
MOVN Number of Transfer Transfer
bytes to be source destinatio
transferred address n address
SUB 45
273
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
DETECTION) f f f f f f f f f f f f
5.53.1 The DIFU instruction sets the output signal to 1 for one scanning cycle
Function on a rising edge of the input signal.
5.53.2
Format ACT OUT
DIFU Rising f
edge
SUB 57 number
Rising edge _ 1 to _ _ 1 to 1 to _ _ 1 to 1 to 1 to 1 to _ 1 to 1 to 1 to 1 to
number 256 256 256 256 500 256 500 256 500 256 500
WARNING
If the same number is used for another DIFU instruction or
a DIFD instruction (described later) in one Ladder diagram,
operation is not guaranteed.
5.53.5
Operation 1 2 3 4 Execution period
ACT
OUT
274
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
DETECTION) f f f f f f f f f f f f
5.54.1 The DIFD instruction set the output signal to 1 for one scanning period
Function on a falling edge of the input signal.
5.54.2
Format ACT OUT
DIFD Falling f
edge
SUB 58 number
Falling edge _ 1 to _ _ 1 to 1 to _ _ 1 to 1 to 1 to 1 to _ 1 to 1 to 1 to 1 to
number 256 256 256 256 500 256 500 256 500 256 500
WARNING
If the same number is used for another DIFD instruction or
a DIFU instruction (described above) in one ladder diagram,
operation is not guaranteed.
5.54.5
Operation 1 2 3 4 Execution period
ACT
OUT
275
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
(EXCLUSIVE OR) f f f f f f f f f f f f
5.55.2
Format ACT
EOR Format Address Constant or Address
specification A address B C
SUB 59
(b) Address A
Input data to be exclusive–ORed. The data that is held starting at this
address and has the data length specified in format specification is
treated as input data.
(c) Constant or address B
Input data to be exclusive–ORed with. When address specification
is selected in format specification, the data that is held starting at this
address and has the data length specified in format specification is
treated as input data.
(d) Address C
Address used to store the result of an exclusive OR operation. The
result of an exclusive OR operation is stored starting at this address,
and has the data length specified in format specification.
276
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
Address B 0 1 0 1 0 1 0 1
Address C 1 0 1 1 0 1 1 0
277
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
f f f f f f f f f f f f
5.56.1 The AND instruction ANDs the contents of address A with a constant (or
Function the contents of address B), and stores the result at address C.
5.56.2
Format ACT
AND Format Address Constant Address
specification A or C
SUB 60 address B
(b) Address A
Input data to be ANDed. The data that is held starting at this address
and has the data length specified in format specification is treated as
input data.
(c) Constant or address B
Input data to be ANDed with. When address specification is selected
in format specification, the data that is held starting at this address
and has the data length specified in format specification is treated as
input data.
(d) Address C
Address used to store the result of an AND operation. The result of
an AND operation is stored starting at this address, and has the data
length specified in format specification.
278
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
Address B 0 1 0 1 0 1 0 1
Address C 0 1 0 0 0 0 1 0
279
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
f f f f f f f f f f f f
5.57.1 The OR instruction ORs the contents of address A with a constant (or the
contents of address B), and stores the result at address C.
Function
5.57.2
Format ACT
OR Format Address Constant Address
specification or
A C
address
SUB 61 B
(b) Address A
Input data to be ORed. The data that is held starting at this address
and has the data length specified in format specification is treated as
input data.
(c) Constant or address B
Input data to be ORed with. When address specification is selected
in format specification, the data that is held starting at this address
and has the data length specified in format specification is treated as
input data.
(d) Address C
Address used to store the result of an OR operation. The result of an
OR operation is stored starting at this address, and has the data length
specified in format specification.
280
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
Address B 0 1 0 1 0 1 0 1
Address C 1 1 1 1 0 1 1 1
281
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
f f f f f f f f f f f f
5.58.1 The NOT instruction inverts each bit of the contents of address A, and
stores the result at address B.
Function
5.58.2
Format ACT
NOT Format Address Address B
specification
A
SUB 62
(b) Address A
Input data to be inverted bit by bit. The data that is held starting at
this address and has the data length specified in format specification
is treated as input data.
(c) Address B
Address used to output the result of a NOT operation. The result of
a NOT operation is stored starting at this address, and has the data
length specified in format specification.
282
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
Address B 0 0 0 1 1 1 0 0
283
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
(MMC–III WINDOW PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2 NB6
DATA READ) ∆ f f f f f f f f f f f f
NOTE
This functional instruction cannot be used with SA1 of the
Series 16i/18i/21i–MODEL A.
CNC Buffer 1
PMC PMC data Buffer 1 MMC–III
Offset
Data length
Buffer n
n = maximum of 10
5.59.2
Format
ACT W1
MMC3R Buffer Offset from Data length Input data f
specification the beginning
SUB 88 of the buffer
284
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
NOTE
For the method of buffer registration, refer to the relevant
MMC–III manual.
(b) Address for storing an offset from the beginning of a buffer (2 bytes)
An offset from the beginning of a read buffer is specified. Specify
the address where the offset is held.
(c) Data length storage address (2 bytes)
The length of data to be read from the MMC–III is specified. Specify
the address where the length of data is held. The maximum allowable
data length is 256 bytes.
(d) Input data storage address
Specify the address where data to be read from the MMC–III is
stored. A contiguous area not smaller than the length of data
specified in c) above is required.
R9000
MMC3R error
285
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
286
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
(MMC–III WINDOW PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2 NB6
DATA WRITE) ∆ f f f f f f f f f f f f
NOTE
This functional instruction cannot be used with SA1 of the
Series 16i/18i/21i–MODEL A.
5.60.1 The MMC3W instruction writes data to MMC–III application data via a
PMC–MMC window. Which buffer in the MMC–III is to be written to
Function
can be specified. The contents of write data can be freely determined by
a PMC Ladder program and MMC–III application program.
CNC Buffer 1
PMC PMC data Buffer 1 MMC– III
Offset
Data length
Buffer n
n = maximum of 10
5.60.2
Format
ACT W1
MMC3R Buffer Offset from Data length Input data f
specification the
SUB 89 beginning of
the buffer
287
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
NOTE
For the method of buffer registration, refer to the relevant
MMC–III manual.
(b) Address for storing an offset from the beginning of a buffer (2 bytes)
An offset from the beginning of a write buffer is specified. Specify
the address where the offset is held.
(c) Data length storage address (2 bytes)
The length of data to be written to the MMC–III is specified. Specify
the address where the length of data is held. The maximum allowable
data length is 256 bytes.
(d) Output data storage address
Specify the address where data to be written to the MMC–III is
stored. A contiguous area not smaller than the length of data
specified in c) above is required.
R9000
MMC3R error
288
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
289
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.61.1 SPCNT performs the following processing using spindle speed data
(32–bit binary data) that is input from the NC or some other device to the
Function
PMC:
(a) Gear selection (Up to four gears from GR1 to GR4 can be used.)
(b) Calculating a spindle motor rotation command (13–bit binary data)
when automatic gear selection is enabled
(c) Calculating a spindle motor rotation command (13–bit binary data)
when direct gear selection is enabled
(d) Calculating a spindle motor rotation command when a spindle
override is specified
(e) Clamping the spindle motor speed to an upper or lower limit
As shown in Fig.5.61.1, a spindle motor rotation command is
calculated from the spindle speed data. The maximum value (8191)
of the spindle motor command is equivalent to an analog voltage at
10V.
NOTE
The motor speed is clamped after spindle override is
specified.
Fig. 5.61.1 Spindle Speeds and Corresponding Spindle Motor Rotation Commands
290
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
Spindle control
Information of GR1 to GR2
ȡ
ȧ
Spindle speed ȥ
ȧ SPCNT ȣ
Ȣ Ȧ Spindle motor
rotation
Ȥ command
The spindle motor speed can be clamped at the upper and lower
limits also with direct gear specification. When the CNC
performs constant surface speed control, spindle control with
direct gear specification is generally performed.
291
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.61.2
Format
CIRC
* * *
SPCNT ffff ffff ffff
OVRD
292
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
7 6 5 4 3 2 1 0
ȣ
Specified address+0 R08 R07 R06 R05 R04 R03 R02 R01
Ȧ Spindle motor
Specified address+1 R13 R12 R11 R10 R09 Ȥ rotation command
293
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.61.5 Spindle control is primarily used to control the spindle speed during
normal cutting. It can, however, also be used to:
Use of Spindle Control
(a) Rotate the spindle motor at a specific speed when the gear is switched
The sequence program can output appropriate 13–bit binary data as
a spindle motor rotation command to rotate the spindle motor at a
specific speed, without using this functional instruction.
(b) Rotate the spindle at a specific speed during spindle orientation
This is enabled by specifying appropriate spindle speed data in the
functional instruction (SPCNT). During spindle orientation, the
spindle is rotated at the specified orientation spindle speed with the
currently selected gear (gear selection is not performed). Gear
selection is disabled by setting CIRC to 1 (direct gear specification).
ȡ Spindle control
Spindle
speed data ȧ Spindle speed data
Information of
GR1 to GR2
sent from ȥ
the NC, etc.
ȧ
Ȣ
Orientation ȡ SPCNT ȣ
spindle
ȥ Ȧ
speed data
Ȣ Ȥ
Spindle motor
rotation command
294
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
ȡ ȣ
ȧ ȧ Spindle control Spindle motor
Spindle
speed data ȥ
ȧ GR1 to GR4 rotation command
ȧ ȧ
Ȣ Ȧ
ȧ
Spindle ȡ ȧ
speed limit ȥ
data ȧ
Ȣ Ȥ Spindle motor
limit value
(e) Example
Suppose that the parameters are set as follows:
Minimum speed specified for the spindle motor = 1000 rpm
Maximum speed specified for the spindle motor = 35000 rpm
Maximum speed obtainable by the spindle motor = 40000 rpm
(Maximum speed when 10 V is applied to the spindle motor)
Maximum speed for gear 1 = 25000 rpm
Maximum speed for gear 2 = 40000 rpm
Maximum speed for gear 3 = 6000 rpm
Maximum speed for gear 4 = 100000 rpm
Spindle speed data addresses = F10 to F11 (RO0 to RO15)
The specified spindle speed signal is used.
(For details, refer to the BMI connection manual.)
Spindle control parameter addresses = D10 to D33
Control data addresses = R0 to R3
295
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
R9091.1 MOVW
F10 R10
SUB44
R9091.1
NUMEB
2 0 R12
SUB40
CIRC
SPCNT R10 D10 R0
OVRD
SUB46
ACT
296
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
(4) Calculate the spindle motor rotation command for the spindle
speed
Spindle speed
Lower limit at which the motor
speed is clamped (rpm)
Maximum Maximum Maximum spindle Maximum spindle
(204)
spindle speed spindle speed speed for GR3 speed for GR4
for GR1 (25000) for GR2 (60000) (100000)
(40000)
Table 5.61.5 Maximum and Minimum spindle speeds for each gear
Thus, if the spindle speed data is 55000 (rpm), when the spindle
override is not applied (OVRD = 0) and the direct gear
specification is not set (CIRC = 0), the spindle motor rotation
command and the spindle gear to be used are obtained as follows:
297
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
LADDER PROGRAM) f f f f f f f f f f f f
5.62.1 The END functional instruction designates the end of a ladder program.
END must be placed at the end of the ladder program.
Function
5.62.2
Format
END
SUB 64
298
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
SUBPROGRAM f f f f f f f f f f f f
CALL)
5.63.2
Format ACT
CALL Subprogram
number
SUB 65
ACT
CALL P1
SUB 65
NOTE
Be careful when using the CALL instruction with the COM,
COME, JMP, or JMPE functional instruction. For details,
see Chapter 9 in Part I.
299
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
(UNCONDITIONAL f f f f f f f f f f f f
SUBPROGRAM
CALL)
5.64.2
Format
CALLU Subprogram
number
SUB 66
CALLU P1
SUB 66
300
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
f f f f f f f f f f f f
5.65.2
Format
SP Subprogram
number
SUB 71
Subprogram P1 to P1 to P1 to P1 to P1 to P1 to P1 to P1 to P1 to P1 to P1 to P1 to
number P512 P512 P512 P512 P2000 P512 P2000 P512 P2000 P512 P2000 P2000
SP P1
SUB 71
301
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
SUBPROGRAM) f f f f f f f f f f f
5.66.2
Format
SPE
SUB 72
302
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
f f f f f f f f f f f f
5.67.1 The JMPB functional instruction transfers control to a Ladder immediately after
Function the label set in a Ladder program. The jump instruction can transfer control
freely before and after the instruction within the program unit (main program
or subprogram) in which the instruction is coded. (See the description of the
LBL functional instruction, which is be explained later.)
As compared with the conventional JMP functional instruction, JMPB
has the following additional functions:
D More than one jump instruction can be coded for the same label.
D Jump instructions can be nested.
Ladder program
Program unit Program unit
LBL AA
LBL AA
JMPB BB
JMPB AA
JMPB AA
JMPB AA LBL BB
5.67.2
Format ACT
JMPB Specification
of the jump
destination
SUB 68 label
5.67.3 ACT=0 : The next instruction after the JMPB instruction is executed.
Control Conditions ACT=1 : Control is transferred to the Ladder immediately after the
specified label.
(ACT)
NOTE
1 For the specifications of this instruction, see Chapter 10 in
Part I.
2 When this instruction is used to jump back to a previous
instruction, care must be taken not to cause an infinite loop.
303
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
f f f f f f f f f f f f
5.68.1 The JMPC functional instruction returns control from a subprogram to the
main program. Be sure to code the destination label in the main program.
Function
The specifications of this JMPC functional instruction are the same as
those of the JMPC functional instruction, except that JMPC always
returns control to the main program.
D More than one jump instruction can be coded for the same label.
Ladder program
Main Main
program program
LBL AA
LBL AA
LBL BB
Subprogram Subprogram
JMPC AA JMPC AA
JMPC AA JMPC BB
5.68.2
Format ACT
JMPC Specification
of the jump
destination
SUB 73 label
NOTE
1 For the specifications of this instruction, see Chapter 10 in
Part I.
2 When this instruction is used to jump back to a previous
instruction, care must be taken not to cause an infinite loop.
304
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
f f f f f f f f f f f f
Ladder program
LBL AA
LBL AA
JMPB BB
JMPB AA
JMPC AA
JMPC AA LBL BB
5.69.2
Format
LBL Label
specification
SUB 69
NOTE
For the use of this instruction, see Chapter 10 of Part I.
305
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.70 f : Available
: Unavailable
AXCTL (AXIS PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2 NB6
CONTROL BY PMC) f f f f f f f f f f f f f f f
NOTE
1 Option for Axis control by PMC function is required.
2 This functional instruction can not be used on the CNC that
does not have option for Axis control by PMC.
5.70.1 This function simplifies the handshake of DI/DO signal for the axis
control by PMC.
Function
5.70.2
Format
RST W1
AXCTL ffff ffff f
Group No. Axis control
ACT (SUB 53) of DI/DO signal data address
1 RD ffff. f RST
2 RD. STK ffff. f ACT
3 SUB 53
4 (PRM) ffff Number of DI/DO signal
5 (PRM) ffff Axis control data address
6 WRT ffff. f W1, processing completion
NOTE
When RST and ACT become 1 at the same time, RST is
prior to ACT.
306
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
6
(x=A / B / C / D)
7
307
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
NOTE
1 When you specify 0 for feedrate, CNC does not work.
Please release this state by RST = 1.
2 It is not available in PMC–MODEL PA1/PA3.
3 When you end a continuous feed or external pulse
synchronization, set RST to 1. And, continuous feed can’t
be used with buffering inhibits signal = 1. You must set the
signal to 0.
4 Specify the direction by most significant bit of command
data 2.
5 Command control axis must be specified to rotary axis by
setting parameter ROTx (No. 1006#0) to 0.
6 Not applicable to the Power Mate.
7 For details such as the range of command data, please refer
to the connecting manual for each CNC models.
CAUTION
The above table is not up–to–date. For the latest
information, refer to the descriptions about PMC axis control
in the “CNC Connection Manual (Functions).”
308
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
5 unit : 0.001mm
6
(x=A / B / C / D)
7
2 0
or In case of CNC PRM8002#0= 0 not used.
Feedrate =1 Feedrate.
3
(Absolute)
4 Position in machine
coordinate system
5
NOTE
It is necessary to set the CNC parameters relating to the axis
movement.
5.70.6 When error occurs by processing the axis control by PMC, the bit of the
Operation Output operation output register will be set. At the same time, processing is over.
Register (R9000)
309
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
7 6 5 4 3 2 1 0
R9000
NOTE
1 W1 becomes 1 regardless of the state of ACT.
2 It is not related to the state of the alarm signal (EIALx).
5.70.7 (1) The following signals cannot be operated from this function.
Remarks Please operate by LADDER.
D Axis control stop signal
ESTPx (G142#5, G154#5, G166#5, G178#5)
D Servo–off signal
ESOFx (G142#4, G154#4, G166#4, G178#4)
D Block stop signal
ESBKx (G142#3, G154#3, G166#3, G178#3)
D Block stop inhibit signal
EMSBKx (G143#7, G155#7, G167#7, G179#7)
D Controlled axis selection signal
EAX1–EAX8 (G136#0 to #7)
D Override signal *FV0E–*FV7E (G151#0 to #7)
D Override cancel signal OVCE (G150#5)
D Rapid traverse override signal
ROV2E, ROV1E (G150#1, #0)
D Dry run signal DRNE (G150#7)
D Manual rapid traverse RTE (G150#7)
selection signal
D Skip signal SKIP/ESKIP (X4#7, #6)
D Buffering inhibit signal
EMBUFx (G142#2, G154#2, G166/#2, G178#2)
(x=A/B/C/D)
WARNING
Movement cannot be sured when controlled axis selection
signal (EAXx) is changed in the state of ACT=1.
310
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB5 SB6 SC SC3 NB NB2 NB6
SB4 SC4
f f × × × × × × × ∆ ∆ × × × × ×
NOTE
The PMC–SB5/SB6 can be used only in the Power Mate
i–D/H.
5.71.1 This function outputs a signal that indicates the are in which the current
position in the mechanical coordinate system is located. The area is
Function
specified by parameter.
5.71.2
Format
311
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
Area division
(1 : 1st Axis, 2 : 2nd Axis,...)
specification data Axis No.
+0 or
Path No. (1 : 1st Path–1st Axis
(1byte) 2 :2nd Path–1st Axis)
+1
I
(4bytes)
+5
II
(4bytes)
+9
III
(4bytes)
Area division
+13 specification data
IV
(4bytes)
+17
V
(4bytes)
+21
VI
(4bytes)
+25
VII
(4bytes)
+29
312
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
I II III IV V VI VII
(1) (2) (3) (4) (5) (6) (7) (8)
–
Total stroke area
NOTE
1 Please set the division points data in ascending order (I <
II < .....<VI < VII). If they are not in ascending order, the
sequence program cannot operate normally.
2 Even if you need division points only under 7, you must set
the division specification data for7.
R9000
313
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.71.6 This example illustrates how to output the position signal of the current
Example of Using position of the first axis of path 1 in the machine coordinate system (the
area split specification data and current position area output addresses are
Position Signals set to D0321 and R1000, respectively).
(SUB 50)
Decimal
D0321 1
D0322 –300000
D0326 –200000
D0330 –100000
D0334 0
D0338 100000
D0342 200000
D0346 300000
If ACT = 1 for the above ladder and area split specification data, the
current specification area output (R1000) is as follows:
D R1000.0=1: The current position in the machine coordinate system is
greater than 300.000 mm.
D R1000.1=1: The current position in the machine coordinate system is
greater than 200.000 mm but not greater than 300.000 mm.
D R1000.2=1: The current position in the machine coordinate system is
greater than 100.000 mm but not greater than 200.000 mm.
D R1000.3=1: The current position in the machine coordinate system is
greater than 0 mm but not greater than 100.000 mm.
D R1000.4=1: The current position in the machine coordinate system is
greater than –100.000 mm but not greater than 0 mm.
D R1000.5=1: The current position in the machine coordinate system is
greater than –200.00 mm but not greater than –100.000
mm.
D R1000.6=1: The current position in the machine coordinate system is
greater than –300.000 mm but not greater than –200.000
mm.
D R1000.7=1: The current position in the machine coordinate system is
not greater than –300.000 mm.
314
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
NOTE
The PMC–SB5/SB6 can be used only in the Power Mate
i–D/H.
5.72.1 Turn W1=1 which th ecurrent position in the machine coordinates system
Function is in the area specifified by parameters.
5.72.2
Format
ACT PSGN2 ffff W1
Control data f
(SUB 63) address
315
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
+1
Boundary Point 1
(4bytes)
+5
Boundary Point 2
(4bytes)
+9
+4
Boundary point 1
(4bytes)
+8
Boundary point 2
(4bytes)
+12
316
B–61863E/12 PMC SEQUENCE PROGRAM 5. FUNCTIONAL INSTRUCTIONS
D Path specification
A path is specified. (One–byte data in binary form)
(Example) Path specification = 0: Path 1 is specified.
Path specification = 2: Path 2 is specified.
Path specification = 3: Path 3 is specified.
D Axis number specification
An axis number is specified. (Binary one–byte data)
(Example) Axis number = 1: The machine coordinates for the first
axis are specified.
Axis number = 2: The machine coordinates for the second
axis are specified.
(Boundary points <1> and <2> are binary four–byte data. Their unit
of measurement is 0.001 mm or 0.001 inch.
NOTE
Data for both boundary points <1> and <2> must be
specified in ascending order (boundary point 1 boundary
point 2).
1
W1 0
R9000
317
5. FUNCTIONAL INSTRUCTIONS PMC SEQUENCE PROGRAM B–61863E/12
5.72.7 D This example illustrates how to output the position signal for the
Example of Using current position of the second axis of path 1 in the machine coordinate
system if it is the position between –100.000 mm and 200.000 mm.
Position Signals (The control data address is set to D0320.)
(Basic specification)
Binary Decimal
D0320 00000010 ( 2)
D0321 01100000 (–100000)
D0322 01111001
D0323 11111110
D0324 11111111
D0325 01000000 ( 200000)
D0326 00001101
D0327 00000011
D0328 00000000
(Basic specification)
Binary Decimal
D0320 00000000 0
D0321 00000000
D0322 00000000 0
D0323 00000010 2
D0324 01100000 –100000
D0325 01111001
D0326 11111110
D0327 11111111
D0328 01000000
D0329 00001101 200000
D0330 00000011
D0331 00000000
318
B–61863E/12 PMC SEQUENCE PROGRAM 6. NONVOLATILE MEMORY
6 NONVOLATILE MEMORY
319
6. NONVOLATILE MEMORY PMC SEQUENCE PROGRAM B–61863E/12
Example) PMC counter addresses are C0 and C1 and the set value
is 1578.
7 6 5 4 3 2 1 0
C0 0 1 1 1 1 0 0 0
7 8
7 6 5 4 3 2 1 0
C1 0 0 0 1 0 1 0 1
1 5
27 26 25 24 23 22 21 20
7 6 5 4 3 2 1 0
C1 0 0 0 0 0 1 1 0
320
B–61863E/12 PMC SEQUENCE PROGRAM 6. NONVOLATILE MEMORY
Setting and display are possible from the CRT/MDI panel, and
sequence program instructions can be used for reading and writing.
If, for example, power is turned off for some reason during rotation
of the turret, the turret stops and a difference between the contents of
the memory storing the position and the actual position of the turret
occurs. When power is turned on again, the machine tool will be out
of sequence. To prevent this, use the nonvolatile memory control, and
a sequence program as follows.
(a) Set MWRTF in nonvolatile memory control to 1 before starting
the turret.
(b) Start the turret.
(c) Set MWRTF to 0 after the turret stops.
(d) MWRTF remains 1 if power is turned off between a) and c).
(e) When power is turned on again, automatically MWRTF2 = 1 and
an error is reported to the sequence program. Thus, the sequence
program processes (a) to (d), check for the error of MWRTF2, and
outputs an alarm when MWRTF2 = 1 (error).
(f) In response, the operator should set MWRTF and MWRTF2 to 0
from the CRT/MDI panel.
(g) Resume operation after the contents of the memory and the turret
position are aligned.
(5) Data table
A sizable amount of numeric data (data table) can be used for
sequence control by the PMC. See section 6.3 for details.
321
6. NONVOLATILE MEMORY PMC SEQUENCE PROGRAM B–61863E/12
6.2 All the nonvolatile memory data can be read and written by the sequence
program. The memory read and written by the PMC sequence program
READING AND is actually not a nonvolatile memory, but a nonvolatile memory image
WRITING OF (RAM) storing the same data as the nonvolatile memory. When the power
NONVOLATILE supply is turned off, the data in the nonvolatile memory image disappears.
Immediately after the power is turned on, the nonvolatile memory data is
MEMORY DATA
automatically transferred to the nonvolatile memory image. Before the
power is turned off, the data is correctly restored.
When the nonvolatile memory image is rewritten by the sequence
program, the data is automatically transferred to the CMOS or bubble
memory.
When the sequence program rewrite nonvolatile memory image of area,
the rewritten data is automatically transferred to the nonvolatile memory.
Rewriting of nonvolatile memory can also be done by rewriting optional
addresses of the nonvolatile memory image in an optional timing. The
changed data will be automatically transferred to the nonvolatile memory.
Therefore, there is not special processing necessary when the sequence
program writes or reads nonvolatile memory. It will only take some time
to write in the nonvolatile memory (512 ms).
322
B–61863E/12 PMC SEQUENCE PROGRAM 6. NONVOLATILE MEMORY
NOTE
For details of the usable range, see the description of PMC
sequence program addresses in Part I.
323
6. NONVOLATILE MEMORY PMC SEQUENCE PROGRAM B–61863E/12
D0
D1
Basic data table
(1860 bytes or 3000 bytes)
Data table
D1859
or
D2999
324
B–61863E/12 PMC SEQUENCE PROGRAM 6. NONVOLATILE MEMORY
Number of
tables
Table parameter
Table parameter
Table parameter
Table number
Table number
0 Data
1 Data table n
:
np
(Note)
N1, n2, and np are the last table number
of each data table.
325
6. NONVOLATILE MEMORY PMC SEQUENCE PROGRAM B–61863E/12
326
B–61863E/12 PMC SEQUENCE PROGRAM 6. NONVOLATILE MEMORY
Table number
0
1
2
Table 1 (1-byte data)
3
NOTE
Reading and Writing of the data table are available from the
sequence program.
327
7. LADDER DIAGRAM FORMAT PMC SEQUENCE PROGRAM B–61863E/12
328
B–61863E/12 PMC SEQUENCE PROGRAM 7. LADDER DIAGRAM FORMAT
7.1 Addresses, signal names, comments, and line numbers must be inserted
into a ladder diagram to enable all users to easily read the ladder diagram.
ADDRESSES,
SIGNAL NAMES,
COMMENTS, AND
LINE NUMBERS
7.1.1 Each address consists of an address number and a bit number, and it is
represented as follows.
Addresses
Bit number (0 to 7)
Address number
(A numeric of 4 digits or less after an alphabetic character)
329
7. LADDER DIAGRAM FORMAT PMC SEQUENCE PROGRAM B–61863E/12
7.1.4 A line number should be attached to each line of the ladder diagram. For
Line Numbers details, refer to Sec. 7.3.
330
B–61863E/12 PMC SEQUENCE PROGRAM 7. LADDER DIAGRAM FORMAT
7.2
Symbol Description
SYMBOLS USED IN
These are the contacts of relays in the PMC, and
THE LADDER A contact
are used for other input from the machine side
DIAGRAM and CNC
B contact
B contact
B contact
B contact
NOTE
If the coil is represented by or , the relay is within the
PMC, and the contact uses or .
331
7. LADDER DIAGRAM FORMAT PMC SEQUENCE PROGRAM B–61863E/12
3A
3B
Line number
3P
Spindle control
(3) Divide the circuits into several functions. And program the same
function in a single program.
Example) Mode control.spindle control, turret control, APC control.
(4) Assign a line number to each line as follows:
Line symbol (A to Z)
(5) Write a relay contact with a signal name of the relay coil, line number
and address.
Signal name
Address
Line number
(6) For complicated timing, timing chart should be on the same page of
the ladder diagram.
(7) The meaning of the code numbers for the S, T, and M functions
should be listed on the ladder diagram.
(8) The 1st level sequence part should be written at the beginning of the
ladder diagram.
(9) The following data should be written on the first page of the ladder
diagram:
(i) The sequence program design number
Machine tool builder shall assign design numbers of sequence
program and ROMs and manage them.
(ii) Description of symbol
(iii) Setting table of timer, counter, and PMC parameters and meaning
of them.
(iv) Description of functional instruction.
(10) Easy-to-understand name should be assigned.
332
B–61863E/12 PMC SEQUENCE PROGRAM 7. LADDER DIAGRAM FORMAT
7.4 A general relay sequence circuit has a finite number of contacts, so several
relays use one contact in common so as to reduce the number of contacts
INFINITE NUMBER used as much as possible.
OF RELAY
CONTACTS
R1
R2
A
R1
A B
R2
333
8. MISCELLANEOUS ITEM PMC SEQUENCE PROGRAM B–61863E/12
8 MISCELLANEOUS ITEM
334
9. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM STRUCTURING
f : Can be used
: Cannot be used
PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2 NB6
f f f f f f f f f f f f
335
9. SEQUENCE PROGRAM
STRUCTURING PMC SEQUENCE PROGRAM B–61863E/12
9.1
EXAMPLES OF
STRUCTURED
PROGRAMMING
Job A ⋅ ⋅ ⋅ ⋅ f
FUNC ⋅ ⋅ ⋅ ⋅ f
Job B
⋅
⋅
⋅
(2) Nesting
Ladder subprograms created in 1 above are combined to structure a
Ladder sequence.
Main Program Sub Program1 Sub Program2
D
D
Job B D Job A12
Job An
PROCESS11 PROCESS11
STATE1 PROCESS1
PROCESS12
STATE2 PROCESS2
⋅ PROCESS13
⋅
⋅
336
9. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM STRUCTURING
A A1 A1 A2
A3 B
A3
END1
Y0 ȣ
CALL MAIN Ȧ Machine a workpiece.
Ȥ
END2
SP MAIN
ȣ
CALL A Ȧ Machine a workpiece.
Ȥ
ȣ
CALL B Ȧ Move a pallet.
Ȥ
SPE
337
9. SEQUENCE PROGRAM
STRUCTURING PMC SEQUENCE PROGRAM B–61863E/12
SP A
ȣ
CALLU A1 Ȧ Pick up a workpiece from a pallet.
Ȥ
ȣ
CALLU A2 Ȧ Machine the workpiece.
Ȥ
ȣ
CALLU A3 Ȧ Return the workpiece to the pallet.
Ȥ
SPE
SP A1
ȣ
Pick up a workpiece
from a pallet. Ȧ Ladder coding
Ȥ
SPE
SP A2
ȣ
Machine the workpiece. Ȧ Ladder coding
Ȥ
SPE
SP A3
ȣ
Return the workpiece to Ȧ Ladder coding
the pallet. Ȥ
SPE
338
9. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM STRUCTURING
SP B
ȣ
Move the pallet. Ȧ Ladder coding
Ȥ
SPE
339
9. SEQUENCE PROGRAM
STRUCTURING PMC SEQUENCE PROGRAM B–61863E/12
9.2
SUBPROGRAMMING
AND NESTING
END1 SP SUBPRO
f
CALL SUBPRO
CALLU PROCS1
CALL P2 f
CALL P3
ADD 0001 f
B 0001
END2 F10
R200
SPE
340
9. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM STRUCTURING
9.2.2 The main program is always active. Subprograms on the other hand, are
Execution Method active only when called by another program.
In the following example, subprogram SUBPRO is called by signal A.
⋅ ⋅ ⋅ ⋅ f ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅
END2 SPE
Program cycle
Signal A
Main program
a b c d a
Subprogram
Management
program
Flow of execution
a : Functional instruction CALL calls a subprogram in order to
transfer control to the subprogram.
b : When the end of the subprogram is reached, control is returned to
the main program.
c : When the end of the main program is reached, the management
program performs Ladder program postprocessing.
341
9. SEQUENCE PROGRAM
STRUCTURING PMC SEQUENCE PROGRAM B–61863E/12
9.2.3 Create subprograms in the same way as the first-, second-, and third-level
Creating a Program Ladder programs.
Example of creation
⋅ ⋅ ⋅ ⋅ f
END1
A
CALL SUBPRO
⋅ ⋅ ⋅ ⋅ f
END2
SP SUBPRO
⋅ ⋅ ⋅ ⋅ f
⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅
SPE
SP P20
⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅
SPE
342
9. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM STRUCTURING
Inhibit items
(1) Subprograms are nested.
SP SUBPRO
⋅ ⋅ ⋅ ⋅ f
⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅
SPE
⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅
SPE
⋅ ⋅ ⋅ ⋅ f
END1
⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅
SP SUBPRO
⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅ ⋅
END2
343
9. SEQUENCE PROGRAM
STRUCTURING PMC SEQUENCE PROGRAM B–61863E/12
9.3 a) DISPB
CAUTIONS FOR b) EXIN
SUBROUTINES c) WINDR (only low-speed response)
d) WINDW (only low-speed response)
e) MMCWR
f) MMCWW
g) MMC3R
h) MMC3W
When you use the above-mentioned functional instructions, ACT=1 must
be held until the transfer completion information(W1) becomes 1.
Therefore, be careful of the following when using those instructions in
subprograms.
D Do not stop calling the subprogram at the state which has not been
completed yet, that is executed still while using the instructions in the
subprogram.
(In other words, do not set the ACT of the CALL instruction to 0)
If you do it the function of the instructions after that is not
guaranteed.
D Call the subprogram from other subprograms at the state which has
not been completed yet while using the instructions in the
subprogram.
The movement of the above-mentioned functional instruction
after that is not guaranteed so that the last functional instruction
may be processing the instruction.
Then, when the subprogram, in which the above-mentioned functional
instruction is used, is called from two or more places, it is necessary to
control the subprogram exclusively. The case of the WINDR instruction
(low-speed response) is given as an example here.
344
9. SEQUENCE PROGRAM
B–61863E/12 PMC SEQUENCE PROGRAM STRUCTURING
Example)
When subprogram is called from two places. (The WINDR
instruction is used)
C2
JMPB L4 SP S-PRO1 SP S-PRO2
C1 B A B
DATA1 SET JMPB L1 WINDR DATA
C1 ON A
CALL S-PRO1 SPE
A
A C1 CALL S-PRO2
B
C2
JMPB L2
C1
JMPB L3
LBL L1
LBL L4 ON A
C2
DATA2 SET CALLU S-PRO2
C2
CALL S-PRO1 LBL L2
A C2
SPE
C1
LBL L3
Description)
Subprogram 1 controls ACT(A)and W1(B)of WINDR (subprogram 2).
By “A” controlled in subprogram 1, the main program decides which
relay (C1,C2) to be effective.
When the WINDR instruction is completed, the following data will
be set and the other CALL instruction is started.
It keeps working in this way.
345
10. JMP INSTRUCTIONS WITH
LABEL SPECIFICATION PMC SEQUENCE PROGRAM B–61863E/12
f : Can be used
: Cannot be used
PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2 NB6
f f f f f f f f f f f f
346
10. JMP INSTRUCTIONS WITH
B–61863E/12 PMC SEQUENCE PROGRAM LABEL SPECIFICATION
LBL A
f f
JMPB A
JMPC A
CAUTION
The specifications allow backward jumps. A backward
jump, however, may result in an infinite loop or cause the
execution time of the first-level Ladder program to exceed
1.5 ms (or 5 ms). Create a program carefully so an infinite
loop does not occur.
347
10. JMP INSTRUCTIONS WITH
LABEL SPECIFICATION PMC SEQUENCE PROGRAM B–61863E/12
LBL A
END1
Second level
LBL C
END2
SP A SP A
LBL C
SPE
SP B
SP B
LBL B
SPE
NOTE
As mentioned in (8) of Section 10.2, the same label must not
exist in the first- and second-level Ladder programs.
348
10. JMP INSTRUCTIONS WITH
B–61863E/12 PMC SEQUENCE PROGRAM LABEL SPECIFICATION
JMPB A
f : Possible
JMPE f
LBL A
JMPB D
f
JMPB B
JMP f
LBL B
JMPB C
f
LBL C
JMPE
LBL D
JMPB C f : Possible
f
JMPB A
f
CALL
LBL A
JMPB B
f
CALLU
LBL B
LBL C
349
10. JMP INSTRUCTIONS WITH
LABEL SPECIFICATION PMC SEQUENCE PROGRAM B–61863E/12
LBL A f : Possible
f
Second level
END2
SP B
SP A COM
JMPC A
COME
SPE
350
10. JMP INSTRUCTIONS WITH
B–61863E/12 PMC SEQUENCE PROGRAM LABEL SPECIFICATION
JMPB B
f
JMPB C
END1
JMPB A
END2
f : Possible
JMPB A : Impossible
f
LBL A
SP A
JMPB B
SPE
SP B
SP B
LBL B
SPE
351
10. JMP INSTRUCTIONS WITH
LABEL SPECIFICATION PMC SEQUENCE PROGRAM B–61863E/12
JMPB A f : Possible
: Impossible
COME
LBL A
JMPB D
f
JMPB B
COM
LBL B
JMPB C
f
LBL C
COME
LBL D
352
10. JMP INSTRUCTIONS WITH
B–61863E/12 PMC SEQUENCE PROGRAM LABEL SPECIFICATION
f : Possible
LBL A : Impossible
First level
END1
Second level
LBL B
f
END2
SP A
SP A
JMPC B
JMPC A
SPE
353
10. JMP INSTRUCTIONS WITH
LABEL SPECIFICATION PMC SEQUENCE PROGRAM B–61863E/12
: Impossible
COM
LBL A
Second level
COME
END2
SP A
SP A
JMPC A
SPE
LBL A
Second level
CALL A
END2
SP A
SP A
JMPC A
SPE
CAUTION
Although Ladder diagrams can be edited, editing a Ladder
diagram may cause an infinite loop. So, be careful not to
program such processing.
354
10. JMP INSTRUCTIONS WITH
B–61863E/12 PMC SEQUENCE PROGRAM LABEL SPECIFICATION
LBL A
Second level
END2
SP A
SP A
JMPB A
SPE
JMPB A
First level
LBL A
END1
Second level
LBL A
END
355
10. JMP INSTRUCTIONS WITH
LABEL SPECIFICATION PMC SEQUENCE PROGRAM B–61863E/12
LBL A
Second level
END2
SP A
SP A
JMPC B
SPE
356
11. INTERRUPT–TYPE
B–61863E/12 PMC SEQUENCE PROGRAM PMC FUNCTION
NOTE
This function is available only in the PMC–SB5/SB6 for the
Power Mate i–H. It requires the interrupt–type PMC option.
357
11. INTERRUPT–TYPE
PMC FUNCTION PMC SEQUENCE PROGRAM B–61863E/12
[Conventional] [Interrupt]
8ms
Interrupt
First level
358
11. INTERRUPT–TYPE
B–61863E/12 PMC SEQUENCE PROGRAM PMC FUNCTION
11.2 The following NC parameters specify the conditions for the interrupt
input signals.
SETTING
D NC parameters (bit type)
#7 #6 #5 #4 #3 #2 #1 #0
8731 EPMC7 EPMC6 EPMC5 EPMC4 EPMC3 EPMC2 EPMC1 EPMC0
#7 #6 #5 #4 #3 #2 #1 #0
8732 UPEG7 UPEG6 UPEG5 UPEG4 UPEG3 UPEG2 UPEG1 UPEG0
UPEGn Whether to use the interrupt–type PMC on the rising edge of a signal
defined by bit n of X1003
0 : Not used.
1 : Used.
#7 #6 #5 #4 #3 #2 #1 #0
8733 DWEG7 DWEG6 DWEG5 DWEG4 DWEG3 DWEG2 DWEG1 DWEG0
DEWGn Whether to use the interrupt–type PMC on the falling edge of a signal
defined by bit n of X1003
0 : Not used.
1 : Used.
(Example) The following settings specify that the rising edge of bit 0
of X1003, the falling edge of bit 1 of X1003, and both the
rising and falling edges of bit 7 of X1003 be used as
conditions for interrupt program execution.
#7 #6 #5 #4 #3 #2 #1 #0
8731 1 0 0 0 0 0 1 1
#7 #6 #5 #4 #3 #2 #1 #0
8732 1 0 0 0 0 0 0 1
#7 #6 #5 #4 #3 #2 #1 #0
8733 1 0 0 0 0 0 1 0
359
11. INTERRUPT–TYPE
PMC FUNCTION PMC SEQUENCE PROGRAM B–61863E/12
11.3
INTERRUPT
PROCESSING
END1(SUB1) END1(SUB1)
END2(SUB2) END2(SUB2)
SP(SUB71) SP(SUB71)
Subprogram Subprogram
SPE(SUB72) SPE(SUB72)
END(SUB64) END(SUB64)
360
11. INTERRUPT–TYPE
B–61863E/12 PMC SEQUENCE PROGRAM PMC FUNCTION
11.3.3 The interrupt program is executed within 0.5 ms (software response time)
after an interrupt input signal is received. If there is an interrupt–inhibited
Response Time
interval, the execution of the interrupt program is deferred by the
corresponding time. If another interrupt input signal is received when the
interrupt program is already running, the newly received signal is kept
waiting until the current execution ends.
361
11. INTERRUPT–TYPE
PMC FUNCTION PMC SEQUENCE PROGRAM B–61863E/12
11.3.4 The execution time of the interrupt program must be within about 6 ms,
Execution Time even in the worst case.
If an interrupt program whose execution time is longer than 6 ms is
executed, or if too many interrupt requests are made, a PMC alarm (WN08
INTERRUPT LADDER TIME OVER) is issued.
The maximum execution time of the interrupt program can be checked
using the internal relay (R9022 to R9023).
D Internal relay R9022 to R9023 (interrupt program maximum
execution time)
R9022 Interrupt ladder program maximum execution time [10 µs]
This data is the maximum allowable execution time for the interrupt
ladder program. (0 to 655,350 µs)
D PMC alarm message (alarm screen)
Alarm message Meaning and response
WN08 INTERRUPT The execution time of the interrupt ladder has ex-
LADDAR TIME OVER ceeded the allowable value (about 6 ms). The
interrupt program is too large, or too many inter-
rupt requests were issued. So, the second level of
the ladder has operated.
(Response) Make the interrupt program smaller,
or reduce the number of interrupt requests.
CAUTION
Check the execution time of the interrupt program with the
internal relay mentioned above, and change the program to
keep the regular interrupt program execution time within 2
ms.
11.3.5 The WINDW machine instruction (with function code 10000) is used to
enable, disable, and clear (that is, nullify all internally stored requests for)
Interrupt
interrupts in the second–level program.
Enable/Disable/Clear If an interrupt request arises when an interrupt has been disabled, interrupt
program execution is deferred until an interrupt is enabled.
The second–level program is initially in an interrupt disabled state. Any
interrupt request is rejected before the NC preparation completed signal
MA (F1.7) is input. To enable immediately when the power is applied,
execute the WINDW machine instruction (with function code 10000),
using the preparation completed signal MA (F1.7) signal. (See Section
11.4, “Sequence Program Examples.”)
D Window function (with function code 10000 for enabling, disabling,
and clearing interrupts)
[Description of data]
Interrupt–type PMC interrupts are enabled, disabled, and cleared.
362
11. INTERRUPT–TYPE
B–61863E/12 PMC SEQUENCE PROGRAM PMC FUNCTION
Top address+0
(Function code)
10000
+2
(Completion code)
–
(Need not be set)
+4
(Data length)
–
(Need not be set)
+6
(Data number)
N N=1 to 3
(N = data specification) 1: Enable interrupts. (All conditions)
2: Disable interrupts. (All conditions)
3: Clear interrupts. (All conditions)
+8
(Data attribute)
–
(Need not be set)
+10
Top address+0
(Function code)
10000
+2
(Completion code)
?
(See the above descriptions
about the completion codes.)
+4
(Data length)
?
(Data at input)
+6
(Data number)
N
(Data at input)
+8
(Data attribute)
?
(Data at input)
+10
363
11. INTERRUPT–TYPE
PMC FUNCTION PMC SEQUENCE PROGRAM B–61863E/12
364
11. INTERRUPT–TYPE
B–61863E/12 PMC SEQUENCE PROGRAM PMC FUNCTION
Executed later
Interrupt program
After the interrupt program has been started by a certain interrupt signal,
if the same interrupt signal occurs again, it is ignored.
(Example) Rising edge of bit 0 of X1003
If both the rising and falling edges of a certain interrupt input signal are
specified for interrupt, the falling (rising) edge is ignored if it is detected
during the interrupt program execution requested on the rising (falling)
edge. So, it is necessary to complete the interrupt program execution
before the interrupt input signal changes.
365
11. INTERRUPT–TYPE
PMC FUNCTION PMC SEQUENCE PROGRAM B–61863E/12
LBL L0001
SUB69
LBL L0002
SUB69
END1
SUB1
366
11. INTERRUPT–TYPE
B–61863E/12 PMC SEQUENCE PROGRAM PMC FUNCTION
R0.0 NUMEB 2
SUB40 10000
R100
R0.0 NUMEB 2
SUB40 1
R106
R0.0 R1.0
WINDW R100
Interrupt
SUB52
enable
END2
SUB2
367
11. INTERRUPT–TYPE
PMC FUNCTION PMC SEQUENCE PROGRAM B–61863E/12
R9091.1 NUMEB 2
SUB40 10000
R100
R9091.1 NUMEB 2
SUB40 1
R106
R9091.1 NUMEB 2
SUB40 10000
R200
R9091.1 NUMEB 2
SUB40 2
R206
R9091.1 R2.0
WINDW R200
Interrupt
SUB52
disable
Interrupt–disabledinterval
R9091.1 R1.0
WINDW R100
SUB52 Interrupt
enable
END2
SUB2
368
II. PMC OPERATION (CRT/MDI)
B–61863E/12 PMC OPERATION (CRT/MDI) 1. GENERAL
1 GENERAL
The following PMC data can be set and displayed by using the CRT/MDI
panel.
1) PMC I/O signal display and internal relay display (PMCDGN)
PMCDGN has following screens.
a) Title data display
b) Status screen
c) Alarm screen
d) Trace function
e) Memory display
f) Signal Wareform display function
g) User task execution status display function
2) PMC data setting and display (PMCPRM)
The following PMC data are provided.
a) Timer
b) Counter
c) Keep relay
d) Data table
3) Display of sequence program ladder diagram (PMCLAD)
4) PMC screen (PMCMDI) for the user
Press the function key <CUSTOM> on the CRT/MDI panel first.
NOTE
This function key is effective when a user program exists in
the PMC–RC.
NOTE
A key in < > is a function key on the CRT/MDI panel. A key
in [ ] is a soft key described below.
371
1. GENERAL PMC OPERATION (CRT/MDI) B–61863E/12
SHIFT key
Cancel key
INPUT key
Edit keys
HELP key
RESET key
RESET key
HELP key Address/numeric keys
Edit keys
Cancel key
INPUT key
372
B–61863E/12 PMC OPERATION (CRT/MDI) 1. GENERAL
Cancel key
SHIFT key
INPUT key
HELP key
RESET key
Soft keys
373
1. GENERAL PMC OPERATION (CRT/MDI) B–61863E/12
RESET key
Address/numeric keys HELP key
SHIFT key
Edit keys
INPUT key
Cancel key
Function keys
Soft keys
RESET key
Function keys
HELP key Edit keys
Cursor control keys
374
B–61863E/12 PMC OPERATION (CRT/MDI) 1. GENERAL
SHIFT key
Cancel keys
INPUT key
Edit keys
HELP key
RESET key
Page keys
Soft keys
Cursor control keys
RESET key
HELP key Address/numeric keys
Edit keys
Cancel key
INPUT key
375
1. GENERAL PMC OPERATION (CRT/MDI) B–61863E/12
Cancel key
SHIFT key
INPUT key
HELP key
RESET key
Soft keys
376
B–61863E/12 PMC OPERATION (CRT/MDI) 1. GENERAL
RESET key
Address/numeric keys HELP key
SHIFT key
Edit keys
INPUT key
Cancel key
Function keys
Soft keys
RESET key
Function keys
377
1. GENERAL PMC OPERATION (CRT/MDI) B–61863E/12
1.1 Note the followings when you input PMC–address on the original MDI
boards made by MTBs without using Standard MDI Unit supplied by
FOR MDI UNITS FANUC.
OTHER THAN
(1) If the MDI has the keys to input PMC–address (X, Y, F, G, R, A, C,
STANDARD MDI K, D, T), You can operate as same as FANUC Seires 18
UNITS (FOR FS20 (PMC–SA1/SA3).
PMC–SA1 AND SA3) (2) If MDI does not have those keys, input PMC–address as follows.
When inputting PMC–address (in PCLAD, STATUS and so on), you
can substitute number keys (0 to 9) and a hyphen key (–) for
PMC–address capital keys (X, Y, F, G, etc.). PMC–address capital
keys are corresponding to the number keys as follows.
PMC–address keys G F Y X A R T K C D
number keys 0– 1– 2– 3– 4– 5– 6– 7– 8– 9–
1.3 When the power for the CNC is turned on for the first time, a RAM
PARITY or NMI alarm may occur in the PMC. This is caused by invalid
CLEARING THE data in the sequence program storage area in the PMC. The sequence
SEQUENCE program must be cleared to prevent this.
PROGRAM The automatic operation (see 1.2 above) can also be stopped by clearing
the sequence program in the PMC.
The sequence program can be cleared in either of the following two ways:
1. Turn on the power while pressing X and O.
2. Turn on the power, display the PMC screen, and use the programmer
function of the PMC (EDIT/CLEAR).
NOTE
In case of loader control function, turn on the power while
pressing X and 5.
378
B–61863E/12 PMC OPERATION (CRT/MDI) 1. GENERAL
1.4 The PMC–PA1 and PA3 contained in the Power Mate have a sequence
program called the “standard ladder” in their ROM to operate the Power
LOADING THE Mate without creating a sequence program.
STANDARD LADDER
Operation)
(FOR Power Mate–D/F
Parameter in the Power Mate
PMC–PA1 AND PA3)
#7 #6 #5 #4 #3 #2 #1 #0
8703 FLA
NOTE
If the sequence program is not cleared in the PMC, the
FANUC standard ladder is not loaded. The existing
sequence program remains.
379
1. GENERAL PMC OPERATION (CRT/MDI) B–61863E/12
380
B–61863E/12 PMC OPERATION (CRT/MDI) 1. GENERAL
NOTE
1 See the following items for the selected screens listed in
Table 1.6 (a).
PMCLAD : 5. PMC LADDER DIAGRAM DISPLAY
(PMCLAD) in Part II
M.SRCH : 3.5 Display the Contents of Memory
(M.SRCH) in Part II
LADDER : 5.2 Sequence program generation
(LADDER) in Part III
CLRLAD : 5.6.2 Clear the ladder program (CLRLAD)
in Part III
CLRALL : 5.6.5 Clear the sequence program
(CLRALL) in Part III
DBGLAD : 8.4 Ladder Debug Function in Part III
ONLEDT : 5.8 On–line Editing in Part II
8.4.2 Soft key menu for ladder debug
function in Part III
2 For an explanation of the selection screen of Table 1.6 (b),
see the following section:
LADDER: III 11.4 Ladder Mnemonic Editing
3 With DPL/MDI of the Power Mate, the use of the following
characters only is supported for clearing passwords:
Alphabetic characters : D, F, G, K, P, T, X, Y
Numeric characters : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
If a character other than those listed above is used for a
password, the password cannot be cleared using the
DPL/MDI.
381
1. GENERAL PMC OPERATION (CRT/MDI) B–61863E/12
NOTE
The sequence program is cleared by turning on the power
with the X and O keys being held down, whether password
protection is specified or not.
PA1 RA1 SA1, SA2 SB, SB2, SB3 SB3 SB4 SB5 SB6 SC4 SA1 SB5 SB6 NB NB2
PA3 RA3 SA3 SC, SC3 SC3 SC4 SC3 SA5
n f n f f
NOTE
Usable editions
PMC–SB4 : Series 4066 Edition 08 or later
PMC–SC4 : Series 4068 Edition 07 or later
Edit card : Series 4073 Edition 06 or later
example 1)
When the cursor is positioned to the subprogram P1500 and [ZOOM]
key is pressed, this subprogram P1500 can be edited in spite of the
protection by the password.
example2)
When the cursor is positioned to the subprogram P1 and [ZOOM] key
is pressed, if the protection by the password is not released, the
message ”KEY IN PASSWORD(R/W)” is displayed and this
subprogram can be edited by inputting a correct password.
382
B–61863E/12 PMC OPERATION (CRT/MDI) 1. GENERAL
1.7 Note the following when PMC of loader control function is operated.
PMC OPERATION D Operate PMC after switching to the screen for the loader control. (The
control of the main and the loader changes by pushing the SHIFT key
FOR LOADER and the HELP key at the same time.)
CONTROL FUNCTION D Connector JD5A of main board is used when communicating with
RS232–C.
D When ladder data is input and output to the memory card on the PMC
I/O screen or an edit card is used,the edit card or the memory card is
installed at connector CNMC of the loader board.
D Connector JD1A of loader board is used when using I/O Link function.
383
2. PMC MENU SELECTION
PROCEDURE BY SOFTKEY PMC OPERATION (CRT/MDI) B–61863E/12
Pressing the function key <SYSTEM> of CRT/MDI and the PMC soft
key changes the screen to the PMC basic screen. The soft keys are
displayed at the bottom of the screen.
1) PMC basic menu
If the control provides a built–in programmer function, a programmer
basic menu is selected by depressing the next key. The PMC basic
menu and programmer basic menu are alternately selected from each
other by depressing the next key.
For programmer basic menus and operation, see Chapter III “PMC
PROGRAMMER”.
NOTE
1 In the following description, the relation between soft keys and menu is described based on the
9″ CRT/MDI panel. The 10″, 14″ CRT/MDI panel is provided with 10 soft keys which are those
of the 9″ CRT/MDI panel, and thus, it displays many menus as compared with the 9″ CRT/MDI
panel.
2 The following operations are necessary for using the built–in programmer function:
Model Operation
PMC–SA1/SA2/SA3/SB/SB2/SB3 Mount the editing module.
(FS16/18–MODEL A),
PMC–SA1(FS16–MODEL A loader control) (A02B–0120C–C160)
PMC–PA1/PA3 (Power Mate–D/H), Mount an editing card.
PMC–SA1/SB3/SB4 (FS16/18–MODEL B),
PMC–SB5/SB6 (FS16/18–MODEL C),
PMC–SA1/SA5/SB5/SB6
(16i/18i/21i–MODEL A),
PMC–SA1/SA3 (FS20, FS21/210–B),
PMC–SA1
(FS16–MODEL B/C, 16i/18i/21i–MODEL A,
FS21–B loadercontrol function)
PMC–SC/SC3(FS16/18–MODELA), The function is already contained.
PMC–SC3/SC4(FS16/18–MODELB),
PMC–NB/NB2(FS15B)
Common to all the models listed above Set bit 1 of K17 to 1.
The FS18–MODEL A contains the PMC–SA1,SA2,or SA3. The series number is 4070.
The FS20 contains the PMC–SA1 or SA3. The series number is 4080.
The FS21/210–B contains PMC–SA1 or SA3. The series number is 4084.
The FS21–B(with loader control) contains PMC–SA1. The series number is 4086.
384
2. PMC MENU SELECTION
B–61863E/12 PMC OPERATION (CRT/MDI) PROCEDURE BY SOFTKEY
NOTE
Without built–in programmer function of PMC–SA1, –SA2,
–SA3, –SB, –SB2, –SB3, –SB4, –SB5, or –SB6 there are
only RUN/STOP and I/O functions.
385
2. PMC MENU SELECTION
PROCEDURE BY SOFTKEY PMC OPERATION (CRT/MDI) B–61863E/12
i) Next key
This key is used for extending menus of soft keys. By pressing
this key, a menu changes, and by pressing it again, the menu is
reset as before.
j) Return key
Various PMC operations are conducted by pressing soft keys
related to menus.
The menus sequentially change when pressing corresponding
soft key. Use this return key to reset a menu to the original one.
3) Status display
The alarm status and the name of the sequence program storage that
is currently effective are displayed on all the PMC menus.
In addition, PMC–SC/SC3/SC4/NB display the states while the
debugging function is used.
386
2. PMC MENU SELECTION
B–61863E/12 PMC OPERATION (CRT/MDI) PROCEDURE BY SOFTKEY
N– SRCH
NEXT NEXT
F– SRCH M. SRCH*1
ANALYS*2
USRDGN*3
ADRESS
(SYMBOL)
NOTE
The soft keys indicated by *1, *2, *3 are supported only for
certain models. See the conditions in the description of
each relevant function.
387
2. PMC MENU SELECTION
PROCEDURE BY SOFTKEY PMC OPERATION (CRT/MDI) B–61863E/12
B–TYPE
SETING
NEXT NEXT
DUMP M. SRCH*1
DPARA ANALYS*2
USRDGN*3
ONLEDT
IOCHK*4
NOTE
The soft keys indicated by *1, *2, *3 are supported only for
certain models. See the conditions in the description of
each relevant function.
388
2. PMC MENU SELECTION
B–61863E/12 PMC OPERATION (CRT/MDI) PROCEDURE BY SOFTKEY
389
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
PMC I/O signals, internal relays, and other PMC diagnosis are displayed
on the screen by depressing soft key [PMCDGN].
RET
NEXT
390
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
3.1 Title Data refers to the title of the sequence program created by the
machine tool builder.
DISPLAYING TITLE
DATA They consist of the following ten items :
Machine tool builder name (32 characters)
Machine tool name (32 characters)
NC and PMC types (32 characters)
Sequence program number (4 characters)
Version (2 characters)
Sequence program drawing number (32 characters)
Date when the sequence program was created (16 characters)
Sequence program programmer (32 characters)
ROM programmer (32 characters)
Comment (32 characters)
In addition to the title display :
1) Series and version of the PMC control software.
2) Type of the PMC.
3) For Editing module or Editing card, the series and version.
4) Memory areas used for each sequence data, and execution time of
ladder program.
5) Type of PMC control module and PMC sequence program.
6) For the non-dividing system, the present, maximum and minimum
values for the execution time of ladder program.
NOTE
When a C board is installed in the Series 16i/18i, the title
data for C can be displayed. With the arrow keys [²] and
[³], the user can switch the display between the ladder title
and C title data.
391
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
DATE OF PROGRAMING :
f · · · · · · f
PROGRAM DESIGNED BY :
f · · · · · · · · · · · · · f
ROM WRITTEN BY :
f · · · · · · · · · · · · · f
REMARKS :
f · · · · · · · · · · · · · f
392
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
RET
SEARCH NEXT
ADDRESS 7 6 5 4 3 2 1 0
EXDAT1 ED7 ED6 ED5 ED4 ED3 ED2 ED1 ED0
G0000 0 0 0 0 0 0 0 0
EXDAT2 ED15 ED14 ED13 ED12 ED11 ED10 ED9 ED8
G0001 0 0 0 0 0 0 0 0
ESTB EA6 EA5 EA4 EA3 EA2 EA1 EA0
G0002 0 0 0 0 0 0 0 0
ERDRQ EOREND
G0003 0 0 0 0 0 0 0 0
MFIN5 MFIN4 MFIN3 MFIN2 MFIN1
G0004 0 0 0 0 0 0 0 0
BFIN AFL TFIN SFIN EFIND MFIN
G0005 0 0 0 0 0 0 0 0
DLK OVC *ABSM BRN SRN
G0004 0 0 0 0 0 0 0 0
RLSOT EXLM2 *FLWP ST STLK RVS
G0007 0 0 0 0 0 0 0 0
[SEARCH] [ ] [ ] [ ] [ ] [ ]
Fig. 3.2 Status display of PMC I/O signals and internal relays
393
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
3.3 If an alarm is issued in the PMC, pressing the PMC soft key displays the
alarm message as shown in Fig. 3.3. ALM blinks at the lower right corner
ALARM SCREEN of the screen.
(ALARM) If a fatal error occurs, a sequence program does not start.
ALM
394
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
3.4 This function checks the signal history which cannot be checked in the
status display. Using one- or two-byte addressing, the function records
TRACE FUNCTION a state when the signal changes. In two-byte addressing, discontinuous
(TRACE) addresses can be set.
3.4.1 Pressing the [TRACE] key on the PMCDGN screen displays the trace
Operation screen when signals are being read. When signals are not being read, the
parameter setting screen for reading signals is displayed. After displaying
either screen, pressing the [TRCPRM] key on the trace screen displays the
parameter setting screen and pressing the [T.DISP] key on the parameter
setting screen displays the trace screen.
RET
T.DISP EXEC NEXT
or or
TRCPRM STOP
3.4.2 Data to be used for reading signals needs to be specified to check the
Parameter Setting signal history.
Screen 1) Parameters
TRACE MODE : Sets a mode used for reading signals
0 : 1-byte data
1 : 2-byte data (discontinuous addresses can be
specified)
2 : Word data (with continuous addresses)
ADDRESS TYPE : Sets addresses used
0 : PMC address
1 : Physical address
ADDRESS : Sets addresses at which a signal is traced
MASK DATA : Sets a masked bit or bits (signals can be read with
unnecessary bits masked)
Range : 00 to FF
The above trace parameters are retained if the power is turned off.
395
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
TRACE MODE : 1
(0:1BYTE/1:2BYTE/2:WORD)
1ST TRACE ADDRESS CONDITION
ADDRESS TYPE : 1 (0:PMC /1:PHY)
ADDRESS : FFE480
MASK DATA : 11
2ND TRACE ADDRESS CONDITION
ADDRESS TYPE : 0 (0:PMC /1:PHY)
ADDRESS : Y0
MASK DATA : FF
[T.DISP] [ EXEC ] [ ] [ ] [ ]
396
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
3.4.4 Signal history can be checked using data specified on the parameter
Trace Screen setting screen. The result of the latest trace is displayed at the cursor
position. The cursor moves on the screen as the results of the trace are
obtained. If the cursor moves off the screen, the results of the trace can
be followed by pressing the page key to display the subsequent screen.
[TRCPRM ] [ STOP ] [ ] [ ] [ ]
EXEC
397
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
3.5
DISPLAYING THE : Standard
Ę : optional
CONTENTS OF : cannot be used
MEMORY n : Can be used for the 4084 series.
Power FS21i FS16A
Power FS20/ FS16A/B FS16C FS16B/C
Mate- FS21B FS18A FS18B FS16A FS16i FS16A /B/C FS15B
Mate-H FS21A FS18B FS18C FS18B/C
D/F FS18i FS18B/C
PA1 PA3 PA3 SA1 SA3 SA1 SA3 SA1 SA2 SA3 SA1 SB SB2 SB3 SB4 SB5 SB6 SA1 SA5 SB5 SB6 SC SC3 SC4 NB NB2
n n Ę Ę Ę Ę Ę Ę Ę Ę
3.5.1 1) Pressing the [M.SRCH] soft key changes the screen to that shown in
Fig. 3.5. The displayed soft keys also change.
Operation
2) Enter a physical address in hexadecimal from which the contents of
the memory are to be displayed. Then pressing the [SEARCH] key
displays 256 bytes of stored data starting from the specified address.
Example) Entering 100000, then pressing the [SEARCH] key
displays the contents of the memory starting from
100000H.
3) An address can be changed using the <PAGE ↓> or <PAGE ↑> key.
4) Pressing either the [BYTE], [WORD], or [D.WORD] soft key
displays data of the corresponding type.
CAUTION
If an address at which the memory is not used is specified,
a system error occurs. Be sure to specify the correct
address.
398
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
3.5.2 To store data in memory, set bit 4 of keep relay K17 to 1, move the cursor
Function for Storing to a position at which the address of the data to be changed in RAM is
displayed, and enter data in units of data type in hexadecimal.
Data in Memory
Example) Entering 0F41, then pressing the [INPUT] key stores 0F41
at the address specified by the cursor.
CAUTION
Some values cause a system error.
100000 0000 0000 0000 0000 0000 0000 0000 0000 ................
100010 4142 4344 4546 4748 494A 4B4C 4D4E 4F50 ABCDEFGHIJKLMNOP
100020 2020 2020 2020 2020 2020 2020 2020 2020
100030 5152 5354 5556 5758 595A 2020 2020 2020 QRSTUVWXYZ
100040 0000 0000 0000 0000 0000 0000 0000 0000 ................
100050 0000 0000 0000 0000 0000 0000 0000 0000 ................
100060 0000 0000 0000 0000 0000 0000 0000 0000 ................
100070 0000 0000 0000 0000 0000 0000 0000 0000 ................
100080 4641 4E55 4320 434F 2E2C 5444 0000 0000 FANUC CO.LTD....
100090 0000 0000 0000 0000 0000 0000 0000 0000 ................
1000A0 0000 0000 0000 0000 0000 0000 0000 0000 ................
1000B0 0000 0000 0000 0000 0000 0000 0000 0000 ................
1000C0 0000 0000 0000 0000 0000 0000 0000 0000 ................
1000D0 0000 0000 0000 0000 0000 0000 0000 0000 ................
1000E0 0000 0000 0000 0000 0000 0000 0000 0000 ................
1000F0 0000 0000 0000 0000 0000 0000 0000 0000
>
[ SEARCH ] [ INPUT ] [ ] [ ] [ ]
399
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
3.6
FUNCTION FOR
DISPLAYING SIGNAL : Standard
Ę : optional
WAVEFORMS : cannot be used
(ANALYS) n : Can be used for the 4084 series.
Power Power FS20/ FS21B FS18A FS18B FS16A FS16A/B FS16C FS21i FS16A FS16A FS16B/C FS15B
Mate–D/F Mate–H FS21A FS18B FS18C FS16i /B/C FS18B/C
FS18B/C
FS18i
PA1 PA3 PA3 SA1 SA3 SA1 SA3 SA1 SA2 SA3 SA1 SB SB2 SB3 SB4 SB5 SB6 SA1 SA5 SB5 SB6 SC SC3 SC4 NB NB2
Ę n n Ę Ę Ę Ę Ę Ę Ę Ę Ę Ę Ę Ę Ę
3.6.2 Pressing the [ANALYS] key on the PMCDGN screen displays the
Operation parameter screen for diagnosing signals. Pressing the [SCOPE] soft key
on the parameter screen displays the screen showing signal diagnosis. To
return to the parameter screen, press the [SGNPRM] soft key.
400
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
EXCHG SCALE
SELECT CANCEL
RET
TO CANCEL
EXEC CANCEL
3.6.3 To trace the state of a signal, the trace conditions need to be specified on
Parameter Screen the parameter screen. In a 9″ screen, a trace address can be specified by
pressing the <PAGE > key. (See Fig. 3.4.4.)
1) Setting parameters
Move the cursor to a parameter to be specified. Enter a value and
press the [INPUT] key. To delete the value of the parameter, move
the cursor to the parameter, then press the [DELETE] soft key.
a) SAMPLING TIME
Specify the maximum trace time in the range of 1 to 10 s.
b) TRIGGER ADDRESS
Specify a trigger address from which the tracing starts on the
PMC address. A symbol name can be used.
c) CONDITION
Specify the conditions at which the tracing starts.
0 : When the [START] key is pressed
1 : When the [START] key is pressed and the trigger address
signal rises
2 : When the [START] key is pressed and the trigger address
signal falls
NOTE
Conditions 1 and 2 are effective when a trigger address is
specified.
401
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
d) TRIGGER MODE
Sampled data for up to 10 seconds is stored in the trace buffer.
A signal is stored in the buffer within 8 ms.
This parameter specifies the starting and end points for obtaining
data.
0 : AFTER
In this mode, signal states are obtained in the period specified
in parameter SAMPLING TIME from the time when the
trigger conditions are satisfied.
1 : ABOUT
In this mode, signal states are obtained in the period specified
in the parameter SAMPLING TIME with the time at the
middle when the trigger conditions are satisfied.
2 : BEFORE
In this mode, signal states are obtained in the period specified
in parameter SAMPLING TIME before the trigger
conditions are satisfied.
3 : ONLY
In this mode, the signal states are obtained only when the
trigger conditions are satisfied.
NOTE
Trigger mode 1 and 2 are effective when condition 1 or 2 is
set.
e) SIGNAL ADDRESS
Specify up to 16 addresses at which the tracing is performed with
PMC addresses or symbol names.
2) Initializing signal diagnosis data
Pressing the [INIT] soft key on the parameter screen initializes
parameter data and trace data.
3) Displaying symbols for trigger addresses and trace addresses
Pressing the [ADRESS] soft key displays trigger and trace addresses
for which symbols are defined and the key changes to the [SYMBOL]
key. Pressing the [SYMBOL] key displays the symbols for trigger
and trace addresses and the key changes to the [ADRESS] key.
402
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
CONDITION : 1
(0:START 1:TRIGGER-ON 2:TRIGGER-OFF)
TRIGGER MODE : 1
(0:AFTER 1:ABOUT 2:BEFORE 3:ONLY)
>
ADRESS/SYMBOL
SIGNAL ADDRESS
1 : ED0 9 : X0000.0
2 : ED1 10 : X0000.1
3 : ED2 11 : X0000.2
4 : ED3 12 : X0000.3
5 : ED4 13 : X0000.4
6 : ED5 14 : X0000.5
7 : ED6 15 : X0000.6
8 : ED7 16 : X0000.7
>
ADRESS/SYMBOL
403
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
3.6.4 After parameters are specified on the parameter screen, select the signal
Signal Diagnosis diagnosis screen.
Screen Pressing the [START] soft key starts to trace the specified signal.
While the signals are traced, “EXECUTING” is displayed. When the
tracing is finished, the period in which the specified signal was traced is
displayed on the screen.
When the optional graphic function is provided, the waveform is
displayed by using the graphic function.
When the function is not provided, waveform is displayed with “J”
indicating the signal is on and “_” indicating the signal off.
In the ONLY mode, even when the optional graphic function is
provided,“J” and “_” is used to display the waveform as shown in Fig.
3.6.4.
1) Starting or stopping the data sampling
Pressing the [START] key starts sampling. Pressing the [STOP] key
stops sampling and the sampled data is displayed.
2) Displaying traced data by specifying a period
Enter a period in ms in which traced data is to be displayed. Pressing
the [T.SRCH] key displays the traced data.
Example) Entering 800, then pressing the [T.SRCH] key displays the
waveform from 512 ms to 1024 ms.
3) Displaying symbols for trigger and trace addresses
When symbols are defined for trigger and trace addresses, the
symbols and addresses are displayed
4) Exchanging positions at which traced data is displayed
Pressing the [EXCHG] key moves the cursor to the first traced
address. Position the cursor to the trace address to be exchanged,
using the <°> or <±> key, then press the [SELECT] key. Next,
position the cursor to the trace address with which the selected trace
address is to be exchanged, then press the [TO] key. Finally, press the
[EXEC] key. The trace data is exchanged.
During the above operation, all other soft keys are disabled until the
[EXEC] key has been pressed. To cancel the exchange, press the
[CANCEL] key.
5) Changing the time division (This function is available when the
graphic function is used.)
When displaying the signal waveform, the time division can be
changed.
Setting 8 . . . . . . 8 ms/divisions
16 . . . . . 16 ms/divisions
32 . . . . . 32 ms/divisions
Pressing only the [SCALE] key increments the minimum scale from
8 to 32 ms, as follows:
6) Shifting traced data upward or downward
Pressing the <PAGE °> key shifts traced data upward. Pressing the
<PAGE ±> key shifts traced data downward.
7) Shifting traced data left or right
404
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
Pressing the “²” key shifts traced data to the left. Pressing the “³”
key shifts traced data to the right.
ED0
ED1
ED2
ED3
ED4
ED3
-256 0(MSEC)
3.6.5 Since parameter and sampling data is stored in nonvolatile memory, data
Reading Signals is retained when the power is turned off.
Data sampling can be started automatically, immediately after power–on,
Automatically at Power by setting sampling parameters and setting the keep relay beforehand.
on The keep relay setting method depends on the PMC model. See Section
4.3.3.
405
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
3.7 Pressing the [USRDGN] key dynamically displays the running states of
user tasks (including the third level of a ladder program) in the PMC (Fig.
DISPLAYING THE 3.7).
RUNNING STATE OF
Ę : Can be used
A USER TASK : Cannot be used
(USRDGN) PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2
∆ ∆ Ę Ę Ę Ę Ę
(Note) (Note)
NOTE
C language board is required.
>
[ ][ ][ ][ ][ ]
[Displayed items]
406
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
1) Operation
Code Description
# RS-232C being used
@ NC command edit being used
2) Running state
Code Description
ACTIVE Running
READY Ready
WAIT Waiting
STOP Task stopped
ERROR The system deleted the task because the task had called library that
is not supported.
3) Wait information
Code Description
TIM Waiting for time-out
EVT.A Waiting for AND condition of event flags
EVT.O Waiting for OR condition of event flags
SEM Waiting for semaphore
MBX.R Waiting for READ of the mail box
MBX.W Waiting for WRITE of the mail box
PKT Waiting for a packet to be received
PCMDI Waiting for the PCMDI command to be issued
407
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
3.8
DISPLAYING AND Ę : Supprted
: Not supported
SETTING THE Power Power FS21 FS20 FS18 FS16–A FS16–B FS18–B FS21i FS16i FS18i FS15–B
Mate– Mate–H TA/TB
CONFIGURATION D/F/G
STATUS OF I/O Ę Ę Ę Ę Ę Ę Ę
DEVICES (IOCHK)
In case of FS16–B/FS18–B :
NEXT
RET
IOLNK IOLNK2
RET NEXT
IOLNK IOLNK2
The I/O check screen has two functions. By pressing the soft key, the
following screens are displayed.
[IOLNK ] : I/O Link connecting check screen.
[IOLNK2] : I/O Link–II parameter setting screen.
408
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
In case of FS15–B :
FS15–B has not supported [IOLNK2] screen. By pressing [IOCHK] key,
I/O Link connecting check screen is selected directly.
NEXT
3.8.1 The I/O Link connecting check screen displays the types and ID codes of
I/O Link Connecting the connected I/O devices for each group. When I/O device is not
connected, ”NO I/O DEVICE” is displayed. When input to or output from
Check Screen an I/O devices is abnormal, check if the configuration of the connected
I/O devices correct is by referring the screen.
I/O CHECK
00 80 CONNECTION UNIT
01 82 OPERATOR PANEL
02 84 I/O UNIT MODEL A
03 96 CONNECTION UNIT
04 4A POWER MATE
When the screen is displayed like fig.3.8.1(a) The I/O devices are
composed like following fig.3.8.1(2).
409
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
Operator’s
Panel Connec- Group 1
tion Unit
I/O
Group 2
Unit MODEL A
Connection
Group 3
Unit
Power Mate
Group 4
3.8.2 In case of using the I/O Link–II function, set the following I/O Link–II
I/O Link–II Parameter parameter on this screen. Depending on the kind of I/O Link–II interface
board, master/slave screen is displayed automatically.
Setting Screen Please refer to
FANUC I/O Link–II operating manual (B–62714EN)
about details of I/O Link–II and each parameter.
(1) Set parameters.
Move the cursor to the parameter by using the cursor key.
Type the data and press the soft key[INPUT] or MDI key<INPUT>.
The set parameter is saved to the I/O Link–II board when the data is
input.
(2) Change channel.
Change the channel by the soft key [PRV.CH],[NXT.CH]. These keys
are not displayed when the single channel is used.
(3) Delete parameter.
Move the cursor to the parameter by using the cursor key.
Press the soft key[DELETE].
(4) Delete all parameters.
Press the soft key[DELALL].
Press the soft key[EXEC] to delete all parameters.
Press the soft key[CANCEL] to cancel the deletion.
(5) Change page.
This screen is composed of two pages when the 9 inch CRT is used.
Change the page by using (PAGE) key of MDI.
(6) Re–start I/O Link–II
Press the soft key [START] to re–start I/O Link–II after editing the
parameter.
When the re–start is completed normally, ”LINK STARTED” is
displayed.
If the re–start fails, ”START ERROR” is displayed. In this case, check
the parameter that is set.
410
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
GENERAL:
MAX SLAVE NO. = 03 (1–31)
SCAN TIME = 0100 (1–9999)*2MSEC
STATUS ADDRESS = R0500
DI/DO SETTING:
DI/DO MAP MODE = 1 (1,2)
DI/DO DATA SIZE = 16 (0–64)
DO ADDRESS = R0100
DI ADDRESS = R0150
411
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
GENERAL:
MAX SLAVE NO. = 03 (1–31)
STATION NO. = 02 (1–31)
STATUS ADDRESS = R0900
DI/DO SETTING:
DI/DO MAP MODE = 0 (0,2)
DI/DO DATA SIZE = 16 (0–64)
DO ADDRESS = R0000
DI ADDRESS = R0032
412
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
3.9
FORCED
INPUT/OUTPUT
Ę : Usable
FUNCTION n: See Note.
: Not usable
PA1 SA1 SA1, SA2 SB, SB2, SB3 SB3 SB4 SB5 SB6 SA5 SB5 SB6 NB
PA3 SA3 SA3 SC, SC3 SC3 SC4 SC3 SC4 NB2
n n n
NOTE
With the FS16i/18i, the edit card or C board are required.
With the FS21i, the edit card is required.
With SA1 of the FS16i/18i/21i, only FORCING mode is
valid.
3.9.1 This function can forcibly enter a value for the signal of an arbitrary PMC
address. With this function, for example, an X value can be forcibly
Overview
entered to enable sequence program debugging without using a machine,
and a Y value can be forcibly entered to enable the signal wiring on the
machine to be checked efficiently without using a sequence program.
This function is added to the status display function.
(1) Input mode
Two input modes are available. The user can choose between the two
modes, depending on the application.
(a) FORCING mode
This mode is applicable to all addresses. When input/output scan
is performed by a sequence program, however, a signal modified
by the forced input/output function is overwritten, and the result
of modification made by the forced input/output function is lost.
Machine I/O address
Overwrite X, Y
Overwrite
Overwrite G, F, R, T, K, C, D. .
Ladder
413
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
Example 1:
In this example, the forced input/output function is applied to R0
in the ladder program below.
X0.0
MOVE 1111
1111
K0
R0
I/O UNIT–MODEL A NC
X0 = FFH X0 = FFH
I/O UNIT–MODEL A NC
X0 = FFH X0 = FFH
Cyclical transfer may also be performed for addresses that are not
assigned. So, use the forced input/output function for X in
FORCING mode to debug a sequence program when no machine
is connected or assigned. Use the OVERRIDE mode to debug a
sequence program in the case of I/O connection.
414
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
Overwrite
X, Y
Ladder (NOT OVERRIDE)
G, F, R, T, K, C, D. .
Example:
In this example, the forced input/output function is applied to X0
in a configuration where the I/O UNIT–MODEL A is connected
to X0 with an I/O link.
I/O UNIT–MODEL A NC
X0 = FFH X0 = FFH
I/O UNIT–MODEL A _ NC
X0 = FFH X0 = FFH
I/O UNIT–MODEL A _ NC
X0 = FFH X0 = 00H
415
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
CAUTION
1 In OVERRIDE mode, input/output signals are updated at
8–ms intervals in sync with the first ladder level. When an
I/O link is used which is usually updated at 2–ms intervals,
an input/output signal timing delay occurs. For this reason,
note that a sequence that depends on input/output signal
timing may perform an unpredictable operation.
2 Note that, when OVERRIDE mode is set, the interval of the
second level may be extended slightly.
3 Even if OVERRIDE is set for a Y address, the resultant value
of a ladder operation before being modified by the forced
input/output function is displayed as the coil on/off value in
ladder dynamic display.
A value, after being modified by the forced input/output
function, is output to the machine. So, note that the on/off
indication in ladder dynamic display does not match a value
output to the machine.
Example:
In this example, the forced input/output function is used
for Y0.0 in the ladder below in a configuration where the
I/O UNIT–MODEL A is connected to Y0 with an I/O link.
Before OVERRIDE setting, the on/off indication in
dynamic display matches a value output to the I/O
UNIT–MODEL A as shown below.
X0.0 Y0.0
I/O UNIT–MODEL A NC
416
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
WARNING
Special care must be exercised when modifying a signal
with the forced input/output function. If the forced
input/output function is used incorrectly, the operation of the
machine may be unpredictable. Never use this function
when persons are near the machine.
CAUTION
1 When shipping a machine, disable this function.
2 This function is disabled by extracting the edit card or setting
the PROGRAM ENABLE setting parameter to NO.
3 The setting of OVERRIDE is not maintained when the
power is turned off. When the power is turned on again, the
setting of OVERRIDE is cleared for all X and Y addresses.
417
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
SEARCH FORCE
EXEC CANCEL
NOTE
1 The soft key is enabled in FORCING mode.
2 The soft key is enabled in OVERRIDE mode.
418
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
NO. 7 6 5 4 3 2 1 0
X0000 0 0 0 0 0 0 0 0
X0001 0 0 0 0 0 0 0 1
X0002 0 0 0 0 0 0 1 0
X0003 0 0 0 0 0 1 0 0
X0004 0 0 0 0 1 0 0 0
X0005 0 0 0 1 0 0 0 0
X0006 0 0 1 0 0 0 0 0
X0007 0 1 0 0 0 0 0 0
[SEARCH] [ ] [ ] [ ] [ FORCE ]
NO. 7 6 5 4 3 2 1 0
X0000 0 0 0 0 0 0 0 0
X0001 0 0 0 0 0 0 0 1
X0002 0 0 0 0 0 0 1 0
X0003 0 0 0 0 0 1 0 0
X0004 0 0 0 0 1 0 0 0
X0005 0 0 0 1 0 0 0 0
X0006 0 0 1 0 0 0 0 0
X0007 0 1 0 0 0 0 0 0
419
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
NO. 7 6 5 4 3 2 1 0
X0000 0 0 0 0 0 0 0 0
X0001 0 0 0 0 0 0 0 >1
X0002 0 0 0 0 0 0 >1 0
X0003 0 0 0 0 0 >1 0 0
X0004 0 0 0 0 >1 0 0 0
X0005 0 0 0 >1 0 0 0 0
X0006 0 0 >1 0 0 0 0 0
X0007 0 >1 0 0 0 0 0 0
[SEARCH] [ ] [ ] [ ] [ FORCE ]
NO. 7 6 5 4 3 2 1 0
X0000 0 0 0 0 0 0 0 0
X0001 0 0 0 0 0 0 0 0>1
X0002 0 0 0 0 0 0 1>1 0
X0003 0 0 0 0 0 1>1 0 0
X0004 0 0 0 0 0>1 0 0 0
X0005 0 0 0 0>1 0 0 0 0
X0006 0 0 0>1 0 0 0 0 0
X0007 0 1>1 0 0 0 0 0 0
420
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
3.9.4 The method described below applies to both FORCING and OVERRIDE
Modifying the Values of modes.
Signals by Forced (1) Modifying signal values on a bit–by–bit basis
Input/Output Position the cursor to a desired input bit, then enter a desired value
by using one of the following three methods:
(a) Enter 1, then press the INPUT key or the [ON] soft key.
The signal is forcibly turned on.
(b) Enter 0, then press the INPUT key or the [OFF] soft key.
The signal is forcibly turned off.
(c) Press the INPUT key.
The on/off state of the signal is reversed.
NO. 7 6 5 4 3 2 1 0
X0000 0 0 0 0 0 0 0 0
NO. 7 6 5 4 3 2 1 0
X0000 0 0 0 0 0 0 0 0
421
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
(PMCDGN) PMC OPERATION (CRT/MDI) B–61863E/12
NO. 7 6 5 4 3 2 1 0
X0000 0 0 0 0 0 0 0 0
NO. 7 6 5 4 3 2 1 0
X0000 0 0 0 0 0 0> 0 0 0
NO. 7 6 5 4 3 2 1 0
X0000 0 0 0 0 0 0 0 0
NO. 7 6 5 4 3 2 1 0
X0000 0>0 0>0 0>0 0>0 0>0 0>0 0>0 0>0
422
3. PMC I/O SIGNAL DISPLAY AND
INTERNAL RELAY DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCDGN)
NO. 7 6 5 4 3 2 1 0
X0000 0 0 0 0 0 1> 0 0 0
NO. 7 6 5 4 3 2 1 0
X0000 0 0 0 0 0 1 0 0
NO. 7 6 5 4 3 2 1 0
X0000 1>0 0>1 1>0 0>0 1>0 1>1 1>0 0>1
NO. 7 6 5 4 3 2 1 0
X0000 1 0 1 0 1 1 1 0
423
4. PMC PARAMETERS SETTING AND
DISPLAY (PMCPRM) PMC OPERATION (CRT/MDI) B–61863E/12
424
4. PMC PARAMETERS SETTING AND
B–61863E/12 PMC OPERATION (CRT/MDI) DISPLAY (PMCPRM)
NOTE
The address and contents of the nonvolatile memory are
described in 3.5 to 3.8 of I–3. “ADDRESS” and I–6.
“NONVOLATILE MEMORY”.
425
4. PMC PARAMETERS SETTING AND
DISPLAY (PMCPRM) PMC OPERATION (CRT/MDI) B–61863E/12
COUNTER : Alternative
KEEP RELAY
426
4. PMC PARAMETERS SETTING AND
B–61863E/12 PMC OPERATION (CRT/MDI) DISPLAY (PMCPRM)
4.3
SETTING AND
DISPLAY SCREEN
4.3.1 The TIMER times of the functional instruction TMR(SUB 3) are set and
Timer Screen (TIMER) displayed on this screen.
NO. ADDRESS DATA NO. ADDRESS DATA TIMER times(See the following table.)
01 T00 2016 11 T20 1000
TIMER Minimum Maximum
02 T02 48 12 T22 8
No.s time time
03 T04 960 13 T24 0
04 T06 1008 14 T26 32 1 to 8 48 (ms) 1572.8 (s)
05 T08 0 15 T28 0
06 T10 0 16 T30 0
07 T12 96 17 T32 2000 9 to 40 or
9 to 150
08 T14 0 18 T34 0 (*1) 8 (ms) 262.136 (s)
09 T16 8 19 T36 8
10 T18 16 20 T38 10000
*1 The usable numbers vary from one model to
another. For details, see Section 5.4 in Part I.
[TIMER ] [COUNTR ] [KEEPRL ] [ DATA ] [ ]
427
4. PMC PARAMETERS SETTING AND
DISPLAY (PMCPRM) PMC OPERATION (CRT/MDI) B–61863E/12
4.3.3 The KEEP RELAYs and the Data for Controlling nonvolatile memory are
set and displayed on this screen.
Keep Relay (KEEPRL)
428
4. PMC PARAMETERS SETTING AND
B–61863E/12 PMC OPERATION (CRT/MDI) DISPLAY (PMCPRM)
NOTE
1 The Data for Controlling Nonvolatile Memory(K16)
Refer to I–6.1(4)”Nonvolatile Memory Control”.
2 The Data for PMC Management Software(K17,18,19)
Be careful of using the following KEEP RELAYs, because
they are used by PMC Management Software.
SA3/
Model SA1 SA2
SA5
PMC control software data 1 K17 K17 K17
PMC control software data 2 K18 K18 K18
Not used K19 K19 K19
SB3/ SB4/
Model SB SB2
SB5 SB6
PMC control software data 1 K17 K17 K17 K900
PMC control software data 2 K18 K18 K18 K901
Not used K19 K19 K19 K902
to
K909
Model NB NB2
PMC control software data 1 K17 K900
PMC control software data 2 K18 K901
PMC control software data 3 K19 K902
Not used K903
to
K909
429
4. PMC PARAMETERS SETTING AND
DISPLAY (PMCPRM) PMC OPERATION (CRT/MDI) B–61863E/12
CAUTION
Set this bit to 0 before shipment from the factory.
If the bit setting is left as 0, the operator may stop execution
of the ladder diagram by mistake, and cause an accident.
430
4. PMC PARAMETERS SETTING AND
B–61863E/12 PMC OPERATION (CRT/MDI) DISPLAY (PMCPRM)
431
4. PMC PARAMETERS SETTING AND
DISPLAY (PMCPRM) PMC OPERATION (CRT/MDI) B–61863E/12
CAUTION
Be sure to set bits not used in the PMC control software data
to 0.
In case of PMC–PA1/PA3
on Power Mate #7 #6 #5 #4 #3 #2 #1 #0
K17 DTBLDSP ANASTAT TRCSTART MEMINP AUTORUN PRGRAM LADMASK
432
4. PMC PARAMETERS SETTING AND
B–61863E/12 PMC OPERATION (CRT/MDI) DISPLAY (PMCPRM)
#7 #6 #5 #4 #3 #2 #1 #0
K18 CHKPRTY CALCPRTY TRANSRAM TRGSTAT
#7 #6 #5 #4 #3 #2 #1 #0
K19 FROM–WRT
433
4. PMC PARAMETERS SETTING AND
DISPLAY (PMCPRM) PMC OPERATION (CRT/MDI) B–61863E/12
CAUTION
The unused area of the data for the PMC management
software must always be set to 0.
4.3.4 DATA TABLE consists of two screens, that is, Data Table Controlling
Data screen and Data Table screen.
Data Table (DATA)
(1) Data Table Controlling Data Screen
Data Table Controlling Data Screen for controlling Data Table is
displayed by pressing the soft key [DATA].
Group No.s
The top address of Data Table
Table Parameters(Note)
Page No. (Change pages with the page keys)
Data length
(0:1byte, 1:2bytes, 2:4bytes)
PMC DATA TBL CONTROL #001 MONIT RUN
NO. ADDRESS PARAMETER TYPE NO. OF DATA The data numbers of each Data Table
001 D0000 00000000 0 20
002 D0020 00000010 0 81
003 D0101 00000001 1 100
004 D0301 00000000 2 50
005 D0501 00000011 0 5
006 D0506 ȣ 00000000 0 10
007 D0506 Ȧ 00000000 1 10 * You can set the same address in other groups.
008 D0506 Ȥ 00000000 2 10
002 * 3000:PMC–SB3/SB5
/SC/SC3/NB
* 8000:PMC–SB4/SB6/NB2
Press this key after typing the group No., and the cursor is moved to the group.
Press this key after typing the number of group, and the Group Table Count is set.
You can change the screen to Data Table.
434
4. PMC PARAMETERS SETTING AND
B–61863E/12 PMC OPERATION (CRT/MDI) DISPLAY (PMCPRM)
NOTE
Table Parameter
#7 #6 #5 #4 #3 #2 #1 #0
0 : Binary
1 : BCD
0 : Available to input
1 : Unavailable to input (Protection mode)
Page No.
(Change pages with the page keys)
PMC PRM (DATA) 001/001 MONIT RUN
Press this key after typing the address (ex.D8;D can be omitted), and the cursor
is moved to the address in the current group.
If you search the Data Table in the other group, press this key after typing the
group No., and the cursor is moved to the top of the address in the specified
group.
435
4. PMC PARAMETERS SETTING AND
DISPLAY (PMCPRM) PMC OPERATION (CRT/MDI) B–61863E/12
Ę ∆ Ę Ę ∆ Ę Ę Ę Ę ∆ ∆ Ę Ę Ę
NOTE
∆: Can be used for the specific series of CNC.
(Series 16 : B005/11 to, B105/08 to, B305/04 to, B009/03
to, All serieses of model C)
(Series 18 : BD03/12 to, BE03/09 to, BG23/03 to, BG03/06
to, BD09/02 to, BE09/14 to, All serieses of model C)
PMC–PA3 can be used only with Power Mate–H.
[ NO ] [ YES ] [ ] [ ] [ ]
436
4. PMC PARAMETERS SETTING AND
B–61863E/12 PMC OPERATION (CRT/MDI) DISPLAY (PMCPRM)
[ NO ] [ YES ] [ ] [ ] [ ]
[ NO ] [ YES ] [ ] [ ] [ ]
437
4. PMC PARAMETERS SETTING AND
DISPLAY (PMCPRM) PMC OPERATION (CRT/MDI) B–61863E/12
[ NO ] [ YES ] [ ] [ ] [ ]
438
4. PMC PARAMETERS SETTING AND
B–61863E/12 PMC OPERATION (CRT/MDI) DISPLAY (PMCPRM)
Setting parameter
Setting parameter
(language–by–language
message function)
Each setting parameter can be set when the respective conditions are
satisfied.
(a) Language–by–language message function
D The PROGRAM ENABLE setting parameter is set to YES
(bit 1 of K17 or bit 1 of K900 is set to 1).
D The PMC model is SB6.
(b) OVERRIDE mode of the forced input/output function
D The PROGRAM ENABLE setting parameter is set to YES
(bit 1 of K17 or bit 1 of K900 is set to 1)
D The PMC model is SA5, SB5, or SB6.
D The editing function is provided.
439
4. PMC PARAMETERS SETTING AND
DISPLAY (PMCPRM) PMC OPERATION (CRT/MDI) B–61863E/12
(i) Parameters
D MESSAGE SHIFT VALUE
Enter a desired message display request bit shift amount.
A value from 0 to 999 can be entered. The initially displayed
value is 0.
Entered data is maintained even after the power is turned off.
D MESSAGE SHIFT START ADDRESS
Enter a shift start bit address in the message display request
bit area.
An address A value can be entered. The initially displayed
value is A0.0.
Entered data is maintained even after the power is turned off.
CAUTION
Data entered for MESSAGE SHIFT START ADDRESS is
valid only when a value other than 0 is entered for
MESSAGE SHIFT VALUE.
440
4. PMC PARAMETERS SETTING AND
B–61863E/12 PMC OPERATION (CRT/MDI) DISPLAY (PMCPRM)
CAUTION
If the setting of this parameter is modified, the new setting
becomes effective when the power is next turned on. After
this parameter has been modified, the power must be
turned off then back on.
441
4. PMC PARAMETERS SETTING AND
DISPLAY (PMCPRM) PMC OPERATION (CRT/MDI) B–61863E/12
4.5 If you make a keyboard without cursor keys, you must move cursor by
searching the address or so. In case of TIMER,COUNTER and KEEP
NOTE RELAY, press the soft key [TIMER],[COUNTR] or [KEEPRL] after
typing the address(Ex.1,2).
In case of Data Table Controlling Data, press the soft key [DATA](or
[NO.SRH] if Data Table screen has already been displayed) after typing
the group No.(Ex.3). In case of the Data Table, press the soft key
[SEARCH] after typing the address in the Data Table screen which
contains the address you want to search(Ex.4).
Ex.1) In case of setting the TIMER NO.11(ADDRESS T20)
1 Press the soft key [TIMER] after typing T20(or T21;T can be
omitted.).
2 Press the INPUT key after typing the value.
Ex.2) In case of setting PRESET and CURRENT values of the
COUNTER NO.02(ADDRESS C04)
1 PRESET Press the soft key [COUNTER] after typing C4 (or
C5;C can be omitted).
CURRENT Press the soft key [COUNTER] after typing
C6 (or C7;C can be omitted).
2 Press the INPUT key after typing the value.
CAUTION
It is not the number(NO.) but the address(ADDRESS) that
you type in searching.
442
5. PMC LADDER DIAGRAM DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCLAD)
RET
Sec. 5.5 Sec. 5.5 Sec. 5.5 Sec. 5.5 Sec.5.5 NEXT
F-SRCH ADRESS
(SYMBOL)
Sec. 5.5 Sec. 5.4
B–TYPE
RET
443
5. PMC LADDER DIAGRAM DISPLAY
(PMCLAD) PMC OPERATION (CRT/MDI) B–61863E/12
5.1 The following functions can be done the ladder diagram display screen.
LADDER DIAGRAM (a) Specified relay coil of ladder diagrams can be searched and
displayed.
DISPLAY
(b) Ladder diagram dynamic display.
The logical on-off states during a sequence program execution are
displayed on a ladder diagram by changing the brightness in case
of a monochrome CRT or by changing colors in case of a color
CRT.
(1) Ladder diagram display
Press [PMCLAD] soft key, then the ladder diagram will be displayed.
Eight relay contacts and relay coils in total are displayed in the
horizontal direction of the CRT screen.
If the number of relay contacts exceed the above value, they are
displayed in 2 or more lines.
Signal name
(Within 6 characters) LADDER MONIT RUN
Address or
symbol name
MA SPDALM X2.4 MACHINE Comments
READY (within 30
characters)
MACHINE
ALARM
9 lines
444
5. PMC LADDER DIAGRAM DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCLAD)
5.2 Ladder diagram and signal status dump can be displayed together.
DUMP DISPLAY ON The dump is displayed over 2 lines at the last line of ladder diagram by
LADDER DIAGRAM pressing the [DUMP] soft key.
PAGE°± keys or [SEARCH] soft key is used for changing of PMC
address.
X1000.0 X1000.0
X1000.1 X1000.2 X1000.1
X1000.3
X1001.3
ADDRESS DUMP
G0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .......
G0016 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .......
445
5. PMC LADDER DIAGRAM DISPLAY
(PMCLAD) PMC OPERATION (CRT/MDI) B–61863E/12
446
5. PMC LADDER DIAGRAM DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCLAD)
5.3.1
The Value of
Functional Instruction
Parameter Data length of instruction
Functional Data parameter (1: byte, 2: word, 4: d. word) Displaying
No.
instr ction
instruction no s
no. form
1 2 3 4 5 6
1 END1 0
2 END2 0
3 TMR (NOTE3) 2 4 4 Binary
4 DEC 1 1 BCD
5 CTR (NOTE4) 2 2 2 Binary
6 ROT 3 2 2 2 BCD
7 COD 2 1 2 BCD
8 MOVE 2 1 1 HEX
9 COM 0
10 JMP 0
11 PARI 1 1
12
13
14 DCNV 2 2 2 (Note 1)
15 COMP 2 2 2 BCD
16 COIN 2 2 2 BCD
17 DSCH 3 2 2 2 BCD
18 XMOV 3 2 2 2 BCD
19 ADD 3 2 2 2 BCD
20 SUB 3 2 2 2 BCD
21 MUL 3 2 2 2 BCD
22 DIV 3 2 2 2 BCD
23 NUME 1 2 BCD
24 TMRB (NOTE3) 1 4 Binary
25 DECB 2 1/2/4 1
26 ROTB 4 1/2/4 1/2/4 1/2/4 1/2/4 Binary
27 CODB 2 1 1/2/4
28 MOVOR 3 1 1 1 HEX
29 COME 0
30 JMPE 0
31 DCNVB 2 1/2/4 1/2/4 (Note1)
32 COMPB 2 1/2/4 1/2/4 Binary
33 SFT 1 HEX
34 DSCHB 4 1/2/4 1/2/4 1/2/4 1/2/4 Binary
35 XMOVB 4 1/2/4 1/2/4 1/2/4 1/2/4 Binary
36 ADDB 3 1/2/4 1/2/4 1/2/4 Binary
37 SUBB 3 1/2/4 1/2/4 1/2/4 Binary
38 MULB 3 1/2/4 1/2/4 1/2/4 Binary
39 DIVB 3 1/2/4 1/2/4 1/2/4 Binary
40 NUMEB 1 1/2/4 Binary
41 DISPB 0
42 EXIN 1 4 HEX
43 MOVB 2 1 1 Binary
44 MOVW 2 2 2 Binary
45 MOVN 2 4 4 Binary
46
47
48 END3 0
49 DISP 1 4 HEX
50 PSGNL 2 1 1 HEX
51 WINDR 1 2 Binary
52 WINDW 1 2 Binary
53 AXCTL 1 4 HEX
54 TMRC (NOTE3) 2 4 4 Binary
447
5. PMC LADDER DIAGRAM DISPLAY
(PMCLAD) PMC OPERATION (CRT/MDI) B–61863E/12
NOTE
1 The data length of BCD is displayed for 1 is 2-figures, 2 is
4-figures.
2 The value of parameter is not displayed in this instruction.
3 The timer is displayed the content of timer number (3: TMR,
24: TMRB, 54: TMRC).
4 The counter is displayed the content of counter number (5:
CTR, 55: CTRC).
448
5. PMC LADDER DIAGRAM DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCLAD)
5.4 If symbol data and comments are defined to the PMC address, a comment
is displayed for symbol display and relay coil.
SYMBOL AND
COMMENT DISPLAY By pressing soft key [ADRESS], the symbol displayed relay is
address-displayed.
By pressing soft key [SYMBOL], the symbol displayed relay is
symbol-displayed.
(See III. PMC programer, 5. 4 Symbol data setting)
449
5. PMC LADDER DIAGRAM DISPLAY
(PMCLAD) PMC OPERATION (CRT/MDI) B–61863E/12
5.5 Specified relay coil points of ladder diagrams can be displayed on the
screen.
SEARCH OF
SPECIFIED RELAY For this operation, press [SEARCH] soft key to bring the following menu.
COIL POINTS IN
LADDER DIAGRAM SEARCH ADRESS TRIGER WINDOW
RET
NEXT
F- SRCH
450
5. PMC LADDER DIAGRAM DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCLAD)
5.6
STOP OF LADDER Ę : Can be used
: Cannot be us
DIAGRAM DISPLAY PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2
BY TRIGGER OF Ę Ę Ę Ę Ę Ę Ę ∆ ∆ Ę Ę Ę
SIGNAL
NOTE
∆: Can be used for the specific series of CNC
(Series 16 : B005/11 to, B105/08 to, B305/04 to, B009/03
to, All serieses of model C)
(Series 18 : BD03/12 to, BE03/09 to, BG23/03 to, BG03/06
to, BD09/02 to, BE09/14 to, All serieses of model C)
PMC–PA3 can be used only with Power Mate–H.
451
5. PMC LADDER DIAGRAM DISPLAY
(PMCLAD) PMC OPERATION (CRT/MDI) B–61863E/12
For this operation, press [TRIGER] soft key to bring the following menu.
RET
452
5. PMC LADDER DIAGRAM DISPLAY
B–61863E/12 PMC OPERATION (CRT/MDI) (PMCLAD)
ESP SMBL
ADDRESS DUMP
G0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .............
G0016 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .............
G0032 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .............
G0048 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .............
G0064 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .............
NOTE
For DUMP display, dump screen is displayed at the last part
of screen.
For this operation, press [WINDOW] soft key to bring the following
menu.
RET
453
5. PMC LADDER DIAGRAM DISPLAY
(PMCLAD) PMC OPERATION (CRT/MDI) B–61863E/12
5.8
ON–LINE EDIT Ę : Can be used
∆ : Option
: Cannot be used
PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2
∆ Ę Ę ∆ ∆ Ę Ę ∆ ∆ Ę Ę Ę
NOTE
∆: Can be used for the specific series of CNC
(Series 16 : B005/11 to, B105/08 to, B305/04 to, B009/03
to, All serieses of model C)
(Series 18 : BD03/12 to, BE03/09 to, BG23/03 to, BG03/06,
BD09/02 to, BE09/14 to, All serieses of model C)
PMC–SA3 is usable only with the Power Mate–H.
For the PMC MODEL PA, SA series and –SB series, the editing card
(module) is necessary.
When bit 1 in the keep relay K17 is 1, this function is available and
[ONLEDT] soft key is displayed.
When the ladder program is executing, a part of the ladder program can
be changed.
D Change the type of contact (A contact, B contact)
D Change address of contact and coil.
D Change address parameter of functional instruction.
This function don’t change the size.
(Cannot be Addition, deletion and changable data size)
When bit 3 of keep relay K18 is set to 1, the results of online editing are
automatically reflected on the ladder program for editing. When bit 3 of
keep relay K18 is set to 0, reflect the results of online editing on the ladder
program for editing, using the COPY function for the I/O screen.
Otherwise, the results of editing will be lost upon power–off. For the
Moreover, when the CNC being used is the Series 15–MODEL B, Series
16/18–MODEL B/C, Series 21/210–MODEL B, Series
16i/18i/21i–MODEL A, or Power Mate–MODEL H, write to flash ROM.
How to store the results of editing
PMC other than NB Press the COPY key on the I/O screen.
NB Without DRAM Write the program into FROM.
With DRAM Press the COPY key on the I/O screen. Write the
program into FROM.
Operation
Press the [ONLEDT] soft key to enable the editing of a ladder
program. The editing procedure is the same as that using the
programmer function, described in Part III.
454
B–61863E/12 PMC OPERATION (CRT/MDI) 6. USER PMC SCREEN (PMCMDI)
455
6. USER PMC SCREEN (PCMDI) PMC OPERATION (CRT/MDI) B–61863E/12
6.1 This user PMC screen is open to users, and it employs function key
<CUSTOM>. It is applicable only when C language programming has
FOR THE FS16 been made. For details, see the PMC–SC/SC3/SC4/NB programming
(PMC–SC OR manual for C language (B–61863E–1).
PMC–SC3)
NOTE
Pressing the <CUSTOM> key several times changes the
screen to the PMCMDI screen. Because the <CUSTOM>
key is also used to execute other functions.
6.2 This user PMC screen is open to users. To display this screen, display the
PMC screen and press the OTHERS key or call the pl–pcmdi function in
FOR THE FS15 C language. It is applicable only when the program has been written in
(PMC–NB) C language. For details, see the PMC–SC/SC3/SC4/NB programming
manual for C language (B–61863E–1).
456
B–61863E/12 PMC OPERATION (CRT/MDI) 7. PMC–NB6 MANIPULATION
7 PMC–NB6 MANIPULATION
457
7. PMC–NB6 MANIPULATION PMC OPERATION (CRT/MDI) B–61863E/12
7.1 In the NC system, clicking the [PMC] soft key on the [SYSTEM] menu
enables the setting and display of data related to the PMC. The following
OVERVIEW screens are used to specify and display the PMC–related data.
(1) Displaying PMC input/output signals and internal relay (PMCDGN)
(a) Title data screen
(b) Status screen
(c) Alarm screen
(2) PMC data setting and display (PMCPRM)
(d) Timer
(e) Counter
(f) Keep relay
(g) Data table
(3) Specifying PMC setting data (SETING)
(h) General setting data
(i) Setting data related to editing and debugging
(j) Online monitor parameter
(4) Writing, reading, and collating sequence programs and PMC
parameters (I/O)
* This is a PMC program restart function. For an explanation of its
operation, see III.12, “PMC–NB6 Programmer.”
458
B–61863E/12 PMC OPERATION (CRT/MDI) 7. PMC–NB6 MANIPULATION
7.2 While the <SYSTEM> function key on the LCD/MDI is held down,
clicking the [PMC] soft key displays the following PMC basic menu.
SOFT KEY–BASED
PMC MENU
SELECTION
PROCEDURE
7.2.1
PMC Basic Menu Title line
Status line
Key–in buffer
Soft key
459
7. PMC–NB6 MANIPULATION PMC OPERATION (CRT/MDI) B–61863E/12
460
B–61863E/12 PMC OPERATION (CRT/MDI) 7. PMC–NB6 MANIPULATION
7.2.2
PMC Screen Transition
and Related Soft Keys
NC system screen
PMC
<
PMCPRM
COUNTR Counter screen
<
RUN
Program restart function
or
STOP
461
7. PMC–NB6 MANIPULATION PMC OPERATION (CRT/MDI) B–61863E/12
7.3
DISPLAYING PMC
INPUT/OUTPUT
SIGNALS AND
INTERNAL RELAY
(PMCDGN)
7.3.1 The title data corresponds to the title of a sequence program. It consists
of the following items:
Title Data Display
(TITLE)
462
B–61863E/12 PMC OPERATION (CRT/MDI) 7. PMC–NB6 MANIPULATION
7.3.2 This screen displays the contents at all the addresses (X, Y, F, G, R, A, C,
Signal Status Display T, K, D, M, and N) specified in programs. Each content display is a string
of 0 and 1 with a hexadecimal indication at the right end.
(STATUS)
Operating procedure
(1) Click the [STATUS] soft key. The screen shown above appears.
(2) Specify the desired address by keying it in, then click the [SEARCH]
soft key.
(3) A sequence of data starting at the specified address is displayed as a
bit pattern.
(4) To specify another address for display, click a cursor key, page key, or
the [SEARCH] soft key.
463
7. PMC–NB6 MANIPULATION PMC OPERATION (CRT/MDI) B–61863E/12
7.3.3 If an alarm condition occurs in the PMC, clicking the [PMC] soft key from
Alarm Screen (ALARM) the NC system displays the following alarm message instead of the PMC
basic menu. The soft keys displayed on this screen remain the same as
on the PMC basic module screen. In addition, character string “ALM”
appears on the title line.
If the alarm condition is fatal, no sequence program will be executed.
464
B–61863E/12 PMC OPERATION (CRT/MDI) 7. PMC–NB6 MANIPULATION
7.4
PMC DATA SETTING
AND DISPLAY
(PMCPRM)
7.4.1 This screen enables the entry and display of parameters for the timers,
Overview counters, keep relay, and data tables, which are held in nonvolatile
memory. To use this procedure, first click the [PMCPRM] soft key on the
PMC basic module.
7.4.2 Usually, no data can be entered for PMC parameters because they are
protected. The following two methods can be used to make it possible to
Method for Entering
enter data for them.
PMC Parameters
D If the sequence program is running (RUN state) (usually, this method
should be used when the machine is operating.)
i) Place the NC in MDI mode or bring it to an emergency stop.
ii) Set “PWE” on the NC setting screen to 1 (see the following table).
iii) Alternatively, set the program protect signal (KEY4) to 1 (only if
counters or data tables are involved).
iv) The parameters are released from protection; so data can be entered
for them (see the following table).
PWE KEY4
Timer f
Counter f f
Keep relay f
Data table f f
v) After entering data for the parameters, return “PWE” or the KEY4
signal to the previous state.
D If the sequence program can be stopped (STOP state), for example,
while it is being debugged
i) Stop the sequence program.
ii) The parameter protection is released; so data can be entered for
them.
WARNING
If a sequence program is stopped while the machine is
operating, the machine may behave unexpectedly. Before
stopping the sequence program, make sure that nobody is
near the machine and that the tool cannot interfere with the
workpiece or machine. Incorrect operation of the machine
presents an extreme risk of death or serious injury to the
user. Damage the tool, workpiece, and/or the machine is
also likely.
465
7. PMC–NB6 MANIPULATION PMC OPERATION (CRT/MDI) B–61863E/12
7.4.3 It is possible to enter data continuously on each of the timer, counter, keep
Continuous Data Entry relay, and data table screens. After continuous data entry, the cursor
appears at the bottom of the most recently entered data.
D Entry
(1) Use “;” (EOB) as a data delimiter.
(Example) “100;200;300;” + “INPUT” key
(2) Use “;=” to enter the same value as the previous data.
(Example) Entering “100;=;=;200;=” + “INPUT” key causes the
following data to be entered: 100,100,100,200,200
(3) Use “;;” to skip an address for entry.
(Example) Entering “100;;200;” + “INPUT” key causes the
second data item to be skipped from entry.
7.4.4 This screen is used to set and display the timer values for the machine
instruction timers (SUB3).
Timer Screen (TIMER)
Table contents
D NO.: Counter number specified for a machine instruction
counter
D ADDRESS: Address referenced by a sequence program
D DATA: Timer value
Timer number Minimum timer value Maximum timer value
that can be specified that can be specified
1 to 8 48ms 1572.8 s
466
B–61863E/12 PMC OPERATION (CRT/MDI) 7. PMC–NB6 MANIPULATION
7.4.5 This screen is used to set and display the maximum and minimum counter
Counter Screen values for machine instruction counters (SUB5).
(COUNTR)
Table contents
D NO.: Counter number specified for a machine instruction
counter
D ADDRESS: Address referenced by a sequence program
D PRESET: Maximum counter value (a minimum counter value is
specified by a counter instruction)
D CURRENT: Current counter value
Counter types and maximum values
Counter type PRESET maximum value CURRENT maximum value
467
7. PMC–NB6 MANIPULATION PMC OPERATION (CRT/MDI) B–61863E/12
7.4.6 This screen is used to set and display control data for the keep relay and
Keep Relay Screen nonvolatile memory control data.
(KEEPRL)
Table contents
D ADDRESS: Address referenced by the sequence program
D DATA (0 to 7): Contents (in bit representation)
D HEX: Contents (in hexadecimal representation)
The keep relay data is held in nonvolatile memory; it is not erased from
memory even when the power is switched off.
Each PMC–NB6 area is as follows:
Area available to the user K0 to K15
K17 to K39
CAUTION
Area for use by management software
This keep relay is intended for use by PMC management
software; the sequence program cannot use it. Reset all
areas that are not to be used to 0.
468
B–61863E/12 PMC OPERATION (CRT/MDI) 7. PMC–NB6 MANIPULATION
#7 #6 #5 #4 #3 #2 #1 #0
K900 MWRTF2 MEMINP AUTORUN PRGRAM LADMASK
CAUTION
Keep any unused portion of the area for use by the PMC
management software reset to 0.
469
7. PMC–NB6 MANIPULATION PMC OPERATION (CRT/MDI) B–61863E/12
7.4.7 There are two data table types (data table control data table and data table).
Data Table (DATA) (1) Data table control data screen (C.DATA)
Clicking the [DATA] soft key displays the data table control data
setting screen for data table management.
Table contents
D GROUP TABLE COUNT:Number of data items in the data table
D NO.: Group number
D ADDRESS: Data table start address (the same address can be
specified for different groups.)
D PARAMETER: Table parameter(NOTE)
D TYPE: Data length (0 = 1 byte, 1 = 2 bytes, 2 = 4 bytes)
D DATA: Number of data items in each data table
Soft key definitions
[G.DATA]: Clicking this soft key switches to the screen for setting
and displaying the data in the data table.
[G.CONT]: After the number of groups is entered, clicking this soft
key asserts the number of groups for the data table.
[NO.SRH]: After a group number is entered, clicking this soft key
moves the cursor to the specified group.
[INIT]: Clicking this soft key initializes the data table.
* The initial data is as follows:
NO. ADDRESS PARAMETER TYPE DATA
001 D0000 00000000 0 8000
470
B–61863E/12 PMC OPERATION (CRT/MDI) 7. PMC–NB6 MANIPULATION
NOTE
The meanings of the table parameters are as follows:
#7 #6 #5 #4 #3 #2 #1 #0
0: Binary format
1: BCD format
0: Input protection disabled
1: Input protection enabled
0: Binary or BCD format (with bit 0 valid)
1: Hexadecimal format (with bit 0 invalid)
Table contents
D NO.
D ADDRESS: Address used by the sequence program
D DATA
Soft key definitions
[C.DATA]: Clicking this soft key switches to the data table control
data screen.
[G–SRCH]: After the entry of a group number for a data table to be
searched in another group, clicking this key moves the
cursor to the beginning of that group.
[SEARCH]: After the entry of an address, clicking this key moves the
cursor to the specified address within the currently
selected group. When entering the address, the “D” can
be omitted from the beginning of the address. After
entering “101” for example, clicking this key moves the
cursor to data using D101.
471
7. PMC–NB6 MANIPULATION PMC OPERATION (CRT/MDI) B–61863E/12
7.5 Clicking the [SETING] soft key on the PMC basic module screen displays
the following setting menu screen.
SETTING MENU
(SETING)
Menu contents
1. GENERAL: Screen for displaying general setting data
2. EDIT/DEBUG: Screen for displaying setting data related to
editing and debugging
3. ONLINE: Screen for displaying the communication settings
for the online–function. (It is displayed by setting
“PROGRAMMER ENABLE” to “YES” on the
GENERAL screen.)
Clicking the soft keys explained above displays the respective setting
screens.
Some of the settings on this screen are saved to the keep relay. It is
possible to prevent changes to that part of the settings on this setting
screen, using a sequence program for writing to the keep relay.
472
B–61863E/12 PMC OPERATION (CRT/MDI) 7. PMC–NB6 MANIPULATION
7.5.1 Clicking the [GENERAL] soft key displays the following screen.
Screen for Displaying
General Settings
(GENERAL)
D PROGRAMMER ENABLE
YES: The built–in debug function is used.
NO: The built–in debug function is not used.
D AUTOMATIC LADDER START
AUTO: The sequence program is executed automatically when
the power is switched on.
MANUAL: The sequence program is executed by clicking the
sequence program execution soft key.
D SIGNAL STATUS WRITE ENABLE
YES: The online function can be used to enter data on the signal status
screen.
NO: The online function is prevented from entering data on the
signal status screen.
D DATA TABLE CONTROL SCREEN
YES: The PMC parameter data table control screen is displayed.
NO: The PMC parameter data table control screen is not displayed.
473
7. PMC–NB6 MANIPULATION PMC OPERATION (CRT/MDI) B–61863E/12
7.5.2
Screen for Displaying
the Setting Data
Related to Editing and
Debugging
474
B–61863E/12 PMC OPERATION (CRT/MDI) 7. PMC–NB6 MANIPULATION
Menu descriptions
D CPU ID
The CPU ID value is displayed. The value can also be entered here,
but its entry is usually not necessary.
D RS–232C (prompt)
USE: An RS–232C port can be connected to FAPT
LADDER–II.
NOT USE: No RS–232C port is used.
Note) If no RS–232C is to be connected to FAPT LADDER–II, select
NOT USE.
D CHANNEL
A channel number to be used is displayed. The number can also be
entered.
D BAUD RATE
300: A baud rate of 300 is specified.
600: A baud rate of 600 is specified.
900: A baud rate of 900 is specified.
1200: A baud rate of 1200 is specified.
2400: A baud rate of 2400 is specified.
4800: A baud rate of 4800 is specified.
9600: A baud rate of 9600 is specified.
19200: A baud rate of 19200 is specified.
D PARITY
NONE: No parity is specified.
ODD: Odd parity is specified.
EVEN: Even parity is specified.
475
7. PMC–NB6 MANIPULATION PMC OPERATION (CRT/MDI) B–61863E/12
D STOP BIT
1 BIT: The number of stop bits is set to 1.
2 BITS: The number of stop bits is set to 2.
D TIMER 1
The value in communication parameter timer 1 is displayed. The value
can also be entered, but its specification is usually not necessary.
D TIMER 2
The value in communication parameter timer 2 is displayed. The value
can also be entered, but its specification is usually not necessary.
D TIMER 3
The value in communication parameter timer 3 is displayed. The value
can also be entered, but its specification is usually not necessary.
D MAX PACKET SIZE
The maximum packet size for the communication parameter is
displayed. The size can also be entered, but its specification is usually
not necessary.
D RS–232C (status display)
The status of an RS–232C port is displayed.
INACTIVE: No RS–232C port is in use.
STOPPING: An RS–232C port is closed.
STARTING: An RS–232C port is open.
STAND–BY: An RS–232C port is waiting to be connected to
FAPT LADDER–II.
CONNECTED: An RS–232C port has been connected to FAPT
LADDER–II.
If the ladder editing package is included in the system configuration, the
F–BUS prompt menu appears above the RS–232C status display menu,
and the F–BUS status display menu appears below the RS–232C status
display menu.
D F–BUS (prompt)
USE: An F–BUS port can be connected to the ladder editing
package.
NOT USE: No F–BUS port will be connected to the ladder editing
package.
D F–BUS (status display)
The status of an F–BUS port is displayed.
INACTIVE: No F–BUS port is in use.
STOPPING: An F–BUS port is closed.
STARTING: An F–BUS port is open.
STAND–BY: An F–BUS port is waiting to be connected to
FAPT LADDER–II.
CONNECTED: An F–BUS port has been connected to FAPT
LADDER–II.
Soft key descriptions
[EMGSTOP]: Clicking this key causes communication to be
terminated. It is used if it is impossible to terminate a
connection due to abnormal communication.
[INIT]: Clicking this key initializes the parameter settings.
476
III. PMC PROGRAMMER
(CRT/MDI)
B–61863E/12 PMC PROGRAMMER (CRT/MDI) 1. GENERAL
1 GENERAL
This PMC programmer is used to set PMC system parameters and also
generate and execute sequence programs by using soft keys on the
CRT/MDI panel. For this operation, the PMC debugging RAM must be
mounted in the CNC in advance.
For the CRT/MDI panel keys, refer to PMC operation in PARTII, Chapter
1 and 2.
1) Setting and display of PMC system parameters (SYSPRM)
The following system parameters are available.
a) Selection of counter data types (BCD or binary)
b) Selection of division/non–division of ladder program (only
PMC–SC)
c) Parameters for executing C language programs (only for
PMC–SC)
2) Editing of sequence programs (EDIT)
The following editing functions are provided.
a) Clear of memory
b) Title data input
c) Input, insert, search, and delete of sequence programs by ladder
diagram format
d) Input, insert, delete, and search of symbol data
e) Address setting to each module when I/0 unit is used
f) Message data input
3) Execution of sequence programs (RUN/STOP)
The following function is provided to execute sequence programs
a) Sequence program start and stop
4) To write, verify, and read of sequence programs and PMC data, and
to write and read of I/0 sequence programs, followings are provided.
a) Input/output of sequence programs to and from FANUC floppy
disk cassette
b) Input/output of sequence programs to and from debugging RAM
c) Input/output of sequence programs to and from ROM
d) Input/output of PMC parameter data to and from FANUC FD
cassette
5) Displaying the contents of memory for the user C program and
debugging the user C program (MONIT)
a) Displaying the GDT map of the user C program
b) Displaying memory information for the user C program
c) Debugging the user C program
479
1. GENERAL PMC OPERATION (CRT/MDI) B–61863E/12
480
2. COMPONENT UNITS AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) CONNECTIONS
481
2. COMPONENT UNITS AND
CONNECTIONS PMC PROGRAMMER (CRT/MDI) B–61863E/12
482
2. COMPONENT UNITS AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) CONNECTIONS
Connector Connector
Drawing number : A16B–2200–0900 name name Application
LED
PMC–R CRT JA1 CRT video signal
B MDI JA2 MDI keyboard
CPU R232–1 JD5A RS–232–C serial port
ROM R232–2 JD5B RS–232–C serial port
13 MPG JA3 Manual pulse generator
IOLINK JD1A FANUC I/O LINK
SPDL–1 JA7A Serial spindle
A–OUT1 JA8A Analog output
APCBAT JA4A APC battery
Module
1 2 3 4 5 6 7 8
Fig. 2.1 (a) Layout of parts on Main CPU board (Series 16)
483
2. COMPONENT UNITS AND
CONNECTIONS PMC PROGRAMMER (CRT/MDI) B–61863E/12
LED
Module
1 2 3 4 5 6
CNA
7 8 9
F–bus
backplane CPU
connector
484
2. COMPONENT UNITS AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) CONNECTIONS
LED
CRT JA1 CRT video signal
PMC–RA1/RA2 MDI JA2 MDI keyboard
R232–1 JD5A RS–232–C serial port
ROM R232–2 JD5B RS–232–C serial port
16 MPG JA3 Manual pulse generator
IOLINK JD1A FANUC I/O LINK
SPDL–1 JA7A Serial spindle
A–OUT1 JA8A Analog output
Module APCBAT JA4A Battery for use with the APC
1 2 3 4 5 6 7 8
Fig. 2.1 (c) Parts layout for the main CPU board (Series 18)
Table 2.1 (c) Module list for the main CPU board (Series 18)
485
2. COMPONENT UNITS AND
CONNECTIONS PMC PROGRAMMER (CRT/MDI) B–61863E/12
2) Debugging RAM
This is used for debugging sequence programs. Since this debugging
RAM memory is backed up by the battery, the memory data contents
are not erased even when turning off the power supply.
CAUTION
If a RAM parity error occurs or when power is first turned on
after installation, the RAM for debugging must be cleared.
(Procedure)
Turn on power to the CNC while pressing the X and O keys
simultaneously. The contents of the RAM for debugging are then
cleared.
3) Editing module
This is a built–in programmer for PMC–SA1, PMC–SA2, SA3,
PMC–SB, PMC–SB2, or SB3 that enables editing sequence
programs.
4) ROM
After debugging, write a sequence program into ROM.
5) ROM WRITER
This unit is used for writing or reading out a sequence program to
ROM.
6) Offline programmer
This is used to transfer a sequence program.
By connecting the Offline programmer to PMC–SA1, –SA2, –SB,
–SB2, –SB3, –SC, or –SC3, the storage of sequence programs in the
floppy, and the output of a sequence program into printer can be done.
486
2. COMPONENT UNITS AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) CONNECTIONS
NOTE
1 When 24,000 optional PMC–SB2 and PMC–SB3 ladder
steps are available, 256K bytes of the ROM module can be
used. In this case, connect the ROM module to portion 3
shown in Fig. 2.1 (a).
2 Either a RAM module, editing module, or ROM module can
be connected to each board of PMC–SA1, –SA2, –SA3,
–SB, –SB2 and –SB3.
3 Either a RAM module or ROM module can be connected to
each board of PMC–SC and PMC–SC3.
487
3. SELECTION OF PROGRAMMER
MENUS BY SOFTKEYS PMC PROGRAMMER (CRT/MDI) B–61863E/12
To operate the PMC programmer, set bit 1 in K17 of the keep relay area
for PMC parameters to 1, enabling the programmer basic menu to be
displayed. To display the programmer basic menu, press <SYSTEM>
and [PMC] soft key on the MDI keyboard then, press the [NEXT] key.
The programmer basic menu is displayed at the lower part of the CRT
screen to signify the keys as shown in the following figure.
(1) Programmer basic menu
The programmer basic menu and PMC basic menu are selected to
each other alternately by pressing the [NEXT] key. For the PMC basic
menu and operation, see PMC operation in Chapter II.
NOTE
In the following description, the relation between soft keys
and menus is described based on 9–inch CRT/MDI panel.
The 14–inch CRT/MDI panel is different from the 9–inch
CRT/MDI panel about the number of soft keys. Five soft
keys are mounted on the 9–inch CRT/MDI panel, while ten
soft keys are mounted on the 14–inch CRT/MDI panel.
RESET key
HELP key Address/numeric keys
Edit keys
Cancel key
INPUT keys
488
3. SELECTION OF PROGRAMMER
B–61863E/12 PMC PROGRAMMER (CRT/MDI) MENUS BY SOFTKEYS
TITLE DBGLAD**
LADDER
SYMBOL GDT*
MESAGE USRMEM*
DEBUG*
NEXT
MODULE
CROSS
CLEAR
NOTE
1 Mark “*” is valid for PMC–SC/SC3/SC4/NB function.
2 Mark “**” is valid for PMC–SA3/SB3 with Editing module or
PMC–SC/SC3 function.
489
4. SPECIFYING AND DISPLAYING
SYSTEM PARAMETERS
(SYSPRM) PMC PROGRAMMER (CRT/MDI) B–61863E/12
CAUTION
After changing a counter data type, set up the counter value
again.
(2) LADDER EXEC Specifies the increment or decrement of processing time of the 1st and 2nd
(valid for PMC– level parts of the ladder program in the range of 1% to 150%. This
SC/SC3/SC4/NB/NB2) increases or decreases the scanning time of the ladder program. This
parameter influences the processing time of the 3rd level part of the ladder
program and the language program.
If 100% is specified, the time of 5 ms for an 8 ms cycle is used to process
the 1st and 2nd level parts of the ladder program. The remaining 3 ms is
used to process the 3rd level part of the ladder program, language
program, and PMC screen display.
If 120% is specified, the time of 6 ms is used to process the 1st and 2nd
level parts of the ladder program. This reduces the scanning time of the
ladder program, thus enabling the ladder program to be executed at high
speed. Note that the processing time required for the 3rd level part of the
ladder program, language program, and PMC screen display is
substantially reduced. If the undivided system is specified too, this
parameter is validated.
If a value less than 40% is specified, 40% is assumed. If a value greater than
120% is specified, 120% is assumed.
The processing time of the 1st and 2nd parts of the ladder program is
obtained by the following formula:
Processing time of the 1st and
(LADDER EXEC)
2nd parts of the ladder program=5 msec
100
The processing time of the 3rd level part of the ladder program, language
program, and PMC screen display
= 8 ms – (processing time of the 1st and 2nd level parts of the ladder
program)
490
4. SPECIFYING AND DISPLAYING
SYSTEM PARAMETERS
B–61863E/12 PMC PROGRAMMER (CRT/MDI) (SYSPRM)
100% 120%
8 msec 8 msec
1st and 2nd level 1st and 2nd level
parts of the ladder parts of the ladder
program program
5 ms
6 ms
Others Others
3 ms
2 ms
(3) LANGUAGE EXEC Specifies the division ratio of execution for PMC screen display and
RATIO (valid for language program.
PMC–SC/SC3/SC4/NB/ (0 to 99%)
NB2)
Since the execution priority of PMC screen display is higher than
language program tasks, it is usually hard for the tasks to execute
processing while displaying PMC screen. Then this parameter can be
used to set the division ratio for each. Cyclic processing of language
program is therefore possible during PMC screen display. Only language
program tasks are running if PMC screen is not displayed.
(4) IGNORE DIVID CODE Specifies whether the ladder program is executed in the divided system
(valid for PMC–SB (IGNORE DIVID CODE = NO) or in the undivided system.
and–RC)
(5) LANGUAGE ORIGIN Specifies the first address of the link control statement data in the
(valid for PMC–SC/ language program.
SC3/SC4/NB/NB2) Be sure to specify 0 when the language program is not stored.
LANGUAGE AREA and SIZE indicate the area where the language
program is stored. Store the language program in the specified area.
When the language program is stored, the Language Origin is
automatically set by moving the cursor to this item and pressing
[ORIGIN] soft key.
(6) MAX LADDER Specify the maximum size of the ladder program. This parameter can be
AREA SIZE used to increase or decrease the size of the work area used by language
(valid for PMC–SC/ programs. The setting of the parameter takes effect only after power is
SC3/NB) turned on. When the setting is to be changed, therefore, power must be
turned off.
For details, see the FANUC PMC–MODEL SC/SC3/SC4/NB
PROGRAMMING MANUAL C LANGUAGE (B–61863E–1). The
default is the size in kilobytes resulting from conversion of the ladder step
option.
(7) FS0 OPERATOR Specifies whether the Series 0 operator’s panel is connected. When YES
PANEL is selected, specify the actual addresses of DI and DO connected to the
operator’s panel, the address of the key image transferred from the
operator’s panel, and the address of the LED image to be transferred to
the operator’s panel.
(a) KEY DI ADDRESS
Specify a PMC address representing the first address of the external
DI actually connected (X0 to X127 or X1000 to X1019).
491
4. SPECIFYING AND DISPLAYING
SYSTEM PARAMETERS
(SYSPRM) PMC PROGRAMMER (CRT/MDI) B–61863E/12
[BINARY] [ BCD ] [ ] [ ] [ ]
>
[BINARY] [ BCD ] [ ] [ ] [ ]
492
4. SPECIFYING AND DISPLAYING
SYSTEM PARAMETERS
B–61863E/12 PMC PROGRAMMER (CRT/MDI) (SYSPRM)
[BINARY] [ BCD ] [ ] [ ] [ ]
Fig. 4(c) PMC– SC, SC3 or NB system parameter screen (1st page)
>
[BINARY] [ BCD ] [ ] [ ] [ ]
LANGUAGE ORIGIN = H
(LANGUAGE AREA = H, SIZE = KB)
[ BINARY ] [ BCD ] [ ] [ ] [ ]
Press the [NEXT] key to select the following screen for PMC–SB series,
PMC–SC series, and PMC–NB :
493
4. SPECIFYING AND DISPLAYING
SYSTEM PARAMETERS
(SYSPRM) PMC PROGRAMMER (CRT/MDI) B–61863E/12
>
[ YES ] [ NO ] [ ] [ ] [ ]
494
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
Press soft key [EDIT] of the programmer basic menu to bring the
following menu. For setting the CLEAR or I/O unit address, press the
[NEXT] key to bring another menu.
Each menu of [EDIT] can be selected by EDIT key, or menu of other EDIT
can be selected by each EDIT menu. When this function is selected, if the
sequence program is in operation, the PMC management software
automatically stops this function.
(Operation)
Perform each operation by pressing necessary menu soft keys. Press
[RETURN] key for resetting to the programmer basic menu.
495
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
5.1 The title data refers to the title of the sequence program created by the
machine tool builder. The data consists of the following ten items:
SPECIFYING AND
DISPLAYING TITLE D Machine tool builder name (32 characters)
DATA (TITLE) D Machine tool name (32 characters)
D NC and PMC types (32 characters)
D Sequence program number (16 characters)
D Version (4 characters)
D Sequence program drawing number (32 characters)
D Date of sequence program creation (16 characters)
D Sequence program programmer (32 characters)
D ROM programmer (32 characters)
D Comment (32 characters)
The title for the 9″ CRT consists of three screens. The screens are changed
by pressing <PAGE°> or <PAGE±> .
RETURN
RETURN
NOTE
When a C language board is installed in the Series 16i/18i,
the title data for C can be edited. With the soft key
[LADDER], the display can be switched to the ladder title
data. With the soft key [C LANG], the display can be
switched to the C title data.
5.1.1 (1) Move the cursor to the desired title data item. Use the cursor keys [°],
[±], [³], [²] to move the cursor.
Entering Title Data
(2) Press the address key and numeric keys to enter the title data, and
press the <INPUT> key.
5.1.2 (1) Move the cursor to the desired title data item. Use the cursor keys [°],
[±], [³], [²] to move the cursor.
Deleting Title Data
(2) After keying in the title data by pressing the desired address keys and
numeric keys, press the <INPUT> key.
496
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
5.1.3 When the length of the cursor is the same as the maximum number of
Editing Character characters, pressing the [INSERT] key enables the operator to edit
character strings. Then, the length of the cursor is changed to that of one
Strings of Title Data character.
(1) Move the cursor to the desired insertion position with the cursor keys
and enter a character string. Then, the character string is inserted.
(2) Pressing the [DELETE] key deletes the character at the cursor.
[INSERT] [DELETE] [ ] [ ] [ ]
[INSERT] [DELETE] [ ] [ ] [ ]
497
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
498
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
5.2 Input, insert, delete, and search a sequence program as described below.
The relation between these functions and soft keys is as shown below.
SEQUENCE
PROGRAM
GENERATION RUN EDIT I/O SYSPRM MONIT
(STOP)
(LADDER)
RET
RET
yj jy yj jy j yyj FUNCTN
NEXT
––––– COMAND
NEXT
y(S)yj
III 5.3 y(R)yj III 5.7
RET
NEXT
NOTE
“y(S)yj”and “y(R)yj” are valid for PMC–PA3, –SA3,
–SB3, –SB4, –SC3, –SC4, and –NB.
499
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
NOTE
Soft keys ( [ ] or [ ])([ ] or [ ] ) are used for producing
or deleting an upper left vertical line or upper right vertical line on
the ladder diagram. The solid line display vertical line indicates the
production, while the dotted line display vertical line shows the
deletion. Which one is available is determined by the ladder
diagrams and cursor positions.
When the cursor is set to this position, the upper right vertical line is not produced yet,
and the menu becomes [ ]
When the cursor is set to this position, the upper right vertical line is already produced,
and the menu becomes [ ]
5.2.1 Press soft key [LADDER] for inputting a sequence program. The soft key
Sequence Program menu changes as shown in Fig. 5.2.
Input If a sequence program is not input yet, the right and left vertical lines only
of the ladder diagram are displayed on CRT/MDI.
Start inputting a program with this screen condition. If a previous
program remains unerased from RAM module for debug, clear it
according to the instruction in 5.6 before starting the program input.
Input a ladder diagram by moving the cursor to the desired input position
by using the cursor key.
The following description shows an example of the input of a program of
the basic instruction and a program of the functional instruction.
(1) In case of basic instruction program input;
X2.4
The contacts and coils inputtable in one line are as specified below.
9–inch CRT/MDI
10–inch CRT/MDI 7 contact + relay coil
14–inch CRT/MDI
They cannot be input into one line more than specified. If they exceed the specified
range, provide a dummy relay coil halfway.
500
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
501
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
CAUTION
1 When the ladder program displayed on the screen is incomplete (when, for example, addresses
have not been entered) or erroneous, the screen cannot be scrolled even when a page key is
pressed. Before attempting to scroll the screen, therefore, ensure that the ladder program is
complete and error–free.
However, be careful since the program net (a block corresponding to a range from RD to WRT
Instruction) containing an error is deleted when the screen is switched to an CNC screen.
2 7 contacts + a coil are specified to be inputtable per line from CRT/MDI, any more contacts
exceeding the specified value are not inputtable.
However, this limitation is not applicable to mnemonic sequence programs generated by Offline
programmer. When a sequence program, transferred from the offline programmer to the PMC,
exceeds the length which can be displayed on a single line, the program is displayed using two
or more lines, linked with a continuation symbol. This continuation symbol is not erasable
usually, except when all programs from RD instruction to WRT instruction are erased.
3 If the power is turned off while a ladder program is being displayed in edit mode, that ladder
program will be lost. Always save the program and exit the editing screen before turning off
the power.
4 The termination processing of the ladder (JMP, COM, and other processing) is done when the
EDIT screen is switched to another screen by pressing RET key, it takes several tens second
until the screen is switched completely, if the ladder is large.
5 In the Series 15–MODEL B, Series 16/18–MODEL B/C, and Series 16i/18i/21i–MODEL A
CNC that use Flash Memory, the program is not automatically written into Flash Memory once
editing ends. After editing, perform the processing for writing to Flash Memory (see 7.3.3,
“FROM” in Chapter 7 of Part III). Otherwise, the editing results will be lost when the power is
turned off.
6 When the user presses the RET key to switch from the edit screen to another screen, the
parameters of functional instructions TMR, TMRB, CRT, DIFU, and DIFD are checked for a
parameter number range error and duplicate parameter number in the ladder termination
processing. If a range error is found, the editing cannot be terminated. If the use of a duplicate
parameter number is found, the guidance message is displayed.
502
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
Functional
instruction table
NOTE
If the system is left undone without inputting any data after
pressing soft key [FUNCTN], the other soft keys are not
employ–able. In such a case, press [FUNCTN] key again.
DECB
SUB 25 CRT/MDI
ACT Format specification
503
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
5.2.3
Insert of Sequence
Program
yj jy yj jy j yyj FUNCTN
RETURN
Insert
Insert
ÅÅÅ
ÅÅÅ
ÅÅÅ Cursor
504
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
Insert
For inserting a vertical line as shown in the above figure, the inserting
area is required, correspondingly. In order to produce the area, shift
the entire part after the part to be inserted by one line by moving the
cursor to the ladder diagram within the dotted line range (an optional
part is allowable) and then pressing soft key [INSNET] (see Fig. 5.2).
The lower ladder diagram shifts downward by one line, each time the
[INSNET] key is pressed to produce the area to which a line is to be
inserted.
If a surplus insert area remains unused after the insert processing ends
(if an area corresponding to 3 lines has been reserved when two lines
have been inserted, for example), the area may be left as it is. No
problem arises.
1 Move the cursor to the ladder diagram bounded by a dotted
line.
2 Press soft key [INSNET].
The lower ladder diagram shifts downward by one line.
3 Pressing [INSNET] key without keying in numeric values
will cause one line to be inserted.
4 Pressing [INSNET] key with keying in numeric values will
cause the line to be inserted the number of numeric values
input.
5 After setting the cursor to a position where the contacts is to
be inserted, press soft key [ ]. After setting address data,
press [INPUT] key. The cursor shifts rightward.
6 Press soft key [ ] to produce an OR circuit.
(3) Inserting the 1 NET sequence program lines
Space lines are inserted one by one.
1 Type in the number of lines to be inserted and press the
[INSLIN] key. The lines corresponding to the input number
are inserted. (If the number of lines to be inserted is not typed
in but the [INSLIN] key is pressed, one line is inserted.)
505
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
Cursor
Cursor
Cursor
506
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
5.2.4 (1) Delete a part of sequence program by using three kinds of soft keys
after setting the cursor to the portion from which the sequence
Delete of Sequence program is to be deleted.
Program [ ] : Delete of horizontal lines, relay contacts, relay coils, etc.
[ ] : Delete of upper left vertical line to the cursor
[ ] : Delete of upper right vertical line to the cursor
(2) Delete a net of the sequence program (the part from the RD instruction
to the WRT instruction) with the [DELNET] key.
(3) Deleting NETs one by one
yj jy yj jy j yyj FUNCTN
RETURN
1 Deletion
Move the cursor to the NET to be deleted and press the
[DELETE] key. The NET to be deleted brightly displayed on
the screen.
2 Deleting multiple NETs
Move the cursor with the cursor DOWN key, [C–DOWN]
key, or [SEACH] key to blink the NETs to be deleted. Type
in a value and press the [C–DOWN] key to move the cursor
the number of times specified by this value.
3 Execution Press the [EXEC] key.
Cancel Press the [CANCEL] key.
4 If the NET to be deleted is already known, move the cursor
to the first NET, type in the number of NETs, and press the
[DELNET] key to omit steps 1 and 2.
507
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
R21.0 Y 2.0
R20.1 R2.2
R0.4
The same address is searched, and the cursor shifts
to this position.
R10.5
R0.5
5.2.5 Search a sequence program by using the following soft keys. For the
following soft keys, see Fig. 5.2.
Search of Sequence
Program
yj jy yj jy j yyj FUNCTN
RETURN
NEXT
508
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
509
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
5.2.6 The sequence program with multiple NETs can be copied in NETs.
Specify the NET to be copied and the copy position with the cursor. The
Copying the Sequence
number of copies can be also specified.
Program
yj jy yj jy Ę j yĘyj FUNCTN
COPY MOVE
RETURN
1 Copying
Move the cursor to the NET to be copied and press the [COPY] key.
The NET to be copied blinks on the screen.
2 Copying multiple NETs
Move the cursor with the cursor UP/DOWN key, [C–UP] key,
[C–DOWN] key, or [SEARCH] key to blink the NETs to be copied.
Type in a value and press [C–UP] or [C–DOWN] key to scroll up or
down the screen by the number of times specified by this value.
3 Setting the NET to be copied
Press the [UNTIL] key.
4 Specifying the copying address
Press the [TO] key to start copying a NET. The NET is copied into
the position above the cursor. If the number of copies is typed in
before the [TO] key is pressed, the NET is copied the specified
number of times.
510
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
5 If the cursor is moved to the first NET and the number of NETs is
typed in when the NETs to be copied are known, steps 1 through 3
can be omitted by pressing the [COPY] key.
NOTE
An error NET cannot be copied.
5.2.7 The sequence program with multiple NETs can be moved in NETs.
Specify the NET to be moved and the move position with the cursor. The
Moving the Sequence
number of times of moving NETs can be also specified.
Program
yj jy yj jy j yyj FUNCTN
COPY MOVE
RETURN
1 Moving
Move the cursor to the NET to be copied and press the [MOVE] key.
The NET to be moved blinks on the screen.
2 Moving multiple NETs
Moving the cursor with the cursor UP/DOWN key, [C–UP] key,
[C–DOWN] key, or [SEARCH] key to blink the NETs to be moved.
Type in a value and press [C–UP] or [C–DOWN] key to scroll up or
down the screen by the number of times specified by this value.
3 Setting the NET to be moved
Press the [UNTIL] key.
4 Specifying the copying address
Press the [TO] key to start copying a NET.
The NET is moved to the position above the cursor.
5 If the cursor is moved to the first NET and the number of NETs is
typed in when the NETs to be moved are known, steps 1 through 3
can be omitted by pressing the [MOVE] key.
NOTE
An error NET cannot be copied.
511
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
5.2.8 While editing a sequence program, symbol data and comment can be
Editing Symbol Data edited.
and Comment at Once (1) The symbol data and comment assigned to undefined address can be
edited.
a) Move the cursor to the position where a contact or coil is to be
inputted.
b) Enter an address, enter the symbol and comment enclosed in
characters other than alphanumeric characters, then press the soft
key of [contact or coil].
(Example) When the contact X8.4 is assigned the symbol
“*ESP” and the comment “EMERGENCY STOP”.
Operation : Depress [contact] soft key after
entering “X8.4/ *ESP/EMERGENCY STOP/”.
(2) The symbol data and comment assigned to the address already
defined can be edited.
a) Move the cursor on the address part where symbol data or
comment will be edited.
b) Enter the symbol and comment enclosed in characters other than
alphanumeric characters, then press the <INPUT> key.
(Example) When the contact X8.4 is assigned the symbol
“*ESP” and the comment “EMERGENCY STOP”.
Operation : Depress the <INPUT> key after
entering “/*ESP/ EMERGENCY
STOP/”.
(3) The symbol data and comment only can be edited by the similar
operation to the above (1) and (2).
a) For entering “X8.4/*ESP/” or “/*ESP/” with the “INPUT” key,
the symbol data only can be edited.
b) For entering “X8.4//EMERGENCY STOP/” or
“//EMERGENCY STOP/” with the “INPUT” key, the comment
only can be edited.
5.2.9 The address in a sequence program can be replaced with another address
Address Change of by the procedure below.
Sequence Program
COPY MOVE CHANGE
O–ADR CANCEL
N–ADR CANCEL
512
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
513
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
5.3 Set and delet the address of each module in I/O unit as follows. The
relation between these functions and soft keys is as shown in the
I/O UNIT ADDRESS following figure.
SETTING (MODULE)
RUN EDIT I/O SYSPRM MONIT
RETURN
NEXT
CLEAR MODULE
RETURN
NEXT
IOSTRT
514
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
ADDRESS GROUP BASE SLOT NAME ADDRESS GROUP BASE SLOT NAME
X000 2 0 2 ID16C Y000 3 0 1 #1 I/O Unit
X001 2 0 2 ID16C Y001 3 0 5 #1 MODEL B
X002 3 0 9 #2 Y002
X003 3 0 9 #2 Y003
X004 3 0 30 #2 Y004 2 0 1 OD16C I/O Unit
X005 3 0 30 #2 Y005 2 0 1 OD16C MODEL A
X006 3 0 10 #2 Y006 2 1 1 OD32D
X007 3 0 10 #2 Y007 2 1 1 OD32D
X008 3 0 20 #2 Y008 2 1 1 OD32D
X009 3 0 20 #2 Y009 2 1 1 OD32D
X010 3 0 0 ## Y010 2 0 3 OD16C
X011 3 0 0 ## Y011 2 0 3 OD16C
X012 3 0 0 ## Y012
X013 3 0 0 ## Y013
X014 0 0 1 FS04A Y014 0 0 1 FS04A
Power
Mate
GROUP.BASE.SLOT.NAME =
>2.0.4.OD08C
CAUTION
I/O module data items are made valid in the power–on
sequence. When changing settings, be sure to turn off the
power and turn it on to validate the settings.
However, the power need not be turned off and on again to
validate settings when the programmer function version
displays the soft key IOSTRT, (described later (item 4).
Press the IOSTRT key after changing data.
515
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
(5) Error and warning messages issued during the editing of assignment
data
No. Error or warning message Description
1 ERR : GROUP NO. (0–15) The group number must be from 0 to 15.
2 ERR : BASE NO. (0–3) The base number must be from 0 to 3.
3 WARN : BASE NO. MUST BE 0 The base number must be 0 for the I/O Unit–B. It is forcibly set to 0.
4 ERR : SLOT NO. (1–10) The slot number must be from 1 to 10 for the I/O Unit–A.
5 ERR : SLOT NO. (0, 1–30) The slot number must be from 0 to 30 for the I/O Unit–B.
6 ERR : SLOT NO. MUST BE 0 The slot number must be 0 to set the power–on/off information for the I/O Unit–B.
7 ERR : ILLEGAL NAME An invalid or unsupported assignment name has been entered. Enter a correct name.
8 INPUT INVALID An invalid character string has been entered. Reenter with a correct format.
9 INPOSSIBLE WRITE An attempt has been made to edit ROM data. ROM data cannot be edited.
10 ERR : ADDRESS ALREADY ASSIGNED The specified address is already assigned. Assign another address or retry after
deleting the existing data.
11 ERR : ADDRESS OVER An address exceeds the upper limit (X127, Y127). Check the addresses used for the
unit to be set.
12 ERR : SLOT ALREADEY DEFINED The specified slot is already assigned. Check the existing data.
13 WARN : SLOT ALREADY DEFINED The specified slot is already assigned. Check the existing data.
14 ERR : UNIT TYPE MISMATCH (IN OR OUT) An X address cannot be assigned to an output module. A Y address cannot be
assigned to an input module.
15 ERR : UNIT TYPE MISMATCH (MODEL) I/O Unit–A and I/O Unit–B are assigned in the same group. I/O Unit–A and I/O Unit–B
cannot exist in the same group.
516
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
Signal name
(within 6
characters)
MA SPDALM X2.4 R2.2 Y4.3 ATCALM R100.1 MRDY
MACHINE Comment
READY within 30
APCALM R5.4 MALM characters
MACHINE
10 lines ALARM
APC
RETURN
RETURN
517
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
5.4.1 Refer to Fig. 5.4 (a) and Fig. 5.4 (b). Input symbol data and comment on
the screen shown in Fig. 5.4 (b).
Symbol Data and
1 Press <INPUT> key after inputting an address where a symbol and
Comment Input
a comment are to be set.
The input address is set to the ADDRESS column of Fig. 5.4 (b), and
the cursor shifts to the address. The input addresses are arrange and
set in the alphabetic sequence, and they can be inserted halfway.
2 For setting a symbol, shift the cursor rightward by using the cursor
key.
3 After setting symbol data (within 6 alphanumeric characters), press
INPUT key.
The symbol data are set in the SYMBOL column of Fig. 5.4 (b), and
the cursor shifts to the COMMENT column.
4 For inputting a comment, set comment data (within 30 alphanumeric
characters), and press INPUT key.
Comment data are set to the COMMENT column in Fig. 5.4 (b).
Repeat steps 1 to 4 hereafter.
5.4.2 Display the screen shown in Fig. 5.4 (b) and search symbol data
Symbol Data Search (1) After setting an address or symbol data to be searched, press soft key
[SRCH].
(SRCH)
Specified address or symbol data is searched and displayed on the
screen.
The cursor shifts to the corresponding address part.
5.4.3 Move the cursor to the address to be deleted in the ADDRESS column of
Fig. 5.4 (b), and press soft key [DELETE].
Delete of Symbol Data
and Comment
518
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
5.4.4 The edit modes can be changed by pressing the [INPMOD] soft key as
Editing Character follows:
Strings of Symbol Data Character string edit status
and Comment Data Maximum Insertion mode Replacement
character input (INSERT) mode (ALTER)
519
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
Data
RETURN
UNTIL CANCEL
520
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
5.5 Message data are used for PMC functional instruction DISPB (SUB 41).
MESSAGE DATA The setting and display methods are as shown below.
SETTING (MESSAGE)
RUN EDIT I/O SYSPRM MONIT
(STOP)
RET
RET
NEXT
ETC D.CHAR
MESSAGE 001
NO. MESSAGE
A 00.0
A 00.1
A 01.1
521
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
5.5.1 Refer to Fig. 5.5 (a) and Fig. 5.5 (b). Display the screen shown in Fig. 5.5
Message Data Input (b).
1 Display a number to set a message data by using PAGE key.
2 Shift the cursor to this number by the cursor key.
3 After setting message data, press INPUT key.
If the message data has already been entered, it is deleted and the set
data is entered.
Repeat steps 1 to 3 hereafter.
5.5.2 (1) Specify an address to be searched for, and press the [SRCH] soft key.
Searching for an Then, the specified address is searched for and displayed on the
screen.
Address (SRCH)
5.5.3 Edit modes can be changed by pressing the [INPMOD] soft key as
Editing a Character follows:
String in Message Data Character string edit status
The edit mode is changed every time the [INPMOD] soft key is pressed.
[INSERT] is displayed on the screen in the insertion mode.
[ALTER] is displayed on the screen in the replacement mode.
D When the <INPUT> key is pressed
(1) In the character string edit status
Insertion mode : The entered character is inserted at the cursor.
Replacement mode : The character at the cursor is replaced with
the entered character.
(2) When the maximum number of characters are entered
The original character string at the cursor is replaced with the
entered characters.
D When the <DELETE> key is pressed
(1) In the character string edit status
Insertion mode : The character at the cursor is deleted.
Replacement mode : The character at the cursor is replaced with
a space.
(2) When the maximum number of characters are entered
The character string at the cursor is deleted.
(3) When the cursor is located at the address field
The entire message data specified at the address is deleted.
522
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
5.5.4 If no “@” key on the MDI key, pressing the [ETC] soft key enables the
Input with a Katakana operator to enter the data enclosed between at signs (@).
Identification Code When the soft key is pressed, ”ETC CODE” is displayed on the screen.
5.5.5 Move the cursor to the message number to be copied and press the
[COPY] key.
Copying Message Data
(COPY) Then press the [EXEC] key after moving the cursor to the message
number in which it is copied.
5.5.6 The input mode becomes multi–byte character by pressing the [D.CHAR]
Inputting a Multi–byte key.
Character (D.CHAR) (@02, 01@ are added to input data automatically.)
For example, “4873 [INPUT]” is processed as “@02487301@”.
5.5.7 The ASCII code enclosed with @ characters is displayed in the form of
Displaying Input Code screen display by pressing the [DSPMOD] key.
(DSPMOD) Example) Katakana : “@B6C532@” ³ “ ” is displayed.
Multi–byte character :
“@0248733E6F44643B5F01@100”
³“ ” is displayed.
523
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
5.6
CLEARING THE
RUN EDIT I/O SYSPRM
SEQUENCE (STOP)
PROGRAM AND RET
CONDENSATION OF
TITLE LADDER SYMBOL MESAGE
THE SEQUENCE
PROGRAM RET NEXT
NEXT
NEXT
CLRALL
524
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
NOTE
When using a system that incorporates flash ROM, clear the
flash ROM before writing to it. If the power is turned on again
without performing this operation, sequence program data
is not cleared.
NOTE
These functions require the same condition as PMC data
setting in operation For [CLRALL], all conditions are
required. See “Chapter II.4. PMC PARAMETER SETTING
AND DISPLAY”
525
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
5.7 The cross reference is displayed for PMC address and functional
instruction used in a sequence program.
CROSS REFERENCE
DISPLAY Cross reference display has the following functions.
(1) Display NET number by specifying the PMC address.
(2) Display the address list by specifying PMC address name (G, F, Y,
· · ).
(3) Display a functional instruction list.
(4) Display NET number by specifying the functional instruction
number.
5.7.1 Pressing the [CROSS] key displays the cross reference screen for setting
parameters.
Operation
Press soft key [CRSREF] in the parameter setting screen for displaying
the cross reference of address and functional instruction in use. Press soft
key [CRSPRM] to return to the parameter setting screen from cross
reference display.
NEXT
RET
CRSPRM
526
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
5.7.2 To display cross reference, the address and reference type need to be
Parameter Setting specified on the parameter screen.
Screen
Display the reference of 1. In “SELECT CROSS TYPE”, input “1”.
addresses which are 2. In “1: REFERENCE ADDRESS”, input addresses which should be
used. displayed. (maximum number of input: 8)
3. Press [CRSREF] key.
The address, symbol, relay and the NET number will be displayed as
shown in Fig. 5.7.2 (b).
X0000.0 ABCDE
: 1 2
( ) : 4 32
[CRSPRM] [ ] [ ] [ ] [ ]
527
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
HEAD CHARACTER = X
X0000
SYMBOL NOTHING
[CRSPRM] [ ] [ ] [ ] [ ]
528
5. EDITING OF SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM (EDIT)
[CRSPRM] [ ] [ ] [ ] [ ]
529
5. EDITING OF SEQUENCE
PROGRAM (EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
FUNCTION NO. = 7
FUNCTION NAME = COD
USED NET NO. = 6 14
[CRSPRM] [ ] [ ] [ ] [ ]
530
6. EXECUTION OF A SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM
531
6. EXECUTION OF A SEQUENCE
PROGRAM PMC PROGRAMMER (CRT/MDI) B–61863E/12
NOTE
Both ladder and C–language programs start from the
beginning immediately after the power is turned on.
532
6. EXECUTION OF A SEQUENCE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PROGRAM
533
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
PMC PARAMETER DATA PMC PROGRAMMER (CRT/MDI) B–61863E/12
When the [I/O] key is pressed, the sequence program and PMC data are
written, read, or collated for the specified device. Operations are
performed with cursor keys and soft keys.
RETURN
534
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PMC PARAMETER DATA
7.1 When the [I/O] key is pressed, the sequence program and PMC data are
written, read, or collated for the specified device. Operations are
OVERVIEW performed with cursor keys and soft keys.
RETURN
NEXT
SPEED
CHANNEL = 1
DEVICE = HOST
DATA KIND =
(ALL:LADDER + LANGUAGE)
FUNCTION =
>
ALM
[ EXEC ] [CANCEL] [ HOST ] [FDCAS ] [F–ROM ]
[Case of FS16/18]
CHANNEL = 1
DEVICE = HOST
DATA KIND =
FUNCTION =
>
535
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
PMC PARAMETER DATA PMC PROGRAMMER (CRT/MDI) B–61863E/12
NOTE
The sequence program can be output while the ladder is
being executed, but the output speed is low. When the
sequence program is input while the ladder is being
executed, the execution of the ladder is automatically
stopped.
NC
Download
C
Fig. 7.1.1 (a) Ladder and C structure for FANUC Series 16B/16C
NC
C Download C
Upload
Fig. 7.1.1 (b) Ladder and C structure for FANUC Series 16i/18i/160i/180i
536
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PMC PARAMETER DATA
NOTE
Some functions cannot be used with some PMC models.
See Section 7.3.
NOTE
1 The conditions of outputting PMC parameters
1) When sequence program is stopped
You can input/output them.
2) When sequence program is executed
You must satisfy the following conditions.
Output (WRITE) Set NC to “EDIT” mode.
Input (READ) . . . Set NC to “Emergency Stop” status,
and, set “PWE” of NC parameters to 1.
2 When a C language board is installed in the Series 16i/18i,
the item of C–LANG is displayed, and C program output is
enabled.
537
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
PMC PARAMETER DATA PMC PROGRAMMER (CRT/MDI) B–61863E/12
(4) FUNCTION
Select the direction of data transfer between the PMC and
input/output device.
Item Description
WRITE Outputs data from the PMC to an input/output device.
READ Inputs data from an input/output device to the PMC.
COMPARE Collates data in the PMC and an input/output device.
(Note) PMC data cannot be collated.
DELETE Deletes a file in FDCAS or M–CARD.
LIST Lists the files in FDCAS or M–CARD.
BLANK Performs blank check for F–ROM.
ERASE Clears the data in F–ROM.
FORMAT Initializes M–CARD (clears all data).
NOTE
1 Name the file in the MS–DOS format (up to eight characters
for the file name with up to three characters for the
extension).
Example) FILE NO. = @12345678.123
FILE NO. = @LADDER.EXE
2 If the file name is not specified, the system names the file
as follows:
The model name is
DATA KIND File name
PMC–NB for the
ALL model–name.ALL
PMC–NB and PMC–SA
LADDER model–name.LAD
for the PMC–SA1 or
PARAM model–name.PRM PMC–SA3.
538
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PMC PARAMETER DATA
7.3
OPERATIONS
NOTE
WRITE, READ, or COMPARE is automatically switched by
operation on a FAPT LADDER.
CHANNEL = 1
DEVICE = FDCAS
FILE NO. = –1
(–1:ADD,0:INIT,OR @ NAME)
>
ALM
[ EXEC ] [CANCEL] [ HOST ] [FDCAS ] [F–ROM ]
539
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
PMC PARAMETER DATA PMC PROGRAMMER (CRT/MDI) B–61863E/12
Note
PMC data cannot be collated. The data the file is to be
collated with depends on the file.
540
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PMC PARAMETER DATA
7.3.3
Storage to Flash ROM Ę : Supported
: Not supported
FS21i
Power Power Mate–H FS21/ FS16–B FS16–C
FS18 FS16–A FS16i FS15B
Mate–D/F/G FS20 210MB FS18–B FS18–C
FS18i
Ę Ę Ę Ę Ę Ę
CAUTION
1 If the power is turned off without performing the writing
operation, the updated sequence program is not stored.
2 The CNC must be placed in the emergency stop state when
data is read from or written to Flash Memory.
3 Even if the sequence program is cleared with the X and O
keys at power–on, the contents of Flash Memory are not
cleared. Therefore, when the power is turned on again, the
sequence program in Flash Memory is read. To clear the
contents of Flash Memory, write Flash Memory after
clearing the sequence program with X and O.
CHANNEL = 1
DEVICE = F–ROM
DATA KIND =
(ALL:LADDER + LANGUAGE)
FUNCTION = WRITE
541
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
PMC PARAMETER DATA PMC PROGRAMMER (CRT/MDI) B–61863E/12
NOTE
1 Operation in PMC–NB
(a)If data is stored in Flash Memory, a message is displayed
to confirm writing.
(b)RAM SIZE indicates the size of the sequence program.
MAX SIZE indicates the size of the ROM option in the
PMC.
A: 64K bytes, B: 128K bytes, C: 256K bytes,
D: 512K bytes, E: 1M bytes
2 When a C board is installed in the Series 16i/18i, ladder
programs and C programs must be written into Flash
Memory separately.
(a)When a ladder program is written into Flash Memory,
select [LADDER] from the DATA KIND item.
When a C program is written into Flash Memory, select
[C–LANG] from the DATA KIND item.
(b)Select [WRITE] from the FUNCTION item.
(c) Press the [EXEC] soft key to start writing to Flash
Memory.
Press the [EXEC] soft key to check if data is stored in Flash Memory.
NOTE
Operation in PMC–NB
When data is stored in Flash Memory : BLANK ERROR is
displayed.
When no data is stored in Flash Memory : BLANK
COMPLETE is displayed.
542
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PMC PARAMETER DATA
NOTE
In FS16B/18B, [READ], [COMPAR], [BLANK] and [ERASE]
functions are unavailable.
7.3.4
Storage to a Memory Ę : Supported
: Not supported
Card
FS21i
Power Power Mate–H FS21/ FS16–B FS16–C
FS18 FS16–A FS16i FS15B
Mate–D/F/G FS20 210MB FS18–B FS18–C
FS18i
Ę Ę Ę Ę Ę Ę
NOTE
This function is not supported on DPL/MDI of Power
Mate–H.
Sequence programs and data are input from or output to a memory card
as described below. The memory card to which data is input from or
output to can directly send or receive data to or from the programming unit
(FAPT LADDER).
The supported function and the kind of memory card is shown as below.
Any kind of card has to be conformed to TYPE 1 to 2 of PCMCIA (The
Personal Computer Memory Card International Association ) 2.0 (or
later) or TYPE 1 to 2 of JEIDA (Japanese Electronics Development
Association) 4.0 (or later) . And the format is based on MS–DOS FAT file
system. The size of memory–card that can be used is up to 32Mbytes.
The case of FS20,FS18B,FS16B FS18C, FS16C PMC
Ę : Supported
: Not supported
SRAM Card Flash Memory Card
Read of a file Ę Ę
Format of a card Ę
Write of a file Ę
Delete of a file Ę
List of a file Ę Ę
543
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
PMC PARAMETER DATA PMC PROGRAMMER (CRT/MDI) B–61863E/12
CAUTION
If the CNC screen display function is used with the
FS160i/180i/210i incorporating a combination display/PC,
memory card input/output is impossible.
544
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PMC PARAMETER DATA
Before Writing
File–A
File–B
File–C
Add
File–D
128Kbyte
After writing
File–A
File–B
File–C
File–D
128Kbyte
545
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
PMC PARAMETER DATA PMC PROGRAMMER (CRT/MDI) B–61863E/12
NOTE
1 Ramu–zou is a memory card reader/writer that is made by
ADTEK SYSTEM SCIENCE.
2 CardPro is a memory card reader/writer that is made by
Data I/O.
(b) When the card formatted and written files by other system is used
by FANUC products.
CardPro
Ramu–zou
Note3)
Read of a file Ę Ę
Add of file Ę
List of file Ę Ę
NOTE
If you use the CardPro to format a flash memory card, type
the following command.
CPFORMAT drive–name: /F:FLASHFAT /NOCIS
(2) Operation
The operation is almost the same as Subsection 7.3.2 except that steps
(a) and (b) are not necessary for a memory card.
CHANNEL = 1
DEVICE = M–CARD
FILE NO. = –1
(–1:ADD, 0:INIT, OR@ NAME)
>
ALM
[M–CARD] [OTHER] [ ] [ ] [ ]
546
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PMC PARAMETER DATA
NOTE
PMC data cannot be collated.
547
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
PMC PARAMETER DATA PMC PROGRAMMER (CRT/MDI) B–61863E/12
7.3.5
Data Input to and Ę : Supported
Output from other : Not supported
Devices Power
FS20
FS21/
FS18 FS16 FS18B FS16B
FS16–C
FS21i
FS16i FS15B
Mate 210MB FS18–C
FS18i
Ę Ę Ę Ę Ę Ę Ę Ę Ę Ę
CHANNEL = 1
DEVICE = OTHERS
>
ALM
[M–CARD] [OTHERS] [SPEED ] [ ] [ ]
548
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PMC PARAMETER DATA
CAUTION
If DATA ERROR is displayed when a C program is written
with the Series 16i/18i, perform the following:
1 Clear the C language area by pressing soft keys [EDIT],
[CLEAR], [CLRLNG], then [EXEC].
2 Read the C program again.
3 On the system parameter screen, set LANGUAGE
ORIGIN.
4 Write the C program into flash ROM.
NOTE
PMC data cannot be collated. The data the file is to be
collated with depends on the file.
7.3.6
Setting the Transfer Ę : Supported
: Not supported
Speed ([SPEED] Soft FS21i
Power FS21/ FS16–C
Key) Mate
FS20
210MB
FS18 FS16 FS18B FS16B
FS18–C
FS16i FS15B
FS18i
Ę Ę Ę Ę Ę Ę Ę Ę Ę Ę
PARITY BIT = 0
(0:NONE,1:ODD,2:EVEN)
STOP BIT = 1
(0:1BIT,1:2BIT)
WRITE CODE = 1
(0:ASCII,1:ISO)
>
ALM
[INPUT ] [ ] [ ] [ ] [ INIT ]
549
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
PMC PARAMETER DATA PMC PROGRAMMER (CRT/MDI) B–61863E/12
The items shown above must be set when RS–232C is used for
communication. Move the cursor to each item and enter a number.
Pressing the [INIT] soft key sets each item to the initial value. “WRITE
CODE = ” is displayed only when OTHERS is selected for DEVICE.
The table below lists the setting for communication with a FAPT
LADDER.
Setting on the
Setting on the PMC (SPEED
Item personal
screen)
computer
Baud rate (bps) 9600 BAUD RATE = 3 (9600bps)
Character length 8 bits
Parity check No parity PARITY BIT = 0 (NONE)
Number of stop 2 bits STOP BIT = 1 (2BIT)
bits
X parameter None
7.3.7
Transfer to and from a Ę : Supported
ROM WRITER : Not supported
FS21i
Power FS21/ FS16–C
FS20 FS18 FS16 FS18B FS16B FS16i FS15B
Mate 210MB FS18–C
FS18i
Ę Ę
550
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PMC PARAMETER DATA
7.3.8 When the machine tool builder creates a MDI keyboard which has no
Notes on Using an MDI cursor keys on the PMC–MODEL SA1/SA3 of the FS 20, note the
following methods of operation. Ladder diagrams cannot be edited using
Keyboard without the ladder–diagram–edit memory card.
Cursor Keys
On each setting screen, when an item is specified, the cursor automatically
(when using the FS20
moves to the next item to be specified. When the item at the cursor need
PMC–MODEL SA1/SA3) not be modified, specify the same value again. When the item at the
bottom of the screen has been specified, the cursor automatically moves
to the item at the top of the screen (CHANNEL setting). When the return
key (leftmost soft key) is pressed to exit from the I/O screen, the cursor
automatically moves to the top of the screen. Examples of setting items
are shown below.
Example 1) When a ladder program is output to an off–line programmer
(such as the P–G or a personal computer)
1 CHANNEL setting : Enter the desired channel number,
then press the <INPUT> key or
[(NO.)] key. To use the current value,
just press the <INPUT> key or
[(NO.)] key.
2 DEVICE setting : Press the [HOST] key. The cursor
returns to the CHANNEL setting
position to enable CHANNEL
setting.
Example 2) When a ladder program is written into an F–ROM
1 CHANNEL setting : No specification required. To move
the cursor, perform the operation
described in 1 of Example 1.
2 DEVICE setting : Press the [F–ROM] key.
3 FUNCTION setting : No specification required. To change
the CHANNEL setting, press the
[WRITE] key to return the cursor to
the CHANNEL setting position.
Example 3) When a ladder program or a PMC parameter is read from or
written into an FDCAS (M–CARD)
1 CHANNEL setting : See 1 of Example 1 (or 1 of Example
2).
2 DEVICE setting : Press the [FDCAS] ([M–CARD]) key.
3 DATA KIND setting: Press the [LADDER] key for ladder
operation. Press the [PARAM] key
for PMC–parameter operation.
4 FUNCTION setting : Press the [READ]/[WRITE] key.
5 FILE NO. setting : Enter the desired file number or file
name, then press the <INPUT> key or
[EXEC] key. When the current value
is used, just press the <INPUT> key.
The cursor automatically returns to
the CHANNEL setting position. The
setting can be modified.
In each example, pressing the [EXEC] key after setting data executes the
corresponding processing.
551
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
PMC PARAMETER DATA PMC PROGRAMMER (CRT/MDI) B–61863E/12
7.4
I/O ERROR
MESSAGES
Message CONTENTS ³ OPERATION
PROGRAM ALREADY EXISTS A program is already stored in the FLASH ROM (during blank check).
PROGRAM ALREADY EXISTS (EXEC ?) A program is already stored in the FLASH ROM (during writing or deleting data).
Action) Press the EXEC key again when the message is displayed. Data is then written
or deleted.
PROGRAM NOTHING No program is in the FLASH ROM.
ERASE ERROR The FLASH ROM is faulty and must be replaced. Consult your FANUC service office.
F
L WRITE ERROR
S
H READ ERROR
ANOTHER USED The FLASH ROM is being used by a device other than the PMC.
R
O MUST BE IN EMG STOP NOT EMG STOP The CNC is not in the emergency stop state.
M
NO OPTION There is no ROM cassette option.
SIZE ERROR The size of the program exceeds the FLASH ROM size (during writing of the sequence
program).
Action) Use the CONDENSEM function (EDIT/CLEAR screen). If the error persists, the
FLASH ROM size must be increased.
The size of the program exceeds the RAM size (during reading of the sequence program).
Action) The RAM size must be increased.
I/O OPEN ERROR nn nn = –1: The RS–232C interface is being used by a device other than the PMC.
Action) Check if another device is using the RS–232C interface.
Check that, on the online setting screen (Section 8.5.1 in Part III), NOT USE is
set for the RS–232C item.
nn = 6: There is no RS–232C option.
nn = 20: The RS–232C interface is connected incorrectly.
Action) Check that the connection and the setting, such as channel and baud rate, are
H correct.
O
S I/O WRITE ERROR nn nn = 20: The RS–232C interface is connected incorrectly.
T Action) Check that the connection and the setting, such as channel and baud rate, are
. correct.
F nn = 22: Communication cannot be performed normally.
D Action) Check if a cable is disconnected.
C
A I/O READ ERROR nn nn = 20: The RS–232C interface is connected incorrectly.
S Action) Check that the connection and the setting, such as channel and baud rate, are
. correct.
O nn = 22: Communication cannot be performed normally.
T Action) Check if a cable is disconnected.
H ADDRESS IS OUT OF RANGE (xxxxxx) Data other than that stored in the PMC debugging RAM area has been transferred.
E xxxxxx: Transfer address
R
S DATA ERROR Invalid data was read.
Action) Check the cable and setting (SPEED).
When a C program is read into the Series 16i/18i:
Action) Clear the C language area by pressing soft keys [EDIT], [CLEAR], [CLRLNG],
then [EXEC].
PROGRAM DATA ERROR Data output contains an error
Action) On the alarm screen, check the details of the alarm.
552
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PMC PARAMETER DATA
R SIZE OVER WRITE The ROM size is smaller than the program size.
O Response) Increase the ROM size.
M
W
R ROM WRITER ERROR nnnnn An error has occurred in the ROM writer.
I Response) Refer to the “ROM Writer Operator’s Manual.”
T
E
R
COMPARE ERR XXXXXX = AA:BB The data between DEVICE and PMC is different.
CONT?(Y/N) XXXXXX : Address
aa : The data in PMC
bb : The data in DEVICE
C Action) If you continue it, press Y key.
o Otherwise, press N key.
m DATA ERROR Invalid data was read.
m Action) Check the cable and setting (SPEED).
o When a C program is read into the Series 16i/18i:
n Action) Clear the C language area by pressing soft keys [EDIT], [CLEAR], [CLRLNG],
then [EXEC].
PROGRAM DATA ERROR Data output contains an error.
Action) On the alarm screen, check the details of the alarm.
553
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
PMC PARAMETER DATA PMC PROGRAMMER (CRT/MDI) B–61863E/12
7.5 The data items of the sequence program stored in EPROM can be copied
into the debugging RAM module for PMC–SA1, PMC–SA2, PMC–SB,
SEQUENCE and PMC–SB2.
PROGRAM COPY
The following shows the relationship between the function and soft keys.
FUNCTION
RUN EDIT I/O SYSPRM MONIT
RETURN
NEXT
ROM COPY
NEXT
CPYALL CPYMDL
554
7. WRITING, READING, AND VERIFYING
THE SEQUENCE PROGRAM AND
B–61863E/12 PMC PROGRAMMER (CRT/MDI) PMC PARAMETER DATA
7.5.5 Copies all the sequence programs into the debugging RAM.
Copy the Sequence
Programs [CPYALL]
7.6 Two channels cannot be used for the reader/punch interface at the same
time. Before performing these I/O operations, be sure to terminate the
RESTRICTIONS system other than the PMC and processing through the reader/punch
interface in the PMC program.
555
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
THE PROGRAM (MONIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
Press the [MONIT] soft key on the basic programmer menu to display the
basic monitor menu shown in Fig. 8. Pressing an appropriate soft key
enables the user to display memory areas used for a user program written
in the C language or to debug a program.
f : Can be used
: Cannot be used
∆ : Can be used (with some restrictious)
PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2
∆ ∆ Ę Ę Ę Ę Ę
556
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
B–61863E/12 PMC PROGRAMMER (CRT/MDI) THE PROGRAM (MONIT)
RET
NO.SRH M.DUMP
RET
SEARCH INPUT
NEXT
8.1.1 (1) Press the [GDT] soft key to display the user GDT information shown
in Fig. 8.1.1 (a).
Operation
(2) Use the [NO. SRH] key to search for the GDT table with a desired
number.
(3) Press the [M. DUMP] key to dump the data of the GDT number which
is displayed at the top.
(4) Press the [NEXT] key on the memory dump screen.
Pressing the [BYTE] key displays the data in units of bytes.
Pressing the [WORD] key displays the data in units of words, where
one word equals two bytes. Pressing the [D. WORD] key displays
the data in units of double words, or four bytes.
See Fig. 8.1.1 (b).
(5) When bit 4 of keep relay K17 is set to 1, the contents of RAM can be
changed in units of the specified length on the memory dump screen
by moving the cursor to the data to be changed.
CAUTION
Depending on the settings, a user program may operate
erroneously, causing a system error. Be sure to specify the
correct settings.
557
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
THE PROGRAM (MONIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
[NO.SRH] [ ] [ ] [M.DUMP] [ ]
558
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
B–61863E/12 PMC PROGRAMMER (CRT/MDI) THE PROGRAM (MONIT)
8.1.2
Descriptions of
Displayed Items
Segment limit
Segment base
Segment type
Segment attribute
GDT NO.
NOTE
A user program created with the IC286 compiler is
segmented in 16–bit units.
559
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
THE PROGRAM (MONIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
8.2 The segment information of the following areas defined by a user program
for each task can be displayed and the contents of the areas can be dumped.
DISPLAYING THE
MEMORY D Data area
ALLOCATION D Stack area
INFORMATION OF A D Common memory area
USER PROGRAM The PMC management software dynamically allocates the areas
mentioned above at locations which are different from those defined by
CODED IN C. the user program.
The system allocates the data area at activation. When the system is not
activated after the user program has been loaded, the data area is located
at the address defined by the user program. Be sure to refer to the area after
the system starts.
The following figure shows the soft keys related to this function.
RET
RET
SEARCH INPUT
NEXT
8.2.1 (1) Press the [USRMEM] soft key. Depending on which soft key is
pressed next (see below), the task memory information of a user
Operation program is displayed on the screen as shown in Fig. 8.2.1 (a) to (c).
Soft keys
[TASK. D] : Displays the information of allocating task data.
[TASK. S] : Displays the information of allocating task stacks.
[COM.D] : Displays the information of common memory
allocation.
(2) A task data area and stack area are displayed for each task ID. The
information for all the common memory defined by user link control
statements is displayed.
(3) Pressing the [M. DUMP] key on each allocation information screen
enables the contents of the memory related to the item which is
displayed at the top to be dumped.
(4) Operation on the memory dump screen is the same as that described
in Section 8.1.
(5) When bit 4 of keep relay K17 is set to 1, the contents of RAM can be
changed in units of the specified length on the memory dump screen
by moving the cursor to the data to be changed.
560
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
B–61863E/12 PMC PROGRAMMER (CRT/MDI) THE PROGRAM (MONIT)
CAUTION
Depending on the settings, a user program may operate
erroneously, causing a system error. Be sure to specify the
correct settings.
>
>
561
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
THE PROGRAM (MONIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
>
8.2.2 (1) Items displayed for a task data area and stack area
Displayed Items
Segment limit
Segment base
GDT No.
Task name
Task ID
Segment limit
Segment base
GDT NO.
562
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
B–61863E/12 PMC PROGRAMMER (CRT/MDI) THE PROGRAM (MONIT)
8.3 There are two ways to check if a user program operates as intended. One
is to execute the program while displaying the sequence on an external
DEBUGGING unit such as a display monitor. The other is to execute the program to a
specified point (breakpoint), and check if the internal data items such as
program work areas are correct.
This PMC debugging function checks programs using breakpoints.
8.3.2 Press the [DEBUG] soft key to display the parameter screen for
Operation debugging. Pressing the [D.DUMP] key on the parameter screen displays
the contents of the CPU registers and specified internal data items at the
breakpoint.
To return from the data display screen to the parameter screen, press the
[D.PRM] soft key.
After the parameters are set, but before the program is interrupted, DBG
blinks at the bottom right of the PMC screen. The breakpoint numbers
BP1 to BP4 are also displayed at the bottom of the debug function screen.
When the program is interrupted at a breakpoint, BRK blinks at the
bottom right of the PMC screen. At this time, the breakpoint number,
from BP1 to BP4, is displayed in reverse at the bottom of the debug
function screen.
The following figure shows soft keys related to this function.
RET
RET
D.PRM BRK.NO
563
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
THE PROGRAM (MONIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
8.3.3 When the debug function is used, it is necessary to set the break conditions
Parameter Screen on the parameter screen. When using a 9” screen, press the <PAGE↓> key
to set a trace data area for a breakpoint.
(1) Setting parameters
(a) BREAK SEG.ADR
Specify the effective address of the breakpoint using a segment
address. When data is accessed, specify the break address using
a segment address.
Use a key, such as EOB, to delimit a segment and an offset. Do
not use alphanumeric keys.
NOTE
In data access, an even boundary or 4–byte boundary is
assumed according to the type of ACCESS LENGTH,
described later.
Example)
When the break address is GDT.NO = 32,
OFFSETADDRESS = 101, specify 103; 101, obtained using
the following formula:
32 (GDT.NO) x 8 + 3 = 259 = 103 (Hex)
S When ACCESS LENGTH = WORD is specified with
BREAK SEG.ADR = 103; 101
An access to 103; 100–101 causes a break.
S When ACCESS LENGTH = D.WORD is specified with
BREAK SEG.ADR = 103; 101
An access to 103; 100–103 causes a break.
564
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
B–61863E/12 PMC PROGRAMMER (CRT/MDI) THE PROGRAM (MONIT)
(e) TASK ID
Specify the task ID of a program. This parameter is convenient
for identifying the program when it is to be interrupted at a
breakpoint located in a function called from multiple tasks or is
located in common memory.
(f) TASK STATUS
Specify how to handle the task when a program is interrupted.
0 (PASS) : The task continues after the program is
interrupted.
1 (STOP) : The user task stops when the program is
interrupted. The ladder program does not stop.
NOTE
To restart the user program, press the [STOP] key to stop
the sequence program and then press the [RUN] key to start
the program on the basic menu using the RUN/STOP
function.
NOTE
If the addresses are specified erroneously, the following two
items, TYPE and LENGTH, cannot be specified.
(i) TYPE
Specify an address type with which traced data is displayed.
0 (BYTE) : Data is displayed in units of bytes.
1 (WORD) : Data is displayed in units of words.
2 (D.WORD) : Data is displayed in units of double words.
(j) LENGTH
Specify the length of traced data to be displayed.
(2) Starting processing for a breakpoint
When the parameters for each breakpoint are correctly specified,
press the [EXEC] soft key on the parameter screen to start the
processing for the currently selected breakpoint. The breakpoint
number, from BP1 to BP4, is displayed at the bottom of the screen.
(3) Initializing data used for debugging
To initialize the parameters and memory used for storing traced data,
press the [INIT] soft key on the parameter screen. The parameter and
memory for the currently selected breakpoint are then initialized.
565
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
THE PROGRAM (MONIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
>
566
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
B–61863E/12 PMC PROGRAMMER (CRT/MDI) THE PROGRAM (MONIT)
8.3.4 When a program is interrupted under the break condition specified on the
Screen for Displaying parameter screen, BRK blinks at the bottom right of the PMC screen. The
breakpoint number at which the program has been interrupted is displayed
Traced Data in reverse at the bottom of the debug function screen.
To display the traced data, press the [D.DUMP] soft key on the parameter
screen, then press the [BRK.NO] key to select the screen for displaying
the traced data corresponding to the breakpoint.
The following items are displayed.
(1) REGISTER
Displays the contents of the CPU registers.
(2) MEMORY
Displays the contents of memory at addresses of the traced data
specified on the parameter screen.
When the contents are displayed on multiple pages, scroll the screen,
if necessary, using the <PAGE°>, <PAGE±>, <°>, or, <±> key.
[D.PRM ] [BRK.NO] [ ] [ ] [ ]
8.3.5 As parameters used for debugging and traces data are stored in the
retained memory, they are not lost when the power is turned off.
Enabling Automatic
Debugging at When bit 1 of keep relay K18 is set to 1 after break condition parameters
Power–on are correctly specified, debugging is automatically enabled when the
power is turned on.
8.3.6 (1) Specify a break address (BREAK SEG.ADR) in the area used by the
user program.
Notes
If a break address is specified in the area which is used by the PMC
management software, the system may hang up.
(2) Debug function is incorporated in the CPU, reduces the CPU speed.
Do not use the function during normal system operation.
567
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
THE PROGRAM (MONIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
8.4
LADDER Ę : Can be used
: Cannot be used
DEBUGGING ∆ : To use this function, a ladder editing module is required
FUNCTION PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2
∆ ∆ Ę ∆ Ę Ę Ę Ę Ę Ę Ę
NOTE
PMC–PA3 is usable with the Power Mate–H.
Using this function, Step Operations and Stop Operations listed below are
possible. Step Operations are to execute ladder by specified step (single
instruction, single net, and specified block). Stop Operations are to stop
the execution of ladder when specified condition becomes true.
(1) Step Operation to execute one instruction from current position.
(2) Step Operation to execute one net (one circuit) from current position.
(3) Step Operation to execute from current position to specified contact
or coil instruction.
(4) Stop Operation to execute from the first step and stop the execution
at specified contact or coil instruction.
(5) Stop Operation to stop the execution of ladder by a trigger of signal
condition. (Optionally, a trigger counter can be specified.)
(6) Stop Operation to stop the execution of ladder after executing one
scan. (Optionally, a scan counter can be specified.)
8.4.1
Screen of Ladder
Debugging Function LADDER *TITLE DATA REMARKS 32 BYTES * NET 00001–00004 MONIT RUN
X1000.0 Y1000.0
X1000.1 Y1000.1
ABSDE
SUB36 2
X1000.0 RST ADDB Y1000.3
D0000
[ 0]
FGHI ACT 1
D0000
[ 0]
X1000.0 Y1000.5
568
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
B–61863E/12 PMC PROGRAMMER (CRT/MDI) THE PROGRAM (MONIT)
8.4.2 For this operation, press [DBGLAD] soft key to bring the following
Soft Key Menu of menu.
Ladder Debugging
Function DBGLAD ONLINE GDT USRMEM DEBUG
RET
NOTE
See Chapter II. 5.3 and 5.4 for details of (7) or (8).
569
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
THE PROGRAM (MONIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
8.4.3 Using this function, Step Operations such as single step, single net, and
Step Operation [STEP] block steps until specified instruction are possible.
[Function]
(1) Step Operation to execute one instruction from current position.
(2) Step Operation to execute one net (one circuit) from current position.
(3) Step operation to execute from current position to specified contact
or coil instruction.
[Displaying of Step] See “Fig. 8.4.1”
“ACC=1 STK=0000 0011 OF=0 SF=0 ZF=1”
ACC : result of operation
STK : contents of stack (1 byte)
OF : overflow (0=NO, 1=YES)
SF : sign (0=NO, 1=YES)
ZF : zero (0=NO, 1=YES)
For this operation, press [STEP] soft key to bring the following menu.
RET
SEARCH START
570
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
B–61863E/12 PMC PROGRAMMER (CRT/MDI) THE PROGRAM (MONIT)
NOTE
Normally, transferring to the synchronous buffer is
automatically performed at the beginning of the 2nd level
ladder.
8.4.4 Using this function, the execution of the ladder can be stopped when
specified condition becomes true. Then, the signal condition can be
Stop Function of Break
checked.
with Condition
[BRKCTL] [Function]
(1) Stop operation to execute from the first step and then to stop at
specified contact or coil instruction. (Optionally, a trigger counter
can be specified to stop after the instruction is executed specified
times.)
(2) Stop operation to stop the execution of ladder when a trigger
condition specified by signal becomes true. (Optionally, a trigger
counter can be specified to stop after the trigger becomes true
specified times.)
(3) Stop operation to stop the execution of ladder after executing a scan.
(Optionally, a scan counter can be specified to stop after executing
specified times of scans.) The execution is started by pressing
[START] key.
[Displaying of specified trigger]
571
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
THE PROGRAM (MONIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
RET
TRGON TRGOFF
572
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
B–61863E/12 PMC PROGRAMMER (CRT/MDI) THE PROGRAM (MONIT)
8.5
f : Usable
ONLINE FUNCTION ∆ : See Note
: Not usable
PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SC SC3 SC4 NB NB2
∆ ∆ ∆ Ę Ę Ę Ę Ę Ę Ę Ę Ę
NOTE
PMC–PA3 is usable with the Power Mate–D/H.
PMC–SA1 is usable with the loader control function of the
Series 21i.
PMC–SA3 is usable with the FANUC NC Board.
8.5.1
Online Setting Screen
PARAMETERS FOR ONLINE MONITOR MONIT STOP
CPU ID =
RS–232C = USE/ NOT USE
CHANNEL = 1
BAUD RATE = 300/600/1200/2400/4800/9600/19200
PARITY = NONE/ODD/EVEN
STOP BIT = 1 BIT/2 BITS
TIMER 1 = 0
TIMER 2 = 5000
TIMER 3 = 15000
MAX PACKET SIZE = 1024
F–BUS = USE/ NOT USE
RS–232C = INACTIVE : 0
F–BUS = INACTIVE : 0
>
EMG ST INIT
573
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
THE PROGRAM (MONIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
NOTE
When the configuration disables the use of the ladder
editing package, the F–BUS item is not displayed.
When the 9–inch CRT is being used, two pages are used for
screen display. Switch between the pages with the <Page
Up> and <Page Down> keys.
8.5.3 When the NC (such as the Series 160i or 180i) does not support the display
Setting on the NC of the PMC screen, or if communication is to be started automatically at
power–on without screen manipulation, select a communication
Parameter Screen destination with NC parameter No. 24.
When the value of NC parameter No. 24 is changed, the PMC online
monitor screen is set as indicated below.
NC pa- Setting on the PMC online monitor screen
rameter
No. 24 RS–232C F–BUS Description
574
8. FUNCTIONS FOR DISPLAYING MEMORY
AREAS AND DEBUGGING
B–61863E/12 PMC PROGRAMMER (CRT/MDI) THE PROGRAM (MONIT)
NOTE
With NC parameter No. 24, the PMC online monitor screen
setting is changed when the power is turned on.
After this parameter has been modified, the power must be
turned off then back on for the new setting to become
effective.
When the setting of the online monitor screen is to remain
unchanged, a value other than 0, 1, 2, and 255 must be set
for this parameter.
575
9. ERROR MESSAGES
(FOR EDIT) PMC PROGRAMMER (CRT/MDI) B–61863E/12
576
9. ERROR MESSAGES
B–61863E/12 PMC PROGRAMMER (CRT/MDI) (FOR EDIT)
577
10. ERROR MESSAGES (FOR I/O) PMC PROGRAMMER (CRT/MDI) B–61863E/12
578
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) Power Mate–D/F/H)
The DPL/MDI panel is used to set PMC system parameters and create and
execute the sequence program.
(1) Setting and displaying PMC system parameters (SYSTEM PARAM)
– The type of counter data (BCD or binary) can be selected.
(2) Editing the sequence program (EDIT)
– The sequence program can be edited (input, addition, search, and
deletion) by using the ladder mnemonics display.
(3) Executing the sequence program (RUN/STOP)
– The execution of the sequence program can be started and
stopped.
(4) Storing the sequence program into flash EEPROM (I/O)
– The sequence program can be stored into flash EEPROM (only
for the Power Mate–H).
The DPL/MDI panel is shown below.
X
O N G AXIS
DGNOS
PARAM POS
Y K/A G X
F M S T OPR
ALARM PRGRM
F RD WRT NOT
P
7 8 9 P I READ INSRT
Q
4 5 6 T/C J WRITE DELET
R
1 2 3 D/R K
ALTER
579
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
Power Mate–D/F/H) PMC PROGRAMMER (CRT/MDI) B–61863E/12
NOTE
1 With the PMC programmer (DPL/MDI) function, the
characters indicated at the lower–left part of each key are
used.
2 When the <D/R> key is pressed once, the left–hand
character is valid. When the <D/R> key is pressed twice, the
right–hand character is valid.
Example : When the <D/R> key is pressed once, D is keyed
in. When the <D/R> key is pressed twice, R is keyed in.
When a password is cleared, however, only the characters
on the left side are valid.
<↑> <↓>
<↑> <↓>
580
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) Power Mate–D/F/H)
11.1 To operate the PMC programmer, set K17#1 of the keep relay area for
PMC parameters to 1, then press the <PRGRM> key two times on the
SELECTING THE DPL/MDI (press the <PRGRM> key further when the program screen is
PMC PROGRAMMER selected), thus causing the PMC programmer menu to be displayed.
MENU
Program screen PMC programmer menu screen
<POS> Current
Position screen
<PRGRM>
Program screen
<PRGRM>
PMC programmer screen (K17#1=1)
(PMC programmer menu)
(PMC editing menu) <ALARM>
Alarm/Message screen
<DGNOS/
PARAM>
Parameter/Diagnostic screen
<VAR>
Offset/Setting/Macro
Variable screen
The following keys on the DPL/MDI panel are used for PMC operation:
1 <POS>, <PRGRM>, <VAR>, <DGNOS/PARAM>, <ALARM> key
Returns to the CNC screen.
2 <↑> key
Shifts the cursor upward.
3 <↓> key
Shifts the cursor downward.
4 <INPUT>, <READ> key
Selects a function when the PMC programmer menu or PMC editing
menu is displayed.
5 <CAN>, <WRITE> key
Returns to the previous menu from the PMC programmer menu or
PMC editing menu.
581
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
Power Mate–D/F/H) PMC PROGRAMMER (CRT/MDI) B–61863E/12
11.2 Selecting SYSTEM PARAM on the PMC programmer menu displays the
system parameter screen. If the sequence program is running, selecting
SETTING AND this function automatically stops the program.
DISPLAYING SYSTEM
1 Display the PMC programmer menu.
PARAMETERS
2 Display the SYSTEM PARAM item by pressing the <↓> or <↑> key.
(SYSTEM PARAM)
PMC PRG MENU 3/3
>SYSTEM PARAM
NOTE
If the PMC parameter keep relay K19#0 is set to 1, the
screen for writing a sequence program into Flash Memory
is displayed upon the completion of editing. (This is
applicable to the Power Mate–H only).
DEVICE=F–ROM
>WRITE Y/N [YES]
582
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) Power Mate–D/F/H)
11.3 Selecting EDIT on the PMC programmer menu displays the editing
menu.
EDITING THE
SEQUENCE 1 Display the PMC programmer menu.
PROGRAM (EDIT) 2 Display the EDIT item by pressing the <↓> or <↑> key.
To end editing and display the PMC programmer menu, press the <CAN>
or <WRITE> key.
583
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
Power Mate–D/F/H) PMC PROGRAMMER (CRT/MDI) B–61863E/12
11.4 When ladder mnemonic editing (LADDER) is selected from the PMC
edit menu, the ladder mnemonic edit screen is displayed.
EDITING LADDER
MNEMONICS When this function is selected, the sequence program stops.
11.4.1 When ladder mnemonic editing (LADDER) is selected from the PMC
edit menu, the ladder mnemonic edit screen is displayed.
Starting Ladder
When this function is selected, the sequence program stops.
Mnemonics Editing
1 Display the PMC edit menu screen.
2 Display the LADDER item by pressing the <±> or <°> key.
PASSWORD (R/W)
NOTE
For a ladder for which a password has been set, the ladder
mnemonic editing function cannot be started unless the
correct password is entered. Once the password is cleared,
the password remains cleared until the power is turned off
then back on.
NOTE
The entered password is not displayed (not echoed back on
the screen).
FALSE PASSWORD
If the <INPUT> key is pressed at this time, the screen display returns
to the password clear request screen.
If the <CAN> key is pressed at this time, the screen display returns
to the PMC edit menu.
If the entered password is correct, the password is cleared.
584
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) Power Mate–D/F/H)
> N0001
RD X0000.0
Instruction
N0123
SUB 50 PSGNL
3 Relay search
Entering <address number> then <↓> searches for the relay
including the entered address.
(Example) <X0.2>, <↓>
N0105
AND X0000.2
N0123
SUB 50 PSGNL
585
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
Power Mate–D/F/H) PMC PROGRAMMER (CRT/MDI) B–61863E/12
NOTE
1 Relay search, relay coil search, and functional instruction
search are started from the current screen. If the relay, relay
coil, or instruction is not found by the end of the ladder
program, search is performed from the beginning of the
ladder program to the step at which search was started. If
still not found, ”NOT FOUND” is displayed.
N0105 NOT FOUND
AND X0000.2
586
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) Power Mate–D/F/H)
N1234
AND R0123.4
Before change
N1234
OR Y0032.4
After change
NOTE
If changing the instruction causes the memory capacity to
be exceeded, the <ALTER> key is ignored without changing
the instruction.
2 Deleting an instruction
(a) Display the instruction to be deleted.
(b) Press the <DELET> key.
The instruction is deleted and the next instruction is displayed.
3 Inserting an instruction
(a) Display the instruction after which an instruction is to be inserted.
(b) Enter the instruction to be inserted.
(c) Press the <INSRT> key.
(Example) <AND>, <STK>, <INSRT>
N1234
AND R0123.4
Before insertion
N1234
AND.STK
After insertion
NOTE
If inserting the instruction causes the memory capacity to be
exceeded, the <INSRT> key is ignored without inserting the
instruction.
587
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
Power Mate–D/F/H) PMC PROGRAMMER (CRT/MDI) B–61863E/12
NOTE
1 If the sequence program contains an error, the PMC editing
menu is not displayed but an error message appears on the
screen.
(Example) Error message
END FUNCTION
MISSING
588
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) Power Mate–D/F/H)
LADDER RUN/STOP
MONITOR [RUN]
CAUTION
When the sequence program cannot be started(RUN), the
alarm of PMC occurred. Please confirm the alarm status
referring to “11.11 Error List”.
589
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
Power Mate–D/F/H) PMC PROGRAMMER (CRT/MDI) B–61863E/12
11.6
Displayed error message Error description (operator action)
ERROR MESSAGES 1 COIL NOTHING No coil is specified for a functional instruction
(FOR LADDER using a coil.
MNEMONICS 2 COM FUNCTION MISSING The use of the COM (SUB9) functional
instruction is incorrect.
EDITING) 3 END FUNCTION MISSING The END1 or END2 functional instruction is
missing (or ERROR NET).
4 JUMP FUNCTION MISSING The use of the JMP (SUB10) functional
instruction is incorrect.
5 LADDER BROKEN The ladder program is corrupted.
6 OBJECT BUFFER OVER The user program RAM is full.
(Note) (Perform condensation or reduce the
size of the ladder program.)
7 PLEASE CLEAR ALL The sequence program has become unrecov-
erable due to power–off during editing.
8 1ST LEVEL EXEC TIME OVER The ladder first level is too great.
CAUTION
Use a memory card for ladder diagram editing or the
CONDENSE function of FAPT LADDER (for personal
computers). These methods may, however, not be
effective.
590
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) Power Mate–D/F/H)
11.7 Selecting I/O on the PMC programmer menu displays the screen for
storing the sequence program into flash EEPROM. Before attempting to
STORING THE store the sequence program into flash EEPROM, place the CNC in the
SEQUENCE emergency stop state.
PROGRAM INTO (1) Display the PMC programmer menu.
FLASH EEPROM (I/O) (2) Display the I/O item by pressing the <↓> or <↑> key.
(ONLY FOR THE
Power Mate–H) PMC PRG MENU 4/4
>I/O
(4) When [NO] is displayed, pressing the <INPUT> key displays the
sequence program storage screen. When [YES] is displayed, pressing
the <INPUT> key starts writing the sequence program into flash
EEPROM.
”EXECUTING” is displayed during writing.
WRITE TO F–ROM
COMPLETE
NOTE
If an error occurs, an error message appears on the screen.
591
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
Power Mate–D/F/H) PMC PROGRAMMER (CRT/MDI) B–61863E/12
11.8 The table below lists the details of the errors which may occur during
storage into F–ROM using the DPL/MDI (only for the Power Mate–H).
ERROR DETAILS
Error message Description
PROGRAM DATA The ladder data in RAM is invalid. Alternatively,
ERROR there is no RAM or ROM.
SIZE ERROR The program exceeds the maximum size which can
be written into F–ROM.
NOT EMG STOP The CNC is not in the emergency stop state.
OPEN ERROR The OPEN processing has failed.
ERASE ERROR The ERASE processing has failed.
The F–ROM cannot be erased. Alternatively, the
F–ROM is defective.
WRITE ERROR The WRITE processing has failed.
The F–ROM cannot be written. Alternatively, the
F–ROM is defective.
592
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) Power Mate–D/F/H)
11.9
INPUT/OUTPUT
LADDER/
PMC–PARAMETER
BY MDI/DPL
CAUTION
In case of output PMC–Parameter, it is necessary to set
following condition.
(a)Edit mode.
(b)Stop condition the Ladder program.
593
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
Power Mate–D/F/H) PMC PROGRAMMER (CRT/MDI) B–61863E/12
11.10 The on–line debugging function enables the monitoring and modification
of ladder programs and signal status on personal computer’s screen using
ON–LINE a personal computer connected to the Power Mate through an RS–232C
DEBUGGING cable.
FUNCTION
(ONLY FOR Power NOTE
The additional option of the Ladder On–line debugging
Mate–D/H)
function is necessary to use the on–line debugging function
on PMC–PA3 for Power Mate–D.
In this section, only the parameter of on–line monitor driver for Power
Mate–H and attention in use is described. Other points(connection of
cable with personal computer, details of the operation, etc.) are described
in the following manual.
NOTE
The CRT/MDI is necessary when the parameter is set on the
“PARAMETERS FOR ONLINE MONITOR” screen.
594
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
B–61863E/12 PMC PROGRAMMER (CRT/MDI) Power Mate–D/F/H)
#7 #6 #5 #4 #3 #2 #1 #0
0101
NOTE
In case of Power Mate–D Dual path control, only the
parameter of first path side is effective.
CAUTION
1 The on–line monitor driver occupies the line while it is
operating.
In this state, other input/output functions cannot use the
line.
If other input/output functions use the line, it is necessary to
display the above–mentioned parameter and stop the
on–line monitor driver.
2 While the on–line monitor driver is operating, the following
functions cannot be used.
D[PMCLAD], [I/O], [EDIT], [SYSPRM] on CRT/MDI
D[EDIT], [SYSTEM PARAM], [I/O] on DPL/MDI
3 In case of operating NC, the screen display of NC(Position,
etc.) might be slow when using input/output functions(Load
from PMC, Store to PMC, etc.). There is no problem in the
operation of NC. It is recommended to using input/output
functions while NC is not operating.
4 When the screen made by C language executor is
displayed, the communication speed decreases. It is
recommended to use input/output functions after moving to
other screens(Position, etc.).
595
11. PMC PROGRAMMER (DPL/MDI)
(ONLY FOR THE
Power Mate–D/F/H) PMC PROGRAMMER (CRT/MDI) B–61863E/12
11.11 If in alarm is issued in the PMC, the alarn message is displayed on the
CRT (PMC ALARM MESSAGE screeen). But in case of DPL/MDI, it
ERROR LIST is displayed only by R–relay status (ON or Off).
Refer to the “APPENDIX L.ALARM MESSAGE LIST” for more
information.
(1) Error ststus at power on or PROGRAM DOWN LOAD.
7 6 5 4 3 2 1 0
R9044
7 6 5 4 3 2 1 0
R9046
596
12. PMC–NB6 PROGRAM
B–61863E/12 PMC PROGRAMMER (CRT/MDI) OPERATION SCREEN
597
12. PMC–NB6 PROGRAM
OPERATION SCREEN PMC PROGRAMMER (CRT/MDI) B–61863E/12
12.1
WRITING, READING,
AND COMPARING
SEQUENCE
PROGRAMS AND
PMC PARAMETERS
12.1.1 When the [I/O] soft key on the PMC main menu is clicked, the following
I/O Screen screen appears.
FILE NAME =
STATUS : ADDRESS :
WARNING
If a sequence program is input while a Ladder program is
being executed, the execution of the Ladder program stops
automatically.
598
12. PMC–NB6 PROGRAM
B–61863E/12 PMC PROGRAMMER (CRT/MDI) OPERATION SCREEN
NOTE
1 The [I/O] soft key is displayed by setting bit 1 of keep relay
K900 to 1.
2 For an explanation of I/O–related error messages, see
section III.7.4, “I/O–Related Error Messages.”
3 The “STATUS” field near the bottom of the screen displays
the execution status of the writing, reading, comparison,
and other functions.
4 The “ADDRESS” field near the bottom of the screen
displays the address being executed while the writing,
reading, comparison, and other functions are being
executed, in real–time as processing progresses.
12.1.2
Outputting to and
Inputting from Memory PMC DATA I/O
Cards
DEVICE = MEMORY CARD /FLASH ROM/FLOPPY/FAPT LADDER/OTHERS
FILE NAME =
STATUS : ADDRESS :
Explanation of options
WRITE: Outputs data from the PMC to a memory card.
READ: Inputs data from a memory card to the PMC.
COMPARE: Compares the sequence programs on the PMC with those
on a memory card.
DELETE: Deletes files from a memory card.
FORMAT: Formats a memory card.
599
12. PMC–NB6 PROGRAM
OPERATION SCREEN PMC PROGRAMMER (CRT/MDI) B–61863E/12
CAUTION
When “FORMAT” is selected and executed, all data in the
memory card is lost. Be careful when executing this
function.
D 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 clicking 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.
D FILE NO.
FILE NO. is displayed only when “READ,” ”COMPARE,” or
“DELETE” is selected for “FUNCTION.”
Enter the file number in the edit box.
D FILE NAME
FILE NAME is displayed when “WRITE,” “READ,” “COMPARE,”
or “DELETE” is selected for “FUNCTION.”
Enter the file name in the edit box.
When “READ,” “COMPARE,” or “DELETE” is selected for
“FUNCTION,” the file name corresponding to the file number entered
in “FILE NO.” is displayed automatically.
The file name must be in MS–DOS format: a file name of up to eight
characters followed by an extension of up to three characters.
When “WRITE” is selected for “FUNCTION” and the file name is not
entered, the following names are automatically assumed.
DATA KIND File name
LADDER PMC–BN6.LAD
PARAM PMC–NB6.PRM
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.
600
12. PMC–NB6 PROGRAM
B–61863E/12 PMC PROGRAMMER (CRT/MDI) OPERATION SCREEN
NOTE
For an explanation of supported flash memory cards, see
“(1) Writing to flash memory cards” in Section III.7.3.4.
12.1.3 When the [LIST] soft key is clicked, the following screen appears.
List Screen
PMC DATA I/O (MEMORY CARD LIST)
* 1. PMC.MEM
2. SH.MEM
SELECT
The contents of the memory card are displayed. From this screen, a single
file can be selected.
Move the cursor vertically to the desired file and click the [SELECT] soft
key to select it. When the file is selected, an asterisk “*” appears to the
left of the file name.
To return to the previous screen (the “MEMORY CARD” setting screen
in the above case), click the leftmost soft key. By default, when you select
a file and return to the previous screen, the cursor is positioned to “READ”
in “FUNCTION” and the file number and name selected from the list
screen are displayed in “FILE NO.” and “FILE NAME.”
Explanation of the soft key
[SELECT]: Selects a file. An asterisk (*) appears to the left of the
selected file. Clicking [SELECT] again on the selected
file deselects the file and causes the “*” to disappear.
601
12. PMC–NB6 PROGRAM
OPERATION SCREEN PMC PROGRAMMER (CRT/MDI) B–61863E/12
12.1.4
Outputting to and
Inputting from Flash PMC DATA I/O
ROM
DEVICE = MEMORY CARD/ FLASH ROM /FLOPPY/FAPT LADDER/OTHERS
STATUS : ADDRESS :
When “FLASH ROM” is selected for DEVICE, output to and input from
flash ROM are enabled.
D FUNCTION
The available data input/output commands are displayed. Select the
desired command by moving the cursor horizontally to that command
or select it with the corresponding soft key.
Soft keys displayed when the cursor is positioned to ”FUNCTION”
Explanation of options
WRITE: Outputs sequence programs from the PMC to flash
ROM.
READ: Inputs sequence programs from flash ROM to the PMC.
COMPARE: Compares the sequence programs on the PMC with those
on flash ROM.
Explanation of soft keys
[EXEC]: Executes the function selected for “FUNCTION.”
During execution, the soft key disappears and the
[CANCEL] soft key appears to the right of the key.
[CANCEL]: Cancels the execution of the function. When the function
terminates normally, the soft key disappears.
602
12. PMC–NB6 PROGRAM
B–61863E/12 PMC PROGRAMMER (CRT/MDI) OPERATION SCREEN
12.1.5
Outputting to and
Inputting from Floppy PMC DATA I/O
Disks
DEVICE = MEMORY CARD/FLASH ROM/ FLOPPY /FAPT LADDER/OTHERS
FILE NO. = 1
STATUS : ADDRESS :
NOTE
The DUMP command is displayed only when bit 4 of keep
relay K900 is set to 1.
603
12. PMC–NB6 PROGRAM
OPERATION SCREEN PMC PROGRAMMER (CRT/MDI) B–61863E/12
D HOW TO WRITE
HOW TO WRITE is displayed only when “WRITE” or “DUMP” is
selected at “FUNCTION.”
Specify the style of output (writing): Set the desired style by moving
the cursor horizontally to that style or by clicking the soft key
corresponding to it.
Soft keys displayed when the question selection cursor is positioned to
“HOW TO WRITE”
CAUTION
1 When a value is entered in “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.
2 Specifying the same name as that of an existing file results
in an error.
D START ADDRESS
START ADDRESS is displayed under “FILE NAME” only when
“DUMP” is selected for “FUNCTION.”
In the edit box, enter the first address to be dumped.
D SIZE
SIZE is displayed under “START ADDRESS” only when “DUMP”
is selected for “FUNCTION.”
In the edit box, enter the size of the addresses to be dumped.
CAUTION
A system error may occur depending on the entered
address. Be careful when using this function.
604
12. PMC–NB6 PROGRAM
B–61863E/12 PMC PROGRAMMER (CRT/MDI) OPERATION SCREEN
12.1.6
Outputting to and
Inputting from FAPT PMC DATA I/O
LADDER
DEVICE = MEMORY CARD/FLASH ROM/FLOPPY/ FAPT LADDER /OTHERS/
STATUS : ADDRESS :
605
12. PMC–NB6 PROGRAM
OPERATION SCREEN PMC PROGRAMMER (CRT/MDI) B–61863E/12
12.1.7
Outputting to and
Inputting from Other PMC DATA I/O
Input/Output Devices
DEVICE = MEMORY CARD/FLASH ROM/FLOPPY/FAPT LADDER/ OTHERS
STATUS : ADDRESS :
When “OTHERS” is selected for DEVICE, output to and input from other
input/output devices are enabled.
D FUNCTION
The available data input/output commands are displayed. Select the
desired command by moving the cursor horizontally to that command
or select it with the corresponding soft key.
Explanation of options
WRITE: Outputs data from the PMC to another input/output
device.
READ: Inputs data from another input/output device to the PMC.
COMPARE: Compares the sequence programs on the PMC with those
on another input/output device.
D KIND OF DATAKIND 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 clicking the soft key corresponding to it.
Soft keys displayed when the question selection cursor is positioned to
“KIND OF DATA”
606
12. PMC–NB6 PROGRAM
B–61863E/12 PMC PROGRAMMER (CRT/MDI) OPERATION SCREEN
12.1.8
PORT SETTING Screen
PMC DATA I/O (PORT SETTING)
CHANNEL = 1
INIT
607
12. PMC–NB6 PROGRAM
OPERATION SCREEN PMC PROGRAMMER (CRT/MDI) B–61863E/12
CHANNEL 1 1 1
608
12. PMC–NB6 PROGRAM
B–61863E/12 PMC PROGRAMMER (CRT/MDI) OPERATION SCREEN
WARNING
If the sequence program is stopped while the machine is
operating, the machine may behave in an unexpected way.
Before stopping the sequence program, ensure that there
are no people near the machine and that the tool cannot
collide with the workpiece or machine.
Otherwise, there is an extreme risk of death or serious
injury, as well as the likelihood of the tool, workpiece, and
machine being damaged.
609
IV. STEP SEQUENCE
FUNCTION
B–61863E/12 STEP SEQUENCE FUNCTION 1. GENERAL
1 GENERAL
613
1. GENERAL STEP SEQUENCE FUNCTION B–61863E/12
1.1 The ladder method is most often used for programming the sequence
control governed by a programmable controller. This method, shown in
STEP SEQUENCE Fig.1.1(a) , was derived from relay-panel control circuits. Since it has
METHOD been in use for years, many sequence control engineers are already
familiar with it. This method is also used in PMC sequence
programming.
CALL
CALL
Subprogram
Subprogram
614
B–61863E/12 STEP SEQUENCE FUNCTION 1. GENERAL
Step 1
Transition
Step 2
Drawing flow
615
1. GENERAL STEP SEQUENCE FUNCTION B–61863E/12
Transition F Machiningcompleted?
±Once machining has been completed
Step G Unloads the workpiece to the pallet.
(Process 4)
Transition H Unloadingcompleted?
±Once unloading has been completed
Step I Moves the pallet. (Process 5)
616
B–61863E/12 STEP SEQUENCE FUNCTION 1. GENERAL
1.2 This manual uses the graphical symbols listed in Table 1.2 to describe step
sequence flowcharts. Depending on the character font being used, the
GRAPHICAL actually displayed symbols may differ slightly from those listed here.
SYMBOLS These graphical symbols are described in the subsequent chapters.
Display
Display of
Contents programming FAPT LADDER of
manual CNC Device Personal
Computer
Step
Sn Sn Sn
Initial
Step [ ] Sn [ ] Sn [ ] Sn
Transition
Pn Pn Pn
Divergence of
Selective
Sequence
Convergence
of
Selective
Sequence
Divergence of
Simultaneous
Sequence
Convergence
of
Simultaneous
Sequence
Jump
→ Ln > Ln > Ln
Label
Ln < Ln < Ln
→
Block Step
] Sn ] Sn ] Sn
Initial
Block Step [ ] Sn [ ] Sn
[ ] Sn
End of
Block Step
617
1. GENERAL STEP SEQUENCE FUNCTION B–61863E/12
1.3 Follow the procedure below to create a step sequence program. Use a
personal computer on which the FAPT LADDER software package is
PROGRAMMING installed to code (edit) a program. Use a CNC to execute, debug and
correct the ladder subprogram.
(1) Create step sequence program (editing)
(2) Create a subprogram of ladder diagram (editing)
(3) Compile
(4) Transfer to the CNC device (with the memory card or RS232C)
(5) Write to the FlashROM
(6) Execute
(7) Diagnosis and debugging
(8) Correct a subprogram of ladder diagram (editing)
RS232C
Personal CNC device
Computer
PMC- SB4/SB6/
Memory SC4/NB2
card ±
FAPT LADDER
(5) Write to the FlashROM
software (4) Transfer to the FlashROM
CNC device
618
B–61863E/12 STEP SEQUENCE FUNCTION 1. GENERAL
Ę : usable
FAPT
LADDER
PMC-SB4/
Functions PMC-SC4 PMC-NB2 of
SB6
PERSONAL
COMPUTER
Display and edit of a program
Display of subprogram list Ę Ę Ę Ę
Create a new subprogram Ę
Delete a subprogram Ę
Edit a subprogram of StepSequence Ę
form
Edit a subprogram of ladder diagram Ę Ę Ę Ę
Compile Ę
Decompile Ę
Input and output
Input and output with a memory card Ę Ę Ę Ę
Input and output with RS232C Ę Ę Ę Ę
Write to a FlashROM Ę Ę Ę
Execution of program
execution of a ladder diagram Ę Ę Ę
execution of Step Sequence program Ę Ę Ę
Diagnosis and debugging (note1)
Diagnosis of Step Sequence program Ę Ę Ę
Diagnosis of a ladder diagram Ę Ę Ę
Set and display a monitoring timer Ę Ę Ę
NOTE
While step sequence functions are being used, some of the
diagnosis and debug functions supported by the ladder
method cannot be used. For details, see 6.4 (Support
Functions).
619
2. STEP SEQUENCE BASICS STEP SEQUENCE FUNCTION B–61863E/12
620
B–61863E/12 STEP SEQUENCE FUNCTION 2. STEP SEQUENCE BASICS
(Block)
[ ] S1 (Initial Step)
P100 (Transition)
S2 (Step)
P101 (Transition)
L1 (Label)
S3
(Divergence of
Simultaneous
Sequence)
(Convergence of
Simultaneous
Sequence)
L1 (Jump)
621
2. STEP SEQUENCE BASICS STEP SEQUENCE FUNCTION B–61863E/12
(1) Step
Sn
(Pm)
622
B–61863E/12 STEP SEQUENCE FUNCTION 2. STEP SEQUENCE BASICS
(3) Transition
Pn
S1 (step1) S1 (step1)
P10 P10
S2 (step2) S2 (step2)
623
2. STEP SEQUENCE BASICS STEP SEQUENCE FUNCTION B–61863E/12
[ ] Sn
(Pm)
[ ] S1 (step1) [ ] S1 (step1)
P10 P10
S2 (step2) S2 (step2)
P20 P20
S3 (step3) S3 (step3)
624
B–61863E/12 STEP SEQUENCE FUNCTION 2. STEP SEQUENCE BASICS
S1
(Divergence of selective sequence)
P21 P22 P23
S21 S22 S23
S1 S2
(true) (true)
S21 S22 S23 S21 S22 S23
625
2. STEP SEQUENCE BASICS STEP SEQUENCE FUNCTION B–61863E/12
S1
P10
(Divergence of
simultaneous
sequence)
S21 S22 S23
(Convergence of
simultaneous
sequence)
S4
S1
P10 (true)
S4
626
B–61863E/12 STEP SEQUENCE FUNCTION 2. STEP SEQUENCE BASICS
L1 L1 (Label)
S1 (step1) S1 (step1)
P10 P10
S2 (step2) S2 (step2)
P20 P20
S3 (step3) S3 (step3)
L1 (Jump) L1
[ ] [ ]
627
2. STEP SEQUENCE BASICS STEP SEQUENCE FUNCTION B–61863E/12
[ ]
CALLU P2
CALLU P3
Block3 (P3)
[ ]
] Sn
(Pm)
[ ] S1 [ ] S231
S232
S21 S22 ] S23
(P2) S233
S3
The program shown in Fig. 2.1 (k) is equivalent to in Fig. 2.1 (l).
which does not use a block step.
628
B–61863E/12 STEP SEQUENCE FUNCTION 2. STEP SEQUENCE BASICS
Block (P1)
[ ] S1
S232
S233
S3
629
2. STEP SEQUENCE BASICS STEP SEQUENCE FUNCTION B–61863E/12
2.2
EXECUTION OF STEP
SEQUENCE
Editing Compile Executing
(source program) (ROM format program)
First level
(Ladder diagram)
Second level
(Ladder diagram) CALL
CALL
END2 (SUB 2) function
Third level
(Ladder diagram)
Subprogram P1
(Ladder diagram)
[ ] Subprogram P2
(Step sequence)
Subprogram P3
(Ladder diagram)
[ ] Subprogram P4
(Step Sequence)
S
S
Subprogram Pn
630
B–61863E/12 STEP SEQUENCE FUNCTION 2. STEP SEQUENCE BASICS
First level
Second level
Third level
(depends on
the PMC model)
631
2. STEP SEQUENCE BASICS STEP SEQUENCE FUNCTION B–61863E/12
CALLU P2
R0. 0
CALL P1
P1 (Ladder diagram)
P2 (Step sequence)
L1
[ ] S1 (P3)
P4
S2 (P5)
P6
L1
P3 (Ladder diagram)
P4 (Ladder diagram)
632
B–61863E/12 STEP SEQUENCE FUNCTION 2. STEP SEQUENCE BASICS
In the step sequence program shown in Fig. 2.2 (c), when step S1 is
activated, subprograms are executed according to the timing illustrated in
Fig. 2.2 (d).
8msec
T msec
Subprogram
P2 P1
Step
P3 P4
Transition
633
3. CONFIGURATION AND OPERATION
OF STEP–SEQUENCE
PROGRAMS STEP SEQUENCE FUNCTION B–61863E/12
634
3. CONFIGURATION AND OPERATION
OF STEP–SEQUENCE
B–61863E/12 STEP SEQUENCE FUNCTION PROGRAMS
Sn
(Pm)
[Contents]
D Define a step number (Sn), necessary for controlling execution, and
subprogram number (Pm) specifying actua processing, for a step.
D Assign a step number to a step.
D The same step number cannot be used twice in a program.
D A step has three logical states: the execution, transition to halt, and
halt states. The execution state is also called the active state. The
transition to halt and halt states are collectively called the inactive
state.
Sn.0
State Contents of operation Display
NOTE)
Activate Execution Activated step.
The action program (subprogram) is Sn 1
being executed.
NOTE
Refer to 4.2 PMC ADDRESS (S ADDRESS)
Transition A
Inactivate (halt state)
Step B
Transition A
635
3. CONFIGURATION AND OPERATION
OF STEP–SEQUENCE
PROGRAMS STEP SEQUENCE FUNCTION B–61863E/12
[Example]
After the M7 code is decoded, control is transferred to the next step using
a DEC functional instruction.
S1
(P1) Subprogram P1
MF R0.0
DEC F0 f
F7.0
711
636
3. CONFIGURATION AND OPERATION
OF STEP–SEQUENCE
B–61863E/12 STEP SEQUENCE FUNCTION PROGRAMS
[ ] Sn
(Pm)
[Contents]
D Define a step number (Sn), necessary for controlling execution, and
subprogram number (Pm) specifying the actual processing, for an
initial step.
D All initial steps are activated when the other steps are not activated.
D Each block must contain at least one initial step. No limit is applied
to the number of initial steps contained in a block.
D A block having no initial step cannot be executed if called.
D Assign a step number to an initial step.
D The same step number cannot be used more than once in a program.
D In parallel branch, one initial step is required for each path. (See
example 2.)
[Example1]
L1
[ ] S1 When a program is executed, step P1, specified by
an initial step, is activated first.
P101
L1
637
3. CONFIGURATION AND OPERATION
OF STEP–SEQUENCE
PROGRAMS STEP SEQUENCE FUNCTION B–61863E/12
Example2
L1
When a program is executed, steps S3 and
S1 S4, specified by an initial step, are activated
first.
P101
[ ] S4 S5
P110
L1
3.3 A transition specifies the conditions governing the transition from the
step to the next step.
TRANSITION
[Display]
Pn
[Contents]
D Only one transition is required between steps.
D Transition between steps is performed as described below.
638
3. CONFIGURATION AND OPERATION
OF STEP–SEQUENCE
B–61863E/12 STEP SEQUENCE FUNCTION PROGRAMS
[Contents]
D Transitions are placed after a divergence of selective sequence.
D The step connected to the transition for which the conditions are true
is first activated.
D When the conditions for any transition are true simultaneously, the
leftmost step is activated.
D A selective sequence can create up to 16 paths.
[Example]
[ ] S1
When the conditions for P101 are
satisfied earlier than those of P102,
P100 P101 step S3 is activated.
S2 S3
[Contents]
The number of divergent paths must match that of the convergent
paths.
[Example]
S4
639
3. CONFIGURATION AND OPERATION
OF STEP–SEQUENCE
PROGRAMS STEP SEQUENCE FUNCTION B–61863E/12
[Contents]
D A transition must be placed before a divergence of simultaneous
sequence.
D All branched steps are activated simultaneously, then executed.
D A simultaneous sequence can create up to 16 paths.
[Example]
[ ] S1
When the transition P101 evaluates true,
P101 step S2 and S3 are activated simultaneously.
S2 S3
640
3. CONFIGURATION AND OPERATION
OF STEP–SEQUENCE
B–61863E/12 STEP SEQUENCE FUNCTION PROGRAMS
[Contents]
D A convergence of simultaneous sequence is processed as follows.
P120
S21
P109
S20
case2 )
P110
S20
641
3. CONFIGURATION AND OPERATION
OF STEP–SEQUENCE
PROGRAMS STEP SEQUENCE FUNCTION B–61863E/12
Ln
[Contents]
D Specify a jump destination label (Ln).
D The step to which control is transferred (jumped) is activated.
D The jump destination must be within the same program.
D A jump cannot be performed from outside a simultaneous sequence
to within the simultaneous sequence, or from within a simultaneous
sequence to outside.
D A jump cannot be performed between parallel–branched paths.
[Example]
L1
[ ] S1
When steps S4 and S5 ar
P101 executed and the transition P110
evaluates true, the program is
repeated from initial step S1.
S2 S3
P102 P103
S4 S5
P110
L1
Ln
[Contents]
Specify the jump destination label (Ln).
[Example]
Refer to an example described on the jump function (3.8).
642
3. CONFIGURATION AND OPERATION
OF STEP–SEQUENCE
B–61863E/12 STEP SEQUENCE FUNCTION PROGRAMS
] Sn
(Pm)
[Contents]
Define a step number (Sn), which controls the execution of a bloc
step, and a sub–program (Pm) specifying the actual process, for a
block step.
NOTE
Assign a step number to a block step.
The same step number cannot be used twice in a program.
A transition must be placed after a block step.
Example)
S1 S1
P101 P101
] S2
(P2) P2
S20 S20
equal
P120 P120
S21 S21
P121 P121
P102
S3 S3
Transition P102 cannot be omitted due to the syntax of the step sequence method. Specify
a dummy transition, which becomes always true, for transition P102.
Transition P121 must specify the transition condition for the termination of the step S21.
When the conditions of transitions P102 and P121 are switched, step S21 will not be correctly
executed.
643
3. CONFIGURATION AND OPERATION
OF STEP–SEQUENCE
PROGRAMS STEP SEQUENCE FUNCTION B–61863E/12
[ ] Sn
(Pm)
[Contents]
D Define a step number (Sn), necessary for controlling execution, and
subprogram number (Pm)specifying the actual processing, for an
initial step.
D This step has the same function and graphical symbol asan initial
step.
[Contents]
D Use this step to terminate a block step.
D Each block requires at least one end block step. No limit is applied
to the number of end block steps.
[Example]
[ ] S1
P100 P103
S2
P102
644
4. EXTENDED LADDER
B–61863E/12 STEP SEQUENCE FUNCTION INSTRUCTIONS
645
4. EXTENDED LADDER
INSTRUCTIONS STEP SEQUENCE FUNCTION B–61863E/12
4.1 [Function]
FUNCTIONAL D This instruction describes that the conditions for a transition have
been true.
INSTRUCTION TRSET D This instruction is used in a subprogram which is called from a
transition.
[Format]
ACT
TRSET
(SUB122)
4.2 [Contens]
PMC ADDRESS D This address is used to read the logical state of a specified step.
(S ADDRESS) 0 : Transition to halt state, or halt state
1 : Execution state
D This address is used for creating a program in which detailed
transitions of the execution states between steps are considered.
Specify the number of the step to be read.
Example) To reference the state of the step S100
S100. 0
D This address allows any subprogram to reference the state of any step.
D Data cannot be written into state signal Sn. 0.
D A ladder can be configured for the TRSET transition instruction
using state signal Sn. 0. Referencing state signal Sn. 0, however,
adversely affects the portability and comprehensibility. Use this
feature sparingly.
[Example]
This address is used to reference the activation states of steps in a step
in which this address has been specified, and performs complicated
wait processing in a program including a simultaneous sequence.
S1 S4
P1 P4 Sub program
S5.0
S2 S5 TRSET
P2 P1
S3 S6
646
5. SPECIFICATION OF STEP
B–61863E/12 STEP SEQUENCE FUNCTION SEQUENCE
647
5. SPECIFICATION OF STEP
SEQUENCE STEP SEQUENCE FUNCTION B–61863E/12
5.1
SPECIFICATION Contents/Kind of PMC PMC–RB4/RB6/RC4/NB2
Number of subprogram Up to 2000 (P1 to P2000)
Number of step Up to 1000 (S1 to S1000)
Number of label Up to 9999 (L1 to L9999)
Number of jump in block Up to 256
Nesting depth of block step Up to 8 levels
Size of block 64 lines 32 columns
Number of paths Up to 16 paths
@@@@
@@@@
@@@@
Up to 16 paths
@@@@
@@@@
Up to 16 paths
648
5. SPECIFICATION OF STEP
B–61863E/12 STEP SEQUENCE FUNCTION SEQUENCE
D The transition shall never be repeated even at the point of the divergence
and the convergence.
S1 S1
Correct
P1
P2 P10 P1 P10
S3 S10 S3 S10
S2 S10 S2 P10
Correct
P2 P11 P2 P11
P12
S12 S12
649
5. SPECIFICATION OF STEP
SEQUENCE STEP SEQUENCE FUNCTION B–61863E/12
S1 S2 S1 S2
P2 P2
S3 S4 S3 S4
Correct
P1 P3
S5 S5 (dumy)
P1
S6
S1 P2 P4 S1 S2 (dummy)
S2 S3
P2 P4
P3 P5
S3 S4
Correct P3 P5
P1
S5 (dummy)
S4
P1
S6
650
5. SPECIFICATION OF STEP
B–61863E/12 STEP SEQUENCE FUNCTION SEQUENCE
S1 S2 S1 S2
Correct
P1 P10
S3 S10
S2 S10 S2 S10
Correct
P2 P11 P2 P11
S12 S13
S10
[ ] S100
P10 When block step S11 is used,
P100 transition P11 and P101 cannot
] S11 be omitted
S101
P11 note) P11 is a dummy transition.
The transition condition of
P101 P11 must always be true.
S12
651
5. SPECIFICATION OF STEP
SEQUENCE STEP SEQUENCE FUNCTION B–61863E/12
P2 P4 Correct P2 P4
S2 S3 S2 S3
P3 P5 P3 P5
P2 P2
Correct
S2 S3 S2 S3
P3
P3
P1 P2 P1 P2
S2 S3 L1 Correct S2 S3 L1
P3 P3
S4 S4
P1 P2 P1 P2
S2 S2
P3 Correct P3
652
5. SPECIFICATION OF STEP
B–61863E/12 STEP SEQUENCE FUNCTION SEQUENCE
Sub–program P1
Sub–program P2
S10
S100
P10
P100
L1
S101
S11 S20
P101
P11 P20
S102
S12 L1
P1
S2 S10
P2 P10
S3 L1
P3
L1
S4
653
5. SPECIFICATION OF STEP
SEQUENCE STEP SEQUENCE FUNCTION B–61863E/12
L1
S1
P1
S2 S10 S20
P2 P10 P20
S3 S11 L1
654
5. SPECIFICATION OF STEP
B–61863E/12 STEP SEQUENCE FUNCTION SEQUENCE
5.3 The use of the following functional instructions is restricted in steps and
transitions.
EXCLUSIVE
CONTROL FOR Group Description
Functional
instructions
FUNCTIONAL
A The instructions operate when a signal changes CTR (SUB5)
INSTRUCTIONS Con– Multiple functional instructions having the same
CTRC (SUB60)
TMR (SUB3)
dition number are used. TMRB (SUB24)
TMRC (SUB54)
Prob Not activated. DIFU (SUB57)
–lem Correct operation cannot be guaranteed. DIFD (SUB58)
B Restriction due to the interface. WINDR (SUB51)
WINDW (SUB52)
Con– Data is input or output by using two subprograms. DISP (SUB49)
dition DISPB ((SUB41))
Prob Invalid return value. EXIN (SUB40)
–lem Not terminated.
S1 Subprogram P100
(P100) R0.0
CTR 1 ( )
P1
S2
(P100)
X1.0
Subprogram P1
X1.0
TRSET
655
5. SPECIFICATION OF STEP
SEQUENCE STEP SEQUENCE FUNCTION B–61863E/12
Correct program
Divide the subprogram so that ACT of CTR is called after it is set to
off.
S1 Subprogram P100
(P100)
R0.0
CTR 1 ( )
P101
S2
(P102)
X1.0
P103
S3
(P100)
Subprogram P101
X1.0
P101 TRSET
S4
(P102)
Subprogram P102
R0.0
P103 CTR 1 ( )
R9091.0
Subprogram P103
R9091.1
TRSET
NOTE
In the window instructions (WINDR and WINDW),
low–speed–type is included the functional instructions of
group B.
656
5. SPECIFICATION OF STEP
B–61863E/12 STEP SEQUENCE FUNCTION SEQUENCE
Example)
S1 Subprogram P100
(P100) R9091.1 R0.0
P1 WINDR R10 ( )
S2
(P101) Subprogram P1
R0.0
TRSET
Subprogram P101
R9091.0 R0.0
WINDR R10 ( )
Correct program
Correct the program so that ACT is set to on and off within one
subprogram.
S1 Subprogram P100
(P100) R9091.1
R0.0
P1 ( )
S2 CALLU P2
(P101)
Subprogram P1
R0.0
TRSET
Subprogram P101
R9091.0 R0.0
( )
CALLU P2
Subprogram P2
R0.1 R0.0
WINDR R10 ( )
657
6. CRT/MDI OPERATION STEP SEQUENCE FUNCTION B–61863E/12
6 CRT/MDI OPERATION
658
B–61863E/12 STEP SEQUENCE FUNCTION 6. CRT/MDI OPERATION
6.1 The diagnosis and debugging of a step sequence program have four
screens.
DISPLAYING OF
SEQUENCE (1) Program configuration list (main screen)
PROGRAM (2) Step sequence screen
(3) List screen
(4) Ladder screen
6.1.1 Press the [STPSEQ] key and display the program configuration list.
Program Configuration
List (Main Screen) STPSEQ <<MAIN>> PROGRAM:(STEP SEQUENCE DEMO PROGRAM) MONIT RUN
P0001 ( ) SUB PROGRAM NO.1
NOTE
The third level ladder can be omitted.
[ZOOM] key
To display the contents of a program, position the cursor to the
program number and press the [ZOOM] key. The step sequence
diagram (Fig. 6.1.2 (b)) or ladder diagram (Fig. 6.1.3 (c) is
automatically displayed according to the type of the program.
[TIME] key
Press the [TIME] key to display the time display screen (Fig. 6.2.1)
and time monitor screen (Fig. 6.3).
[P–ADRS/P–SYMB] key
Displays the addresses specified to subprograms, using addresses or
symbols, if symbols have been assigned. When the [P–ADRS] key
ispressed, the addresses are displayed. When the [P–SYMB] key is
pressed, the symbols are displayed.
659
6. CRT/MDI OPERATION STEP SEQUENCE FUNCTION B–61863E/12
6.1.2 (1) Position the cursor to a program indicated by V], then press the
[ZOOM] key.
Step Sequence Screen
STPSEQ <<MAIN>> PROGRAM:(STEP SEQUENCE DEMO PROGRAM) MONIT RUN
P0407 (MAIN ) STEP SEQUENCE NO.1
<– L4
] S2 S10 S20 S30
S15 S24
660
B–61863E/12 STEP SEQUENCE FUNCTION 6. CRT/MDI OPERATION
Meaning of display
Display Contents Display by [ZOOM] key
[V] Sxxx Initial step Ladder diagram
V Sxxx Step Ladder diagram
V] Sxxx Block step Step sequence diagram
+ Pxxx Transition Ladder diagram
Selective sequence Cannot zoom.
Simultaneous sequence Cannot zoom.
[ UP ] [ DOWN ] [ ] [ ] [ ZOOM ]
[ MAIN ] [ CHANGE ] [ ] [ ] [ ]
661
6. CRT/MDI OPERATION STEP SEQUENCE FUNCTION B–61863E/12
[ZOOM] soft ke
To display a program, position the cursor to the program number and
press the [ZOOM] key. The step sequence screen (Fig. 6.1.2 (b)) or
ladder screen (Fig. 6.1.3 (c)) is automatically displayed according to
the type of the program.
[MAIN] key
Press the [MAIN] key to return to the program configuration list.
[TIME] key
Press the [TIME] key to display the time display screen (Fig. 6.2.1).
[P–ADRS/P–SYMB] key
Displays the addresses specified to subprograms, using addresses or
symbols, if symbols have been assigned. When the [P–ADRS] key
is pressed, the addresses are displayed. When the [P–SYMB] key is
pressed, the symbols are displayed.
[CHANGE] key
Press the [CHANGE] key to return to the step sequence diagram.
6.1.3 (1) Position the cursor to a program indicated by V, then press the
[ZOOM] key.
Ladder Screen
STPSEQ <<MAIN>> PROGRAM:(STEP SEQUENCE DEMO PROGRAM) MONIT RUN
<– L4
] S10 S20 S30
S2
P2 P10 P13 P20 P30
<– L2
S3 S11 S13 S21 S31
662
B–61863E/12 STEP SEQUENCE FUNCTION 6. CRT/MDI OPERATION
Example)
When the cursor is positioned to “P2”, press the [ZOOM] key,
subprogram P2 is displayed.
(2) Ladder Screen
The signals currently set to on are displayed in white (highlighted on
a monochrome display).
R9091.1
MOVN 20
D10
R10
FIN
FIN
/ WINDR R10 ( )
FIN
MOVN 20
R10
SUB 45 D10
END1
SUB 1
RET
NEXT
F–SRCH
[TOP] key
Displays the top of a subprogram.
[BOTTOM] key
Displays the bottom of a subprogram.
[SRCH] key
Searches for the specified address.
663
6. CRT/MDI OPERATION STEP SEQUENCE FUNCTION B–61863E/12
[W–SRCH] key
Displays the ladder in which the specified address is used as a coil
address.
[N–SRCH] key
Displays the ladder having the specified net number, at the top of
the screen.
[F–SRCH] key
Displays the specified functional instruction, at the to of the
screen.
[ADRESS/SYMBOL] key
Displays the addresses specified with relays and coils, using
addresses or symbols, if symbols have been assigned. When the
[ADRESS] key is pressed, the addresses are displayed. When the
[SYMBOL] key is pressed, the symbols are displayed.
[TRIGER] key
With a manual operation or a signal trigger function, a renewal
screen of a ladder monitoring function is stopped. By this
function, the signal status when one signal is changed is certainly
checked.
[WINDOW] key
Splits the screen into two sections, allowing the display of two
ladder positions in a subprogram.
[DUMP] key
Displays the contents of addresses at the bottom of the screen.
[DPARA] key
Displays the data specified with functional instructions.
[ONLEDT] key
While a sequence program is executing, a part of the ladder
diagram can be changed.
664
B–61863E/12 STEP SEQUENCE FUNCTION 6. CRT/MDI OPERATION
6.2.1
Time Screen
STPSEQ <<STATUS>> PROGRAM:(STEP SEQUENCE DEMO PROGRAM) MONIT RUN
665
6. CRT/MDI OPERATION STEP SEQUENCE FUNCTION B–61863E/12
6.2.2 When an activated state remains set for longer than the specified time,
Monitoring Elapsed the state may be determined as being erroneous. The elapsed time can be
specified for up to eight steps.
Time
When an activated state remains set for longer than the specified time,
(1) OVER is displayed at the corresponding step number on the
STPSEQ/TIME screen.
(2) Execution of the ladder continues.
(3) The bit of address R9118 which corresponds with the step number is
set to
1. The processes for the error status can be program by the ladder
diagram. And the following message is displayed on the
PMC/ALARM screen.
”ER48 STEP SEQUENCE TIME OVER (xxH)”
”xx” displays the content of address R9118 in hexadecimal code.
Time Corresponding
p g Time Corresponding
p g
N
Number
b Add
Address N
Number
b Add
Address
1 R9118.0 5 R9118.4
2 R9188.1 6 R9118.5
3 R9188.2 7 R9188.6
4 R9188.3 8 R9188.7
666
B–61863E/12 STEP SEQUENCE FUNCTION 6. CRT/MDI OPERATION
6.3 Operation time limits can be specified for a step sequence program. Up
to eight steps can be monitored.
MONITOR TIME
SCREEN
STPSEQ<<MONITOR>> PROGRAM:(STEP SEQUENCE DEMO PROGRAM) MONIT RUN
[ DELETE ] [ ] [ ] [ ] [ ]
[DELETE] key
Delete the definition of monitor time.
Operation
Definition of monitor
(1) Position the cursor at the input position and input a step
(or symbol).
667
6. CRT/MDI OPERATION STEP SEQUENCE FUNCTION B–61863E/12
Deletion of monitor
Position the cursor at the deletion and press [DELETE] key.
Alteration of monitor
Position the cursor at the alteration position and input again.
668
B–61863E/12 STEP SEQUENCE FUNCTION 6. CRT/MDI OPERATION
6.4 The display and editing of a step sequence program per subprogram
aresupported.
EDITING FUNCTION A step sequence program is allowed to be displayed and a ladder diagram
OF LADDER is allowed to be displayed and edited.
DIAGRAM
6.4.1 Press the [EDIT] and [LADDER] key and display the program
Program Configuration configuration list.
List (Main Screen)
STPSEQ <<MAIN>> PROGRAM:(STEP SEQUENCE DEMO PROGRAM) MONIT STOP
P0001 ( ) SUB PROGRAM NO.1
NOTE
The third level ladder can be omitted.
[ZOOM] key
To display the contents of a program, position the cursor to the
program number and press the [ZOOM] key. The step sequence
diagram (Fig. 6.4.2 (b)) or ladder diagram (Fig. 6.4.3 (c)) is
automatically displayed according to the type of the program.
[P–ADRS/P–SYMB] key
Displays the addresses specified to subprograms, using addresses or
symbols, if symbols have been assigned. When the [P–ADRS] key
is pressed, the addresses are displayed. When the [P–SYMB] key is
pressed, the symbols are displayed.
669
6. CRT/MDI OPERATION STEP SEQUENCE FUNCTION B–61863E/12
6.4.2 (1) Position the cursor to a program indicated by j], then press the
[ZOOM] key.
Step Sequence Screen
LADDER <<MAIN>> PROGRAM:(STEP SEQUENCE DEMO PROGRAM) MONIT STOP
P0407 ( ) STEP SEQUENCE NO.1
<– L4
] S2 S10 S20 S30
S15 S24
670
B–61863E/12 STEP SEQUENCE FUNCTION 6. CRT/MDI OPERATION
Meaning of display
Display Contents Display by [ZOOM] key
[V] Sxxx Initial step Ladder diagram
V Sxxx Step Ladder diagram
V] Sxxx Block step Step sequence diagram
+ Pxxx Transition Ladder diagram
Selective sequence Cannot zoom.
Simultaneous sequence Cannot zoom.
671
6. CRT/MDI OPERATION STEP SEQUENCE FUNCTION B–61863E/12
[MAIN] key
Press the [MAIN] key to return to the program configuration list.
[CHANGE] key
Press the [CHANGE] key to return to the step sequence diagram.
[P–ADRS/P–SYMB] key
Displays the addresses specified to subprograms, using addresses
or symbols, if symbols have been assigned. When the [P–ADRS]
key is pressed, the addresses are displayed. When the [P–SYMB]
key is pressed, the symbols are displayed.
6.4.3 (1) Position the cursor to a program indicated by j, then press the
[ZOOM] key.
Ladder Screen
Example)
When the cursor is positioned to LEVEL1, press the [ZOOM] key, the
first level ladder is displayed.
<– L4
] S10 S20 S30
S2
P2 P10 P13 P20 P30
<– L2
S3 S11 S13 S21 S31
Example)
When the cursor is positioned to ” P2”, press the [ZOOM] key, the
subprogram P2 is displayed.
672
B–61863E/12 STEP SEQUENCE FUNCTION 6. CRT/MDI OPERATION
R9091.1
MOVN 20
D10
R10
FIN
FIN
/ WINDR R10 ( )
FIN
MOVN 20
R10
SUB 45 D10
END1
SUB 1
673
6. CRT/MDI OPERATION STEP SEQUENCE FUNCTION B–61863E/12
6.5 The following ladder diagnosis and debugging functions can be used
together with the step sequence functions.
CORRESPONDING
FUNCTION Ę : can be used
∆ : can be used on condition
: cannot be used
Functions PMC–SB4/ PMC–SC4 PMC–NB2
SB6
PMC Ladder diagram display (PMCLAD)
PMC I/O signal display (PMCDGN)
Title screen (TITLE) Ę Ę Ę
Signal status screen (STATUS) Ę Ę Ę
Alarm screen (ALARM) Ę Ę Ę
Trace screen (TRACE) Ę Ę Ę
Contents of Memory (MEMORY) Ę Ę Ę
Signal Waveforms screen (ANALYS) ∆ NOTE1 Ę Ę
Running State of a User Task (USRDGN) Ę Ę
PMC Parameters screen (PMCPRM)
Timer screen (TIMER) Ę Ę Ę
Counter screen (COUNTR) Ę Ę Ę
Keep relay screen (KEEPRL) Ę Ę Ę
Data table screen (DATA) Ę Ę Ę
Simple setting screen (SETING) Ę Ę Ę
Step Sequence screen (STPSEQ)
Displaying Step Sequence screen Ę Ę Ę
Displaying Ladder screen Ę Ę Ę
SEARCH Ę Ę Ę
Display address and symbol Ę Ę Ę
Trigger function (TRIGER) Ę Ę Ę
Divided screen function (WINDOW) Ę Ę Ę
Contents of memory (DUMP) Ę Ę Ę
Contents of parameter (DPARA) Ę Ę Ę
online editting (ONLEDT) ∆ Ę Ę
Time screen (TIME) Ę Ę Ę
Monitor time screen (MONIT) Ę Ę Ę
Execute or stop the sequence program (RUN) Ę Ę Ę
Edit function (EDIT) NOTE1
Title screen (TITLE) ∆ Ę Ę
Ladder diagram (LADDER) ∆ Ę Ę
Symbol screen (SYMBOL) ∆ Ę Ę
Message screen (MESAGE) ∆ Ę Ę
Definition of I/O (MODULE) ∆ Ę Ę
Cross reference (CROSS) ∆ Ę Ę
Memory clear (CLEAR) ∆ Ę Ę
Input and output
FAPT LADDER (HOST) Ę Ę Ę
Floppy cassette (FDCAS) Ę Ę Ę
FlashROM (F–ROM) Ę Ę Ę
Memory card (M–CARD) ∆ NOTE2 Ę Ę
Other I/O device (OTHERS) Ę Ę Ę
System Parameter (SYSPRM) ∆ NOTE1 Ę Ę
Debug function (MONIT) NOTE1
Ladder debug function (DBGLAD)
Descriptor table screen (GDT) Ę Ę
User memory screen (USRMEM) Ę Ę
User program debug function (DEBUG) Ę Ę
CAUTION
1 An Editor card is needed.
2 It is possible to use while an Editor card is not mounted.
(Can be used with the 16i/18i/21i.)
674
B–61863E/12 STEP SEQUENCE FUNCTION 6. CRT/MDI OPERATION
6.6 The PMC–SB4, SB6, SC4 and NB2 can be used with either the ladder
method or step sequence method. When a step sequence program is
COMPATIBILITY OF transferred to the old version of the PMC, ER08 OBJECT UNMATCH
LADDER DIAGRAM is displayed on the PMC/ALARM screen.
The model setting of FAPT LADDER determines whether the ladder or
step sequence method is used. The STEP SEQUENCE item has been
added to the system parameter screen for future expansion. Specify the
parameter according to the model setting of FAPT LADDER.
To create a program with the built–in edit function, after the parameter has
been set execute CLEAR ALL. Alternatively, while holding down “X”
and “O” key, turn the power off and on.
When the step sequence method is used: STEP SEQUENCE = YES.
When the ladder method is used: STEP SEQUENCE = NO.
>
[BINARY] [ BCD ] [ ] [ ] [ ]
KEY DI ADDRESS =
LED DO ADDRESS =
>
[ YES ] [ NO ] [ ] [ ] [ ]
675
6. CRT/MDI OPERATION STEP SEQUENCE FUNCTION B–61863E/12
LANGUAGE ORIGIN = H
(LANGUAGE AREA = H, SIZE = KB)
>
[BINARY] [ BCD ] [ ] [ ] [ ]
KEY DI ADDRESS =
LED DO ADDRESS =
>
[ YES ] [ NO ] [ ] [ ] [ ]
676
V. PMC PROGRAMMER
(SYSTEM P series)
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 1. GENERAL
1 GENERAL
series 16/18/20/21
Machine tool
/Power Mate–D
Floppy PRINTER
input/output
Sequence program figure output
Fig. 1
679
2. FUNCTIONS OF
PROCESSING PMC PROGRAMMER (SYSTEM P series) B–61863E/12
2 FUNCTIONS OF PROCESSING
680
2. FUNCTIONS OF
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) PROCESSING
681
3. COMPONENT UNITS AND
CONNECTIONS PMC PROGRAMMER (SYSTEM P series) B–61863E/12
682
3. COMPONENT UNITS AND
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) CONNECTIONS
683
3. COMPONENT UNITS AND
CONNECTIONS PMC PROGRAMMER (SYSTEM P series) B–61863E/12
3.2 For details of the connections of SYSTEM P series unit power supply,
PPR, and other units as well as their operation, refer to the following
CONNECTIONS OF operator’s manuals.
UNITS
SYSTEM P–G Mark II: B–66014E
SYSTEM P–G Mate: B–66003E
This chapter mainly describes the connections between SYSTEM P series
and I/O devices.
684
3. COMPONENT UNITS AND
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) CONNECTIONS
685
3. COMPONENT UNITS AND
CONNECTIONS PMC PROGRAMMER (SYSTEM P series) B–61863E/12
Adaptor for
ROM modules
(FANUC FA WRITER)
CN2 CN1
EPROM for the PMC CN4 CN3
FANUC PRINTER
686
3. COMPONENT UNITS AND
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) CONNECTIONS
3.3 Figs. 3.3(a) – (b) show the panel of the SYSTEM P series keyboard.
KEYBOARD OF It is not necessary to memorize the meanings of keys on the keyboard.
SYSTEM P SERIES Descriptions of these keys and menus are displayed on the SYSTEM P
series screen by operation, and you can easily operate the SYSTEM P
series board while monitoring the SYSTEM P series screen.
In this chapter, you should understand an outline of functions of these
keys.
Soft keys
Function keys
Function keys
Numeric keypad
Standard keyboard
Function keys
687
3. COMPONENT UNITS AND
CONNECTIONS PMC PROGRAMMER (SYSTEM P series) B–61863E/12
3.3.1 This key is used to load the FAPT LADDER system program into the
LOAD Key (System SYSTEM P series memory through a floppy disk at the first time after
turning on power.
Program Loading Key)
3.3.2 F key is used to select an I/O device among I/O devices connected at that
F Keys (F1 to F0) time.
These F keys are provided with an LED. When depressing a key, the LED
lights, and when depressing the key once more, the LED goes out. The
lighting condition of of this LED indicates that an I/O has been
designated. No I/O device is operable when its corresponding LED is not
lighting.
The correspondence between F keys and I/O devices is as shown below.
(I) shows an input, while (O) shows an output.
(1) <F1> key: FANUC PPR paper tape reader (I)
(2) <F2> key: Floppy disk input (I)
(3) <F3> key: Not used
(4) <F4> key: Display of ladder diagram on SYSTEM P series screen
(O)
(5) <F5> key: FANUC PPR printer (O)
(6) <F6> key: FANUC PPR paper tape puncher (O)
(7) <F7> key: Floppy disk output (O)
(8) <F8> key: PMC–PA1/PA2/SA1/SA2/SB/SB2/SC (I/O)
(9) <F9> key: FANUC PMC writer, FANUC FA writer (I/O)
(10) <F10> key: FANUC printer (O)
(The ladder diagram is printed on the printer.)
(11) <F13> key: FANUC Floppy Cassette/FANUC FA Card adapter (I)
(12) <F14> key: FANUC Floppy Cassette/FANUC FA Card adapter
(O)
Combination of F key and menu number of FAPT LADDER decided
which function is to be executed.
688
3. COMPONENT UNITS AND
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) CONNECTIONS
3.3.3 Four R keys <R0> to <R3> are provided. The meaning of these keys differ
R Keys (R0 to R3) according to the screen conditions at their operating time, even in case of
the same key.
(1) R key menu screen
This screen is obtained just after loading a FAPT LADDER system
program (1/2) or when pressing <NL> key only in a menu screen.
Refer to Fig. 4.2.2.
<R0> FAPT ladder start.
. A menu screen appears.
<R1> Editing a ladder diagram starts.
<R2> Not used in FAPT ladder. (Not accepted when pressing
these keys)
<R3> Request key (see 4.8)
Press NL keys, if a wrong key was pressed by mistake. The screen is
reset to the condition before pressing the wrong R key.
(2) Other than R key menu screen
<R0> This key operation is accepted when EDIT is displayed at the
lower left part of the screen (called EDIT screen hereafter)
during sequence program editing. The screen is switched to
the sequence program, symbol, message, I/O module, and
title, each time this R key is pressed.
<R1> 1 When this key is pressed during printing of a ladder
diagram on an external printer, the printer stops every page
to be ready for key entry.
2 When this key is pressed during data transfer between
SYSTEM P series and PMC–SB/SC, data transfer is
stopped.
3 The signal display in a sequence program is alternately
selected to symbols and addresses, each time this R1 is
pressed during the display of the sequence program on the
screen.
<R2> Data on the last page are displayed, each time this key is
pressed on the EDIT screen.
<R3> 1 Data on the next page are displayed, each time this key is
pressed on the EDIT screen.
2 Transfer is aborted when this key is pressed during ROM
data transfer between SYSTEM P series and
PMC–WRITER or floppy.
689
3. COMPONENT UNITS AND
CONNECTIONS PMC PROGRAMMER (SYSTEM P series) B–61863E/12
3.3.4 Data keys are used to enter data. To switch the output of such keys
Data Keys and Screen between the upper character and lower–character, use the [SHIFT] key or
[LOCK] key. Pressing the [SHIFT] key together with an arbitrary key
Scroll Key changes the output of the arbitrary key to the upper character, and pressing
the [LOCK] key changes the output of all keys to upper character. To
release the upper character mode, press the [LOCK] key again.
Special keys are described below.
(1) <NL> key
Data entry from the SYSTEM P series keyboard are input into
SYSTEM P series by depressing <NL> key.
Two <NL> keys are located on the keyboard for easily operation.
(2) <CAN> key
Data being entered from the keyboard are cancelled.
(3) BS key
Data being entered from the keyboard are sequentially deleted
leftward, each time this key is depressed.
(4) Arrow keys <°> <±> <²> <³>
These keys are accepted only when a ladder diagram is being
displayed on the screen, and used for scrolling the ladder diagram.
NOTE
None of [INS] [DEL] [CHG] [AUX] keys and K key is employable
in the FAPT LADDER.
690
3. COMPONENT UNITS AND
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) CONNECTIONS
691
3. COMPONENT UNITS AND
CONNECTIONS PMC PROGRAMMER (SYSTEM P series) B–61863E/12
For this reason, when the PMC–SA1, –SA2 or –SB is used, both the
FA Writer and PMC Writer can be used. When the PMC–SC is used,
only the FA Writer is available.
When the PMC–SA1, –SA2 or –SB is used, the ROM writer used can
be selected on the REQUEST screen as follows.
1 On the REQUEST screen, enter WRITER then press the <NL> key.
2 The following message appears. To select the FA Writer, enter 0
or press the <NL> key. To select the PMC Writer, enter 1.
SET KIND OF ROM WRITER (0:FA WRITER, 1:PMC
WRITER)
WRITER=
The current setting of the ROM writer can be checked on the system
parameter screen.
(1) PMC Writer
The PMC Writer is required when the PMC–SA1, –SA2, –SB or
SB2 is available. To use a 1MB EPROM (27C1024), the 1M
EPROM adapter (A13B0147–B001) is required. Set the
EPROM select switch to the 271024 position before using the 1M
EPROM adapter.
(2) FA Writer
When the FA Writer is used with the PMC–SA1, –SA2 or –SB,
the EPROM adapter (1MB) for the FA Writer is required. When
the FA writer is used with the PMC–RC, the ROM module
adapter is required.
692
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
4 OPERATION
693
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
4.1 Various operations of FAPT ladder are done onthe specified screen.
GENERAL Fig. 4.1 shows the relation between various operations and corresponding
screens.
Key–in NL 00 or NL key–in
Menu screen
01 key–in 02 key–in 03 key–in 04 key–in 05 key–in 06 key–in 07 key–in 08 key–in 09 key–in 10 key–in
Edit Source ROM Source ROM Source ROM Unused Clear Parame-
screen program program program program program program screen ter set-
input input output output verify verify ting
screen screen screen screen screen screen screen
(PTR, (FD, (PTP, FD, (FD, (PTR, (FD,
FD, KB) RAM PRT) RAM FD) RAM
cassette) cassette) cassette)
E NL key–in
00 or NL key–in after
E NL key–in when an alarm occurred or when parameter set–ting.
processing was aborted halfway.
Automatic return when processing has been
terminated normally.
694
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
START
SYSTEM P power
on
Editing
NO
Is dedug
completed?
YES
SYSTEM P series
power off
END
695
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
4.2
PREPARATION
BEFORE OPERATION
4.2.1 The system floppy disk contains the system of FAPT LADDER for
System Floppy PMC–SA1/SA2/SB/SB2/SC.
4.2.3 FAPT LADDER system programs are loaded into the floppy. Also,
Loading of Floppy sequence programs can be written from SYSTEM P series into the floppy
or input from the floppy.
The loading method of the floppy is described in detail in the operator’s
manual for SYSTEM P series.
The following describes the loading direction of the floppy.
Loading direction of floppy
696
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
Drive No. 0
Drive No. 1
CRT
697
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
SET I/O KEY & KEY IN ONE OF THE FOLLOWING NO.S WHICH YOU WANT.
NO. ITEMS
01 EDIT LADDER PROGRAM.
02 INPUT LADDER PROGRAM FROM PTR OR FD.
03 INPUT ROM DATA FROM FD, PMC–RAM OR ROM.
04 OUTPUT LADDER PROGRAM TO PTP. FD OR PRINTER.
05 OUTPUT ROM DATA TO FD, PMC–RAM OR ROM.
06 COMPARE LADDER PROGRAM WITH PTR OR FD.
07 COMPARE ROM DATA WITH FD, PMC–RAM OR ROM.
Capacity of area
08 (UNUSED) used for symbols
09 CLEAR OF TITLE, SYMBOL, LADDER OR MESSAGE DATA. and comment data
698
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
4.2.6 Set parameters before inputting a sequence program without fail. Set
Parameter Setting and necessary parameters by changing from the menu screen to the parameter
setting screen (Fig.4.2.6), provided that the parameter setting screen is
Display automatically displayed just after loading the system floppy.
(Operation in step 1 is not required in the procedure below.)
1 Key in menu number “10 <NL>” from the menu screen.
Turn off all F keys. The screen is switched, and the parameter setting
screen shown in Fig. 4.2.6 is displayed.
The initial value of each parameter is as shown in Fig. 4.2.6.
KEY IN ONE OF THE FOLLOWING NO.S WHICH YOU WANT TO SET PARA,S.
01 (UNUSED) ;
02 COUNTER DATA TYPE ; BINARY
03 OPERATOR PANEL ; NO
KEY/LED ADDRESS ; /
KEY/LED BIT IMAGE ADRS. ; /
04 PMC TYPE ; PMC–RC
05 LANGUAGE ORIGIN ; 000000H
06 (UNUSED) ;
07 LADDER EXEC. ; 100% (1–150%)
08 (UNUSED) ;
09 IGNORE DIVIDE CODE ; NO
10 (UNUSED) ;
00 NOTHING TO SET
; ROM WRITER=FA WRITER
NO.=
699
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
700
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
701
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
4.3
PROGRAM EDITING
4.3.1 Display the EDIT screen by keying in ”1 <NL>” from the menu screen.
Data Display and Press <R0> by necessary times until a desired screen appears from the title
to I/O module. The screen is switched in the sequence shown in Fig.
Setting (Title, Symbol, 4.3.1, each time <R0> key is pressed.
Ladder Program,
Comment, Message, Individual screens are reset to the menu screen by ”E <NL>”. In this
paragraph, only the input and editing operation of each data from the
I/O Module)
keyboard is described.
For the I/O operations using a paper tape or a floppy, see 4.4 and 4.5.
(1) Title data (title data list screen).
Set the following data on sequence program as a comment.
EDIT screen
Ladder program list R0
screen
R0
R0
R0
I/O module data list Message data list
screen screen
R0
0003 ALTERED
EDIT
702
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
Number to be set
Example) “A4 0001 NL”
e) EDITION NO.
Set the edition number (max. 2 characters).
Key in “A5 @@ NL”.
Date to be set
Example) “A7 1990.10.23 NL”
703
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
h) PROGRAM DESIGNED BY
Set the sequence program designer name (max. 32 characters).
Key in “A8 @@@..........@@@ NL”.
Name to be set
Example) “A8 MR.***&MISS *** NL”
i) ROM WRITTEN BY
Set the name of the programmer who wrote a program into ROM
cassette (max. 32 characters).
Key in “A9 @@@..........@@@ NL”.
Name to be set
Example) “A9 MR.***&MISS *** NL”
j) REMARKS
Set remarks (memo) (max. 32 characters).
Key in “A10 @@..........@@ NL”.
Remarks to be set
Example) “A10 MEMO–COMMENT NL”
Set title data about all items in the above format for both entry and
alteration.
All characters are settable so long as they can be keyed in from
the SYSTEM P series keyboard. Set easy–to–understand data
about individual items.
(2) Symbol and comment data (SYMBOL & COMMENT LIST screen).
A symbol means a signal name to be attached to each PMC I/O signal.
The comment data is a comment statement of the signal name.
The symbol is optionally settable within maximum 6 characters,
while the comment data are optionally settable within maximum 30
characters.
a) Input from keyboard (Insert)
Key in “G0.1 SYMNAM COMMENT NL”.
Comment data
Symbol name
Address
Mode selection(IS..., AS...) and line selection (I..., A...) need not
be specified when symbols or comment data are input or edited.
Also addresses (G, F, X, Y,...) can be entered in any sequence.
b) Alter
The operation is completely the same as that described in 2) a).
c) Insert
The operation is completely the same as that described in 2) a).
704
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
d) Delete
i) Delete every line
Key in “D@@@ NL”.
705
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
A means alter.
b) Delete
Delete message data every line in the following format.
Key in “D@@@ NL”.
706
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
b) Delete
Delete I/O module data every address by specifying it as follows:
Key in “@@@@ NL”.
Address of I/O module data to be deleted
(input X0, Y0, ...)
NOTE
1 If the same slot number is specified when the group and
base numbers are equal to each other, alarm No. 88 occurs.
2 If an output module is specified at an input address or an
input module is specified at an output address, alarm No. 87
occurs.
3 If a module is set doubly to a preset address, alarm No. 81
occurs.
a.
X000 2 0 1 FS08A
X001 2 0 1 FS08A
If an attempt is made to set a module to X014 like c., alarm No. 88 oc-
X002 2 0 1 FS08A
curs due to the reason in 1).
X003 2 0 1 FS08A
X004 2 0 1 FS08A
X005 2 0 1 FS08A
d.
X006 2 0 1 FS08A If an attempt is made to set an output module to X006 like d., alarm
No. 87 occurs due to the reason in 2).
X007 2 0 1 FS08A
X008 b.
X009 2 1 8 ID16C
X010 2 1 8 ID16C
X011 If an attempt is made to set input module ID32B to X006 like d., alarm
No. 81 occurs due to the reason in 3). In this case, this input module
X012 must be set after deleting a. and b. modules once.
X013
X014 c.
2 1 8 ID16C
X015 2 1 8 ID16C
The module names (FS08A, CT01A, etc.) used for input and output in common are out of the objects
of check in 1) and 2).
707
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
NOTE
1 Instructions to be keyed in are entered by abbreviated
symbols as shown above for the purpose of preventing a
key–in failure and improving the operability by reducing the
number of key–in times. It is also allowable to input these
instructions by using their full names, like ”RD X0.1 <NL>”.
Table 4.3.2 shows the correspondence between
abbreviated symbols and full names.
2 No severe format checking is performed for mnemonic
program. For example, the following program may be
correct with mnemonic programming.
However this program cannot be displayed as ladder
diagram nor printed out on the printer.
Wrong program
708
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
709
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
NOTE
If an address is specified which can not be changed to a new
address, an alarm 09 occurs when the specified line will be
changed. In that case, previous lines correctly changed to
that line can be acceptable.
710
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
711
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
b) Sequential insert
i) Key in ”IS@@@@@ <NL>” (Insert Succession) to set the
sequential insert mode, and *IS MODE* is displayed at the lower
right part of the screen.
@@@@@:Line number just before the instruction to be inserted
(maximum 5 digits)
ii) Instructions are sequentially inserted starting with the line next
to the line specified by @@@@@, each time the key–in
operation is done in the ”R X0.1 NL” format.
iii) After sequential insert, key in ”IE <NL>” (Insert End).
Example) Sequential insert of a sequence program
For inserting multiple instructions after step number
20
(Key in sequence)
1 IS20 <NL> (Sequential insert start
command)
³ *IS MODE* is displayed at the
lower right part of screen.
712
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
NOTE
Input data after changing the symbol display into address
display by passing R1 key, if the address of the instruction
to be searched is defined by a symbol and displayed by the
symbol.
713
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
NOTE
This search applies to such a case as the address of the
instruction to be searched is defined by a symbol and the
symbol is displayed.
714
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
4.3.7 The ladder diagram can be displayed on the programmer function EDIT
Display of Ladder screen.
Diagram Set the screen to EDIT screen (LADDER PROGRAM LIST)
a) Turn on F4 key.
b) Depress <NL> key
The ladder diagram is displayed on the screen.
For displaying the sequence program in the mnemonic format from
the ladder diagram, turn off F4 key, and depress <NL> key.
The ladder diagram at an optional point can be displayed by the step
number search or instruction search method.
If a ladder diagram cannot be displayed on one screen, it can be
displayed by scrolling it leftward, rightward, upward, and downward
as shown in the following table.
c) Edition during LADDER diagram display
Sequence programs can be edited even on the LADDER diagram
screen display, (This function is convenience when sequence
programs are edited with seeing LADDER diagram print out list.)
From ’EDIT=’ in the LADDER diagram screen display, sequence
programs can be edited by the same operation as in editing programs
in the ’LADDER PROGRAM LIST’ screen.
715
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
Example)
* LADDER DIAGRAM *
Y0.0
X0.0 2 Press R0 key to display the ’LADDER PROGRAM
LIST’ screen.
Two lines ’RDX1.0’ AND ’WRT Y1.0’ are added before
’SUB1 (END1)’.
END2
~ ~
3 When the LADDER diagram is displayed again, the
diagram after adding the above two lines is displayed.
EDIT=
4.3.9 Key is “E <NL>” (End) after editing a sequence program, and the EDIT
Editing end screen is reset to the menu screen.
716
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
4.4
INPUT OF PROGRAM
b) Title date
c) Symbol date
d) Ladder program
e) Message date
CR ~ Feed
717
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
SET I/O KEY & KEY IN ONE OF THE FOLLOWING NO.S WHICH YOU WANT.
NO.ITEMS
01 EDIT LADDER PROGRAM.
02 INPUT LADDER PROGRAM FROM PTR OR FD.
03 INPUT ROM DATA FROM FD. PMC–RAM OR ROM.
04 OUTPUT LADDER PROGRAM TO PTP. FD OR PRINTER.
05 OUTPUT ROM DATA TO FD. PMC–RAM OR ROM.
06 COMPARE LADDER PROGRAM WITH PTR OR FD.
07 COMPARE ROM DATA WITH FD. PMC–RAM OR ROM.
08 (UNUSED)
09 CLEAR OF TITLE. SYMBOL. LADDER OR MESSAGE DATA.
10 PARAMETER SET.
00 END EDIT & DISPLAY.
F1 : PTR (I) . F4 : GRP (O) SYMBOL =00.0KB SCAN TIME–OO8MS
F2 : FD (I) . F10 : EPRT (O) LADDER =00.0KB
F5 : PRT (O) MESSAGE=00.0KB
F6 : PTP (O)
F7 : FD (O) END SEQ.NO=00000
F8 : PMC (I/O) ERR SEQ.NO=00000
F9 : ROM (I/O) ERR BLOCK =00000
SET FD & KEY IN ’OK’ ’KILL’ OR ’NO’
FD0 = OK ’@FILE NAME’
<DRIVE><@NAME OR NUMBER>
NO.=
Example
718
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
CAUTION
If sequence program instructions are sequentially entered
while a sequence program is loaded in the SYSTEM P
series memory, the instructions are entered into the
SYSTEM P series memory following the previously loaded
program. Clear SYSTEM P series memory, if a new program
is entered from the floppy. (see 4.7)
The SYSTEM P series memory is cleared by turning off the
SYSTEM P series power supply.
719
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
720
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
NOTE
When using the SYSTEM P Mate, if ROM module B, C or
D is selected, overlay occurs. When cassette B or C is
selected, set the work floppy disk for external memory in
drive 1.
721
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
4.5
OUTPUT OF
PROGRAM
SET I/O KEY & KEY IN ONE OF THE FOLLOWING NO.S WHICH YOU WANT.
NO. ITEMS
01 OUTPUT ALL DATA.
02 OUTPUT SYSTEM PARAMETER.
03 OUTPUT TITLE DATA
04 OUTPUT SYMBOL DATA.
05 OUTPUT MESSAGE DATA.
06 OUTPUT I/O MODUL DATA.
07 OUTPUT LADDER PROGRAM (MNEMONIC).
08 OUTPUT LADDER DIAGRAM (ONLY FANUC PRINTER).
09 OUTPUT CROSS REFERENCE (SEQUENCE NO.)
00 END
F5 : PRT (O) , F10 : FANUC PRINTER (O)
F6 : PTP (O) , F13 : CROSS REFERENCE (NO.8)
F7 : FD (O)
NO. =
Select a desired data and device from the above details menu screen by
combining the menu numbers and F keys.
(1) OUTPUT ALL DATA
All data of system parameters, titles, symbols, messages, I/O
modules and ladder programs (source format) are output to a device
specified by an F key.
Turn on an F key corresponding to the device to be output, and key
in detail menu number ’01 <NL>’.
If F10 key is turned on, all data are output to the FANUC printer
(external printer) and the ladder diagram is output last. If F13 key is
turned on furthermore, the ladder diagram is output with a cross
reference.
(2) OUTPUT SYSTEM PARAMETER
System parameter data are output to a device specified by an F key.
Turn on an F key corresponding to the device to be output, and key
in detail menu number ’02 <NL>’.
(3) OUTPUT TITLE, DATA
Title data are output to device specified by an F key.
Turn on an F key corresponding to a device to be output, and key in
detail menu No. ’03 <NL>’.
(4) OUTPUT SYMBOL DATA
Symbol data are output to device specified by an F key.
Turn on an F key corresponding to a device to be output and key in
detail menu number ’04 <NL>’.
The screen is switched and the following display appears.
OUTPUT = ’L@@@@ (,@@@@)’
OUTPUT =_
Specify the output range by line numbers as follows.
722
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
Example)
Key in ’L1, 100 NL’
Output end liner number (If this parameter is
omitted, data are output to the last one.)
Output start line number
(5) OUTPUT MESSAGE DATA
Message data are output to a device specified by an F key.
Turn on an F key corresponding to a device to be output, and key in
detail menu number ’05 <NL>’.
The screen is switched and the following display appears.
OUTPUT = ’A@@.@ (,@@.@)’
OUTPUT =_
Specify the output range by addresses as follows.
Example)
Key in ’A1.0,10.1’
Output end address (If this parameter is
omitted, data are output to the last one.)
Output start address
(6) OUTPUT I/O MODULE DATA
I/O module data are output to a device specified by an F key.
Turn on an F key corresponding to a device to be output, and key in
detail menu number ’06 <NL>’.
(7) OUTPUT LADDER PROGRAM (MNEMONIC)
Ladder program (source format) data are output to a device specified
by an F key.
Turn on an F key corresponding to a device to be output, and key in
detail menu number ’07 <NL>’.
The screen is switched and the following display appears.
OUTPUT = ’L@@@@ (,@@@@)’
OUTPUT =_
Specify the output range by line numbers as follows.
Example)
Key in ’L1,100 NL’
Output end line number (If this parameter is
omitted, data are output to the last one.)
Output start line number
(8) OUTPUT LADDER DIAGRAM (ONLY FANUC PRINTER)
A ladder diagram is output to the FANUC printer (external printer).
Key in detail menu number ’08 <NL>’, and then, turn on F10 key.
Turn on F13 key furthermore, if it is desired to output the ladder
diagram with a cross reference.
The screen is switched and the following display appears.
OUTPUT = ’L@@@@ (,@@@@)’
OUTPUT =_
Specify the output range by line numbers as follows.
(Partial output is also possible.)
723
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
Example)
Key in ’L1,100 <NL>’
Output end line number (If this parameter is
omitted, data are output to the last one.)
Output start line number
ITEMS
ADDR=
NOTE
D It takes time more or less from the end of operation on end
to the start of printer operation when outputting the
LADDER diagram with cross reference. (EXECUTING is
displayed on the screen.)
This time depends upon the size and complexity of
sequence programs. The cross reference is displayed by
the page number and the line number of the LADDER
diagram every contact.
See Appendix printout example.
D If R1 key is pressed when each data is being output to the
FANUC printer (External printer), the output is cancelled.
724
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
G0000.0 *IT
653
G0000.1 *CST
653
G0000.4 *ESP
22 568 901 912 1177 1189 1288 2800
G0000.5 *SP
45 2802
G0000.7 ERS
3435 3512
G0001.0 *AIT
656
NOTE
1 When the same address performs double writing,”*
MULTIPLE COIL USED *” is displayed.
2 If the F10 key is set to OFF and output performed, the cross
reference table is displayed on the screen.
725
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
726
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
727
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
728
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
4.6
COLLATION OF
PROGRAM
4.6.1 Enter source programs from the designated input unit, and compare them.
The operation method is the same as source program entry, except that ”6”
Collation of Source
shall be designated as the menu number.
Programs
(1) Comparison with PTR
1 Turn on F1 key.
2 Key in menu number “6 NL”.
(2) Comparison with FD
1 Turn on F2 key.
2 Key in menu number “6 <NL>”.
3 The screen is switched, and the following message is displayed.
SET FD & KEY IN “OK”, “KILL” OR “NO”,
FD0=OK<DRIVE> <@NAME OR : NUMBER>
FD0=
Specify the file name to be compared.
After normal end, the screen is automatically reset to the menu screen.
Also, this menu screen is reset by keying in “KILL
4.6.2 Compare ROM format program by reading it from the specified input
device. The operation method is the same as in ROM format program
ROM Format Program
input, except that menu number “7” is specified.
(1) Comparison with FD
1 Turn on F2 key.
2 Key in menu number “7 <NL>”.
3 The following operation is the same as in 4.6.1 2)– 3 and later.
(2) Comparison with PMC–RAM
Display the I/O of PMC screen on the CRT/MDI before executing the
following operation.
1 Turn on F8 key.
2 Key in menu number “7 <NL>”.
Note when comparing P–G and PMC–RAM : The comparison
between P–G and PMC–RAM should be performed immediately
after the data transfer. (When the comparison is made after the output
of ROM format data, the parity portion of data may become error.)
(3) Comparison with EPROM for PMC and ROM module
1 Turn on F9 key.
2 Key in menu number “7 <NL>”.
The screen is switched, and the comparison of ROM program is
started. After normal end, the screen is automatically reset to the
menu screen.
729
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
4.7 Delete ladder programs, symbols, message, titles, and I/O module data
being loaded into SYSTEM P series memory according to the following
DELETION OF procedure.
PROGRAMS
1 Put the screen to menu screen.
2 Key in menu No. “9 <NL>”.
3 The screen is switched, and the following message is displayed at the
lower left part of the screen. See Fig. 4.7.
KEY IN “1,2,3,4 OR 5” OR “NO”
CLEAR/KEEP =
4 Key in data number of the data to be deleted or key in “NO <NL>”,
if it is not desired to delete any data. After processing, the screen is
automatically reset to the programmer menu screen.
KEY IN ONE OF THE FOLLOWING NO.S WHICH YOU WANT TO CLEAR DATA
NO. ITEMS
01 TITLE DATA
02 SYMBOL DATA
03 LADDER DATA
04 MESSAGE DATA
05 I/O MODULE DATA
06 ALL DATA CLEAR
730
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
4.8 Key in <NL> alone at the menu screen to display the R key menu screen.
Key in R3 at the R screen, and the display ’REQUEST=’ will appear at
SPECIAL USES OF bottom left of the screen, making key inputs possible. Key in <NL> on
THE R3 KEY this screen to return to the R key menu screen.
R3 executes a large number of processings. For the FAPT LADDER
system, however, note the following two points:
(1) Floppy file name output
1 Press R3 key at the R key menu screen.
2 This will change the screen contents, displaying ’REQUEST=’ at
its left bottom.
3 Key in FDLIST <NL>.
4 The file name will appear on the CRT display. To print out the file
name, turn on the F5 (printer) key in advance.
(2) Change of I/O devices (for output to a printer other than that of PPR)
1 Key in IO PRT, CN3, F5 <NL> while the screen displays
’REQUEST=’. When the F5 key has been turned on in advance,
the data is printed on the printer connected to connector CN3 on
the SYSTEM P series rear side.
731
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
4.9
DIRECT EDITING BY
LADDER DIAGRAM
4.9.1 Using the P–G Mate/Mark II software keys (in the case of P–G Mate, the
Outline F keys), sequence program creation and editing can be performed directly
by the ladder diagram.
In the following explanation, [P–G Mate] is called [Mate] and [P–G Mark
II] is called [Mark II].
When it is possible to use this function, in the R key menu screen
R1: EDIT
is displayed. (In systems where [UNUSED] is displayed, it cannot be
used.)
The following items are present in the edit function.
D Ladder diagram direct editing by software key and cursor (input,
addition, deletion and substitution)
D Copying, moving and deletion of multiple lines of the ladder
D Optional relay and coil reference
D Comment display on ladder diagram
4.9.2 (1) This function operates only when the P–G Mate main unit is version
04 and later. (When the power supply is turned on, it is displayed in
Limitations in SYSTEM the lower right part of the initial screen.)
P Mate (2) The function keys <F keys> are used instead of the soft keys (P–G
Mark II). In the description that follows, an explanation for the soft
keys (P–G Mark II) is given. When P–G Mate is used, operate with
the function keys. At this time, in order to make the F key respond
and display the screen bottom line, the F key lamp illuminates to
correspond to those items displayed with shaded characters on the
screen.
732
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
R0 : PROGRAMMER
R1 : EDIT
R2 : UNUSED
R3 : REQUEST
Press the <R1> key
FUNCTN or or COMAND
[ COMAND ]
[ COMAND ]
1 2 3 4 5
1 [ DELNET ]
2 [ INSERT ]
3 [ ADRESS ]
4 [ SEARCH ]
5 [ COPY/MOVE ]
733
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
4.9.4 In order to input the sequence program, press the <R1> key from the R
Sequence Program key menu. The soft key menu program is displayed, and in the case that
the sequence program has not yet been input, only the left and right
Input vertical lines of the ladder diagram are displayed on the screen.
Start inputting a program with the screen in this state.
Input a ladder diagram program by moving the cursor to the desired input
position using the cursor key.
The following description shows an example of the input of a program of
basic instruction and a program of functional instruction.
(1) Basic instruction program input
X2.4
1 Press the soft key [ ] after moving the cursor to the start
position.
Symbol [ ] is input at the cursor position and
HORIZONTAL LINE ILLEGAL is displayed at the lower right
part of the screen. This is a cautionary message which shows that
the ladder diagram horizontal line is not yet completely created.
Input the continuation address and bit data.
2 Press the <NL> key after inputting R0.1 using the keyboard. The
address is set on the contact and the cursor shifts rightward.
3 Input A contact with address R10.2 by the above methods 1 and
2.
4 Input B contact R1.7.
Press the soft key [ ], input address R1.7, and then press the
<NL> key. The address is set on the B contact and the cursor shifts
rightward.
5 Press software key [ ] with the cursor position unchanged.
A right horizontal line is automatically drawn, and a relay coil
symbol is entered near the right vertical line.
6 Press the <NL> key after inputting address R20.2.
The cursor automatically shifts to the input start position of the
next line.
7 Next, input the OR condition.
Press the soft key [ ], input address X2.4, and then press
the <NL> key. The address is set on the B contact and the cursor
shifts rightward.
734
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
NOTE
1 When the ladder program displayed on the screen is incomplete (when, for example, addresses
have not been entered) or erroneous, the screen cannot be scrolled even when a page key is
pressed. Before attempting to scroll the screen, therefore, ensure that the ladder program is
complete and error–free.
2 Since 8 contacts + coil are specified to be inputtable per line from the screen, any more contacts
in excess of this amount cannot be input. However, this restriction does not apply to a sequence
program created with mnemonic format.
When a sequence program, transferred from the offline programmer to the PMC, exceeds the
length which can be displayed on a single line, the program is displayed using two or more lines,
linked with a continuation symbol.
This continuation symbol is not erasable by software key [±±±±].
3 Below is shown an example with an error net, or part of it, erased with no error display.
Net is repeated
2 Case of multiple WRT results in 1 NET difference as shown in the diagram below.
Section C is erased
735
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
NOTE
3 Case of exceeding the highest rank WRT in 1 NET
B
A C
Section B is erased
(SUB 8)
Input address
Low rank 4 bit logic data
MOVE
(1)
(SUB 8) (2)
(3)
(4)
736
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
4.9.5 The method of substituting a created sequence program is the same as that
described earlier in Section 4.9.4.
Substitution of
Sequence Programs Move the cursor to the program part you want to alter and input the change
data.
4.9.6 From the soft key program menu, press the soft key [COMAND] and
operate with the soft keys shown below.
Additions to Sequence
Programs When you want to end the program menu shown below, press the soft key
at the extreme left.
Case of adding
Move the cursor to the position where you want to add, and input te
program by the method described in Section 4.9.4.
737
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
ÕÕÕ
Case of adding
ÕÕÕ
Cursor
Addition
738
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
ÕÕÕ
[INSLIN] key is pressed, one line will be inserted.)
ÕÕÕ
a
ÕÕÕ
Crusor
ÕÕÕ
ÕÕÕ
b
a ÕÕÕ
ÕÕÕ
Cursor
b ÕÕÕÕ
ÕÕÕÕ
739
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
a ÕÕÕÕ
ÕÕÕÕ
Cursor
ÕÕÕÕ
b
ÕÕÕÕ
If the character ”A” is keyed in and the [INSELM] key is pressed
with the cursor in the position on the left, the state shown in the
diagram on the right will occur.
4.9.7 (1) For deleting part of a program, use the following three kinds of soft
keys and delete after setting the cursor to the unnecessary part.
Deleting a Sequence
[– – – –] : Deletion of horizontal lines, relay contacts coils, etc.
Program
[ ] : Deletion of upper left vertical line to the cursor
[ ] : Deletion of upper right vertical line to the cursor
(2) For the deletion of a program net (part corresponding to the section
from RD instruction to WRT instruction), use the [DELNET] key.
(3) Deleting multiple NETs in NET units
1 Deletion
Move the cursor to the NET you want to delete and press the
[DELETE] key. The net you want to delete will be displayed in
red. (In the case of Mate, in reversal display.)
2 Deleting multiple nets
Move the cursor with the cursor DOWN key, [C–DOWN] key, or
[SEARCH] key to display in red the NET you want to delete. (In
the case of Mate, in reversal display.) Further, key in a numerical
value and press the [C–DOWN] key to move the cursor the
number of times specified by this value.
3 Execution . . . . . . Press the [EXEC] key
Cancellation . . . . Press the [CANCEL] key
4 If you already know the NET you want to delete, move the cursor
to the first NET, key in the number of NETs, and press the
[DELNET] key to omit steps 1 and 2.
740
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
741
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
X2.0
ÕÕÕ
R20.1
Y1.2
R6.4
ÕÕÕÕ
ÕÕÕÕ
R20.1 R2.2
R0.4
The same address is searched and
R0.5 R10.5 the cursor shifts to this position.
742
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
4.9.9 The sequence program with multiple NETs is copied in units of NETs.
Copying a Sequence Specify the NET to be copied and specify the copy position with the
cursor. When copying, the number of copies can also be specified.
Program
1 Copying
Move the cursor to the NET you want to copy and press the [COPY]
key. The NET you want to copy will be displayed in yellow (in the
case of Mate, in reversal display).
2 Copying multiple NETs
Move the cursor with the cursor UP/DOWN key, [C–UP] key,
[C–DOWN] key, or [SEARCH] key to display in yellow the NET to
be copied. (In the case of Mate, in reversal display.) Further, if you
in a numerical value and press the [C–UP] or [C–DOWN] key, you
can scroll up or down the screen by the number of times specified by
this value.
3 Setting the NET to be copied
Press the [UNTIL] key.
4 Specifying the copying address
Copying is performed by the [TO] key. At this time, the NET is
copied in the direction above the cursor. If the number of copies is
keyed in before the [TO] key is pressed, the NET is copied that
specified number of times.
5 Further, if the NET you want to copy is already known, if the cursor
is moved to the first NET and the number of NETs is keyed in, then
by pressing the [COPY] key, steps 1 to 3 can be omitted.
NOTE
An error NET cannot be copied.
743
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
NOTE
An error NET cannot be moved.
744
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
Signal name
(within 6
characters)
Comment
MA SPDALM X2.4 R2.2 Y4.3 ATCALM R100.1 MRDY (within 30
MACHINE characters)
READY
APCALM R5.4 MALM
MACHINE
ALARM
10 lines
APC
745
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
4.9.12 The main function of each soft key can be directly selected from the
Compressed Input by [COMAND] key.
[COMAND] Key After keying in the characters shown below, press the [COMAND] key.
[ ] shows parts that can be omitted. Further, the ”n” appearing after the
characters signifies that it is also posssible to input a numerical value. For
example, after keying in ”D2”, pressing the [COMAND] key results in the
same operation as keying in 2 and pressing the [DELNET] key.
I [NSERT]
D [ELNET] [n ]
A [DRESS]
SY [MBOL]
S [EARCH]
C [OPY] [n ]
M [OVE] [n ]
n :numerical value
The creation and search of programs is performed by pressing the
software keys of the above menu.
NOTE
The software keys [ or ] and [ or ] are used to
create or delete the upper left vertical line or the upper right
vertical line on the ladder diagram. The solid line display of
the vertical line indicates creation; the dotted line display of
the vertical line indicates deletion. As to which menu will
appear above the software keys, is decided by the ladder
diagram form and the cursor position.
4.9.13 In the program menu shown below, press the extreme left software key.
Ending Edit of a
Sequence Program
FUNCTN or or COMAND
NOTE
When an error NET exists, ERROR NET NO. is displayed
and you cannot end the edit. End after correcting the
erroneous NET.
746
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
4.10
INPUT/OUTPUT OF
LADDER PROGRAM
WITH P–G AND
FLOPPY
CASSETTE/FA CARD
4.10.1 The ladder program can be stored in or fetched out of a floppy cassette/FA
General card by connecting P–G and floppy cassette adapter/FA card adapter by
using this function enables reading the program stored in a floppy
cassette/FA card by using PMC RAM into P–G or reading the program
stored in a floppy cassette/FA card by using P–G into PMC RAM. The
usable adapters are as follows:
D FANUC cassette adapter 3 (A13B–0131–B001)/cassette F1
(A87L–0001–0038)
D FANUC floppy cassette adapter (A13B–0150–B001)/floppy cassette
(A87L–0001–0039)
D FA card adapter (A13B–0148–B001)/FA card (A87B–0001–0108)
4.10.2 When using the FANUC floppy cassette adapter/FA card adapter, change
Setting I/O Commands the settings of the input/output devices by the following ‘IO commands’.
1 Press the R3 key on the R key menu screen. ‘REQUEST=’ is
displayed lower left on the screen, and keying in is permitted.
2 Key in ‘IO BCA, CN2, F13, F14 [NL]’. The floppy cassette
adapter/FA card adapter is assigned to channel 2.
3 To return the assignment to channel 2 to PMC WRITER, key in ‘IO
AUX, CN2, F9 [NL]’.
747
4. OPERATION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
6 ‘OK 1 [NL]’ (specify file No.) or ‘OK NEXT [NL]’ (read the next
file).
7 The screen changes, and reading the program from the floppy
cassette/FA card starts.
8 When the program reading ends normally, the screen will
automatically return to the programmer menu. If any error is detected
during the program reading, ‘PART=’ is displayed lower left on the
screen. Check the error contents, and key in ‘E [NL]’. The screen
will return to the programmer menu.
NOTE
When ROM module B or C is selected during use of
SYSTEM P Mate, the program is overlaid. In this case,
insert the work floppy disk for the external memory into drive
1.
CAUTION
When specifying file number, put the numbers in the
ascending order. If the file No. located at the middle of a
floppy disk is specified, the files after that will be deleted.
6 The screen changes, and writing the program into the floppy
cassette/FA card starts.
7 When the program writing ends normally, the screen will
automatically return to the programmer menu. If any error is detected
during the program reading, ‘PART=’ is displayed lower left on the
screen. Check the error contents, and key in ‘E [NL]’. The screen
will return to the programmer menu.
748
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 4. OPERATION
NOTE
For the program which is output from PMC–SA1/SA2/SB/SC
RAM board to the floppy cassette/FA card by specifying
LADDER of ALL, there is no problem in the input/collation. It
is impossible to make input/collation for the program which is
output by specifying PARAM.
749
5. FILE EDITING FUNCTION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
750
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 5. FILE EDITING FUNCTION
5.1 This function edits floppy disk data in the unit of file. When key in only
<NL> the menu screen of R key appears key in R3 key on the R key menu.
GENERAL ’REQUEST=’ will be displayed on the left below part of the screen to
show a key–in enable condition.
NOTE
The format for file designation is as follows:
[drive No.] @ file name
: file No.
751
5. FILE EDITING FUNCTION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
In file editing function, the above floppy disk set request message key
input parameter can also be used. Now, parameter used in common here
here has the following meaning. Specify ’OK’, ’NO’, ’KILL’ and instruct
the answer to the set request.
OK . . . . After instructing execution of read and write, specify
parameter.
NO . . . . Cancel read/write to floppy only.
KILL . . Cancel the specified process.
Parameters instructing details of read and write is as follows.
752
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 5. FILE EDITING FUNCTION
NOTE
When specifying drive number and file name or file number,
specify without separating, as follows.
Example) 0 @ ABC or 1 : 5
753
5. FILE EDITING FUNCTION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
754
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 5. FILE EDITING FUNCTION
5.3 This command displays the attributes of files in the floppy disk, such as
file name, file size, etc.
FDLIST COMMAND —
FILE ATTRIBUTE a) Input format
DISPLAY [D,] [P,] [S,] [F,]
FDLIST
[L,]
@ file name
[Drive No.]
: file No.
b) Operand
D: Display of file creation date consisting of 6 characters
P: Identification display of protection files
S: Display of file size
F: Display of size of unoccupied area
L: Executes all display by parameters D, P, S, F.
@ file name Displays a file having the designated
file name or designated
: file No. file number only. If this designation
is omitted, all files are treated as
processing objects.
NOTE
The numeric characters shown in SIZE, FILE USED AREA,
DELETED FILE AREA, and FREE AREA are displayed
assuming that 256 characters are 1.
755
5. FILE EDITING FUNCTION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
5.4 This command designates a change of the file name, file creation date, and
the designation of protection file.
RENAME COMMAND
— FILE ATTRIBUTE a) Input format
CHANGE @ file name P
RENAME [drive No.] [,/date] [@ new file name]
: file No. NP
756
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 5. FILE EDITING FUNCTION
b) Function
This command deletes the designated file. Even if the file name is
displayed by FDLIST, the file name is not displayed any longer. The
area occupied by the deleted file must be released by CONDENSE
command before writing new data into the area.
757
5. FILE EDITING FUNCTION PMC PROGRAMMER (SYSTEM P series) B–61863E/12
5.7 This command copies files to another floppy disk by using two floppy
disk units.
REMOVE COMMAND
a) Input format
— FILE COPY
M input drive @ file name INT , P , [/date] , @ new file
REMOVE A, No. file No. ADD NP name
758
B–61863E/12 PMC PROGRAMMER (SYSTEM P series) 5. FILE EDITING FUNCTION
759
APPENDIX
A. ERROR CODES LIST
B–61863E/12 APPENDIX (FOR FAPT LADDER P–G)
763
A. ERROR CODES LIST
(FOR FAPT LADDER P–G) APPENDIX B–61863E/12
764
A. ERROR CODES LIST
B–61863E/12 APPENDIX (FOR FAPT LADDER P–G)
765
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
766
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.1 This window function is a functional instruction by which the data on the
CNC is read or is written.
FUNCTION
B.2 In the way to process, there are window function high speed and one
processed at low speed.
LOW–SPEED
RESPONSE AND In case of a low–speed response, The data is read or written by the control
between CNC and PMC
HIGH–SPEED
Therefore, it is necessary to ACT=1 of the window instrucion must be
RESPONSE OF held until the transfer completion information (W1) becomes 1 (interlock).
WINDOW FUNCTION
In a high–speed response, it is not necessity for take the interlock because
the data is directly read.
CAUTION
The window instruction of a low–speed response is
controlled exclusively with the other window instructions of
low–speed response.
Therefore, when the data is read or written continuously, it
is necessary to clear ACT of the functional instruction once
when the completion information (W1) become 1.
It does not work about ACT=1 of the other window
instructions of low–speed response such as W1=1 and
ACT=1 of the window instruction of a low–speed response.
The window instruction of a high–speed response is not
exclusively controlled like a low–speed response.
Therefore, when the data is read or written continuously,
yow need not make ACT=0.
The scan number of times to complete the processing is
summarized on the following table.
NOTE
Enter the desired function code (to which 1000 is added
when data of the second tool post (HEAD2) is read or written
in the TT series, or when data of the second path is read or
written in two–path control of the Power Mate–D.
To perform path 3 read/write operation in 3–path control, enter
a function code + 2000.
767
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.3
LIST OF WINDOW
FUNCTIONS
Number Description Function code R/W
1 Read CNC system information 0 R
2 Read the tool offset 13 R
3 Write a tool offset :Low–speed response 14 W
4 Read the work origin offset *PM :Low–speed response 15 R
5 Write work origin offset *PM :Low–speed response 16 W
6 Read parameters *SB56 :Low–speed response 17 R
7 Write parameters :Low–speed response 18 W
8 Read setting data *SB56 :Low–speed response 19 R
9 Write setting data :Low–speed response 20 W
10 Read custom macro variables *SB56 :Low–speed response 21 R
11 Write custom macro variables :Low–speed response 22 W
12 Read the CNC alarm state 23 R
13 Read the current program number 24 R
14 Read the current sequence number 25 R
15 Read an actual velocity for controlled axes 26 R
16 Read an absolute position (absolute coordinate value) on controlled axes 27 R
17 Read a machine position (machine coordinate value) on controlled axes 28 R
18 Read a skip operation (G31) stop position (coordinate value) on controlled axes 29 R
19 Read a servo delay amount 30 R
20 Read acceleration/deceleration delay amount on controlled axes 31 R
21 Read modal data 32 R
22 Read diagnosis data *SB56 :Low–speed response 33 R
23 Read a feed motor load current value (A/D conversion data) 34 R
24 Reading tool life management data (tool group No.) *PM *21T 38 R
25 Reading tool life management data (number of tool group s) *PM *21T 39 R
26 Reading tool life management data (number of tools) *PM *21T 40 R
27 Reading tool life management data (usable life of tool) *PM *21T 41 R
28 Reading tool life management data (tool usage counter) *PM *21T 42 R
Reading tool life management data (tool length compensation No. (1): Tool No.)
29 43 R
*PM *21T
Reading tool life management data (tool length compensation No. (2):
30 44 R
Tool order No.) *PM *21T
Reading tool life management data (cutter compensation No. (1): Tool No.)
31 45 R
*PM *21T
Reading tool life management data (cutter compensation No. (2): Tool order No.)
32 46 R
*PM *21T
33 Reading tool life management data (tool information (1): Tool No.) *PM *21T 47 R
Reading tool life management data (tool information (2): Tool order No.)
34 48 R
*PM *21T
35 Reading tool life management data (tool No.) *PM *21T 49 R
36 Reading the actual spindle speed 50 R
768
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
769
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
*1 Function codes that have R in the R/W column are window read functions specifiable with the WINDR function command. Function
codes that have W in the R/W column are window write functions specifiable with the WINDW function command.
*2 For window functions mark with “Low–speed response,” reading and writing parameters, setting data, diagnostic data and so on starts
after the PMC receives the response for request of reading and writing from the CNC. On the contrary, the other window functions can
read or write data at once in response to the request from PMC.
*3 Functions marked with *PM are not provided for the Power Mate–D or F.
*4 Functions marked with *21T are not provided for the Series 21T.
*5 Functions marked with *SB5/6 support high–speed window response for the SB5/SB6.
*6 Functions marked with *C are not provided for the SB5/SB6.
770
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4 (1) In the explanation of the window functions, minuses (–) in the data
structure fields indicate that input data need not be set in these fields
FORMATS AND or that output data in these fields is not significant.
DETAILS OF
(2) All data is in binary unless otherwise specified.
CONTROL DATA
(3) All data block lengths and data lengths are indicated in bytes.
(4) Output data is valid only when window processing terminates
normally.
(5) Output data always includes one of the following completion codes.
Note, however, that all of the completion codes listed are not always
provided for each function.
2
Completion code
4
Data length (M) These data set as input data are
(Byte length of data area) remain unchanged in the output
6 data.
Data number
8
Data attribute
10
Data area *Data length
Depends on the function.
X X
771
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.1 [Description]
Reading CNC System System information peculiar to the CNC can be read. Such system
Information information includes the series name of the CNC (16 as series name, for
example), the machine type applied to the CNC, such s a machining center
(M) and a lathe (T), the series code and version of the ROM containing
the CNC system software, and the number of controlled axes.
Top address + 0
(Function code)
0
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
(Data number)
0
(Data attribute)
0
10
(Data area)
—
(Need not be set)
X X
42
[Completion codes]
0 : CNC system information has been read normally.
772
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
Top address + 0
(Function code)
0
2
(Completion code)
0
(Always terminates normally.)
4
(Data length)
14
6
(Data number)
—
8
(Data attribute)
—
Value
10 ASCII characters
CNC series name (2 bytes) (16)
12 ASCII characters
Machine type M/T/TT (2 bytes)
( M, T. TT, . . . )
22 ASCII characters
Number of controlled axes (2 bytes)
( 2, 3, 4, . . . )
NOTE
1 Data is stored from the upper digit in each lower byte.
2 In the Power Mate–D and –F, the data corresponding to the
CNC series name and machine type are left as spaces.
3 In two–path control of the Power Mate–D, the data for the
first path is the same as that for the second path.
773
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.2 [Description]
Reading a Tool Offset A tool offset value recorded in the CNC can be read.
Wear offset data, geometry offset data, cutter compensation data, and tool
length offset data can be read as a tool offset.
Top address + 0
(Function code)
13
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N = offset number)
8
(Data attribute)
M
(M = offset type)
10
(Data area)
—
(Need not be set)
X X
42
NOTE
In the Power Mate–D and –F, read tool offsets without
specifying the classification (i.e. cutter compensation, tool
length, tool wear, and tool geometry).
774
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0 : The tool offset has been read normally.
3 : The offset number specified for reading is invalid. (This
completion code is returned when the specified offset number data
is not from 1 to the maximum number of offsets.)
4 : There are mistakes in the data attribute that specifies the type of
the offset to be read.
6 : For the offset number specified for reading, an additional tool
offset number option is required, but it is missing.
The offset number is not available for Power Mate–D/F.
Top address + 0
(Function code)
13
2
(Completion code)
?
(See the explanation of the completion codes.)
4
(Data length)
L (Normally set to 4)
(L: Byte length of offset value)
6
(Data number)
N
(N = offset number)
8
(Data attribute)
M
(M = offset type),, Value
775
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.3 [Description]
Writing a Tool Offset The tool offset value can be directly written into the CNC.
(Low–speed Wear offset data, geometry offset data, cutter compensation data, and tool
Response) length offset data can be written as a tool offset.
Top address + 0
(Function code)
14
2
(Completion code)
—
(Need not to be set)
4
(Data length)
4
6
(Data number)
N
(N = offset number)
8
(Data attribute)
M
(M = offset type) Value
10
Tool offset value Signed binary (A negative value is
represented in 2’s complement.)
Upper 3 bytes are always “0” for virtual
tool tip
In the Power Mate–D and –F, write tool offsets without specifying the
classification (i.e. cutter compensation, tool length, tool wear, and tool
geometry).
(b) Offset types (for lathes)
776
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0 : The tool offset has been written normally.
2 : The data byte length for the tool offset specified for writing is
invalid. (It is not set to 4.)
3 : The offset number specified for writing is invalid. (This
completion code is returned when the specified offset number data
is not from 1 to the maximum number of offsets.)
4 : There are mistakes in the data attribute that specifies the type of
the offset to be written.
6 : For the offset number specified for writing, the additional tool
offset number option is required, but it is missing.
The specified offset number is out of range. (Power Mate–D, F)
Top address + 0
(Function code)
14
2 (Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L
(L: Input data)
6
(Data number)
N
(N = Input data)
8
(Data attribute)
M
(Input data) Value
10
Signed binary (A negative value is
Tool offset value: Input data represented in 2’s complement.)
777
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.4 [Description]
Reading a Workpiece The workpiece origin offset recorded in the CNC can be read.
Origin Offset Value A workpiece origin offset is provided for each controlled axis (the first
(not Supported by the axis to the eighth axis) in the CNC. Either the workpiece origin offset for
Power Mate–D or –F) a specific axis can be read, or the workpiece origin offsets for all axes can
be read at one time. If the additional axis option is not provided, however,
the workpiece origin offset for the additional axis cannot be read.
Top address + 0
(Function code)
15
2
(Completion code)
—
(Need not be set)
4
(Data length) N = 0: External workpiece origin offset
— N = 1: G54
(Need not be set) · ·
· ·
6 N = 6: G59
(Data number) With “addition of workpiece coordinate system pair”
N N=7 : G54.1 P1
(N = 0 to 6) ·
·
8 N=306 : G54.1 P300
(Data attribute)
M M = 1 to n: Workpiece origin offset number of a
(M = 1 to n or –1) specific axis. n is the axis number.
10
(Data area) M = –1: Read for all axes
—
(Need not be set)
X X
42
778
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0 : The workpiece origin offset has been read normally.
3 : The specified data number is invalid because the number is not
from 0 to 6.
4 : The specified data attribute is invalid because the attribute data is
neither –1 nor a value from 1 to n (n is the number of axes).
Alternatively, the specified axis number is greater than the number
of controlled axes.
6 : There is no workpiece coordinate shift option added.
Top address + 0
(Function code)
15
2
(Completion code)
?
(See the explanation of
the completion codes.)
4 L = 4: The workpiece origin offset value for
(Data length)
L a specific axis is read.
(L: Byte length of the workpiece
origin offset value) L = 4*n: Workpiece origin offsets for all axes are
6 read.
(Data number)
N
(N = Input data)
8
(Data attribute)
M
(M = Input data) Value
10
Signed binary number (A negative value
Workpiece origin offset value is represented in 2’s complement.)
779
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.5 [Description]
Writing a Workpiece Data can be written directly as a workpiece origin offset value in the CNC.
Origin Offset Value A workpiece origin offset is provided for each controlled axis (the first
(Low–speed axis to the eighth axis) in the CNC. Either the workpiece origin offset
Response) value for a specific axis can be written, or the workpiece origin offset
(not Supported by the values for all axes can be written at one time. If the additional axis option
Power Mate–D or –F) is not provided, however, the workpiece origin offset value for the
additional axis cannot be written.
Top address + 0
(Function code)
16
780
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0 : The workpiece origin offset has been written normally.
2 : The specified data length is invalid.
3 : The data number is invalid because the specified number is not
from 0 to 6.
4 : The specified data attribute is invalid because the attribute data is
neither –1 nor a value from 1 to n (n is the number of axes).
Alternatively, the specified axis number is greater than the number
of controlled axes.
6 : There is no workpiece coordinate shift option added.
Top address + 0
(Function code)
16
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L
(L: Input data)
6
(Data number)
N
(N = Input data)
8
(Data attribute)
M
(M = Input data) Value
781
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.6 [Description]
Reading a Parameter Parameter data in the CNC can be read.
(Low–speed There are four types of parameters in the CNC: Bit parameters having a
Response) definite meaning for each bit, byte parameters holding 1–byte data, word
parameters holding 2–byte data, and double word parameters holding
4–byte data. Therefore, the length of the read data varies according to the
parameter number specified.
Note that bit parameters cannot be read in bit units. The eight bits (one
byte) for a parameter number must be read at a time.
For axis parameters, data for a specific axis can be read, or data for all axes
can be read at a time.
Specify pitch error compensation data in data Nos. 10000 to 11023 (1024
points in total).
For details of parameter data, refer to the Operator’s manual of the CNC.
Top address + 0
(Function code)
17
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N = parameter number)
8 M = 0: No axis
(Data attribute)
M M = 1 to n: A specific axis
(M = 1 to n or –1)
M = –1: All axes
10
(Data area)
— When all axes are specified by spindle parameters
(Need not be set) (parameters 4000 to 4799), only two axes are specified.
X X
42
782
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0 : Parameter data has been read normally.
3 : The parameter number specified for reading is invalid.
4 : The specified data attribute is invalid because it is neither 0, –1,
nor a value 1 to n (n is the number of axes).
6 : Although a certain option, such as the pitch error compensation
option, is required for the data of the parameter number specified
for reading, it is not provided.
[Output data structure]
Top address + 0
(Function code)
17
783
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.7 [Description]
Writing a Parameter Data can be written in a parameter in the CNC.
(Low–speed There are four types of parameters in the CNC: Bit parameters having a
Response) definite meaning for each bit, byte parameters holding 1–byte data, word
parameters holding 2–byte data, and double word parameters holding
4–byte data. Therefore, the length of the written data varies according to
the parameter specified.
Note that bit parameters cannot be written in bit units. The eight bits (one
byte) for the parameter number must be written at a time. This means that
when a bit needs to be written, the whole data for the corresponding
parameter number shall be read first, modify the target bit in the read data,
then the data shall be rewritten.
For axis parameters, data for a specific axis can be read, or data for all axes
can be read at a time.
For details of parameter data, refer to the Operator’s manual of the CNC.
Some parameters cause a P/S alarm 000 when data is written. (The power
must be turned off before continuing operation.)
[Input data structure]
Top address + 0
(Function code)
18
Value
784
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0 : Parameter data has been written normally.
2 : The data byte length of the parameter specified for writing is
invalid.
3 : The parameter number specified for writing is invalid.
4 : The specified data attribute is invalid because it is neither 0, –1,
nor a value from 1 to n (n is the number of axes).
6 : Although a certain option, such as the pitch error compensation
option, is required for the data of the parameter number specified
for writing, it is not provided.
[Output data structure]
Top address + 0
(Function code)
18
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L
(L = Input data)
6
(Data number)
N
(N = Input data)
8
(Data attribute)
M
(M = Input data) Value
785
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.8 [Description]
Reading Setting Data The CNC setting data can be read.
(Low–speed There are four types of setting data in the CNC: Bit setting data having
Response) a definite meaning for each bit, byte setting data stored in bytes, word
setting data stored in 2–byte units, and double–word setting data stored
in 4–byte units. Therefore, the length of the read data varies according
to the setting data specified.
Note that bit setting data cannot be read in bit units. The eight bits (one
byte) for the setting data number must be read at a time.
For axis parameters, data for a specific axis can be read, or data for all axes
can be read at a time.
For details of setting data, refer to the Operator’s manual of the CNC.
[Input data structure]
Top address + 0
(Function code)
19
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N = Setting data number)
8 M=0: No axis
(Data attribute)
M M = 1 to n: A specific axis
(M = 1 to n or –1)
M = –1: All axes
10
(Data area)
—
(Need not be set)
X X
42
786
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0 : Setting data has been read normally.
3 : The setting number specified for reading is invalid.
4 : The specified data attribute is invalid because it is neither 0, –1,
nor a value from 1 to n (n is the number of axes).
Top address + 0
(Function code)
19
787
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.9 [Description]
Writing Setting Data Data can be written as setting data in the CNC.
(Low–speed For details of setting data, refer to the Operator’s manual of the CNC.
Response)
[Input data structure]
Top address + 0
(Function code)
20
Value
788
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0 : Setting data has been written normally.
2 : The byte length of the setting data specified for writing is invalid.
3 : The setting data number specified for writing is invalid.
4 : The specified data attribute is invalid because it is neither 0, –1,
nor a value from 1 to n (n is the number of axes).
5 : Data exceeding the allowable range was specified as setting data
to be written. For example, when data outside the range from 0
to 3 is specified as the setting data to be written for I/O data, this
completion code is returned.
Top address + 0
(Function code)
20
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L
(N = Input data)
6
(Data number)
N
(N = Input data)
8
(Data attribute)
M
(M = Input data) Value
789
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.10 [Description]
Reading a Custom A custom macro variable in the CNC can be read.
Macro Variable Custom macro variables may or may not be read depending on the
variable type.
(Low–speed
(1) Local variables
Response)
Local variables (#1 to #33) cannot be read.
(2) Common variables
Common variables (#100 to #149 and #500 to #531) can be read in
floating–point representation. When the option to add common
variables is provided, however, common variables range from #100
to #199 and #500 to #999.
NOTE
1 Power Mate–D (two–path control), Power Mate–F: #100 to
199, #500 to 699.
Memory module A of one–path control: #100 to #149, #500
to #531.
Memory module B/C of one–path control: #100 to #199,
#500 to #699.
2 On the Power Mate i–MODEL D/H, common variables #100
to #199 and #500 to #699 can be read and written.
Set the variable number within these ranges as the data
number of the input data, and read and write custom macro
variables.
NOTE
For the SB5/SB6, system variables cannot be read.
790
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N = Custom macro variable number)
8
(Data attribute)
M
(M: Number of decimal places)
10
(Data area)
—
(Need not be set)
X X
42
[Completion codes]
0 : The custom macro variable has been read normally.
3 : The number of a custom macro variable that cannot be read was
specified as the data number. Only common variables can be read
as custom macro variables by this library command.
5 : The custom macro variable is not within the range from
0.0000001 to 99999999.
6 : The custom macro option is not provided.
The specified variable number is out of range. ( Power Mate–D,
F)
791
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
Top address + 0
(Function code)
21
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length) L = 6: Custom macro B
L The mantissa of a floating–
(L: Byte length of custom macro point number is indicated in 4
variable data) bytes, and the exponent is
6 indicated in 2 bytes.
(Data number)
M = 0: The number of decimal
N
places is not specified.
(N = Input data)
M = 1x nx 7:
8 The number of decimal places is specified. n
(Data attribute) stands for the number of decimal places.
M
(M: Number of decimal places) Value
792
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.11 [Description]
Writing a Custom Data can be written in a custom macro variable in the CNC.
Macro Variable For details of common variables, refer to the Operator’s manual of the
(Low–speed CNC.
Response)
[Input data structure]
Top address + 0
(Function code)
22
2
(Completion code)
—
(Need not be set)
4
(Data length)
L L = 6: Custom macro B
(L: Byte length of custom The mantissa of a floating–point
macro variable data) number is indicated in 4 bytes,
6 and the exponent is indicated in
(Data number) 2 bytes.
N
(N = Custom macro variable number)
8
(Data attribute)
0
Value
793
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The custom macro variable has been written normally.
2 : The specified data length is invalid because it is not 6.
3 : A custom macro variable number that cannot be written as the data
number was specified.
6 : The custom macro option has not been provided.
The specified variable number is out of range. (Power Mate–D, F)
Top address + 0
(Function code)
22
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L
(L: Input data)
6
(Data number)
N
(N = Input data)
8
(Data attribute)
—
(Need not be set) Value
794
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.12
Reading the CNC
Alarm Status
B.4.12.1 [Description]
Except Power When the CNC is in the alarm status, the alarm status data can be read.
Mate–D/F/H The following alarm status data can be read:
(1) First byte of alarm status data
7 6 5 4 3 2 1 0
PS1
PS2
PS3
PS
OTS
OH
SV
MALM
PS1 : P/S alarm 100 (PWE (parameter write enable) is set to 1.)
PS2 : P/S alarm 000 (Turn off the power before continuing operation.
Some parameters activate this alarm status when they are
written.)
PS3 : P/S alarm 101 (The part program recording area is disordered.
This alarm is activated when the power to the CNC is turned off
during part program editing or reading of a machining program.
To release the alarm, then press the RESET key while holding
down the PROG key.)
PS : A P/S alarm other than the above alarm is generated
OTS : Stroke limit alarm
OH : Overheat alarm
SV : Servo alarm
MALM: Memory alarm
795
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
7 6 5 4 3 2 1 0
APAL
SPA
(Not used)
(Not used)
(Not used)
(Not used)
(Not used)
(Not used)
Top address + 0
(Function code)
23
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
8
(Data attribute)
0
10
(Data area)
—
(Need not be set)
X X
42
796
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 bit
797
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
n 15 14 13 12 11 10 9 8
⋅⋅
Number First alarm Second n–th
of alarms alarm alarm
(n: Number of alarms issued)
798
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0 : This alarm status in the CNC has been read normally.
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
2
6
(Data number)
—
8
(Data attribute)
—
Value
10 CNC alarm status data 2 byte bit data. For the meanings of the
bits, see [Description] in this section.
799
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 bit
800
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
n 15 14 13 12 11 10 9 8
⋅⋅
Number First alarm Second n–th
of alarms alarm alarm
(n: Number of alarms issued)
801
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.13 [Description]
Reading the Current The program number of a machining program being executed or selected
Program Number on the CNC can be read.
When a subprogram is executed on the CNC, the program number of the
main program can also be read. Note that the program number that can be
read is the first program number (first loop main program).
This function accepts only 4–digit program numbers. When the
specification supports 8–digit program numbers, specify function code
90 to read 8–digit program numbers.
[Input data structure]
Top address + 0
(Function code)
24
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
(Data number)
0
(Data attribute)
0
10
(Data area)
—
(Need not be set)
42
[Completion codes]
0 : The program number of the currently executing program was read
successfully.
6: The program number is an 8–digit program number. (Use function
code 90.)
802
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
Top address + 0
(Function code)
24
2
(Completion code)
?
(See the explanation above.)
4
(Data length)
4
6
(Data number)
—
8
(Data attribute)
— Value
803
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.14 [Description]
Reading the Current The sequence number of a machining program being executed on the
Sequence Number CNC can be read. If sequence numbers are not assigned to all blocks of
the machining program, the sequence number of the most recently
executed block is read.
Top address + 0
(Function code)
25
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
8
(Data attribute)
0
10
(Data area)
—
(Need not be set)
X X
42
804
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0 : The current sequence number has been read normally.
Top address + 0
(Function code)
25
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L Note that the data length must be set to 4
(L = 4) bytes even though the current program
number is 2 bytes long (the sequence
6 number is indicated by 5 digits).
(Data number)
—
8
(Data attribute)
— Value
10
Current sequence number Unsigned binary
805
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.15 [Description]
Reading the Actual The actual velocity of a movement on CNC–controlled axes can be read.
Velocity of Controlled Note that the read speed is the composite velocity for the controlled axes.
Axes When movement involves only the basic three axes, the X, Y, and Z axes,
the composite velocity equals the actual velocity. When movement,
however, involves the fourth axis, such as a rotation axis or a parallel axis,
as well as some of the basic three axes, the composite velocity for all the
relevant axes does not equal the actual velocity.
Top address + 0
(Function code)
26
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
8
(Data attribute)
0
10
(Data area)
—
(Need not be set)
X X
42
806
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0 : The actual velocity for the controlled axes has been read normally.
[Output data structure]
Top address + 0
(Function code)
26
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L
(L = 4)
6
(Data number)
—
8
(Data attribute)
—
Value
807
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.16 [Description]
Reading the Absolute The absolute coordinates of the CNC–controlled axes for movement can
Position (Absolute be read. The read absolute coordinates equal the absolute coordinates
Coordinates) of (absolute position) indicated on the current position display screen in the
CNC. (The screen is displayed by pressing function button POS.)
Controlled Axes
[Input data structure]
Top address + 0
(Function code)
27
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
X X
42
[Completion codes]
0 : The absolute coordinates of the controlled axes have been read
normally.
4 : Data specified as the data attribute is invalid because it is neither
–1 nor a value from 1 to n (n is the number of axes). Alternatively,
the specified axis number is greater than the number of controlled
axes.
808
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
Top address + 0
(Function code)
27
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L
(L = 4*n, n is the number of
axes specified.)
6
(Data number)
—
8
(Data attribute)
L
(L: Input data) Value
Value
809
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.17 [Description]
Reading the Machine The machine coordinates of CNC–controlled axes for movement can be
Position (Machine read. The read value equals the machine coordinate indicated on the
Coordinates) of current position display screen displayed in the CNC. (This screen can
be displayed by pressing the function button POS.)
Controlled Axes
[Input data structure]
Top address + 0
(Function code)
28
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
X X
42
NOTE
Values that are read follow the setting of parameter No.
1001 bit 1. So, the setting of parameter No. 3104 is
sometimes disabled, and the read value may not match the
value displayed on the CNC.
[Completion codes]
0 : The machine coordinates of the controlled axes have been read
normally.
4 : Data specified as the data attribute is invalid because it is neither
–1 nor a value from 1 to n (n is the number of axes). Alternatively,
the specified axis number is greater than the number of the
controlled axes.
810
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
Top address + 0
(Function code)
28
2
(Completion code)
?
(See the explanation of
the completion codes.)
4 (Data length)
L
(L = 4*n, n is the number of
axes specified.)
6
(Data number)
—
8
(Data attribute)
M
(M: Input data) Value
Value
811
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.18 [Description]
Reading a Skip When a block of the skip operation (G31) is executed by the CNC and the
Position (Stop Position skip signal goes on to stop the machine, the absolute coordinates of the
of Skip Operation stop position on the axes of movement can be read.
(G31)) of Controlled
Axes [Input data structure]
Top address + 0
(Function code)
29
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
X X
42
[Completion codes]
0 : The coordinates of the skip stop position for the controlled axes
have been read normally.
4 : Data specified for the data attribute is invalid because it is neither
–1 nor a value from 1 to n (n is the number of axes). Alternatively,
the specified axis number is greater than the number of controlled
axes.
812
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
Top address + 0
(Function code)
29
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L
(L = 4*n, n is the number of
axes specified.)
6
(Data number)
—
8
(Data attribute)
M
(M: Input data) Value
Value
813
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.19 [Description]
Reading the Servo The servo delay, which is the difference between the specified coordinates
Delay for Controlled of CNC–controlled axes and the actual servo position, can be read.
Axes
[Input data structure]
Top address + 0
(Function code)
30
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
X X
42
814
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0 : The servo delay for the controlled axes have been read normally.
4 : The data specified as the data attribute is invalid because it is
neither –1 nor a value from 1 to n (n is the number of axes).
Alternatively, the specified axis number is greater than the number
of controlled axes.
Top address + 0
(Function code)
30
2
(Completion code)
?
(See the explanation of
the completion codes.)
4 (Data length)
L
(L = 4*n, n is the number of
axes specified.)
6
(Data number)
—
8
(Data attribute)
M
(M: Input data) Value
Value
815
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.20 [Description]
Reading the The acceleration/deceleration delay, which is the difference between the
Acceleration/ coordinates of controlled axes programmed in the CNC and the position
Deceleration Delay on after acceleration/deceleration is performed, can be read.
Controlled Axes
[Input data structure]
Top address + 0
(Function code)
31
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
X X
42
[Completion codes]
0 : The acceleration/deceleration delay for the control axis has been
read normally.
4 : The data specified as the data attribute is invalid because it is
neither –1 nor a value from 1 to n (n is the number of axes).
Alternatively, the specified axis number is greater than the number
of controlled axes.
816
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
Top address + 0
(Function code)
31
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L
(L = 4*n, n is the number of
axes specified.)
6
(Data number)
—
8
(Data attribute)
M
(M: Input data) Value
817
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.21 [Description]
Reading Modal Data Modal information can be read from the CNC.
(1) Format and types of modal data for the G function
Data corresponding to the specified identification code is read and
stored in the data area. Whether the data is specified in the block
specified in the attribute of the data is determined by the value at the
most significant bit.
7 6 5 4 3 2 1 0
1byte
NOTE
G codes for machining centers are also used for the Power
Mate–D and –F except those marked with *. G codes marked
with ** are not provided for the Power Mate–F.
(1/2)
Data type Data Data type Data
Identificati G code for machining
g Code in a G code for lathe (T, G) Code in a
on code center (M) group A series B series C series group
G00 0 G00 G00 G00 0
G01 1 G01 G01 G01 1
::G02 2 G02 G02 G02 2
::G03 3 G03 G03 G03 3
:G33 4 G32 G33 G33 4
G33 8
G34 G34 G34 9
0
G90 G77 G20 5
G92 G78 G21 6
G94 G79 G24 7
G71 G71 G72 10
G G G
G72 G72 G73 11
series series series
G73 G73 G74 only
12
only only
G74 G74 G75 13
G17 0 G96 G96 G96 1
1 G18 8 G97 G97 G97 0
G19 4
G90 0 G90 G90 0
2
G91 1 G91 G91 1
G68 G68 G68 1
3
G69 G69 G69 0
G94 0 G98 G94 G94 0
4
G95 1 G99 G95 G95 1
G20 0 G20 G20 G70 0
5
G21 1 G21 G21 G71 1
818
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
(2/2)
Data type Data Data type Data
Identificati G code for machining Code in a G code for lathe (T, G) Code in a
on code center (M) group A series B series C series group
G40 0 G40 G40 G40 0
6 G41 1 G41 G41 G41 1
G42 2 G42 G42 G42 2
G43 1 G25 G25 G25 0
7 G44 2 G26 G26 G26 1
G49 0
G73 10 G22 G22 G22 1
G74 11 G23 G23 G23 0
G76 12
G80 0
G81 1
G82 2
8 G83 3
G84 4
G85 5
G86 6
G87 7
G88 8
G89 9
G98 0 G80 G80 G80 0
G99 1 G83 G83 G83 1
G84 G84 G84 2
9 G85 G85 G85 3
G87 G87 G87 5
G88 G88 G88 6
G89 G89 G89 7
G50 0 G98 G98 0
10
G51 1 G99 G99 1
G66 1 G66 G66 G66 1
11
G67 0 G67 G67 G67 0
G54 0 G54 G54 G54 0
G55 1 G55 G55 G55 1
G56 2 G56 G56 G56 2
13
G57 3 G57 G57 G57 3
G58 4 G58 G58 G58 4
G59 5 G59 G59 G59 5
G61 1
G62 2
14
G63 3
G64 0
G68 1
15
G69 0
G15 0
16
G16 1
G40.1 1
17 G41.1 2
G42.1 0
G25 0
18
G26 1
G50.2 G50.2 G50.2 0
19
G51.2 G51.2 G51.2 1
G13.1 0 G13.1 G13.1 G13.1 0
20
G12.1 1 G12.1 G12.1 G12.1 1
819
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
(2) Format and types of modal data for other than the G function
Data 4 bytes
FLAG1 1 byte
FLAG2 1 byte
7 6 5 4 3 2 1 0
– Number of input digits
0: Positive
1: Negative
0: A decimal point not specified
1: A decimal point specified
0: Not specified in the current block
1: Specified in the current block
Data type
Identification code Specified address
–2 Enter identification codes
100 to 126 at one time.
100 B (second auxiliary function)
101 D
102 E (reserved)
103 F
104 H
105 L
106 M
107 S
108 T
109 R
110 P
111 Q
112 A
113 C
114 I
115 J
116 K
117 N
118 O
119 U
120 V
121 W
122 X
123 Y
124 Z
125 M2
126 M3
NOTE
The Power Mate–D/F is not provided with the second
auxiliary function.
820
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
Top address + 0
(Function code)
32
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
X X
20
When all data items are specified to be read, the data items are all output
simultaneously in the order specified in the above data table.
821
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Modal information has been read normally.
3 : Invalid data is specified as the data number.
4 : Invalid data is specified as the data attribute.
[Output data structure]
Top address + 0
(Function code)
32
(See the explanation above
2
(Completion code)
?
(See the explanation of
the completion codes.)
4 L=2 : G function
(Data length)
L L = 2*n : All data for G function
(L = 2, 6, 2*n, 6*m)
L=6: Other than G function
6
(Data number) L = 6*m : All data for other than G function
N (n: Number of groups for the G function)
(N: Input data) (m: Number of types other than for the G function)
8
(Data attribute)
M
(M: Input data) Value
10 Modal data for G function (2 bytes) See the data format for the G function.
The upper byte must always be set to 0.
Or
8
(Data attribute)
M
(M: Input data) Value
10 Data part of modal data for other than See the data format for other than the
G function(4 bytes) G function.
Flag part of modal data for other than See the flag format of the data for other
14 than the G function. The upper byte
G function(2 bytes)
must always be set to 0.
When all data items are specified to be read, the data items are all output
simultaneously in the order specified in the above data table.
822
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.22 [Description]
Reading Diagnosis The information displayed on the diagnosis data screen in the CNC can
Data (Low–speed be read.
Response)
[Input data structure]
Top address + 0
(Function code)
33
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Diagnosis No.)
8 M=0: No axis
(Data attribute)
M M = 1 to n: One axis
(M: 0, 1 to n, or –1)
M = –1: All axes
10
(Data area)
—
(Need not be set)
823
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Diagnosis data has been read from the CNC normally.
3 : The specified diagnosis data number is invalid.
4 : The data specified as the data attribute is invalid because it is
neither 0, –1, nor a value from 1 to n (n is the number of axes).
6 : An option required for reading the specified diagnosis data, such
as the remote buffer option, is not provided.
Top address + 0
(Function code)
33
2
(Completion code)
?
(See the explanation of When no axis or one axis is specified
the completion codes.) L = 1 : Bit or byte parameter
4 L = 2: Word parameter
(Data length) L = 4: Double Word parameter
L
(L = 1, 2, 4, 1*n, 2*n, 4*n)
When all axes are specified
6 L = 1*n Bit or byte parameter
(Data number) L = 2*n: Word parameter
N L = 4*n: Double word parameter
(N: Input data)
8
(Data attribute)
M
(M: Input data) Value
824
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.23 [Description]
Reading A/D The load current for the CNC control axis can be converted to analog
Conversion Data voltage, and input to the A/D converter in the CNC to obtain digital data.
The output of the A/D converter can then be read.
Top address + 0
(Function code)
34
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Type of analog voltage)
8
(Data attribute)
M
(M – 1 to 8: Axis specification)
10
(Data area)
—
(Need not be set)
NOTE
Only one–path control of the Power Mate MODEL–D is
provided with one channel of general–purpose analog
voltage information.
825
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : A/D conversion data has been read normally.
3 : The data specified for the data number is invalid.
4 : The data specified for the data attribute is invalid, or the specified
axis number is greater than the number of controlled axes.
6 : No analog input module is connected.
Top address + 0
(Function code)
34
2 (Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
2
6
(Data number)
N
(Input data)
8
(Data attribute)
M
(Input data) Value
826
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
(a) A/D conversion data (AD) of CNC controlled axis load information
The load current for the specified CNC controlled axis is converted
into analog voltage, the input to the A/D converter to output a digital
data.
The value actually set in the AD field is obtained from the following
formula:
Servo amplifier module Applicable motor model Output current at Nominal current limit
rated output
Model Connected axis
827
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
Servo amplifier module Applicable motor model Output current at Nominal current limit
rated output
Model Connected axis
α 22/3000 51.0Arms
α 30/3000 (Note3)
α 40/2000 (with a fan)
α L25/3000
α L50/2000
NOTE
1 The rated output is guaranteed at the rated input voltage. If an input voltage fluctuation occurs
even within the allowable fluctuation range, the rated output may not be obtained.
2 The current limits (peak values) are standard values. The operation value variation due to a
circuit constant is about +10%.
3 SVM1–130 requires forced air cooling when the α 22/3000, α 30/3000, α 40/2000 (with a fan),
α L25/3000, or α L50/2000 is driven. At this time, the rated output current is 51.0 Arms.
828
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.24 [Description]
Reading Tool Life By specifying a tool No., the No. of the tool group to which the specified
Management Data tool belongs can be read from tool life management data.
(Tool Group No.)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
38
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
8
(Data attribute)
M
(M : Tool No.)
10
(Data area)
—
(Need not be set)
X X
42
NOTE
If 0 is specified for the tool No., the No. of the tool group
currently used is read. In this case, if a tool group No. has
not been specified since the power to the CNC was turned
on, 0 is output.
If the same tool belongs to two or more tool groups, the Nos.
of all tool groups to which the tool belongs are displayed.
829
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool group No. has been read normally.
4 : The value specified for the data attribute is invalid.
5 : The specified tool No. was not found.
6 : The tool life management option has not been added.
Top address + 0
(Function code)
38
2 (Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L L = 4 to 4 n
(L = 4 n) n is the number of tool groups to
which the specified tool belongs.
6
(Data number)
—
8
(Data attribute)
M
(M: Input data) Value
830
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.25 [Description]
Reading Tool Life The number of tool groups in tool life management data can be read.
Management Data The number of tool groups that can be registered varies depending on the
(Number of Tool setting of parameter 6800 of the CNC, as indicated in the following table.
Groups)
Parameter 6800
(not available for
Number of tools
Power Mate–D/F, The numbers in parentheses apply when the additional
Series 21–TA) GS2 GS1 option is used
M series T series
0 0 1 to 16 (1 to 64) 1 to 16 (1 to 16)
0 1 1 to 32 (1 to 128) 1 to 32 (1 to 32)
1 0 1 to 64 (1 to 256) 1 to 64 (1 to 64)
1 1 1 to 128 (1 to 512) 1 to 16 (1 to 128)
M series: For Machining Centers T series: For Lathes
Top address + 0
(Function code)
39
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
8
(Data attribute)
0
10
(Data area)
—
(Need not be set)
X X
42
831
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The number of tool group Nos. has been read normally.
6 : The tool life management option has not been added.
Top address + 0
(Function code)
39
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
6
(Data number)
—
8
(Data attribute)
—
Value
832
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.26 [Description]
Reading Tool Life By specifying a tool group No., the number of tools that belong to the tool
Management Data group can be read from tool life management data.
(Number of Tools) The number of tools that can be registered varies depending on the setting
(not available for of parameter 6800 of the CNC, as indicated in the following table.
Power Mate–D/F,
Parameter 6800
Series 21–TA)
Number of tools
The numbers in parentheses apply when the additional
GS2 GS1 option is used
M series T series
0 0 1 to 16 (1 to 64) 1 to 16 (1 to 16)
0 1 1 to 32 (1 to 128) 1 to 32 (1 to 32)
1 0 1 to 64 (1 to 256) 1 to 64 (1 to 64)
1 1 1 to 128 (1 to 512) 1 to 16 (1 to 128)
M series: For Machining Centers T series: For Lathes
Top address + 0
(Function code)
40
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Tool group No.)
8
(Data attribute)
0
10
(Data area)
—
(Need not be set)
X X
42
833
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
NOTE
If 0 is specified for the tool group No., the number of tools
that belong to the tool group currently used is read. In this
case, if a tool group No. has not been specified since the
power to the CNC was turned on, 0 is output.
[Completion codes]
0 : The number of tools has been read normally.
3 : The specified tool group No. is invalid.
6 : The tool life management option has not been added.
Top address + 0
(Function code)
40
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
6
(Data number)
N
(N: Input data)
8
(Data attribute)
—
Value
834
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.27 [Description]
Reading Tool Life By specifying a tool group No., the life of tools belonging to the tool
Management Data group can be read from tool life management data.
(Tool Life) Whether to display the tool life in minutes or the number of cycles is
(not available for selected by bit 2 of parameter 6800 (LTM) for the CNC.
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
41
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Tool group No.)
8
(Data attribute)
0
10
(Data area)
—
(Need not be set)
X X
42
NOTE
If 0 is specified for the tool group No., the tool life of the tool
group currently used is read. In this case, if a tool group No.
has not been specified since the power to the CNC was
turned on, 0 is output.
835
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool life has been read normally.
3 : The specified tool group No. is invalid.
6 : The tool life management option has not been added.
Top address + 0
(Function code)
41
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
6
(Data number)
N
(N: Input data)
8
(Data attribute)
—
Value
836
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.28 [Description]
Reading Tool Life By specifying a tool group No., the tool life counter for the specified tool
Management Data group can be read from tool life management data.
(Tool Life Counter)
(not available for
Power Mate–D/F,
Series 21–TA)
[Input data structure]
Top address + 0
(Function code)
42
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Tool group No.)
8
(Data attribute)
0
10
(Data area)
—
(Need not be set)
X X
42
NOTE
If 0 is specified for the tool group No., the tool life counter
for the tool group currently used is read. In this case, if a tool
group No. has not been specified since the power to the
CNC was turned on, 0 is output.
837
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool life has been read normally.
3 : The specified tool group No. is invalid.
6 : The tool life management option has not been added.
Top address + 0
(Function code)
42
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
6
(Data number)
N
(N: Input data)
8
(Data attribute)
—
Value
838
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.29 [Description]
Reading Tool Life By specifying a tool group No. and a tool No., the tool length
Management Data compensation No. for the specified tool can be read from tool life
(Tool Length management data. This function is available only with the M series
CNCs.
Compensation No. (1):
Tool No.)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
43
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Tool group No.)
8
(Data attribute)
M
(M: Tool No.)
10
(Data area)
—
(Need not be set)
X X
42
NOTE
If 0 is specified for both the tool group No. and tool No., the
Nos. of the tool group and tool currently used are read. In
this case, if a tool group No. has not been specified since
the power to the CNC was turned on, 0 is output.
For the T series CNCs, 0 is always output.
839
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool length compensation No. has been read normally.
3 : The specified tool group No. is invalid.
4 : The specified tool No. is invalid.
5 : The specified tool No. was not found in the specified tool group.
6 : The tool life management option has not been added.
Top address + 0
(Function code)
43
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
6
(Data number)
N
(N: Input data)
8
(Data attribute)
M
(M: Input data) Value
840
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.30 [Description]
Reading Tool Life By specifying a tool group No. and tool order No., the tool length
Management Data compensation No. for the specified tool can be read from tool life
(Tool Length management data. This function is available only with the M series CNCs.
Compensation No. (2):
Tool Order No.)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
44
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Tool group No.)
8
(Data attribute)
M
(M: Tool order No.)
10
(Data area)
—
(Need not be set)
X X
42
NOTE
If 0 is specified for the tool group No., the No. of the tool
group currently used is read. In this case, if a tool group No.
has not been specified since the power to the CNC was
turned on, 0 is output.
When 0 is specified for the tool order No., if the specified tool
group has been used, the tool currently used is read. In this
case, if the specified tool group has not been used, the first
tool in the group is read.
For the T series CNCs, 0 is always output.
841
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool length compensation No. has been read normally.
3 : The specified tool group No. is invalid.
4 : The specified tool order is invalid.
5: The tool having the specified tool order is not registered in the
specified tool group.
6 : The tool life management option has not been added.
2 (Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
6
(Data number)
N
(N: Input data)
8
(Data attribute)
M
(M: Input data) Value
10
Tool length compensation No. (4 bytes) Unsigned binary
842
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.31 [Description]
Reading Tool Life By specifying a tool group No. and a tool No., the cutter compensation
Management Data No. for the specified tool can be read from tool life management data.
(Cutter Compensation This function is available only with the M series CNCs.
No. (1): Tool No.)
(not available for
Power Mate–D/F,
Series 21–TA)
[Input data structure]
Top address + 0
(Function code)
45
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Tool group No.)
8
(Data attribute)
M
(M : Tool No.)
10
(Data area)
—
(Need not be set)
X X
42
NOTE
If 0 is specified for both tool group No. and tool No., the Nos.
of the tool group and tool currently used are read. If a tool
group No. has not been specified since the power to the
CNC was turned on, 0 is output.
For the T series CNCs, 0 is always read.
843
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The cutter compensation No. has been read normally.
3 : The specified tool group No. is invalid.
4 : The specified tool No. is invalid.
5 : The specified tool No. was not found in the specified tool group.
6 : The tool life management option has not been added.
2 (Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
6
(Data number)
N
(N: Input data)
8
(Data attribute)
M
(M: Input data) Value
10
Cutter compensation No. (4 bytes) Unsigned binary
844
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.32 [Description]
Reading Tool Life By specifying a tool group No. and a tool order No., the cutter compensation
Management Data No. for the specified tool can be read from tool life management data. This
(Cutter Compensation function is available only with the M series CNCs.
No. (2): Tool Order No.)
(not available for
Power Mate–D/F,
Series 21–TA)
[Input data structure]
Top address + 0
(Function code)
46
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Tool group No.)
8
(Data attribute)
M
(M: Tool order No.)
10
(Data area)
—
(Need not be set)
X X
42
NOTE
If 0 is specified for the tool group No., the No. of the tool
group currently used is referenced. In this case, if a tool
group No. has not been specified since the power to the
CNC was turned on, 0 is output.
When 0 is specified for the tool order No., if the specified tool
group has been used, the tool currently used is read. In this
case, if the specified tool group has not been used, the first
tool in the group is referred to.
For the T series CNCs, 0 is always output.
845
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The cutter compensation No. has been read normally.
3 : The specified tool group No. is invalid.
4 : The specified tool order No. is invalid.
5: The tool having the specified tool order is not registered in the
specified tool group.
6 : The tool life management option has not been added.
2 (Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
6
(Data number)
N
(N: Input data)
8
(Data attribute)
M
(M: Input data) Value
10
Cutter compensation No. (4 bytes) Unsigned binary
846
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.33 [Description]
Reading Tool Life By specifying a tool group No. and a tool No., the information for the
Management Data specified tool can be read from tool life management data.
(Tool Information (1) :
Tool No.)
(not available for
Power Mate–D/F,
Series 21–TA)
[Input data structure]
Top address + 0
(Function code)
47
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Tool group No.)
8
(Data attribute)
M
(M: Tool No.)
10
(Data area)
—
(Need not be set)
X X
42
NOTE
If 0 is specified for both tool group No. and tool No., the Nos.
of the tool group and tool currently used are referenced.
If neither a tool group No. nor a tool No. has been specified
since the power to the CNC was turned on, 0 is output.
847
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool group No. has been read normally.
3 : The specified tool group No. is invalid.
4 : The specified tool No. is invalid.
5 : The specified tool No. was not found in the specified tool group.
6 : The tool life management option has not been added.
2 (Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
6
(Data number)
N
(N: Input data)
8
(Data attribute)
M
(M: Input data) Value
10
Number of tools (4 bytes) 0: See Note) on the previous page.
1: The tool is registered.
2: The tool has reached the end of its life.
3: The tool was skipped.
The three high–order bytes are fixed to 0.
848
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.34 [Description]
Reading Tool Life By specifying a tool group No. and a tool order No., the information for
Management Data the specified tool can be read from tool life management data.
(Tool Information (2):
Tool Order No.)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
48
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Tool group No.)
8
(Data attribute)
M
(M: Tool order No.)
10
(Data area)
—
(Need not be set)
X X
42
NOTE
If 0 is specified for the tool group No., the No. of the tool
group currently used is read. If a tool group No. has not
been specified since the power to the CNC was turned on,
0 is output.
When 0 is specified for the tool order No., if the specified tool
group has ever been used, the tool currently used is read.
In this case, if the specified tool group has not been used,
the first tool in the group is referred to.
849
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool group No. has been read normally.
3 : The specified tool group No. is invalid.
4 : The specified tool order No. is invalid.
5: The tool having the specified tool order is not registered in the
specified tool group.
6 : The tool life management option has not been added.
2 (Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
6
(Data number)
N
(N: Input data)
8
(Data attribute)
M
(M: Input data) Value
10
Tool information (4 bytes) 0: See Note) on the previous page.
1: The tool is registered.
2: The tool has reached the end of its life.
3: The tool was skipped.
The three high–order bytes are fixed to 0.
850
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.35 [Description]
Reading Tool Life By specifying a tool group No. and a tool order No., the No. of the
Management Data corresponding tool can be read from tool life management data.
(Tool No.)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
49
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Tool group No.)
8
(Data attribute)
M
(M: Tool order No.)
10
(Data area)
—
(Need not be set)
X X
42
NOTE
When 0 is specified for the tool group No., the tool group
currently used is referenced. If neither a tool group No. nor
a tool No. has been specified since the power to the CNC
was turned on, however, 0 is output for the tool group No.
When 0 is specified for the tool order No., if the specified tool
group has been used, the tool currently used is referred to.
If the specified tool group has not been used, the first tool
in the group is referenced.
851
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool No. has been read normally.
3 : The specified tool group No. is invalid.
4 : The specified tool order No. is invalid.
6 : The tool life management option has not been added.
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
6
(Data number)
N
(N: Input data)
8
(Data attribute)
M
(M: Input data) Value
10
Tool No. (4 bytes) Unsigned binary
852
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.36 [Description]
Reading the Actual The actual speed of the spindle can be read from the CNC.
Spindle Speed
[Input data structure]
Top address + 0
(Function code)
50
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
(Data number)
0
(Data attribute)
0
10
(Data area)
—
(Need not be set)
X X
42
853
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The actual speed of the spindle has been read normally.
[Output data structure]
Top address + 0
(Function code)
50
2 (Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
(Data number)
—
(Data attribute)
— Value
10
Actual spindle speed Unsigned binary
<Data unit>
rpm
854
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.37 [Description]
Entering Data on the On the program check screen of the CNC, data can be entered for the
Program Check Screen spindle tool No. and the next tool No. This function is available only with
(Low–speed the M series CNCs.
Response) This function is effective only when bit 2 of parameter 3108 is 1.
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
150
2
(Completion code)
—
(Need not be set)
(Data length)
4
6
(Data number) N = 0 : Spindle tool No. (8 digits)
N
(N = 0, 1)
N = 1 : Next tool No. (8 digits)
8
(Data attribute)
0 Value
10
Data for the spindle tool No. Unsigned binary
(4 bytes)
or data for the next tool No.
(4 bytes)
855
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Data has been entered on the program check screen normally.
2 : The data length in bytes is invalid.
3 : The data No. is invalid.
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
4
(Input data)
6
(Data number) N = 0 : Spindle tool No. (8 digits)
N
(Input data)
N = 1 : Next tool No. (8 digits)
8
(Data attribute)
—
(Input data) Value
10
Data for the spindle tool No. Unsigned binary
(4 bytes)
or data for the next tool No.
(4 bytes)
856
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.38 [Description]
Reading Clock Data The current date (year, month, day) and time (hours, minutes, seconds)
(Date and Time) can be read from the clock built into the CNC.
(not available for
Power Mate–F) [Input data structure]
Top address + 0
(Function code)
151
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6 N = –1: Reads current date and time.
(Data number)
N N = 0: Reads current date.
(N = 0, 1)
8 N = 1: Reads current time.
(Data attribute)
0
10
(Data area)
—
(Need not be set)
[Completion codes]
0 : Data of the clock built into the CNC has been read normally.
3 : A value other than 0, 1, and –1 was specified for the data No.
857
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
6/12
6
(Data number)
N
(Input data)
8
(Data attribute)
—
(Input data) Value
10
Current date (year) or time (hours) Unsigned binary
12
Current date (month) or time (minutes)
14
Current date (day) or time (seconds)
When both the current date and current time are specified to be read by entering [–1] for the data No.
—
(Input data) Value
10
Current date (year) Unsigned binary
12
Current date (month)
14
Current date (day)
16
Current time (hours)
18
Current time (minutes)
20
Current time (seconds)
858
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.39 [Description]
Entering Torque Limit Torque limit values for the digital servo motor can be entered.
Data for the Digital
Servo Motor
(Low–speed
Response) [Input data structure]
Top address + 0
(Function code)
152
2
(Completion code)
—
(Need not be set)
(Data length)
2
6
(Data number)
0
8
(Data attribute)
M M = 1 to n: Axis No.
(M: 1 to n)
Value
10
Torque limit data Unsigned binary
(1 byte) <Unit: %>
The high–order byte is always set to 0. Values from 0 to 255 correspond to 0%
to 100%.
859
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Torque limit data has been entered normally.
4 : The specified data attribute is invalid. That is, a value other than
1 to n (number of axes) was specified, or the specified axis No. was
greater than the number of controlled axes.
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
2
(Input data)
6
(Data number)
—
(Input data)
8
(Data attribute)
M
(M: Input data) Value
10
Torque limit data (1 byte): Input data Unsigned binary
The high–order byte is always set to 0. <Unit: %>
Values from 0 to 255 correspond to 0%
to 100%.
860
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.40 [Description]
Reading Load Load information of the serial spindle can be read.
Information of the The equation to normalize the load information is shown below
Spindle Motor (Serial
Load (%) + L l
Interface) 32767
L: Data read from the window
λ: The percentage of the maximum output of the motor to the
continuous rated output of the motor (When the maximum output
is 180% and the continuous rated output is 100%, the percentage
is 180.)
NOTE
λ is equal to the value of parameter No. 4127.
(Function code)
153
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N N= 0: Read the load of the No.1 spindle.
(Need not be set) 1: Read the load of the No.2 spindle.
2: Read the load of the No.3 spindle.
8 3: Read the load of the No.4 spindle.
–1: Read the loads of the No.1 and No.2 spindles.
(Data attribute) –2: Read the loads of the No.1 to No.3 spindles.
0 –3: Read the loads of the No.1 to No.4 spindles.
10
(Data area)
—
(Need not be set)
X X
42
861
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Load information of the serial spindle has been read normally.
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
L = 2: Specifies the first axis.
(Data length)
L
(L = 2, 4)
L = 4: Specifies all axes.
6 N= 0: Read the load of the No.1 spindle.
(Data number) 1: Read the load of the No.2 spindle.
N 2: Read the load of the No.3 spindle.
(N: Input data) 3: Read the load of the No.4 spindle.
–1: Read the loads of the No.1 and No.2 spindles.
8 –2: Read the loads of the No.1 to No.3 spindles.
–3: Read the loads of the No.1 to No.4 spindles.
(Data attribute)
— Value
10
Load information of the serial spindle Unsigned binary, 2 bytes long
(first or second axis)
(Data attribute)
— Value
10
First axis in the load information of the Unsigned binary, 2 bytes long
serial spindle
12
Second axis in the load information of
the serial spindle
862
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
(Data attribute)
— Value
10
First axis in the load information of the Unsigned binary, 2 bytes long
serial spindle
12
Second axis in the load information of
the serial spindle
14
Third axis in the load information of the
serial spindle
(Data attribute)
— Value
10
First axis in the load information of the Unsigned binary, 2 bytes long
serial spindle
12
Second axis in the load information of
the serial spindle
14
Third axis in the load information of the
serial spindle
16
Fourth axis in the load information of
the serial spindle
863
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.41 [Description]
Reading a Parameter Parameter data in the CNC can be read directly from the CNC via the
(not available for FANUC bus.
Power Mate–D/F, This function is basically the same as the function described in Section
Series 21–TA) 3.6 ”Reading a Parameter,” except that the function code is 154 and some
of the completion codes are different.
(Function code)
154
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Parameter No.)
8 M=0 : No axis
(Data attribute)
M M = 1 to n : Specific axis
(M: 0, 1 to n, or –1)
10 M = –1 : All axes
(Data area)
—
(Need not be set)
X X
42
[Completion codes]
0 : Parameter data has been read normally.
3 : The parameter No. specified to be read is invalid.
4 : A value other than 0, –1, and 1 to n (number of axes) was specified
for the data attribute.
6 : An option required for setting the parameter to be read, such as the
error compensation option, is not provided.
864
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.42 [Description]
Reading Set Data Set data stored in the CNC can be read directly from the CNC via the
(not available for FANUC bus.
Power Mate–D/F, This function is basically the same as the function described in Section
Series 21–TA) 3.8 ”Reading Set Data,” except that the function code is 155 and some of
the completion codes are different.
(Function code)
155
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Setting data No.)
8 M=0 : No axis
(Data attribute)
M M = 1 to n : Specific axis
(M: 0, 1 to n, or –1)
10 M = –1 : All axes
(Data area)
—
(Need not be set)
X X
42
[Completion codes]
0 : Set data has been read normally.
3 : The set data No. specified to be read is invalid.
4 : A value other than 0, –1, and 1 to n (number of axes) was specified
for the data attribute.
865
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
B.4.43 [Description]
Reading Diagnosis Data displayed on the diagnosis data screen of the CNC can be read
Data (not available for directly from the CNC via the FANUC bus.
Power Mate–D/F, This function is basically the same as the function described in Section
Series 21–TA) 3.22 ”Reading Diagnosis Data,” except that the function code is 156 and
some of the completion codes are different.
(Function code)
156
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
N
(N: Diagnosis No.)
8 M=0 : No axis
(Data attribute)
M M = 1 to n : Specific axis
(M: 0, 1 to n, or –1)
10 M = –1 : All axes
(Data area)
—
(Need not be set)
X X
42
[Completion codes]
0 : Diagnosis data has been read normally from the CNC.
3 : The diagnosis No. specified to be read is invalid.
4 : A value other than 0, –1, and 1 to n (number of axes) was specified
for the data attribute.
6 : An option required for using the diagnosis data to be read, such
as the remote buffer option, is not provided.
866
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.44 [Description]
Reading a Character In a machining program being executed on the CNC, the block currently
String of the CNC executed, the next block, and the next block but one can be read in the
Program Being CNC program format. That is, these blocks can be read in the form of a
Executed in the Buffer character string of ASCII codes. This function is available only with the
M series CNCs.
Comments in a block can also be read.
The maximum number of characters in a character string is fixed to 64.
Top address + 0
(Function code)
157
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
—
(Need not be set)
X X
74
NOTE
1 When data specified by the NC is a macro statement, the
character string cannot be read correctly.
2 When data attribute M is set to 2, the next block but one can
be read only when the next block is an instruction for tool
diameter compensation C.
867
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The character string of the CNC program being executed in the
buffer has been read normally.
4 : The value specified for the data attribute is invalid.
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length) 64 characters
64
(Data number)
—
8
(Data attribute)
M
(M: Specified block)
10
NC command data for the first character ASCII code
RC(1) If a block consists of less than 64
characters, the remaining bytes are
11 NC command data for the second filled with 20H (space).
character
RC(2)
X X X
X X X
73
NC command data for the 64th character
RC(64)
868
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.45 [Description]
Reading the Relative The relative coordinates of the machine moving along an axis controlled
Position on a by the CNC can be read.
Controlled Axis
[Input data structure]
Top address + 0
(Function code)
74
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
8
(Data attribute) M = 1 to n : Reads the relative coordinates of
M each axis. n is an axis No.
(M: 1 to n or –1)
M = –1 : Reads the relative coordinates of
10 all axes.
(Data area)
—
(Need not be set)
X X
42
[Completion codes]
0 : The relative coordinates on the controlled axis have been read
normally.
4 : The specified data attribute is invalid. That is, a value other than
–1 and 1 to n (number of axes) was specified, or the specified axis
No. was greater than the number of controlled axes.
869
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
2 (Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L
(L = 4*n. n is the number of
specified axes.)
6
(Data number)
—
8
(Data attribute)
M
(M: Input data) Value
10
Relative coordinates on the specified Signed binary
controlled axis (4 bytes) (A negative value is represented in 2’s
complement.)
Value
10
Relative coordinates on the first axis Signed binary
(4 bytes) (A negative value is represented in 2’s
complement.)
14
Relative coordinates on the second
axis (4 bytes)
18
Relative coordinates on the third axis
(4 bytes)
22
Relative coordinates on the fourth axis
(4 bytes)
Double values can be read for a machining center system or when radius
specification is used for the relevant axis of a lathe system.
870
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.46 [Description]
Reading the Remaining The remaining travel of the machine along an axis controlled by the CNC
Travel can be read. The read value equals the remaining travel indicated on the
current position display screen on the CNC. (This screen can be called
by pressing the function button POS.)
(Function code)
75
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
8
(Data attribute) M = 1 to n: Reads the remaining travel along
M each axis. n is an axis No.
(M: 1 to n or –1)
M = –1 : Reads the remaining travel along all
10 axes.
(Data area)
—
(Need not be set)
X X
42
[Completion codes]
0 : The remaining travel along the controlled axis has beenread
normally.
4 : The specified data attribute is invalid. That is, a value other than
–1 and 1 to n (number of axes) was specified, or the specified axis
No. was greater than the number of controlled axes.
871
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
Top address + 0
(Function code)
75
2 (Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
L
(L = 4*n. n is the number of
specified axes.)
6
(Data number)
—
8
(Data attribute)
M
(M: Input data) Value
10
Remaining travel along the specified Signed binary
controlled axis (4 bytes) (A negative value is represented in 2’s
complement.)
Value
10
Remaining travel along the first axis Signed binary
(4 bytes) (A negative value is represented in 2’s
complement.)
14
Remaining travel along the second
axis (4 bytes)
18
Remaining travel along the third axis
(4 bytes)
22
Remaining travel along the fourth axis
(4 bytes)
872
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.47 [Description]
Reading CNC Status Status information (status indication on the screen) can be read from the
Information CNC.
The types of status information that can be read are as follows.
(1) Indication of which mode is selected, automatic or manual
(2) Status of automatic operation
(3) Status of movement along the axis and dwelling
(4) Status of M, S, T, and B functions
(5) Statuses of emergency stop and the reset signal
(6) Alarm status
(7) Status of program edit
(Indication)
13 (5)
––EMG––
(1) (2) (3) (4) (6) (7)
14 EDIT STOP MTN FIN ALM 16:52:13 READ 14
(Function code)
76
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data number)
0
8
(Data attribute)
0
10
(Data area)
X — X
(Need not be set)
42
873
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : CNC status information has been read normally.
[Output data structure]
Top address + 0
(Function code)
76
2
(Completion code)
?
(See the explanation of
the completion codes.)
4
(Data length)
14
6
(Data number)
—
(Input data)
8
(Data attribute)
—
(Input data) Value
10
Indication of which mode is currently 0 : MDI
selected, automatic or manual 1 : MEMory
(2 bytes) 2 : **** (Other states)
3 : EDIT
4 : HaNDle
5 : JOG
6 : Teach in JOG
7 : Teach in HND
8 : INC. feed
9 : REFerence
10: ReMoTe
12
Status of automatic operation (2 bytes) 0 : **** (Reset states)
1 : STOP
2 : HOLD
3 : STaRT
14 Status of movement along the axis or 0 : *** (Other states)
dwelling (2 bytes) 1 : MoTioN
2 : DWell
874
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.48 [Description]
Reading Value of the This function gets the value of variable for Macro–compiler (P–code
P–code Macro Variable macro variable) of specified number.
(Low–speed The extended P–code macro variable is not able to be read.
Response)
[Input data structure]
Top address + 0
(Function code)
59
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
—
(Need not be set)
+6
(Data number)
N
(P–code macro variable number)
+ 10
(Data attribute)
0
+ 12
(Data area)
—
(Need not be set)
+ 18
CAUTION
The ’Data number’ occupies 4 bytes instead of 2 bytes of
usual data structure.
875
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to read the value of P–code macro variable.
3 : The P–code macro variable specified by ’Data number’ is not able
to be read.
5 : The value of the P–code macro variable is out of range
("0.0000001 – "99999999).
6 : No option, or no Macro ROM module.
[Output data structure]
Top address + 0
(Function code)
59
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
6
+6
(Data number)
N
(Same as input data)
+ 10
(Data attribute)
—
(Same as input data) Value
+ 12
Value of P–code macro variable Signed binary
(4bytes) (Minus number is represented by 2’s
complemental)
876
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.49 [Description]
Writing Value of the This function stores the value into the variable for Macro–compiler
P–code Macro Variable (P–code macro variable) of specified number.
(Low–speed The extended P–code macro variable is not able to be written into.
Response)
[Input data structure]
Top address + 0
(Function code)
60
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
6
+6
(Data number)
N
(P–code macro variable number)
+ 10
(Data attribute)
0 Value
+ 12
Value of P–code macro variable Signed binary
(4bytes) (Minus number is represented by 2’s
complemental)
+ 16
Figures after decimal point of the value Signed binary
(2bytes) (Minus number is represented by 2’s
complemental)
CAUTION
The ’data number’ occupies 4 bytes instead of 2 bytes of
usual data structure.
877
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to store the value into P–code macro variable.
2 : The data length has illegal data (is not 6).
3 : The P–code macro variable specified by ’Data number’ is not able
to be written.
6 : No option, or no Macro ROM module.
(Function code)
60
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
6
(Same as input data)
+6
(Data number)
N
(Same as input data)
+ 10
(Data attribute)
—
(Same as input data)
+ 12
Value of P–code macro variable
(4bytes)
+ 16
Figures after decimal point of the value
(2bytes)
878
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.50 [Description]
Reading the Tool Life This function gets the Tool life counter type of specified tool group in the
Management Data Tool life management data. (M series only)
(Tool Life Counter
Type) (not available for
Power Mate–D/F,
Series 21–TA)
[Input data structure]
Top address + 0
(Function code)
160
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
—
(Need not be set)
+6
(Data number)
N
(N = Tool group number)
+8
(Data attribute)
0
+ 10
(Data area)
—
(Need not be set)
+ 12
NOTE
About Tool group number (in ’Data number’)
“0” as Tool group number indicates the Tool group currently
used.
When Tool group has never specified since power–on, “0”
of Tool group number results “0” as counter type.
“0” of counter type will be returned on T series.
879
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to read the Tool life counter type.
3 : The Tool group number is out of range from 0 to 512, or exceeds
the maximum number of registered Tool group.
6 : No option for Tool life management.
[Output data structure]
Top address + 0
(Function code)
160
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
2
+6
(Data number)
N
(Same as input data)
+8
(Data attribute)
—
(Same as input data) Value
+ 10
Tool life counter type (2bytes) 0 : No counter type
1 : Frequency
2 : Real time (in minutes)
880
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.51 [Description]
Registering the Tool This function registers the Tool group in Tool life management data, with
Life Management Data Tool number, length of life and Tool life counter type. On T series, the
(Tool Group) Tool life counter type will be specified by the NC parameter ”LTM”
(No.6800#2), and this function cannot set/change the counter type.
(Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
163
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
8
+6
(Data number)
0
+8
(Data attribute)
M
(M = Tool number) Value
+ 10
Tool group number (2bytes) Unsigned binary
1 to 512
+ 12
Tool life counter type (2bytes) 1 : Frequency
2 : Real time in minutes
+ 14
Length of Tool life (4bytes) Unsigned binary
1 to 9999 (Frequency)
1 to 4300 (Real time in minutes)
[Completion codes]
0 : Success to register the Tool group.
3 : The Tool group number is out of range from 1 to 512, or exceeds
the maximum number of registered Tool group.
4 : The Tool number in ’Data attribute’ has wrong value.
5 : The length of Tool life in ’Data area’ is out of range. The Tool life
counter type does not match on T series.
6 : No option for Tool life management.
881
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
(Function code)
163
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
8
(Same as input data)
+6
(Data number)
—
(Same as input data)
+8
(Data attribute)
M
(Same as input data)
+ 10
Tool group number (2bytes)
(Same as input data)
+ 12
Tool life counter type (2bytes)
(Same as input data)
882
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.52 [Description]
Writing the Tool Life This function sets the length of Tool life of the specified Tool group in the
Management Data Tool life management data.
(Tool Life)
(Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
164
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
4
+6
(Data number)
N
(N = Tool group number)
+8
(Data attribute)
0
Value
+10
Length of Tool life (4bytes) Unsigned binary
1–9999 (Frequency)
1–4300 (Real time in minutes)
883
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to set the length of Tool life.
3 : The Tool group number is out of range from 1 to 512, or exceeds
the maximum number of registered Tool group.
5 : The length of Tool life is out of range.
6 : No option for Tool life management.
[Output data structure]
Top address +0
(Function code)
164
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
4
(Same as input data)
+6
(Data number)
N
(Same as input data)
+8
(Data attribute)
—
(Same as input data)
+10
Length of Tool life (4bytes)
884
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.53 [Description]
Writing the Tool Life This function sets the Tool life counter in the specified Tool group in the
Management Data Tool life management data.
(Tool Life Counter)
(Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
165
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
4
+6
(Data number)
N
(N = Tool group number)
+8
(Data attribute)
0 Value
+10
Length of Tool life (4bytes) Unsigned binary
1–9999 (Frequency)
1–4300 (Real time in minutes)
885
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to set the Tool life counter.
3 : The Tool group number is out of range from 1 to 512, or exceeds
the maximum number of registered Tool group.
5 : The value for Tool life counter is out of range.
6 : No option for Tool life management.
[Output data structure]
Top address + 0
(Function code)
165
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
4
(Same as input data)
+6
(Data number)
N
(Same as input data)
+8
(Data attribute)
—
(Same as input data)
+10
Length of Tool life (4bytes)
886
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.54 [Description]
Writing the Tool Life This function sets the Tool life counter type of specified Tool group in the
Management Data Tool life management data. (M series only)
(Tool Life Counter
Type) (Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
166
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
2
+6
(Data number)
N
(N = Tool group number)
+8
(Data attribute)
0
Value
+10
Tool life counter type (2bytes) 1 : Frequency
2 : Real time in minutes
887
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to set the Tool life counter type.
3 : The Tool group number is out of range from 1 to 512, or exceeds
the maximum number of registered Tool group.
5 : The value for Tool life counter type is wrong.
6 : No option for Tool life management.
Top address + 0
(Function code)
166
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
2
(Same as input data)
+6
(Data number)
N
(Same as input data)
+8
(Data attribute)
—
(Same as input data)
+10
Tool life counter type (2bytes)
888
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.55 [Description]
Writing the Tool Life This function sets the Tool length offset number of the specified Tool
Management Data group in the Tool life management data. (M series only)
(Tool Length Offset
Number (1) : Tool
Number) (Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
167
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
4
+6
(Data number)
N
(N = Tool group number)
+8
(Data attribute)
M
(M = Tool number) Value
+10
Tool length offset number (4bytes) Unsigned binary
1–255
889
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to set the Tool length offset number.
3 : The Tool group number is out of range from 1 to 512, or exceeds
the maximum number of registered Tool group.
4 : The Tool number in ’Data attribute’ has wrong value.
5 : The Tool number is not found in the Tool group.
6 : No option for Tool life management.
Top address + 0
(Function code)
167
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
4
(Same as input data)
+6
(Data number)
N
(Same as input data)
+8
(Data attribute)
M
(Same as input data)
+10
Tool length offset number (4bytes)
NOTE
The effective value for Tool length offset number depends
on Tool compensation number available on NC.
890
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.56 [Description]
Writing the Tool Life This function sets the Tool length offset number of the Tool of the
Management Data specified Tool operation sequence number in the Tool life management
(Tool Length Offset data. (M series only)
Number (2) : Tool
Operation Sequence
Number) (Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
168
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
4
+6
(Data number)
N
(N = Tool group number)
+8
(Data attribute)
M
(M = Tool operation sequence number) Value
+10
Tool length offset number (4bytes) Unsigned binary
1–255
891
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to set the Tool length offset number.
3 : The Tool group number is out of range from 1 to 512, or exceeds
the maximum number of registered Tool group.
4 : The Tool operation sequence number is wrong.
6 : No option for Tool life management.
Top address + 0
(Function code)
168
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
4
(Same as input data)
+6
(Data number)
N
(Same as input data)
+8
(Data attribute)
M
(Same as input data)
+10
Tool length offset number (4bytes)
NOTE
The effective value for Tool length offset number depends
on Tool compensation number available on NC.
892
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.57 [Description]
Writing the Tool Life This function sets the Cutter compensation number of the specified Tool
Management Data group in the Tool life management data. (M series only)
(Cutter Compensation
Number (1) : Tool
Number) (Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
169
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
4
+6
(Data number)
N
(N = Tool group number)
+8
(Data attribute)
M
(M = Tool number) Value
+10
Cutter compensation number (4bytes) Unsigned binary
1–255
893
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to set the Cutter compensation number.
3 : The Tool group number is out of range from 1 to 512, or exceeds
the maximum number of registered Tool group.
4 : The Tool number in ’Data attribute’ has wrong value.
5 : The Tool number is not found in the Tool group.
6 : No option for Tool life management.
Top address + 0
(Function code)
169
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
4
(Same as input data)
+6
(Data number)
N
(Same as input data)
+8
(Data attribute)
M
(Same as input data)
+10
Cutter compensation number (4bytes)
NOTE
The effective value for Cutter compensation number
depends on Tool compensation number available on NC.
894
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.58 [Description]
Writing the Tool Life This function sets the Cutter compensation number of the Tool of the
Management Data specified Tool operation sequence number in the Tool life management
(Cutter Compensation data. (M series only)
Number (2) : Tool
Operation Sequence
Number) (Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
170
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
4
+6
(Data number)
N
(N = Tool group number)
+8
(Data attribute)
M
(M = Tool operation sequence number) Value
+10
Cutter compensation number (4bytes) Unsigned binary
1–255
895
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to set the Cutter compensation number.
3 : The Tool group number is out of range from 1 to 512, or exceeds
the maximum number of registered Tool group.
4 : The Tool operation sequence number is wrong.
6 : No option for Tool life management.
Top address + 0
(Function code)
170
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
4
(Same as input data)
+6
(Data number)
N
(Same as input data)
+8
(Data attribute)
M
(Same as input data)
+10
Cutter compensation number (4bytes)
NOTE
The effective value for Cutter compensation number
depends on Tool compensation number available on NC.
896
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.59 [Description]
Writing the Tool Life This function sets the Tool condition of the specified Tool group in the
Management Data Tool life management data.(M series only)
(Tool Condition (1) :
Tool Number)
(Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
171
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
2
+6
(Data number)
N
(N = Tool group number)
+8
(Data attribute)
M
(M = Tool number) Value
+10
Tool condition (2bytes) 1 : Tool state clear
2 : Tool state skip
897
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to set the Tool condition.
3 : The Tool group number is out of range from 1 to 512, or exceeds
the maximum number of registered Tool group.
4 : The Tool number in ’Data attribute’ has wrong value.
5 : The Tool number is not found in the Tool group.
6 : No option for Tool life management.
Top address + 0
(Function code)
171
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
2
(Same as input data)
+6
(Data number)
N
(Same as input data)
+8
(Data attribute)
M
(Same as input data)
+10
Tool condition (2bytes)
898
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.60 [Description]
Writing the Tool This function sets the Tool condition of the Tool of the specified Tool
Management Data operation sequence number in the Tool life management data.
(Tool Condition (2) :
Tool Operation
Sequence Number)
(Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
172
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
2
+6
(Data number)
N
(N = Tool group number)
+8
(Data attribute)
M
(M = Tool operation sequence number) Value
+10
Tool condition (2bytes) 1 : Tool state clear
2 : Tool state skip
899
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to set the Tool condition.
3 : The Tool group number is out of range from 1 to 512, or exceeds
the maximum number of registered Tool group.
4 : The Tool operation sequence number is wrong.
6 : No option for Tool life management.
Top address + 0
(Function code)
172
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
2
(Same as input data)
+6
(Data number)
N
(Same as input data)
+8
(Data attribute)
M
(Same as input data)
+10
Tool condition (2bytes)
900
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.61 [Description]
Writing the Tool Life This function registers a tool to the specified Tool group in the Tool life
Management Data management data.
(Tool Number)
(Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address + 0
(Function code)
173
+2
(Completion code)
—
(Need not be set)
+4
(Data length)
4
+6
(Data number)
N
(N = Tool group number)
+8
(Data attribute)
M
(M = Tool operation sequence number) Value
+10
Tool number (4bytes) Unsigned binary
1–9999
901
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : Success to register the Tool number.
3 : The Tool group number is out of range from 1 to 512, or exceeds
the maximum number of registered Tool group.
4 : The Tool operation sequence number is wrong.
6 : No option for Tool life management.
Top address + 0
(Function code)
173
+2
(Completion code)
?
(See the explanation above)
+4
(Data length)
4
(Same as input data)
+6
(Data number)
N
(Same as input data)
+8
(Data attribute)
M
(Same as input data)
+10
Tool number (4bytes)
902
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.62
Reading the Estimate Power
FS20 FS18 FS16
Mate
Disturbance Torque
∆ ∆
Data
∆ : The support is decided by CNC series
: No support
Top address + 0
(Function code)
211
+2
(Completion code)
–
(Need not to be set)
+4
(Data length)
–
(Need not to be set)
+6
(Data number)
0
+8
(Data attribute) M=1 to n : Estimate disturbance torque data
M for specific axis. “n” is the axis
(M=1 to n or – 1) number.
+10
M= – 1 : Estimate disturbance torque data
(Data area)
for all axes.
–
(Need not to be set)
+12
903
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The estimate disturbance torque data have been read normally.
4 : The data specified as the data attribute is invalid because it is
neither –1 nor a value from 1 to n (n is the number of axes).
Alternatively, the specified axis number is greater than the number
of controlled axes.
[Output data structure]
Top address + 0
(Function code)
211
+2
(Completion code)
?
(See the explanation of the
completion codes. )
+4
(Data length)
L
(L=2 n, n is the number
of axes specified. )
+6
(Data number)
0
+8
(Data attribute)
M
(M : Input data) Value
+10
Estimate disturbance torque data for- (A negative value is represented in 2’s
the controlled axis specified complement. )
(2 bytes)
+12
Value
+10 Estimate disturbance torque
data forfirst axis Signed binary
(2 bytes) (A negative value is represented in 2’s
complement. )
+12 Estimate disturbance torque
data forsecond axis
(2 bytes)
+14 Estimate disturbance torque
data forthird axis
(2 bytes)
+16 Estimate disturbance torque
data forfourth axis
(2 bytes)
+18
904
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
Top address + 0
(Function code)
211
+2
(Completion code)
—
(Need not to be set)
+4
(Data length)
—
(Need not to be set)
+6
(Data number)
1 M= 1 to n: Read the load of each spindle.
(n is the spindle number.)
+8 –1: Read the loads of the No.1 and No.2 spindles.
(Data attribute) –2: Read the loads of the No.1 to No.3 spindles.
M –3: Read the loads of the No.1 to No.4 spindles.
(M=1 to n or – 1)
+10
(Data area)
–
(Need not to be set)
+12
905
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The estimate disturbance torque data have been read normally.
4 : The data specified as the data attribute is invalid because it is neither
– 1 nor a value from 1 to n (n is the number of axes) . Alternatively,
the specified axis number is greater than the number of controlled
axes.
[Output data structure]
Top address + 0
(Function code)
211
+2
(Completion code)
?
(See the explanation of
the completion codes. )
+4
(Data length)
L
(L=2 n, n is the number
of axes specified. )
+6
(Data number)
1
+8
(Data attribute)
M
(M : Input data) Value
+10
Estimate disturbance torque Signed binary
data forthe controlled axis specified (A negative value is represented in 2’s
(2 bytes) complement. )
+12
Value
[supporting soft]
CNC FS16 : B005 SERIES Edition K or later
B105 SERIES Edition H or later
B205 SERIES Edition H or later
FS18 : BD03 SERIES Edition L or later
BE03 SERIES Edition I or later
BF03 SERIES Edition I or later
SERVO : 9060 SERIES Edition J or later
SPINDLE : 9A50 SERIES Edition Q or later
* Some of the series not listed above are supported by the first edition.
906
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.63 [Description]
Reading the Current This function reads CNC program numbers extended to 8 digits from the
Program Number usual 4 digits.
(8–digit Program Basically, this function is the same as function number 24 excluding the
different data length of function code 90.
Numbers)
(not available for
Power Mate–D/F,
Series 21–TA)
[Input data structure]
Top address 0
(Function code)
90
2
(Completion code)
–
(Need not be set)
4
(Data length)
–
(Need not be set)
(Data number)
0
(Data attribute)
0
10
(Data area)
–
(Need not be set)
18
[Completion codes]
–1 : The read command of the currently executing program could not
be executed. That is, the same command could not be executed as
the data of the program number was being updated on the CNC.
0 : The program number of the currently executing program has been
read normally.
907
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
Top address 0
(Function code)
90
2
(Completion code)
?
(See the explanation of the completion
codes, above.)
4
(Data length)
8
6
(Data number)
–
8
(Data attribute)
–
Value
10
Number of the program currently being Unsigned binary format, 4–byte length
executed
ON
14
Program number of the main program
ON
18
908
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.64 [Description]
Reading Tool Life This function reads the tool group number to which the tool number is
Management Data currently registered.
(Tool Group Number)
(not available for
Power Mate–D/F,
Series 21–TA)
[Input data structure]
Top address 0
(Function code)
200
2
(Completion code)
–
(Need not be set)
4
(Data length)
–
(Need not be set)
(Data number)
0
8
(Data attribute)
M
(M=Tool number)
12
(Data area)
–
(Need not be set)
16
NOTE
When the tool number is set to “0”, the tool group number
of the currently used tool is read.
If a tool group number is not specified after the power is
turned ON, tool group number “0” is read. Also, if a tool
number is registered to two or more tool group numbers, the
tool group numbers of all tool groups to which the tool
number is registered are read.
909
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool group number was read successfully.
4 : The tool number in ’Data Attribute’ has a wrong value.
5 : The tool number is not registered.
6 : The tool life management option has not been added on.
Top address 0
(Function code)
200
2
(Completion code)
?
(See the explanation above.)
4
(Data length)
L L=4 to 4 x n
(L=4 n) n is the number of tool group numbers
6 when multiple groups is specified.
(Data number)
–
8
(Data attribute)
M
(M: entered data) Value
12
Unsigned binary
Tool group number
(4 bytes)
16
Value
24
910
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.65 [Description]
Reading Tool Life This function reads the tool length offset number according to the
Management Data specified tool group number and tool number. (M series only)
(Tool Length Offset
Number 1)
(not available for
Power Mate–D/F,
Series 21–TA)
[Input data structure]
Top address 0
(Function code)
227
2
(Completion code)
–
(Need not be set)
4
(Data length)
–
(Need not be set)
6
(Data number)
N
(N=Tool group number)
8
(Data attribute)
M
(M=Tool number)
12
(Data area)
–
(Need not be set)
16
NOTE
When the tool group number and tool number are set to “0”,
the currently used tool group and tool number are
referenced.
If a tool group number is not specified after the power is
turned ON, tool group number “0” is read.
“0” is always read on the T series.
911
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool length offset number was read successfully.
3 : The specified tool group number is incorrect.
4 : The specified tool number is incorrect.
5 : The specified tool number is not registered to the specified tool
group.
6 : The tool life management option has not been added on.
Top address 0
(Function code)
227
2
(Completion code)
?
(See the explanation above.)
4
(Data length)
4
6
(Data number)
N
(N: entered data)
8
(Data attribute)
M
(M: entered data) Value
12
Unsigned binary
Tool offset number
(4 bytes)
16
912
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.66 [Description]
Reading Tool Life This function reads the tool radius offset number according to the
Management Data specified tool group number and tool number. (M series only)
(Tool Diameter Offset
Number 1)
(not available for
Power Mate–D/F,
Series 21–TA)
[Input data structure]
Top address 0
(Function code)
228
2
(Completion code)
–
(Need not be set)
4
(Data length)
–
(Need not be set)
6
(Data number)
N
(N=Tool group number)
8
(Data attribute)
M
(M=Tool number)
12
((Data area))
–
(Need not be set)
16
NOTE
When the tool group number and tool number are set to “0”,
the currently used tool group and tool number are
referenced.
If a tool group number is not specified after the power is
turned ON, tool group number “0” is read.
“0” is always read on the T series.
913
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool radius offset number was read successfully.
3 : The specified tool group number is incorrect.
4 : The specified tool number is incorrect.
5 : The specified tool number is not registered to the specified tool
group.
6 : The tool life management option has not been added on.
Top address 0
(Function code)
228
2
(Completion code)
?
(See the explanation above.)
4
(Data length)
4
6
(Data number)
N
(N: entered data)
8
(Data attribute)
M
(M: entered data) Value
12
Unsigned binary
Tool offset number
(4 bytes)
16
914
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.67 [Description]
Reading Tool Life This function reads the tool information (status) according to the specified
Management Data tool group number and tool number.
(Tool Information 1)
(not available for
Power Mate–D/F,
Series 21–TA)
[Input data structure]
Top address 0
(Function code)
201
2
(Completion code)
–
(Need not be set)
4
(Data length)
–
(Need not be set)
6
(Data number)
N
(N=Tool group number)
8
(Data attribute)
M
(M=Tool number)
12
((Data area))
–
(Need not be set)
16
NOTE
When the tool group number and tool number are set to “0”,
the currently used tool group and tool number are
referenced.
If a tool group number is not specified after the power is
turned ON, tool group number “0” is read.
915
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool information was read successfully.
3 : The specified tool group number is incorrect.
4 : The specified tool number is incorrect.
5 : The specified tool number is not registered to the specified tool
group.
6 : The tool life management option has not been added on.
Top address 0
(Function code)
201
2
(Completion code)
?
(See the explanation above.)
4
(Data length)
4
6
(Data number)
N
(N: entered data)
8
(Data attribute)
M
(M: entered data) Value
12
0: See Note in previous item/
Tool offset number 1: Tool is registered.
(4 bytes) 2: End of tool life.
3: Tool skipped
All above three bytes must be “0”.
16
916
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.68 [Description]
Writing (Registering) This function registers the tool group number to tool life management
Tool Life Management data. Set the tool number, life value and life counter type to the specified
Data (Tool Group tool group. On the T series, since the life counter type is specified by CNC
parameter LTM (No. 6800#2), it cannot be set nor changed here.
Number) (Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address 0
(Function code)
202
2
(Completion code)
?
(Need not be set)
4
(Data length)
8
6
(Data number)
0
(Data attribute)
M
(M: entered data)
Value
12
Unsigned binary
Tool group number 1 to 512
(2 bytes)
1: Count
14 2: Time (minutes)
Tool life counter type
(2 bytes)
16
Unsigned binary
Tool life value
(4 bytes) 1 to 9999 (count)
2 to 4300 (time)
20
917
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool length was registered successfully.
3 : The tool group number exceeded the range 1 to 512 or maximum
number of registered groups.
4 : The tool number in ’Data Attribute’ has a wrong value.
5 : The tool life value is out–of–range. On the T series, the tool life
counter type is different.
6 : The tool life management option has not been added on.
Top address 0
(Function code)
202
2
(Completion code)
?
(See the explanation above.)
4
(Data length)
8
(Entered data)
6
(Data number)
–
(Entered data)
(Data attribute)
M
(Entered data)
12
Tool group number
(2 bytes)
(Entered data)
14
Tool life counter type
(2 bytes)
(Entered data)
16
Tool life value
(4 bytes)
(Entered data)
20
918
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.69 [Description]
Writing Tool Life This function sets the tool length offset number of a specified tool group
Management Data in the tool life management data. (M series only)
(Tool Length Offset
Number 1)
(Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address 0
(Function code)
229
2
(Completion code)
–
(Need not be set)
4
(Data length)
4
6
(Data number)
N
(N=Tool group number)
8
(Data attribute)
M
(M=Tool number)
Value
12
Unsigned binary
Tool length offset number 1 to 255
(4 bytes)
16
919
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool length offset number was written successfully.
3 : The tool group number exceeded the range 1 to 512 or maximum
number of registered groups.
4 : The specified tool number is incorrect.
5 : The specified tool number is not registered to the specified tool
group.
6 : The tool life management option has not been added on.
Top address 0
(Function code)
229
2
(Completion code)
?
(See the explanation above.)
4
(Data length)
4
(Entered data)
6
(Data number)
N
(Entered data)
(Data attribute)
M
(Entered data)
12
Tool length offset number
(4 bytes)
16
NOTE
The tool length offset number that can be actually specified
is reliant on the tool offsets available on the NC.
920
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.70 [Description]
Writing Tool Life This function sets the tool radius offset number of a tool belonging to a
Management Data specified tool group in the tool life management data. (M series only)
(Tool Radius Offset
Number 1)
(Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address 0
(Function code)
230
2
(Completion code)
–
(Need not be set)
4
(Data length)
4
6
(Data number)
N
(N=Tool group number)
8
(Data attribute)
M
(M=Tool number)
Value
12
Unsigned binary
Tool length offset number 1 to 255
(4 bytes)
16
921
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool radius offset number was written successfully.
3 : The tool group number exceeded the range 1 to 512 or maximum
number of registered groups.
4 : The specified tool number is incorrect.
5 : The specified tool number is not registered to the specified tool
group.
6 : The tool life management option has not been added on.
Top address 0
(Function code)
230
2
(Completion code)
?
(See the explanation above.)
4
(Data length)
4
(Entered data)
6
(Data number)
N
(Entered data)
(Data attribute)
M
(Entered data)
12
Tool length offset number
(4 bytes)
16
NOTE
The tool length offset number that can be actually specified
is reliant on the tool offsets available on the NC.
922
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.71 [Description]
Writing Tool Life This function sets the tool information of a tool belonging to a specified
Management Data tool group in the tool life management data. (M series only)
(Tool Information 1)
(Low–speed
Response)
(not available for
Power Mate–D/F,
Series 21–TA) [Input data structure]
Top address 0
(Function code)
231
2
(Completion code)
–
(Need not be set)
4
(Data length)
2
6
(Data number)
N
(N=Tool group number)
8
(Data attribute)
M
(M=Tool number)
Value
12
1: Clears tool status.
Tool group number 2: Skips tool status.
(2 bytes)
14
923
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The tool information was written successfully.
3 : The tool group number exceeded the range 1 to 512 or maximum
number of registered groups.
4 : The specified tool number is incorrect.
5 : The specified tool number is not registered to the specified tool
group.
6 : The tool life management option has not been added on.
Top address 0
(Function code)
231
2
(Completion code)
?
(See the explanation above.)
4
(Data length)
2
(Entered data)
6
(Data number)
N
(Entered data)
(Data attribute)
M
(Entered data)
12
Tool length offset number
(2 bytes)
14
The following table shows how the tool status changes before and after
this function is specified.
command Pre–command Status Post–command Status
924
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
Top address +0
(Function code)
138
+2
(Completion code)
–
(Need not be set)
+4
(Data length)
–
(Need not be set)
+6
(Data number)
0
+8
(Data attribute) M=1 to n : Read spindles on each axis.
M (n is the spindle number.)
(M=Spindle number)
–1 : Read spindles on No.1 and No.2 axes
+10 –2 : Read spindles on No.1 to No.3 axes
(Data area) –3 : Read spindles on No.1 to No.4 axes
–
(Need not be set)
925
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0: The actual spindle speed was read successfully.
4: The spindle speed in ’Data Attribute’ has wrong values, that is ,
a value outside of the range –1 to –(n–1) or 1 to n (n: number of
spindles).
Top address +0
(Function code)
138
+2
(Completion code)
?
(See the explanation above.)
+4
(Data length)
L
(L=4 n)
+6
(Data number)
–
+8
(Data attribute)
M
(Entered data) Value
+10
Actual speed of specified spindle Signed binary
<data unit>
rpm
+14
Value
+10
Actual speed of No.1 spindle Signed binary
<Data unit>
rpm
+14
Actual speed of No.2 spindle
+18
Actual speed of No.3 spindle
+22
Actual speed of No.4 spindle
+26
926
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
Top address +0
(Function code)
138
+2
(Completion code)
–
(Need not be set)
+4
(Data length)
–
(Need not be set)
+6
(Data number)
0
+8
(Data attribute) M=11 to (10+n) : Read spindles on each axis.
M (n is the spindle number.)
(M=Spindle number)
–11 : Read spindles on No.1 and No.2 axes
+10 –12 : Read spindles on No.1 to No.3 axes
(Data area) –13 : Read spindles on No.1 to No.4 axes
–
(Need not be set)
+12
927
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
[Completion codes]
0 : The actual spindle speed was read successfully.
4 : The spindle speed in ’Data Attribute’ has wrong values, that is ,
a value outside of the range –11 to –(9+1) or 11 to (10+n) (n:
number of spindles).
Top address +0
(Function code)
138
+2
(Completion code)
?
(See the explanation above.)
+4
(Data length)
L
(L=4 n)
+6
(Data number)
–
+8
(Data attribute)
M
(Entered data) Value
+10
Position coder–less actual spindle Signed binary
speed <data unit>
rpm
+14
Value
+10
Position coder–less actual No.1 Signed binary
spindle speed <Data unit>
rpm
+14
Position coder–less actual No.2
spindle speed
+18
Position coder–less actual No.3
spindle speed
+22
Position coder–less actual No.4
spindle speed
+26
928
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
B.4.73 [Description]
Reading Fine Torque This function reads the statistical calculation results (average value,
Sensing Data maximum value, distribution) in the fine torque sensing function.
(Statistical Calculation
Results) [Input data structure]
Top address +0
(Function code)
226
+2
(Completion code)
–
(Need not be set)
+4
(Data length)
–
(Need not be set)
+6
(Data number)
N
(N=1 to n or –1)
+8
(Data attribute) M=1 to n : Read spindles on each axis.
0 (n is the spindle number.)
[Completion codes]
0 : The statistical calculation results were read successfully.
3 : The fine torque sensing data in ’Data Attribute’ has a wrong value,
that is, a value outside of the range –1 or 1 to n (n: number of
spindles).
6 : The fine torque sensing option has not been added on.
929
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
Top address +0
(Function code)
226
+2
(Completion code)
?
(See the above explanation.)
+4
(Data length)
L
(L=6 n)
+6
(Data number)
–
+8
(Data attribute)
M
(Entered data) Value
+10
Signed binary
Average value of target axis
+12
+14
+16
Value
+10
Average value of target axis 1 Signed binary
(Output only for number of axes
+12
Maximum value of target axis 1 specified to parameter Nos. 6390
to 6363)
+14
Distribution of target axis 1
+16
Average value of target axis 2
+18
Maximum value of target axis 2
+20
Distribution of target axis 2
:
+32
Average value of target axis 4
+34
930
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
Top address +0
(Function code)
232
+2
(Completion code)
–
(Need not be set)
+4
(Data length)
–
(Need not be set)
+6
(Data number)
0
+8
(Data attribute) M= 0 : Latest data counter
M = 1 : Sample data counter
(M=Tool number)
+10
(Data area)
–
(Need not be set)
+12
[Completion codes]
0 : The store counter was read successfully.
3 : Incorrect data number, that is, a value other than 0 is specified.
4 : The fine torque sensing data in ’Data Attribute’ has wrong values,
that is, a value other than 01.
6 : The fine torque sensing option has not been added on.
931
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
Top address +0
(Function code)
232
+2
(Completion code)
?
(See the explanation above.)
+4
(Data length)
4
+6
(Data number)
0
(Entered data)
+8
(Data attribute)
M
(Entered data) Value
+10
Unsigned binary
Store counter value
+14
Top address +0
(Function code)
232
+2
(Completion code)
–
(Need not be set)
+4
(Data length)
–
(Need not be set)
+6
(Data number) N : Number of axis to be read + 10
N
(N=11 to (10+N))
+8
(Data attribute) M =0 : Latest data
M =1 : Sample data
(M=Data type)
+10
(Data area)
–
(Need not be set)
932
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
[Completion codes]
0: The stored torque data (latest data) was read successfully.
3: Incorrect data number, that is, a value other than 11 to (10+n) (n:
number of spindles) is specified.
4: The fine torque sensing data in ’Data Attribute’ has a wrong value,
that is, a value other than 0 or 1.
6: The fine torque sensing option has not been added on.
Top address +0
(Function code)
232
+2
(Completion code)
?
(See the explanation above.)
+4
(Data length)
L
Entered data
+6
(Data number)
N
(Entered data)
+8
(Data attribute)
M
(Entered data) Value
+10
Unsigned binary
Latest stored data
+14
NOTE
1 When data has not been stored, data is not output, and processing ends successfully with L
set to 0.
2 When sample data is selected by data attribute, the sample data corresponding to the latest
stored data is output.
Example) When 10000 sample data items (data numbers 0 to 9999) and latest data items
5000 (data numbers 0 to 4999) are stored, data number 4999 in the latest data is
output when data attribute M is set to “0”, and data number 4999 in the sample data
is output when data attribute M is set to “1”.
3 When sample data is selected by data attribute, and there is no sample data corresponding to
the latest stored data, data is not output, and processing ends successfully with L set to 0.
Example) When 5000 sample data items (data numbers 0 to 4999) and 10000 latest data
items (data numbers 0 to 9999) are stored, data is not output, and processing ends
successfully with L set to 0 when data attribute M is set to “1”.
933
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
Top address +0
(Function code)
232
+2
(Completion code)
–
(Need not be set)
+4
(Data length)
6
+6
(Data number) N: Number of axis to be read
N
(N=1 to n)
+8
(Data attribute) M =0 : Latest data
M =1 : Sample data
(M=Data type)
+10
Data number n
+14
+16
NOTE
The valid range of data number n is calculated as follows:
0 v n v (524288 1 1
a b)–1
where,
1: Number of target axes 1
a= 2: Number of target axes 2
4: Number of target axes 3 and 4
b= 1: Sample data store function OFF
2: Sample data store function ON
The valid range of number of data items I is calculated as
follows:
1vlv20
[Completion codes]
0 : The stored torque data (any data) was read successfully.
2 : Incorrect data length, that is, a value other than 6 is specified.
934
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
3 : Incorrect data number, that is, a value other than 11 to (10+n) (n:
number of spindles) is specified.
4 : The fine torque sensing data in ’Data Attribute’ has a wrong value,
that is, a value other than 0 or 1.
5 : Incorrect data area is specified. See Note for details of value
ranges.
6 : The fine torque sensing option has not been added on.
Top address +0
(Function code)
232
+2
(Completion code)
?
(See the above explanation.)
+4
(Data length)
L
(L=6 + number of data items I 2)
+6
(Data number)
N
(Entered data)
+8
(Data attribute)
M
(Entered data) Value
+10
Signed binary
Data number n
(Entered data)
+14
+18
Number n data
+20
Number n+1 data
+22
Number n+2 data
+24
:
935
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
NOTE
1 When the number of actually stored data items is exceeded
even though data number n is in the valid range, data is not
output and processing ends successfully by number of data
items I set to 0.
Example) When the number of target axes is 2, and the
sample data store function is enabled
(parameter No.6350#2=1), data numbers 0 to
13107 are valid. However, if an attempt is made
to read (example (1) in figure below) data from
data number n = 131020 when the number of
actually stored data items is 131000 (data
numbers 0 to 130999), data is not output, and
the number of data items I becomes 0.
2 When data number n is within the number of actually stored
data items, and (n+I – 1) exceeds the number of actually
stored data items, data of the stored data items is output,
and processing ends successfully. In this case, number of
data items I is updated to the number of data items that was
output.
Example) If an attempt is made to read (example (2) in
figure below) number of data items I (120) from
data number 130900 under the same
conditions as in the example above, the data of
data numbers 130900 to 130999 is output, and
number of data items I becomes 100.
Also, if an attempt is made to read (example (3)
in figure below) number of data items I (120)
from data number 130999 under the same
conditions as in the example above, the data of
data numbers 130990 to 130999 is output, and
number of data items becomes 10.
936
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
B–61863E/12 APPENDIX SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4)
Top address +0
(Function code)
194
+2
(Completion code)
–
(Need not be set.)
+4
(Data length)
2
+6
(Data number)
0
+8
(Data attribute)
0
Value
+10
Signed binary format
Program number
+12
[Completion codes]
0 : The specification of the program number terminated normally.
5 : Invalid data was specified for the program number, i.e., the data
falls outside the range of 1 to 9999 or is not –9999.
937
B. WINDOW FUNCTION DESCRIPTION
(PMC–PA1/PA3/SA1/SA2/SA3/SA5/SB/
SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4) APPENDIX B–61863E/12
Top address +0
(Function code)
194
+2
(Completion code)
?
(See the explanation of completion
codes, above.)
+4
(Data length)
2
(Data at input time)
+6
(Data number)
0
(Data at input time)
+8
(Data attribute)
0
(Data at input time) Value
+10
Signed binary format
Program number
(Data at input time)
+12
CAUTION
For details of this function, see the section on data
input/output functions using I/O Link in the “CNC
Connection Manual (Functions).”
938
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
939
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.1 This window function is a functional instruction by which the data on the
CNC is read or is written.
FUNCTION
Option (FS15B : A02B–0162–J917, FS15i : A02B–0261–J950) of NC
window is necessary.
940
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.2 In the way to process, there are window function high speed and one
processed at low speed.
LOW–SPEED
RESPONSE AND In case of a low–speed response, The data is read or written by the control
between CNC and PMC.
HIGH–SPEED
Therefore, it is necessary to ACT=1 of the window instrucion must be
RESPONSE OF held until the transfer completion information (W1) becomes 1
WINDOW FUNCTION (interlock).
In a high–speed response, it is not necessity for take the interlock because
the data is directly read.
To read tool offset data, tool life management data, and the processing
time, the FS15B requires the installation of the NC window B option
(A02B–0162–J984), in addition to the NC window option.
CAUTION
1 The window instruction of a low–speed response is controlled exclusively with the other window
instructions of low–speed response.
Therefore, when the data is read or written continuously, it is necessary to clear ACT of the
functional instruction once when the completion information (W1) become 1.
It does not work about ACT=1 of the other window instructions of low–speed response such
as W1=1 and ACT=1 of the window instruction of a low–speed response.
The window instruction of a high–speed response is not exclusively controlled like a low–speed
response. Therefore, when the data is read or written continuously, yow need not make ACT=0.
The scan number of times to complete the processing is summarized on the following table.
TYPE SCAN TIMES UNTIL PROCESSING ENDS
LOW TWO SCAN TIMES OR MORE (This depends on the state of CNC)
HIGH 1SCAN TIME
(Only FS15B)
2 There is a version which does not support in the reading or writing of the window data by a new
format.
ROM VERSION CONTENT
4047 A–E It does not support a new format.
Please use #4 of NC parameter 7401 as 0.
F– It supports a new form.
When the window function of a new format is used,
used please set #4 of NC parameter 7401 as 1.
1
4078 A–
941
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.2.1
Functional Instruction
WINDR
0
CTL0 Function code
2
Completion code
4
Data length
6
CTL1 Data number
8
CTL2 Axis specification
10
DATA Data area * Data length Depends on the function
X X
part1
Type of Type of control data Data
Data type processing length
CTL0 CTL1 CTL2
Tool offset data (low) 13 Offset number Offset format 4 byte
Work origin offset (high) 15 0 Axis number 4 byte
Parameter data (low) 17 Parameter number Axis number 4 byte
Setting data
Custom macro variables (low) 21 Custom macro number 0 6 byte
CNC alarm state (low) 23 0 0 2 byte
Current program number (low) 24 0 0 6 byte
Current sequence number (low) 25 0 0 6 byte
Actual velocity for controlled axes (low) 26 0 0 4 byte
Absolute position on controlled axes (high) 27 0 Axis number 4 byte
Machine position on controlled axes (high) 28 0 Axis number 4 byte
Skip operation stop position on (low) 29 0 Axis number 4 byte
controlled axes
Servo delay amount on controlled (high) 30 0 Axis number 4 byte
axes
Acceleration/deceleration delay (high) 31 0 Axis number 4 byte
amount on controlled axes
Modal data (G function) (low) 32 Data type Specified block 2 byte
(other than G function) 6 byte
Diagnosis data (low) 33 Diagnosis number 0 2 byte
Feed motor load current value (high) 34 200 Axis number 2 byte
General–purpose analog input (high) 34 0 Axis number 2 byte
942
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
part2
Type of Type of control data Data
Data type processing length
CTL0 CTL1 CTL2
Tool life management data
Tool group No. (low) 38 0 Tool No. 4 byte
Number of tool groups (low) 39 Tool group No. 0 4 byte
Number of tools (low) 40 Tool group No. 0 4 byte
Tool life (low) 41 Tool group No. 0 4 byte
Tool life counter (low) 42 Tool group No. 0 4 byte
Tool life counter type (low) 160 Tool group No. 0 4 byte
Tool length compensation No.1 (low) 43 Tool group No. Tool No. 4 byte
Tool length compensation No.2 (low) 44 Tool group No. Tool order number 4 byte
Cutter compensation No.1 (low) 45 Tool group No. Tool No. 4 byte
Cutter compensation No.2 (low) 46 Tool group No. Tool order number 4 byte
Tool information 1 (low) 47 Tool group No. Tool No. 4 byte
Tool information 2 (low) 48 Tool group No. Tool order number 4 byte
Tool No. (low) 49 Tool group No. Tool order number 4 byte
Clock data (low) 151 Data format 0 6 byte
Relative position of controlled axes (high) 74 0 Axis number 4 byte
Remaining travel of controlled axes (high) 75 0 Axis number 4 byte
Estimate disturbance torque data of a (high) 211 0 Axis number 2 byte
digital
Estimate disturbance torque data of a (high) 211 1 Axis number 2 byte
serial spindle
Machining time (low) 178 Program number 1 6 byte
Load information of the spindle motor (high) 153 0 Axis number 2 byte
Tool offset data according to the (low) 213 Data format Tool number 4 byte
specified tool number
Tool life management data
Tool group number (low) 200 0 Tool number (4 bytes) 4 bytes
(supporting 8–digit tool numbers)
Tool length compensation number 1 (low) 227 Tool group number Tool number (4 bytes) 4 bytes
(supporting 8–digit tool numbers)
Cutter compensation number 1 (low) 228 Tool group number Tool number (4 bytes) 4 bytes
(supporting 8–digit tool numbers)
Tool information 1 (low) 201 Tool group number Tool number (4 bytes) 4 bytes
(supporting 8–digit tool numbers)
Real parameter data (low) 321 Parameter number Axis number 4 bytes
(4 bytes)
943
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.2.2
Functional Instruction
WINDW
0
CTL0 Function code
2
Completion code
4
Data length
6
CTL1 Data number
8
CTL2 Axis specification
10
DATA Data area * Data length Depends on the function
Y Y
part1
Type of Type of control data Data
Data type processing length
CTL0 CTL1 CTL2
Tool offset data (low) 14 Offset number Offset format 4 byte
Parameter data (low) 18 Parameter number Axis number 4 byte
Setting data
Custom macro variables (low) 22 Custom macro number 0 6 byte
Data on the program check screen
Spindle tool number (low) 150 Data type 0 2 byte
Number of the tool to be used
next (low) 150 201 0 2 byte
Torque limit override (low) 152 0 Axis number 2 byte
Tool life management data
Number of tool groups (low) 163 0 Tool No. 4 byte
Tool life (low) 164 Tool group No. 0 4 byte
Tool life counter (low) 165 Tool group No. 0 4 byte
Tool life counter type (low) 166 Tool group No. 0 4 byte
Tool length compensation No.1 (low) 167 Tool group No. Tool No. 4 byte
Tool length compensation No.2 (low) 168 Tool group No. Tool order number 4 byte
Cutter compensation No.1 (low) 169 Tool group No. Tool No. 4 byte
Cutter compensation No.2 (low) 170 Tool group No. Tool order number 4 byte
Tool information 1 (low) 171 Tool group No. Tool No. 4 byte
Tool information 2 (low) 172 Tool group No. Tool order number 4 byte
Tool No. (low) 173 Tool group No. Tool order number 4 byte
Tool offset data according to the
specified tool number (low) 214 Data format Tool number 4 byte
Superposition move command 215 0 0 6 byte
(for three axes) (high)
Superposition move command 215 Axis specification mode Axis number 8 byte
(for four axes) (high)
Feedrate (high) 216 0 0 6 byte
944
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
part2
Type of Type of control data Data
Data type processing length
CTL0 CTL1 CTL2
Tool life management data
Tool group number (low) 202 0 Tool number (4 bytes) 6 bytes
(supporting 8–digit tool numbers)
Tool length compensation number 1 (low) 229 Tool group number Tool number (4 bytes) 4 bytes
(supporting 8–digit tool numbers)
Cutter compensation number 1 (low) 230 Tool group number Tool number (4 bytes) 4 bytes
(supporting 8–digit tool numbers)
Tool information 1 (low) 231 Tool group number Tool number (4 bytes) 4 bytes
(supporting 8–digit tool numbers)
Real parameter data (low) 323 Parameter number Axis number 4 bytes
(4 bytes)
945
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3 (1) See the description of the window function. The data item marked
with a dash (–) in the description of the data structure need not be
FORMAT AND entered.
DETAILS OF THE (2) The length of all data blocks and data items is represented in bytes.
CONTROL DATA OF (3) The read data becomes valid only when the instruction terminates
THE WINDR normally.
FUNCTIONAL Completion
Meaning
code
INSTRUCTION
–10 The window instruction is being processed. Hold ACT until W1
is set to 1.
0 The instruction terminated normally.
1 An error occurred. The corresponding function number is not
found.
2 An error occurred. Possible causes include the following:
Wrong data is found in the CTL area. The NC does not have the
corresponding function.
3 An error occurred. The specified axis is not provided.
5 An error occurred. It is a mistake of data form. Though the
function supports only a new format, a old format is specified.
C.3.1
Reading a Tool Offset [Description]
(Low–speed Response) The tool offset value (tool compensation) is read from the CNC.
Set data Read data
0 0
Function code Function code
13 13
2 2
Completion code Completion code
—
4 4
Data length Data length
— 4
6 6
Offset number Offset number
8 8
Offset format Offset format
10 10
Data area Tool offset value
(4 byte) (4 byte)
14 14
946
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
Data type Format Offset number Data type Format Offset number
(CTL+2, 3) (CTL+2, 3)
947
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.2 [Description]
Reading a Workpiece The offset from the workpiece reference point of the current coordinate
Origin Offset Value system (including a shared offset) of the CNC is read.
The offset from the workpiece reference point for each axis can be read
individually. The offset from the workpiece reference point for an
additional axis can be read only when the additional axis is provided.
Set data Read data
0 0
Function code Function code
15 15
2 2
Completion code Completion code
—
4 4
Data length Data length
— 4
6 6
Data number Data number
0
8 8
Axis number Axis number
10 10
Data area Workpiece origin
(4 byte) offset value
(4 byte)
14 14
948
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.3
Reading a Parameter
(Setting Data) [Description]
(Low–speed Response) A parameter of the CNC is read.
8 0 : No axis 8
Data attribute Data attribute
10 1 to n : A specified axis 10
Data area Parameter data
(4 byte) (4 byte)
14 14
(Note) Format of parameter data
If the data is one byte long, it is set in the
DATA+0 area.
10
DATA+0
11
DATA+1
12
DATA+2
13
DATA+3
14
949
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.4 [Description]
Reading a Custom A custom macro variable is read from the CNC.
Macro Variable
(Low–speed Response) CAUTION
The position of the decimal point must be specified
beforehand.
14 Position of 14 Position of
decimal point decimal point
(2 byte) (2 byte)
16 16
CAUTION
In the case of reading a Custom Macro Variable of upper
100000.
Please input “10” to “Data attribute”, and input last four digits
of variable number to “Custom macro variable number”.
Examples The relationship between the read value and the stored variable is:
(Read value) =
(Custom macro variable in the NC) 10(Position of decimal point)
Read value Custom macro Position of
variable in the NC decimal point
1 0
12 1. 234 1
123 2
1234 3
12340 4
950
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.5
Reading the CNC
Alarm Status [Description]
(Low–speed Response) If the CNC is in the alarm state, the details of the alarm are read.
951
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.6
Reading the Current
Program Number [Description]
(Low–speed Response) The number of a running machining program is read from the CNC.
14
FLAG 1
15
FLAG 2
16 16
952
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.7 [Description]
Reading the Current The sequence number of the running machining program is read from the
Sequence Number CNC. If the blocks of the running machining program have no sequence
(Low–speed Response) numbers, the sequence number of the block most recently executed is
read.
14
FLAG 1
15
FLAG 2
16 16
953
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.8 [Description]
Reading the Actual The actual speed of the feed axes controlled by the CNC is read.
Velocity of Controlled The composite speed of the controlled axes is read. If the X–, Y–, and
Axes Z–axes, the basic three axes, are controlled as feed axes, the composite
(Low–speed Response) speed of the three axes is read.
Set data Read data
0 0
Function code Function code
26 26
2 2
Completion code Completion code
—
4 4
Data length Data length
— 4
6 6
Data number Data number
0
8 8
Data attribute Data attribute
0
10 10
Data area Feedrate
(4 byte) (4 byte)
14 14
C.3.9
Reading the Absolute [Description]
Position on a The absolute position (absolute coordinates) on a feed axis controlled by
Controlled Axis the CNC is read.
Set data Read data
0 0
Function code Function code
27 27
2 2
Completion code Completion code
—
4 4
Data length Data length
— 4
6 6
Data number Data number
0
8 8
Axis number Axis number
0
10 10
Data area Absolute position
(4 byte) (4 byte)
14 14
954
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
Data specification
Kind of data Data specification
Current position 1) Indicates the current position in the workpiece coordinate system.
The current position is calculated by the following simple expression.
The read current position is stored in the 4–byte area of DATA+0 to DATA+3.
Current position = machine coordinate value – workpiece offset value
The workpiece offset value can be obtained by summing up the folloing offset.
(1) External workpiece origin offset
(2) Workpiece origin offset (G54 to G59,G54.1Pp)
(3) Workpiece coordinate system (G92)
(4) Local coordinate system (G52)
x
Origin of the machine coordinate system
955
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.10
Reading the Machine
Position (Machine [Description]
Coordinates) of The machine position (machine coordinates) on a feed axis controlled by
Controlled Axes the CNC is read.
Set data Read data
0 0
Function code Function code
28 28
2 2
Completion code Completion code
—
4 4
Data length Data length
— 4
6 6
Data number Data number
0
8 8
Data attribute Data attribute
10 10
Data area Feedrate
(4 byte) (4 byte)
14 14
956
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.11
Reading a Skip
Position (Stop Position
of Skip Operation
(G31)) of Controlled
[Description]
Axes
(Low–speed Response) The absolute coordinates of the skip position specified in the CNC are
read.
Set data Read data
0 0
Function code Function code
29 29
2 2
Completion code Completion code
—
4 4
Data length Data length
— 4
6 6
Data number Data number
0
8 8
Axis number Axis number
10 10
Data area Skip position
(4 byte) (4 byte)
14 14
957
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.12
Reading the Servo [Description]
Delay for Controlled A servo delay, which is the difference between the specified position on
Axes a controlled axis and the actual servo position, is read from the CNC.
Set data Read data
0 0
Function code Function code
30 30
2 2
Completion code Completion code
—
4 4
Data length Data length
— 4
6 6
Data number Data number
0
8 8
Data attribute Data attribute
10 10
Data area Servo delay
(4 byte) (4 byte)
14 14
C.3.13
Reading the [Description]
Acceleration/ An acceleration/deceleration delay, which is the difference between the
Deceleration Delay on programmed position on a controlled axis and the actual position after the
Controlled Axes acceleration or deceleration, is read from the CNC.
Set data Read data
0 0
Function code Function code
31 31
2 2
Completion code Completion code
—
4 4
Data length Data length
— 4
6 6
Data number Data number
0
8 8
Axis number Axis number
10 10
Data area Acceleration/
(4 byte) deceleration delay
(4 byte)
14 14
958
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.14 [Description]
Reading Modal Data The continuous–state data is read from the CNC.
(Low–speed Response) The continuous–state data can be broadly classified into two types: Data
of the preparatory function and data of other functions. When CTL2
(specified block) is set to 0, the continuous–state data of the previous
block is read. When CTL2 is set to 2, the continuous–state data of the next
block is read.
(1) Continuous–state data of the preparatory function
Set data Read data
0 0
Function code Function code
32 32
2 2
Completion code Completion code
—
4 4
Data length Data length
— 2
6 6
Data type 0 – : Each data for G function Data type
8 0 : Previous block 8
Specified block Specified block
1 : Current block
10 10
Data area
2 : Next block Modal data
(2 byte)
12 12
#0 to #6 : Continuous–state data
#7 : Specified block
1= Current block
0= Previous block
959
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
8 0 : Previous block 8
Specified block Specified block
1 : Current block
10 10
Data area 2 : Next block Modal data
(6 byte) (4 byte)
14
FLAG 1
15
FLAG 2
16 16
960
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
961
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
962
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
963
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
*1) G code system A/B can be selected by parameter setting (basic function).
Gcode sytem C is optinal function. However, when this option is selected, G code system A/B
is selectable.
964
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.15
Reading Diagnosis
Data [Description]
(Low–speed Response) The data on the diagnostic data screen of the CNC is read.
Set data Read data
0 0
Function code Function code
33 33
2 2
Completion code Completion code
—
4 4
Data length Data length
— 2
6 6
Diagnosis number Diagnosis number
8 8
Data attribute Data attribute
0 0
10 10
Data area Diagnosis data
(2 byte) (2 byte)
12 12
NOTE
1 The valid range of diagnosis numbers is 0 to 103 and 200
to 303. (FS15B)
For the FS15i, the valid range of numbers is 1000 and
above. (FS15iA)
2 Only integer values can be read as diagnosis data.
(FS15iA)
3 For the FS15i, axis data can be read by specifying an axis
number for the data attribute.
965
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.16 [Description]
Reading A/D 1. The load current for an axis controlled by the CNC is converted to
Conversion Data for adigital value and the digital value is read.
the Feed Motor 2. The analog data input to the CNC is converted to a digital value by
the A/D converter and the digital value is read.
8 8
Axis number Axis number
10 10
Data area A/D conversion data
(2 byte) (2 byte)
12 12
Method of calculation of the load current of controlled axis from the read
A/D conversion data is as follows.
966
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
Examples When the AC motor model ”30s” is used and the read A/D conversion
data is 150, method of calculating each load current.
The following is understood from manual of the servo.
AC motor model Ratings currents(Arms)
30S 16
+ 16 Ǹ2 + 22.62742
8 23 [Ao–p]
Since the rade A/D conversion data is 150, the peak current, the ratings
currents and the rate of the load can be calculated.
a) Peak current[Ao–p] of load current
(READ DATA) * 128
LOAD CURRENT[Ao–p] + + 150 * 128
(COEFFICIENT) 1.6
+ 13.75 [Ao–p]
b) Ratings currents[Arms] of load current
(READ DATA) * 128
RATINGS CURRENTS[Arms] + + 150 * 128
(COEFFICIENT) Ǹ2 1.6 Ǹ2
+ 9.72 [Arms]
c) PERCENT(RATE)
LOAD CURRENT[Ao–p]
RATE OF LOAD[%]+ 100
PEAK CURRENT OF SERVO MOTOR
967
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
[Hardware]
When general analog input data is read, one of the following hardware
items is required:
1 Sub–CPU board
2 Analog I/O module on the additional axis board
For details of the relationship between input numbers and connectors,
refer to the connection manual. When an NC controlled axis load current
is read, the hardware described above is not required.
[NC parameters]
When this function is used, the NC parameters listed below need to be set.
For details, refer to the parameter descriptions.
1 Bit 6 of parameter No. 1810 = 0 (A/D conversion is performed.)
2 Bit 0 of parameter No. 1811 = 1 (A/D conversion data is output in
high–speed mode.)
C.3.17
Reading the Tool Life
Management Data [Description]
(Tool Group Number) The number of the tool group in which the tool number is cataloged is
(Low–speed Response) read.
Set data Read data
0 0
Function code Function code
38 38
2 2
Completion code Completion code
—
4 4
Data length Data length
— 4
6 6
Data number Data number
0
8 8
Tool No. Tool No.
10 10
Data area Tool group No.
(4 byte) (4 byte)
14 14
NOTE
The data can be read only when the tool life management
data function is provided.
968
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.18
Reading the Tool Life
Management Data
(Number of Tool [Description]
Groups) The number of tool groups contained in the tool life management data is
(Low–speed Response) read.
14 14
C.3.19
Reading Tool Life
Management Data
(Number of Tools) [Description]
(Low–speed Response) The number of tools cataloged in the specified tool group is read.
8 8
Data attribute Data attribute
0
10 10
Data area Number of tools
(4 byte) (4 byte)
14 14
969
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.20
Reading Tool Life
Management Data
(Tool Life) [Description]
(Low–speed response) The tool life of the specified tool group is read.
8 8
Data attribute Data attribute
0
10 10
Data area Tool life
(4 byte) (4 byte)
14 14
C.3.21
Reading Tool Life
Management Data
(Tool Life Counter) [Description]
(Low–speed Response) The tool life counter of the specified tool group is read.
8 8
Data attribute Data attribute
0
10 10
Data area Tool life counter
(4 byte) (4 byte)
14 14
970
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.22
Reading Tool Life
Management Data (Tool
Life Counter Type) [Description]
(Low–speed Response) The tool life counter type of the specified tool group is read.
8 8
Data attribute Data attribute
0
10 10
Data area Tool life counter type
(4 byte) (4 byte)
14 14
971
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.23
Reading Tool Life
Management Data
(Tool Length [Description]
Compensation No.1) A tool length compensation number is read according to the specified tool
(Low–speed Response) group number and tool number.
8 8
Tool No. Tool No.
10 10
Data area Tool length compensa-
(4 byte) tion No.
(4 byte)
14 14
972
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.24
Reading Tool Life
Management Data
(Tool Length [Description]
Compensation No.2) A tool length compensation number is read according to the specified tool
(Low–speed response) group number and tool order number.
8 8
Tool order number Tool order number
10 10
Data area Tool length
(4 byte) compensation No.
(4 byte)
14 14
973
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.25
Reading Tool Life
Management Data
(Cutter Compensation [Description]
No.1) A cutter compensation number is read according to the specified tool
(Low–speed Response) group number and tool number.
8 8
Tool No. Tool No.
10 10
Data area Cutter
(4 byte) compensation No.
(4 byte)
14 14
974
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.26
Reading Tool Life
Management Data
(Cutter Compensation [Description]
No.2) A cutter compensation number is read according to the specified tool
(Low–speed Response) group number and tool order number.
8 8
Tool order number Tool order number
10 10
Data area Cutter
(4 byte) compensation No.
(4 byte)
14 14
975
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.27
Reading Tool Life
Management Data [Description]
(Tool Information 1) The tool information (status) is read according to the specified tool group
(Low–speed Response) number and tool number.
8 8
Tool No. Tool No.
10 10
Data area Tool information
(4 byte) (4 byte)
14 14
Tool information
1 : The tool is cataloged.
2 : The tool life has expired.
3 : The tool was skipped.
976
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.28
Reading Tool Life
Management Data [Description]
(Tool Information 2) The tool information (status) is read according to the specified tool group
(Low–speed Response) number and tool order number.
8 8
Tool order number Tool order number
10 10
Data area Tool information
(4 byte) (4 byte)
14 14
Tool information
See the description in Section 3.27.
C.3.29
Reading Tool Life
Management Data [Description]
(Tool Number) A tool number is read according to the specified tool group number and
(Low–speed Response) tool order number.
8 8
Tool order number Tool order number
10 10
Data area Tool No.
(4 byte) (4 byte)
14 14
977
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.30 [Description]
Reading Clock Data The current data (year, month, day) and current time (hours, minutes,
(Low–speed Response) seconds) can be read from the clock built into the CNC.
8 1 : Current time 8
Data attribute Data attribute
0
10 10
Data area Clock data
(6 byte) (6 byte)
16 16
978
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.31
Reading the Relative [Description]
Position on a The relative position (relative coordinates) on a feed axis controlled by
Controlled Axis the CNC is read.
10 10
Data area Relative position
(4 byte) (4 byte)
14 14
979
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.32 [Description]
Reading the Remaining The remaining traveling distance on a feed axis controlled by the CNC is
Travel read.
10 10
Data area Remaining travel
(4 byte) (4 byte)
14 14
980
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.33 [Description]
Reading an Estimate 1) The load torques except a necessary torque for acceleration/
Disturbance Torque deceleration of the torques of the servo axis are read.
Data 2) The load torques except a necessary torque for acceleration/
deceleration of the torques of the serial spindle axis are read.
981
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.34
Reading the Machining
Time [Description]
(Low–speed Response) The machining time currently specified for a program is read.
8 8
Data attribute Data attribute
1 1
10 10
Data area Machining time
(6 byte) (6 byte)
16 16
982
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.35
Reading the Load [Description]
Current (A/D The load current for the spindle (spindle motor) is converted to a digital
Conversion Data) for value and the digital value is read. (See Section 3.16, ”Reading the Load
the Spindle Motor Current (A/D Conversion Data) for the Feed Motor.”)
[Hardware]
When general analog input data is read, one of the following hardware
items is required:
1 Sub–CPU board
2 Analog I/O module on the additional axis board
With a serial spindle, however, the hardware described above is not
required if CNC software of mass production version IV or later is used.
For the relationship between input numbers and connectors, refer to the
connection manual.
[NC parameters]
When this function is used, the NC parameters listed below must be set.
For details, refer to the parameter descriptions.
1 Bit 6 of parameter No. 1810 = 0 (A/D conversion is performed.)
2 Bit 0 of parameter No. 1811 = 1
(A/D conversion data is output in high–speed mode.)
983
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.3.36
Reading the Tool Offset
Data According to the [Description]
Specified Tool Number The tool number is spedified and the tool offset data is read.
8 8
Tool number Tool number
10 10
Data area offset data
(4 byte) (4 byte)
16 16
NOTE
Please use the bit 4 of NC parameter as 1.
When the completion code “5” is returned, change the
format of the window in the SETTING Screen.
(REFERENCE:chapter II 4.4 SETTING Screen)
984
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
+12 +12
Data area Tool group number
+14 (4 byte) +14 (4 byte)
+16 +16
NOTE
This function is provided by the FS15iA (PMC–NB6) only.
985
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
+8 +8
+12 +12
Data area Tool length
compensation number
+14 (4 byte) +14 (4 byte)
+16 +16
NOTE
This function is provided by the FS15iA (PMC–NB6) only.
986
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
+8 +8
+12 +12
Data area Cutter compensation
number
+14 (4 byte) +14 (4 byte)
+16 +16
NOTE
This function is provided by the FS15iA (PMC–NB6) only.
987
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
+8 +8
+12 +12
Data area Tool length
compensation number
+14 (4 byte) +14 (4 byte)
+16 +16
NOTE
This function is provided by the FS15iA (PMC–NB6) only.
988
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.3.41
Reading Real [Explanation of data]
Parameters Real parameters are read from the CNC.
(Low–speed Type)
[Input data structure]
+14 +14
Data area Parameter value
+16 +16
(4 byte) (4 byte)
+18 +18
NOTE
1 Integer parameters cannot be read.
2 This function is provided by the FS15iA (PMC–NB6) only.
1 0
12 1
123 1.123 2
1234 3
12340 4
989
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.4 (1) See the description of the window function. The data item marked
with a dash (–) in the description of the data structure need not be
FORMAT AND entered.
DETAILS OF THE When output, the data item has no meaning.
CONTROL DATA OF (2) The length of all data blocks and data items is represented in bytes.
THE WINDW (3) The output data becomes valid only when the instruction terminates
FUNCTIONAL normally.
INSTRUCTION Completion code Description
–10 The window instruction is being processed. Hold ACT
until W1 is set to 1.
0 The instruction terminated normally.
1 An error occurred. The corresponding function number is
not found.
2 An error occurred. Possible causes include the following:
Wrong data is found in the CTL area. The NC does not
have the corresponding function.
3 An error occurred. The specified axis is not provided.
5 An error occurred. it is a mistake of data form. Though the
function supports only a new format, a old format is speci-
fied.
990
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.4.1 [Description]
Writing a Tool Offset The data is directly written into the tool offset value (tool compensation)
Data area of the CNC.
Set data
0
Function code
14
2
Completion code
4
Data length
4
6
Offset number
8
Offset format
10
Tool offset value
(4 byte)
14
(Note 1) Offset format
M system (machining center system) T system (lathe system)
Data type Format Offset number Data type Format Offset number
(CTL+2, 3) (CTL+2, 3)
991
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.4.2 [Description]
Writing a Parameter The data is written into the parameter area of the CNC.
(Setting Data) The parameters of the CNC are classified into four types according to the
smallest unit that has a meaning. Bit parameter: Each bit has a meaning.
Byte parameter: Each byte has a meaning. Word parameter: Each set of
two bytes has a meaning. Double word parameter: Each set of four bytes
has a meaning.
Each bit of a bit parameter cannot be written individually. The eight bits
(one byte) of the parameter must be written at a time. To change a bit of
a bit parameter, read the entire parameter, change the desired bit, then
write the entire parameter.
Set data
0
Function code
18
2
Completion code
4
Data length
4
6
Parameter number
8 0 : No axis
Data attribute
10 1 to n : A specified axis
Parameter data
(4 byte)
14
(Note 1) Format of parameter data
If the data is one byte long, it is set in the DATA+0 area.
10
DATA+0
11
DATA+1
12
DATA+2
13
DATA+3
14
992
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.4.3
Writing a Custom [Description]
Macro Variable The data is written into the custom macro variable area of the CNC.
Set data
0
Function code
22
2
Completion code
4
Data length
6
6
Custom macro
number
8
Data attribute
0
10
Custom macro
variable value
(4 byte)
14 Position of
decimal point
(2 byte)
16
993
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.4.4 [Description]
Writing a Data on the The data to be displayed on the program check screen of the CNC is
Program Check Screen rewritten.
Set data
0
Function code
150
2
Completion code
4
Data length
2
6
Data type
8
Data attribute
0
10
Data on the program
check screen
(2 byte)
12
NOTE
1 As much program check screen data as the amount
specified with the data length can be written.
2 When the 15i is used, the spindle tool number and the next
machining tool number can each be written into a 2– or
4–byte area.
994
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.4.5
Writing the Torque [Description]
Limit Override The torque limit override of the specified feed axis is rewritten.
Set data
0
Function code
152
2
Completion code
4
Data length
2
6
Data type
0
8
Axis number
Value
10 Un–signed binary <Unit: %>
Torque limit override The values from 0 to 255 correspond to
0% to 100%.
12
[Example]
If the torque limit override is 50%, please set to 128.
NOTE
This window is valid for parameters set on the CNC.
Parameter 1802#4 0: Fixed to override 100%
1: This window enabled.
995
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.4.6
Writing the Tool Life [Description]
Management Data The tool number and the tool life value are written into the specified tool
(Tool Group Number) group.
Set data
0
Function code
163
2 Data type Specification
Completion code
– Number of Register the tool group.
tool groups Set group number, tool life value, and tool life counter for
4 transmission data.
Data length
4 7 6 5 4 3 2 1 0
DATA+0 Group number
6
Data number Life counter type
DATA+1 DATA+1 BIT 7
0
8 DATA+2
Tool life value
Tool No. DATA+3
C.4.7
Writing the Tool Life
Management Data [Description]
(Tool Life) The data is written into the tool life value area of the specified tool group.
Set data
0
Function code
164
2
Completion code
—
4
Data length
4
6
Tool group No.
8
Data attribute
0
10
Tool life
(4 byte)
14
996
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.4.8
Writing the Tool Life [Description]
Management Data The data is written into the tool life counter area of the specified tool
(Tool Life Counter) group.
Set data
0
Function code
165
2
Completion code
—
4
Data length
4
6
Tool group No.
8
Data attribute
0
10
Tool life counter
(4 byte)
14
C.4.9
Writing the Tool Life [Description]
Management Data The data is written into the tool life counter type area of the specified tool
(Tool Life Counter Type) group.
Set data
0
Function code
166
2
Completion code
—
4
Data length
4
6
Tool group No.
8
Data attribute
0
10
Tool life counter type
(4 byte)
14
997
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.4.10
Writing the Tool Life
Management Data (Tool [Description]
Length Compensation The data is written into the tool length compensation number area
Number 1) specified by the tool group number and tool number.
Set data
0
Function code
167
2
Completion code
—
4
Data length
4
6
Tool group No.
8
Tool No.
10
Tool length
compensation No.
(4 byte)
14
C.4.11
Writing the Tool Life
Management Data (Tool [Description]
Length Compensation The data is written into the tool length compensation number area
Number 2) specified by the tool group number and tool order number.
Set data
0
Function code
168
2
Completion code
—
4
Data length
4
6
Tool group No.
8
Tool order number
10
Tool length
compensation No.
(4 byte)
14
998
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.4.12
Writing the Tool Life
Management Data [Description]
(Cutter Compensation The data is written into the cutter compensation number area specified by
Number 1) the tool group number and tool number.
Set data
0
Function code
169
2
Completion code
—
4
Data length
4
6
Tool group No.
8
Tool No.
10
Cutter
compensation No.
(4 byte)
14
C.4.13
Writing the Tool Life
Management Data [Description]
(Cutter Compensation The data is written into the cutter compensation number area specified by
Number 2) the tool group number and tool order number.
Set data
0
Function code
170
2
Completion code
—
4
Data length
4
6
Tool group No.
8
Tool order number
10
Cutter
compensation No.
(4 byte)
14
999
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.4.14
Writing the Tool Life [Description]
Management Data The data is written into the tool information (status) area specified by the
(Tool Information 1) tool group number and tool number.
Set data
0
Function code
171
2
Completion code
—
4
Data length
4
6
Tool group No.
8
Tool No.
10
Tool information
(4 byte)
14
Tool information
1 : The tool is cataloged.
2 : The tool life has expired.
3 : The tool was skipped.
C.4.15
Writing the Tool Life [Description]
Management Data The data is written into the tool information (status) area specified by the
(Tool Information 2) tool group number and tool order number.
Set data
0
Function code
172
2
Completion code
—
4
Data length
4
6
Tool group No.
8
Tool order number
10
Tool information
(4 byte)
14
1000
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.4.16
Writing the Tool Life [Description]
Management Data A tool number is written into (added to) the area specified by the tool
(Tool Number) group number and tool order number.
Set data
0
Function code
173
2
Completion code
—
4
Data length
4
6
Tool group No.
8
Tool order number
10
Tool No.
(4 byte)
14
1001
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.4.17
Writing the Tool Offset
Data According to the [Description]
Specified Tool Number The tool number is specified and the tool offset data is written.
Set data
0
Function code
214
2
Completion code
—
4
Data length
4
6
Data format
8
Tool number
12
offset data
(4 byte)
16
NOTE
(Only Series 15B)
Please use the bit 4 of NC parameter as 1.
When the completion code “5” is returned, change the
format of the window in the SETTING Screen.
(REFERENCE : chapter II 4.4 SETTING Screen)
1002
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
4
Data length
6
6
Data number
0
8
Data attribute
0
10
Superposition
move command
(6 byte)
16
DATA+0
First manual pulse generator
DATA+2
Second manual pulse generator
DATA+4
Third manual pulse generator
DATA+6
1003
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
Set data
0
Function code
215
2
Completion code
4
Data length
8
6
Axis specification
mode
8
Axis number
10
Superposition
move command
(8 byte)
18
#0 : Mode selection (0: The BMI signal is selected. 1: An axis number is selected.)
Axis number
7 6 5 4 3 2 1 0
CTL+8 CTL+8, #0 to #3: Axis number of the first pulse generator (P1)
P2 P1 CTL+8, #4 to #7: Axis number of the second pulse generator (P2)
CTL+9 CTL+9, #0 to #3: Axis number of the third pulse generator (P3)
P4 P3
CTL+9, #4 to #7: Axis number of the fourth pulse generator (P4)
1004
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
C.4.19 [Description]
Writing the Feedrate Feedrate writing can be specified only in the feed–per–minute mode. The
velocity command is specified with F 10–d. A flag is provided to
validate either the command of the PMC or the feedrate of the CNC. After
the flag is set, the velocity command specified in the NC is invalidated.
To validate the feedrate of the NC, set the flag to 0.
Set data
0
Function code
216
2
Completion code
4
Data length
6
6
Data number
0
8
Data attribute
0
10
Feedrate
(6 byte)
16
1005
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
Settings
0
Function code
202
+2
Completion code
– Data type Data specifications
+4 Tool group number The tool group is registered. As transfer data, the group
Data length number, life value, and life counter type are set.
6
7 6 5 4 3 2 1 0
+6
Data number DATA+0 Group number +
0 life counter type
DATA+1
+8 (DATA+1 BIT7 7)
DATA+2
Tool number DATA+3
+10 Life values
DATA+4
+12 DATA+5
Tool group number
+14 (6 byte)
Tool life value Group number 1 to
Life value 1 to 99999999 (if a count is specified)
+16 1 to 59940 (if a time is specified)
Life counter type (DATA+BIT 7)
+18 0 : Count
1 : Time (in minutes)
NOTE
This function is provided by the FS15iA (PMC–NB6) only.
1006
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
+8
Tool number
+10
+12
Tool length
+14 compensation number
(4 byte)
+16
NOTE
This function is provided by the FS15iA (PMC–NB6) only.
1007
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
+8
Tool number
+10
+12
Cutter compensation
+14 number
(4 byte)
+16
NOTE
This function is provided by the FS15iA (PMC–NB6) only.
1008
C. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (PMC–NB/NB2/NB6)
+8
Tool number
+10
+12
Tool information
+14
(4 byte)
+16
NOTE
This function is provided by the FS15iA (PMC–NB6) only.
1009
C. WINDOW FUNCTION DESCRIPTION
(PMC–NB/NB2/NB6) APPENDIX B–61863E/12
C.4.24
Writing Real [Explanation of data]
Parameters Real parameters are written to the CNC.
(Low–speed Type)
[Input data structure]
Settings
0
Function code
323
+2
Completion code
—
+4
Data length
–
+6
Parameter number
+8
+10
Data attribute 0: no axis
1 to n: axis specified
+12
Decimal point position
+14
Data area
+16
(4 byte)
+18
NOTE
1 This function is provided by the FS15iA (PMC–NB6) only.
2 Integer parameters cannot be written.
Example)
(Parameter variable value)
(Value to be set on the NC) =
10(specified decimal point position)
Value to be set on Custom macro Decimal point position
the NC variable value
1234.000 1234 0
123.400 1
12.640 2
1.234 3
0.1234 4
1010
D. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–LA)
1011
D. WINDOW FUNCTION DESCRIPTION
(FS16–LA) APPENDIX B–61863E/12
NOTE
Data transfer of machining condition files between data
areas is not possible by ladder diagrams on the FS16i–LA.
1012
D. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–LA)
D.2
FUNCTION
8
M = Set the kind of data set or group to transfer
(Data attribute)
M 1–10 : Set of processing data
101–103 : Set of piercing d data
10 201–205 : Set of edge process data
(Data) 1000 : Group of processing data
1001 : Group of piercing data
1002 : Group of edge process data
1013
D. WINDOW FUNCTION DESCRIPTION
(FS16–LA) APPENDIX B–61863E/12
[Contents of data]
The data can be transferred from the processing condition file registered
in non–volatile memory to the data area in CNC by PMC–RC application.
Setting the forward data set or group in data attribute M.
Setting the original read address for the offset address from non–volatile
memory top address in address N.
Setting the total byte No. of original data set in address L.
Setting the original structure of set in data.
And the data of set or group can be transferred from non–volatile memory
to data area.
8
M = Set the kind of data set or group to transfer
(Data attribute)
M 1–10 : Set of processing data
101–103 : Set of piercing d data
10 201–205 : Set of edge process data
(Data) 1000 : Group of processing data
1001 : Group of piercing data
1002 : Group of edge process data
1014
D. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–LA)
1015
D. WINDOW FUNCTION DESCRIPTION
(FS16–LA) APPENDIX B–61863E/12
NOTE
Example of data set
The address in Data is set as follows, for example, in case of
the following data structure of processing condition file in
non–volatile memory.
0 Feed–rate 0 Feed–rate
26 Edge select
28 Start–up select
1016
D. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–LA)
D.2.2 The data in the parentheses is written in the comment area, if the following
Reading of the M–code is commanded in a part program. This comment can be read from
PMC.
Comment
Mxxx (* * * * * * *) ;
[Contents of data]
Contents of the data can be read for ASCII code.
4
L = Data length of the comments read in.
(Data length) (Added 1 in case of the odd number.)
L
(Group No.)
—
8
(Data attribute)
—
10
(Data) The read comment data is set.
NOTE
1 The comment is over–written if the next comment is input.
2 M–code number for reading of the comment is set to
parameter number 15350.
Setting value is 0 to 999.
1017
D. WINDOW FUNCTION DESCRIPTION
(FS16–LA) APPENDIX B–61863E/12
D.2.3 (1) Reading the laser command data and laser setting data
Reading and Writing (high–speed type)
the Laser Command
Data and Laser Setting [Contents of the data]
Data The laser command data and laser setting data for CNC can be read by
PMC–RC application. The data are separated to groups and can be read
by the group.
4
L = Set the byte No. assigned for the group.
(Data length)
L
6
N = Set the group No.
(Group No.)
N
8
(Data attribute)
—
(No need to set)
10
(Data)
1018
D. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–LA)
(2) Writing the laser command data and laser setting data (low–speed
type)
4
L = Set the byte No. assigned for the group.
(Data length)
L
6
N = Set the group No.
(Group No.)
N
8
(Data attribute)
—
(No need to set)
10
(Data)
1019
D. WINDOW FUNCTION DESCRIPTION
(FS16–LA) APPENDIX B–61863E/12
(3) The data structure of the laser command data and laser setting data
1020
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
1021
E. WINDOW FUNCTION DESCRIPTION
(FS16–W) APPENDIX B–61863E/12
E.1 [Description]
READING THE WIRE The wire diameter offset value recorded in the CNC can be read.
DIAMETER OFFSET
[Input data structure]
Top address
(Function)
13
+2
(Completion)
—
+4
(Data length)
L Offset Corner–R Clearance Condition
+6
(Number)
N 0–15 16 17 —
+8
(Attribute)
0 0 0 1
M
+ 10
(Data area)
—
+ 16
Offset mode
+ 18
1022
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
[Data number]
0–15 : Reads the Offset value.
0–16 : Reads the Corner–R value.
0–17 : Reads the Clearance value.
0–— : Reads the condition.
[Data attribute]
0 : Reads the Offset value, Corner–R value or Clearance value.
1 : Reads the condition.
[Contents of data]
a) Unit of Offset, Corner–R, Clearance and actual offset value
Metric system input : 10–3 [mm]
(In case the incremental system is 1/10,
output data unit is 10–4 [mm].)
Inch system input : 10–5 [inch]
b) Direction in condition data
0 : Cancel offset (G40)
1 : Wire diameter compensation left (G41)
2 : Wire diameter compensation right (G42)
c) Offset mode in condition data
0 : Offset mode is 0.
1 : Offset mode is 1.
[Completion codes]
0 : The data has been read normally.
3 : Invalid data is specified as the data number.
4 : Invalid data is specified as the data attribute.
1023
E. WINDOW FUNCTION DESCRIPTION
(FS16–W) APPENDIX B–61863E/12
E.2 [Description]
WRITING THE WIRE The wire diameter offset value can be written into the CNC.
DIAMETER OFFSET
(LOW–SPEED
RESPONSE) [Input data structure]
Top address
(Function)
14
+2
(Completion)
— Offset Corner–R Clearance Condition
+4
(Data length) 4 4 4 8
L
+6
(Number)
0–15 16 17 —
N
+8
(Attribute) 0 0 0 1
M
+ 10
(Data area)
Offset value Corner–R value Clearance value 0, 1
D
+ 12
—
+ 14
1024
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
[Data number]
0–15 : Writes the Offset value.
0–16 : Writes the Corner–R value.
0–17 : Writes the Clearance value.
0–— : Writes the condition.
[Data attribute]
0 : Writes the Offset value, Corner–R value or Clearance value.
1 : Writes the condition.
[Contents of data]
a) Unit of Offset, Corner–R, Clearance and actual offset value
NOTE
Offset, Corner–R, Clearance or Actual offset value is signed
binary in 4 bytes. A negative value is represented in 2’s
complement.
[Completion codes]
0 : The data has been written normally.
2 : Invalid data is specified as the data length.
3 : Invalid data is specified as the data number.
4 : Invalid data is specified as the data attribute.
5 : Invalid data is specified as the data value.
1025
E. WINDOW FUNCTION DESCRIPTION
(FS16–W) APPENDIX B–61863E/12
E.3 [Description]
READING THE Parameter data in the CNC can be read.
PARAMETER There are four types of parameters in the CNC: Bit parameters having a
(LOW–SPEED definite meaning for each bit, byte parameters holding 1–byte data, word
parameters holding 2–byte data, and double word parameters holding
RESPONSE) 4–byte data. Therefore, the length of the read data varies according to the
parameter number specified.
Note that bit parameters cannot be read in bit units. The eighth bits (one
byte) for a parameter number must be read at a time.
For axis parameters (servo parameters), data for a specific axis can be
read, or data for all axes can be read at a time.
Specify pitch error compensation data in data Nos. 11000 to 18255.
[Data length]
L = 1 or 1*n : Reads bit or byte type parameter.
2 or 2*n : Reads word type parameter.
4 or 4*n : Reads 2 words type parameter.
(Note: n is the axis number.)
[Data number]
N = (Parameter number)
or (Pitch error data number)+10000
[Data attribute]
M= 0 : Reads the no axis parameter.
1 to n : Reads the specific axis parameter
–1 : Reads the all axes parameter.
(Note: n is the axis number.)
1026
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
[Completion code]
0 : Parameter data has been read normally.
2 : Invalid data is specified as the data length.
3 : Invalid data is specified as the data number.
4 : Invalid data is specified as the data attribute.
6 : Option is not provided.
1027
E. WINDOW FUNCTION DESCRIPTION
(FS16–W) APPENDIX B–61863E/12
E.4 [Description]
WRITING THE Parameter data in the CNC can be written.
PARAMETER There are four types of parameters in the CNC: Bit parameters having
(LOW–SPEED a definite meaning for each bit, byte parameters holding 1–byte data, word
parameters holding 2–byte data, and double word parameters holding
RESPONSE) 4–byte data. Therefore, the length of the written data varies according to
the parameter specified.
Note that bit parameters cannot be written in bit unit. The eighth bits (one
byte) for the parameter number must be written at a time. This means that
when a bit needs to be written, the whole data for the corresponding
parameter number shall be read first, then the target bit in the read data
shall be written.
For axis parameters (servo parameters), data for a specific axis can be
written, or data for all axes can be written at a time.
Specify pitch error compensation data in data Nos. 11000 to 18255.
Some parameters cause a P/S alarm 000 when data is written. (The power
must be turned off before continuing operation.)
[Data length]
L = 1 or 1*n : Reads bit or byte type parameter.
2 or 2*n : Reads word type parameter.
4 or 4*n : Reads 2 words type parameter.
(Note: n is the axis number.)
[Data number]
N = (Parameter number)
or (Pitch error data number)+10000
1028
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
[Data attribute]
M= 0 : Writes the no axis parameter.
1 to n : Writes the specific axis parameter
–1 : Writes the all axes parameter.
(Note: n is the axis number.)
[Completion code]
0 : Parameter data has been written normally.
2 : Invalid data is specified as the data length.
3 : Invalid data is specified as the data number.
4 : Invalid data is specified as the data attribute.
6 : Option is not provided.
1029
E. WINDOW FUNCTION DESCRIPTION
(FS16–W) APPENDIX B–61863E/12
1030
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
No. Length No. Data type No. Data type No. Data type
0280 — 0350 2words 0620 Byte 0690 Word
0281 — 0351 Byte 0621 Byte 0691 Word
0282 — 0352 Byte 0622 Byte 0692 Word
0283 — 0353 Byte 0623 Byte 0693 Word
0284 — 0354 Byte 0624 Word 0694 Word
0285 — 0355 Byte 0625 Word 0695 Word
0286 — 0356 Byte 0626 Word 0696 Word
0287 — 0357 Word 0627 Word 0697 Word
0288 — 0358 — 0628 Word 0698 Word
0289 — 0359 — 0629 Word 0699 Word
0290 — 0360 Word 0630 Word 0700 Word
0291 — 0361 2words 0631 Word 0701 Word
0292 — 0362 2words 0632 2words 0702 Word
0293 — 0363 2words 0633 2words 0703 Word
0294 — 0364 2words 0634 2words 0704 Word
0295 — 0365 2words 0635 2words 0705 Word
0296 — 0366 2words 0636 2words 0706 Word
0297 — 0367 2words 0637 2words 0707 Word
0298 — 0368 2words 0638 2words 0708 Word
0299 — 0369 2words 0639 2words 0709 Word
0300 Bit 0370 2words 0640 2words 0710 Word
0301 Bit 0371 2words 0641 2words 0711 Word
0302 Bit 0372 2words 0642 2words 0712 Word
0303 Bit 0373 2words 0643 2words 0713 Word
0304 Bit 0374 2words 0644 2words 0714 Word
0305 Bit 0375 2words 0645 2words 0715 Word
0306 Bit 0376 2words 0646 2words 0716 Word
0307 Bit 0377 2words 0647 2words 0717 Word
0308 Bit 0378 2words 0648 Word 0718 Word
0309 Bit 0379 2words 0649 Word 0719 Word
0310 Bit 0380 2words 0650 Word 0720 Word
0311 Bit 0381 2words 0651 Word 0721 Word
0312 Bit 0382 2words 0652 Word 0722 Word
0313 Bit 0383 2words 0653 Word 0723 Word
0314 Bit 0384 2words 0654 Word 0724 Word
0315 Bit 0385 — 0655 Word 0725 Word
0316 Word 0386 2words 0656 Word 0726 Word
0317 — 0387 2words 0657 Word 0727 Word
0318 — 0388 — 0658 Word 0728 Word
0319 — 0389 — 0659 Word 0729 Word
0320 Byte 0390 — 0660 Word 0730 Word
0321 Byte 0391 — 0661 Word 0731 Word
0322 Byte 0392 — 0662 Word 0732 Word
0323 Byte 0393 — 0663 Word 0733 Word
0324 Byte 0394 — 0664 Word 0734 Word
0325 Byte 0395 — 0665 Word 0735 Word
0326 Byte 0396 — 0666 Word 0736 Word
0327 Byte 0397 — 0667 Word 0737 Word
0328 Byte 0398 — 0668 Word 0738 Word
0329 Byte 0399 — 0669 Word 0739 Word
0330 Word 0600 Bit 0670 Word 0740 Word
0331 Word 0601 Bit 0671 Word 0741 Word
0332 2words 0602 Bit 0672 2words 0742 Word
0333 2words 0603 Bit 0673 2words 0743 Word
0334 Word 0604 Bit 0674 2words 0744 Word
0335 Word 0605 Bit 0675 2words 0745 Word
0336 2words 0606 Bit 0676 2words 0746 Word
0337 2words 0607 Bit 0677 2words 0747 2words
0338 2words 0608 Bit 0678 2words 0748 2words
0339 2words 0609 Bit 0679 2words 0749 2words
0340 2words 0610 Bit 0680 Word 0750 2words
0341 2words 0611 Bit 0681 Word 0751 2words
0342 2words 0612 Bit 0682 Word 0752 2words
0343 Byte 0613 Bit 0683 Word 0753 2words
0344 Word 0614 Bit 0684 Word 0754 2words
0345 Byte 0615 Bit 0685 Word 0755 Word
0346 Word 0616 Byte 0686 Word 0756 Word
0347 Byte 0617 Byte 0687 Word 0757 Word
0348 2words 0618 Byte 0688 Word 0758 2words
0349 2words 0619 Byte 0689 Word 0759 2words
1031
E. WINDOW FUNCTION DESCRIPTION
(FS16–W) APPENDIX B–61863E/12
No. Length No. Data type No. Data type No. Data type
0760 2words 0810 2words 0860 Word 0910 —
0761 2words 0811 Byte 0861 Bit 0911 —
0762 2words 0812 Byte 0862 Bit 0912 —
0763 2words 0813 Byte 0863 Byte 0913 —
0764 2words 0814 Byte 0864 Byte 0914 —
0765 2words 0815 Byte 0865 Byte 0915 —
0766 2words 0816 Byte 0866 Byte 0916 —
0767 2words 0817 Byte 0867 Byte 0917 —
0768 2words 0818 Byte 0868 Byte 0918 —
0769 2words 0819 Word 0869 Byte 0919 —
0770 2words 0820 Word 0870 Byte 0920 —
0771 2words 0821 Word 0871 Byte 0921 —
0772 2words 0822 Word 0872 Word 0922 —
0773 2words 0823 Word 0873 Word 0923 —
0774 2words 0824 Word 0874 Word 0924 —
0775 2words 0825 Word 0875 Word 0925 —
0776 2words 0826 Word 0876 Word 0926 —
0777 2words 0827 Word 0877 Word 0927 —
0778 2words 0828 Word 0878 Word 0928 —
0779 2words 0829 Word 0879 Word 0929 —
0780 2words 0830 Word 0880 Word 0930 —
0781 2words 0831 Word 0881 Word 0931 —
0782 2words 0832 Word 0882 Word 0932 —
0783 2words 0833 Word 0883 Word 0933 —
0784 2words 0834 Word 0884 Word 0934 —
0785 2words 0835 — 0885 Word 0935 —
0786 2words 0836 Word 0886 Word 0936 —
0787 2words 0837 Word 0887 Word 0937 —
0788 2words 0838 Word 0888 Word 0938 —
0789 2words 0839 Word 0889 Word 0939 —
0790 2words 0840 Word 0890 Word 0940 —
0791 2words 0841 Word 0891 Word 0941 —
0792 2words 0842 Word 0892 Word 0942 —
0793 2words 0843 Word 0893 Word 0943 —
0794 2words 0844 Word 0894 Word 0944 —
0795 2words 0845 Word 0895 Word 0945 —
0796 2words 0846 Word 0896 Word 0946 —
0797 2words 0847 Word 0897 Word 0947 —
0798 2words 0848 Word 0898 Word 0948 —
0799 2words 0849 Word 0899 ––(Word) 0949 —
0800 2words 0850 Word 0900 ––(Bit)
0801 2words 0851 Word 0901 ––(Bit)
0802 2words 0852 Word(2W) 0902 ––(Bit)
0803 2words 0853 Word(2W) 0903 —
0804 2words 0854 Word(2W) 0904 ––(Byte)
0805 2words 0855 Word(2W) 0905 ––(Byte)
0806 2words 0856 Word(2W) 0906 —
0807 2words 0857 Word(2W) 0907 —
0808 2words 0858 Word(2W) 0908 —
0809 2words 0859 Word(2W) 0909 —
1032
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
E.5
READING SETTING [Data contents]
DATA Setting data on the CNC can be read.
[Data number]
See the setting data list.
[Completion code]
0 : Read operation was terminated normally.
3 : An incorrect data number was specified.
1033
E. WINDOW FUNCTION DESCRIPTION
(FS16–W) APPENDIX B–61863E/12
E.6
WRITING SETTING
DATA
[Data contents]
(LOW–SPEED TYPE)
Setting data on the CNC can be written.
[Data length]
See the setting data list.
[Data number]
See the setting data list.
[Completion code]
0 : Read operation was terminated normally.
2 : An incorrect data length was specified.
3 : An incorrect data number was specified.
1034
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
1035
E. WINDOW FUNCTION DESCRIPTION
(FS16–W) APPENDIX B–61863E/12
1036
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
E.7 [Description]
READING THE CNC When the CNC is placed in the alarm status, the alarm status data can be
ALARM STATUS read.
[Contents of data]
(1) Alarm status data in first byte.
#7 #6 #5 #4 #3 #2 #1 #0
EOR OTM OTS OH SV OTH PS
PS : P/S alarm
OTH : Over travel alarm
SV : Servo alarm
OH : Overheat alarm
OTS : First stroke limit alarm
OTM : Second stroke limit alarm
EOR : Edit alarm
(2) Alarm status data in second byte.
#7 #6 #5 #4 #3 #2 #1 #0
APCER
[Completion codes]
0 : This alarm status in the CNC has been read normally.
1037
E. WINDOW FUNCTION DESCRIPTION
(FS16–W) APPENDIX B–61863E/12
E.8 [Description]
READING MODEL Modal information in the CNC can be read.
DATA (1) Format and types of modal data for the G function
7 6 5 4 3 2 1 0
Identification code Data type Data Identification code Data type Data
0 G04 0 5 G94 0
G19 1 G95 1
G28 5 6 G20 0
G30 7 G21 1
G92 14
7 G40 0
G31 15
G41 1
G70 16
G42 2
G71 17
G72 18 8 G50 0
G73 19 G51 1
G74 20 G52 2
G75 21 9 G60 0
G76 22 G61 1
G77 23 G62 2
G78 24 G63 3
G79 25 10 G48 1
G49 0
1 G00 0
G01 1 11 G65 26
G02 2 G66 0
G03 3 G67 1
2 G17 0
3 G90 0
G91 1
4 G22 1
G23 0
1038
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
(2) Format and types of modal data for other than the G function
Data : 4 bytes
Flag
: 1 byte
7 6 5 4 3 2 1 0
— —
1 byte
1039
E. WINDOW FUNCTION DESCRIPTION
(FS16–W) APPENDIX B–61863E/12
+ 14
Flag part of Modal data of Flag part of data
modal data ID code 2 of ID code 100
+ 16
X X X
+ 44
+ 78
[Data length]
L= 2 : G function
2* : All data of G functions
6 : Other than G functions
6*12 : All data of other than G functions
[Data number]
N = 0 and up: See each data list.
–1 : All data of G functions
–2 : All data of other than G functions
[Data attribute]
M = 0 : Current block
1 : Next block
2 : Block after the next block
1040
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
[Completion code]
–1 : The modal data read command could not be executed. This
means that, because the modal data was being updated on
the CNC, the command could not be executed.
0 : Modal data read operation terminated normally.
3 : An incorrect data number was specified.
4 : An incorrect data attribute was specified.
1041
E. WINDOW FUNCTION DESCRIPTION
(FS16–W) APPENDIX B–61863E/12
E.9
READING [Data contents]
MACHINING The distance (machining distance) from the machining start point to the
DISTANCES current point, and the distance (whole distance) from the machining start
point to the point where M02 or M30 is specified can be read.
+ 14
[Data number]
N= 0 : Machining distance
N= 1 : Whole length obtained with the dry run function
N= 2 : Whole length obtained by drawing
N= 3 : Whole length obtained with the machining distance
calculation function
[Data unit]
Metric input : 10–3 [mm]
(When the increment system is 1/10: 10–4 [mm])
Inch input : 10–5 [inch]
[Completion code]
–1 : Data could not be read. This means that, because the data was
being updated on the CNC, the command could not be executed.
0 : Data read operation terminated normally.
3 : An incorrect data number was specified.
1042
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
E.10 [Description]
READING THE The measured point that are get by positioning can be read. Also, the slit
MEASURED POINT width by slitting and the hole diameter by centering can be read.
Machine
+ 14 coordinate of
X axis
+ 16
Machine
+ 18 coordinate of
Y axis
+ 20
1043
E. WINDOW FUNCTION DESCRIPTION
(FS16–W) APPENDIX B–61863E/12
[Data unit]
Metric system input : 10–3 [mm]
(In case the incremental system is 1/10, output
data unit is 10–4 [mm].)
Inch system input : 10–5 [inch]
[Completion codes]
0 : The measured point has been read normally.
3 : Invalid data is specified as data number.
4 : Invalid data is specified as data attribute.
1044
E. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–W)
E.11
WRITING THE
MEASURED POINT
[Description]
(LOW–SPEED
The measured point that are get by positioning can be written. Also, the
RESPONSE) slit width by slitting and the hole diameter by centering can be written.
+ 16 + 16
Machine
coordinate of Y axis
+ 18 + 18
+ 20 + 20
[Data unit]
Metric system input : 10–3 [mm]
(In case the incremental system is 1/10, output
data unit is 10–4 [mm].)
Inch system input : 10–5 [inch]
[Completion codes]
0 : The measured point has been written normally.
3 : Invalid data is specified as data number.
4 : Invalid data is specified as data attribute.
1045
F. WINDOW FUNCTION DESCRIPTION
(FS16–PA) APPENDIX B–61863E/12
1046
F. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–PA)
F.1 [Description]
READING OF TOOL Various Tool setting data recorded in the CNC can be read.
SETTING DATA
[Input data structure]
Top address + 0
(Function code)
188
2
(Completion code)
—
(Need not be set)
4
(Data length)
—
(Need not be set)
6
(Data Number)
N
(See 1.1)
8
(Data attribute)
M
(See 1.1)
10
(Data area)
—
(Need not be set)
[Completion codes]
0: The tool setting data has been read normally.
3 : The data number specified for reading is invalid.
4 : There are mistakes in the data attribute that specifies the type of
the tool setting data to be read.
6 : For the tool setting data specified for reading, an additional option
(graphic or multi–tool control) is required, but it is missing.
1047
F. WINDOW FUNCTION DESCRIPTION
(FS16–PA) APPENDIX B–61863E/12
2
(Completion code)
?
(See the explanation of codes)
4
(Data length)
?
(See 1.1)
6
(Data Number)
N
(N : Input data)
8
(Data attribute)
M
(M : Input data)
10
(Data area)
?
(See 1.1)
X X
48
1048
F. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–PA)
F.1.1 Data number, data attribute, data length and data area of various tool
Data Number, setting data are as follows.
Data Attribute,
Data Length, Data Area
Various tool setting data Data number (N) Data attribute (M) Data length Data area
Used tool number 0 2 bytes Binary
1 to 136
Number of turret indexing 1 2 bytes Binary
1 to 136
Tool number of reference point 2 2 bytes Binary
0
1 to 136
Feed amount per revolution of 3 4 bytes Binary
turret 1 to 99999999
Total punch count 4 8 bytes Binary
1 to 99999999
Tool number 0 2 bytes Binary
1 to 9999
Punch count 1 4 bytes Binary
1 to 99999999
Tool position compensation of X 2 4 bytes Binary
±99999999
Tool position compensation of Y 3 4 bytes Binary
±99999999
Machine position of tool 4 4 bytes Binary
Number of tool ±99999999
Tool number for tool change setting
tti data
d t 5 2 bytes Binary
1 to 136
1 to 136
(Not used) 6 4 bytes
Tool shape (C) for graphic 7 2 bytes Binary
High byte=0 0 to 4
Tool shape (I) for graphic 8 4 bytes Binary
0 to 999999
Tool shape (J) for graphic 9 4 bytes Binary
0 to 999999
Tool shape (K) for graphic 10 4 bytes Binary
0 to 360000
Tool number for multi–tool 0 2 bytes Binary
High byte=0 0 to 99
Tool angle for multi–tool 1 4 bytes Binary
±360000
Tool position compensation of Y 2 4 bytes Binary
Number of ±99999999
Multi tool setting
Multi–tool
Tool shape (C) for multi–tool 3 2 bytes Binary
data +200
High byte=0 0 to 4
Tool shape (I) for multi–tool 201 to 264 4 4 bytes Binary
0 to 999999
Tool shape (J) for multi–tool 5 4 bytes Binary
0 to 999999
Tool shape (K) for multi–tool 6 4 bytes Binary
0 to 360000
1049
F. WINDOW FUNCTION DESCRIPTION
(FS16–PA) APPENDIX B–61863E/12
data unit
Machine Input of IS–A Input of IS–B
Tool position
osition mm 0. 01 0. 001
compensation inch 0. 001 0. 0001
Tool sha
shapee and mm 0. 01 0. 001
angle for graphic inch 0. 001 0. 0001
Tool angle
g for deg
g 0. 01 0. 001
multi–tool
li l
1050
F. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–PA)
F.2 [Description]
WRITING OF TOOL The various tool setting data can be directly written into the CNC.
SETTING DATA
(LOW–SPEED
RESPONSE) [Input data structure]
Top address + 0
(Function code)
189
2
(Completion code)
—
(Need not be set)
4
(Data length)
?
(See 1.1)
6
(Data Number)
N
(See 1.1)
8
(Data attribute)
M
(See 1.1)
10
(Data)
?
(See 1.1)
[Completion code]
0 : The tool setting data has been written normally.
2 : The data length specified for writing is invalid.
3 : The data number specified for writing is invalid.
4 : The data attribute specified for writing is invalid.
5 : The data specified for writing is invalid.
6 : The additional option (multi–tool control or graphic) is required
but it is missing.
1051
F. WINDOW FUNCTION DESCRIPTION
(FS16–PA) APPENDIX B–61863E/12
2
(Completion code)
?
(See the explanation of codes)
4
(Data length)
?
(See F.1)
6
(Data Number)
N
(N : Input data)
8
(Data attribute)
M
(M : Input data)
10
(Data area)
?
(See F.1)
X X
48
NOTE
See Sec. F. 1 for data unit.
1052
F. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–PA)
F.3
READING TOOL [Description]
SETTING DATA BY Setting data for a tool (such as registration order, tool punch count, and
SPECIFYING TOOL tool shape) can be read by specifying the tool number.
NUMBER
[Input data structure]
Top address + 0
(Function code)
141
2
(Completion)
–
(Need not be set)
4
(Data length)
–
(Need not be set)
6
(Data number)
N
(N=Tool number)
10
(Data attribute)
M
(See F.1)
12
(Data area)
–
(Need not be set)
NOTE
1 The area for specifying the data number consists of four
bytes.
2 As the data attribute, specify the type of the tool setting data
to be read, in the same way as for function code 188. If 0
is specified as the data attribute, the registration order of the
tool is read.
1053
F. WINDOW FUNCTION DESCRIPTION
(FS16–PA) APPENDIX B–61863E/12
[Completion code]
0: The tool setting data has been read normally.
3: The specified data number is invalid.
4: The specified data attribute is invalid.
6: For the tool setting data specified for reading, an additional option
(graphic or multi–tool control) is required, but it is missing.
2
(Completion code)
?
(See the explanation above)
4
(Data length)
?
(See F.1)
6
(Data number)
N
(N: Input data)
10
(Data attribute)
M
(M: Input data)
12
(Data area)
?
(See F.1)
X
A X
A
48
1054
F. WINDOW FUNCTION DESCRIPTION
B–61863E/12 APPENDIX (FS16–PA)
F.4 The FS16–PA supports the following window functions, described in this
manual.
OTHER WINDOW
FUNCTIONS
Number Function
code
1 Reading CNC system information 0
2 Reading a tool offset 13
3 Writing a tool offset low–speed response 14
4 Reading a workpiece origin offset 15
5 Writing a workpiece origin offset low–speed response 16
6 Reading a parameter low–speed response 17
7 Writing a parameter low–speed response 18
8 Reading setting data low–speed response 19
9 Writing setting data low–speed response 20
10 Reading a custom macro variable low–speed response 21
11 Writing a custom macro variable low–speed response 22
12 Reading the CNC alarm state 23
13 Reading the current program number 24
14 Reading the current sequence number 25
15 Reading an actual velocity for a controlled axis 26
16 Reading an absolute position on a controlled axis 27
17 Reading a machine position on a controlled axis 28
18 Reading a skip position on a controlled axis 29
19 Reading a servo delay amount on a controlled axis 30
20 Reading an acceleration/deceleration delay amount on a controlled axis 31
21 Reading modal data 32
22 Reading diagnostic data low–speed response 33
38 Reading clock data (date and time) 151
41 Reading a parameter 154
42 Reading setting data 155
43 Reading diagnostic data 156
44 Reading a character string of the CNC program being executed in the buffer 157
45 Reading the relative position on a controlled axis 74
46 Reading the remaining travel on a controlled axis 75
47 Reading CNC status information 76
48 Reading an operator message 83
1055
G. SIGNAL ADDRESS CONVERSION
(FROM THE PMC–MODEL L/M TO
THE PMC–MODEL SB/SC) APPENDIX B–61863E/12
1056
G. SIGNAL ADDRESS CONVERSION
(FROM THE PMC–MODEL L/M TO
B–61863E/12 APPENDIX THE PMC–MODEL SB/SC)
G.2 The DI/DO signals used between the NC unit and the PMC correspond
to word addresses consisting of addresses and values. Word addresses of
FUNCTION bit type are converted. The program is not logically converted.
The conversion is performed under the following conditions.
(1) A word address of bit type used in a basic instruction is to be
converted.
(2) A word address of byte type used in a functional instruction is not
converted.
(3) Word addresses used in the standard FANUC Series 0–T/M are
converted to those used in the standard FANUC Series 16–T/M. If
a value in a word address is 1000.0 or more, the address is not
converted.
(4) When the same signal name is used in the FANUC Series 0 and 16,
and the addresses corresponding to the signal in the Series 0 and 16
have one–to–one relationship, the word address is converted. For
details, see the signal conversion table.
G.3 (1) Load the FAPT LADDER program for the PMC–SB/SC.
CONVERSION (2) Press the R0 key to display the programmer menu screen.
(3) Press the F2 key. Enter 2 and press the <NL> key. then the following
message appears on the screen. Insert a data floppy for the
PMC–SB/SC. Select the name of the file corresponding to the
conversion from Table G.3 and enter it.
SET FD & KEYIN ‘OK’, ‘KILL’ OR ‘NO’
FD0 = OK<DRIVE> <@NAME OR :NUMBER>
FD0 =
Table G.3 File Name in the Data Floppy for the PMC–RB/RC
File name
FS0–T → FS16–T COMV.FS0–T
FS0–M → FS16–M COMV.FS0–M
(4) Read a source ladder program created with FAPT LADDER for the
PMC–L/M from the floppy in the same way as in Item 3.
If an address not listed in the signal conversion table is used in the
ladder program file, an error occurs. In this case, enter E, then press
the <NL> key to return to the programmer menu screen.
PART= E <NL>
(5) Entering 9 and pressing the <NL> key on the programmer menu
screen changes the screen. The following message appears at the
lower left corner of the screen. Enter 2, then press the <NL> key to
delete the symbol data.
KEYIN ’1, 2, 3, 4, 5 OR 6 OR ‘NO’
CLEAR/KEEP=
1057
G. SIGNAL ADDRESS CONVERSION
(FROM THE PMC–MODEL L/M TO
THE PMC–MODEL SB/SC) APPENDIX B–61863E/12
G.4 The above operation terminates the conversion. Check the converted
program. If an error occurs in the conversion, modify the program.
MODIFYING THE
CONVERTED Enter 1 on the programmer menu to change the screen to the screen for
editing a sequence program. Editing operation is the same as usual.
SEQUENCE
PROGRAM NOTE
Some addresses not converted have no error indication.
After modifying the program, check that all addresses are
correct according to the signal conversion table and the
connecting manual.
G.4.1 (1) When the Series 0 and 16 differ in the number of parameters used in
a functional instruction
Modification Procedure
Because the Series 0 and 16 differ in the numbers of parameters used
for TMR (timer), TMRB (timer), and CTR (counter), errors are
indicated at the parameters. Check the program, then delete the
parameter. Set the timer and counter again.
(2) When an address not used in functional instructions is specified
When an address used in the ladder program for the Series 0 is not
defined in the Series 16, the messages (NO PARAMETER) and
#PARAM.ERROR# appear as follows. Set the parameter again and
delete the latter message.
Example
00001 RD XXX.X
00002 SUB 8
00003 XXXX
00004 XXXX
00005 XXXX
00006 (NO PARAMETER) . . Set the parameter again.
00007 #PARAM.ERR# . . . . . Delete the message. This
message may not appear.
(XXX.X and XXXX are addresses and values.)
(3) Deleting SUB48 (END3) (In the PMC–SB)
If SUB48 (END3) is specified in the PMC–SB, an error occurs
because the PMC–SB is not provided with SUB48 (END3). When
this error occurs, delete third–level programs, or change the
third–level programs to second–level programs and delete SUB48.
(4) Address conversion for signals not listed on the signal conversion
table Modify the address for a signal by referring to the connection
manual.
1058
H. CONNECTING THE OPERATOR’S
PANEL FOR FS 0 WITH FS16,
B–61863E/12 APPENDIX FS18, FS21, OR Power Mate
1059
H. CONNECTING THE OPERATOR’S
PANEL FOR FS 0 WITH FS16,
FS18, FS21, OR Power Mate APPENDIX B–61863E/12
H.1 The Series 0 operator’s panel consists of key switches, LEDs, a rotary
switch, and so on. Because the states of key switches and lamps are coded,
GENERAL the number of the signal lines required for connecting the operator’s panel
with the CNC may not be the same as the number of actual switches. PMC
management software automatically codes the states of the key switches
and lamps and transmits data.
Therefore, simple bit images of switches and LEDs must only be
manipulated with the PMC ladder program.
I/O unit
CNC (Series 16 or 18) I/O card
Protect key
Input Contact Emergency stop
X* and on button
Override rotary
switch
etc.
G* and Input
after (X) X* and on
PMC ladder
CNC Interface with
program
software other machines
(of the user)
Output
F* and on Y* and
after
Fig. H.1 (a) Connection between the CNC and the operator’s panel
1060
H. CONNECTING THE OPERATOR’S
PANEL FOR FS 0 WITH FS16,
B–61863E/12 APPENDIX FS18, FS21, OR Power Mate
(Coordinate)
(Coordinate)
1061
H. CONNECTING THE OPERATOR’S
PANEL FOR FS 0 WITH FS16,
FS18, FS21, OR Power Mate APPENDIX B–61863E/12
(Coordinate)
Fig. H.1 (d) External view of operator’s panel for 9″ CRT/MDI with full–keyboard (0–TC)
(Coordinate)
Fig. H.1 (e) External view of operator’s panel for 9″ CRT/MDI with full–keyboard (0–MC)
1062
H. CONNECTING THE OPERATOR’S
PANEL FOR FS 0 WITH FS16,
B–61863E/12 APPENDIX FS18, FS21, OR Power Mate
H.2
CONNECTION
H.2.1
Connecting the I/O Unit
MAIN CPU
I/O unit Series 0 operator’s panel
JD1A
JD1B DI M1A
(I/O Link)
module
CP32
PSU DO M2A
CP6 JD1A module
DO module : 0 V common
Example) AOD32A1
H.2.2
Connecting the I/O CNC (Series 16 or 18)
To another I/O unit
Card MAIN CPU
I/O card
DI M1A
connector
DO
M2A
connector
1063
H. CONNECTING THE OPERATOR’S
PANEL FOR FS 0 WITH FS16,
FS18, FS21, OR Power Mate APPENDIX B–61863E/12
H.3
SIGNALS FOR
CONNECTING THE
OPERATOR’S PANEL
H.3.1 This signal is used for the fixed address directly monitored by the CNC.
Emergency Stop Signal For connecting the signal, refer to the description of the interface between
(*ESP) the CNC and the PMC in the “Series 16 or 18 Connection Manual.”
H.3.2 Their key switch contact signals are directly input to the PMC. Handle
Override Signals (*OV1 them with the PMC ladder program.
to *OV8) and Program For connecting these signals, refer to the description of the interface
Protect Key Signal between the CNC and the PMC in the “Series 16 or 18 Connection
(KEY) Manual.”
H.3.3 The key switch signals are coded by the PMC management software, and
input to the area indicated by address R in the form of to the bit image.
Key Switch Signals
(Xn, Xn+2) Whether necessary keys are already pressed can be checked by the bit
image of the key switches using the user PMC ladder program. (See
Tables H.3.4 (a), H.3.4 (b), and H.3.4 (c))
While a key is pressed, the bit corresponding to the key is 1.
Two keys can be pressed at the same time. Create a user PMC program
so that it does not require pressing more than two keys at a time. If more
than two keys are pressed simultaneously, the relevant data is not entered
correctly.
A maximum of 60 ms is required before the corresponding bit is set to 1
or 0 after a key is pressed (released).
Key switch signal addresses (Xn to Xn+2: Table H.3.4 (a)) and their bit
image addresses (Rk to Rk+7: Tables H.3.4 (b) and H.3.4 (c)) can be
defined using fixed addresses or unused addresses as desired. (In Series
0, the key switch signal addresses are fixed to X20 and after. The bit
image addresses are fixed to F292 and after.)
1064
H. CONNECTING THE OPERATOR’S
PANEL FOR FS 0 WITH FS16,
B–61863E/12 APPENDIX FS18, FS21, OR Power Mate
H.3.4 Specify the LED signals at PMC address R using the user PMC ladder
LED Signals (Ym) program in the form of a bit image. PMC management software changes
the bit image LED signals to the coded output signals. (See Tables H.3.4
(a), H.3.4 (b), and H.3.4 (c))
While 1 is written in a LED bit image, the relevant LED automatically
goes on. When 0 is written in the LED bit image, the relevant LED goes
off. All LEDs are off before the power is turned on.
A maximum of 200 ms is required before the LED goes on or off after 1
or 0 is written in a bit image in the PMC.
LED signal address (Ym: Table H.3.4 (a)) and the bit image addresses (Rl
to Rl+7: Tables H.3.4 (b), and H.3.4 (c)) can be defined using fixed
addresses or unused addresses as desired. (In Series 0, the LED signal
address is fixed to Y51. The bit image addresses are fixed to G242 and
after.)
Xn+1
Table H.3.4 (b) Bit Image addresses of key switch and LED signals
(for the small operator’s panel)
#7 #6 #5 #4 #3 #2 #1 #0
KEY/LED F3 F2 F1 D1 C1 B1 A1
Rk/Rl F4 D2 C2 B2 A2
Rk+1/Rl+1 D4 D3 C4 C3 B4 B3 A4 A3
Rk+2/Rl+2 F6 F5 D5 C5 B5 A5
Rk+3/Rl+3 F8 D6 C6 B6 A6
Rk+4/Rl+4 D8 C8 B8 A8 A7
Rk+5/Rl+5 F9 D9 C9 B9 A9
1065
H. CONNECTING THE OPERATOR’S
PANEL FOR FS 0 WITH FS16,
FS18, FS21, OR Power Mate APPENDIX B–61863E/12
Table H.3.4 (c) Bit image addresses of key switch and LED signals
(for the operator’s panel with the full keyboard)
#7 #6 #5 #4 #3 #2 #1 #0
KEY/LED E1 C1 A1 E6 D6 C6 B6 A6
Rk/Rl E2 C2 A2 E7 D7 C7 B7 A7
Rk+1/Rl+1 E3 C3 A3 E8 D8 C8 B8 A8
Rk+2/Rl+2 E5 C4 A4 E9 D9 C9 B9 A9
1066
H. CONNECTING THE OPERATOR’S
PANEL FOR FS 0 WITH FS16,
B–61863E/12 APPENDIX FS18, FS21, OR Power Mate
H.4 The following section describes how to specify key switch and LED
signal addresses and the bit image addresses.
SPECIFYING
ADDRESSES
H.4.1
Parameter Menu
KEY IN ONE OF THE FOLLOWING NO.S WHICH YOU WANT TO SET PARA.S
01 (UNUSED) ;
02 COUNTER DATA TYPE ; BINARY
06 (UNUSED) ;
07 (UNUSED) ;
08 (UNUSED) ;
00 NOTHING TO SET ;
NO. =
H.4.2 1) Select 3 from the parameter menu. Then, the following message is
Procedure displayed:
EXAMPLE 0:NO, 1:YES
OP.PANEL=_
1067
H. CONNECTING THE OPERATOR’S
PANEL FOR FS 0 WITH FS16,
FS18, FS21, OR Power Mate APPENDIX B–61863E/12
: : :
03 OPERATOR PANEL ; YES
NOTE
1 After the above procedure, the addresses in Tables 3.1,
3.2–A, and 3.2–B are defined as the following PMC
addresses:
Xn → X0000 Rk / Rl →R0900/R0910
Xn+1 → X0001 Rk+1 / Rl+1→R0901/R0911
Xn+2 → X0002 Rk+2 / Rl+2→R0902/R0912
Rk+3 / Rl+3→R0903/R0913
Ym → Y0000 Rk+4 / Rl+4→R0904/R0914
Rk+5 / Rl+5→R0905/R0915
Rk+6 / Rl+6→R0906/R0916
Rk+7 / Rl+7→R0907/R0917
2 Since the PMC addresses for the I/O card are already fixed,
specify the signals to be used at the fixed addresses.
Examples To use X1000, X1001, X1002, and Y1000 for key switches and LEDs,
enter the following:
SET KEY/LED ADDRESS(KEY ADRS., LED ADRS.)
ADDR= X1000,Y1000 [NL]
1068
I. EDITING FOR Power Mate–MODEL D
B–61863E/12 APPENDIX (PMC–PA1/PA3)
1069
I. EDITING FOR Power Mate–MODEL D
(PMC–PA1/PA3) APPENDIX B–61863E/12
I.2 Editing card described herein apply to the following software or later.
COMPATIBILITY CNC
WITH CNC BASIC · Version 08(H) or later of Power Mate–MODEL D basic software
8830 Series.
SOFTWARE
PMC
· Version 04(D) or later of PMC–PA1/PA3 control software 4075
Series.
1070
I. EDITING FOR Power Mate–MODEL D
B–61863E/12 APPENDIX (PMC–PA1/PA3)
I.3 This function is used to set PMC system parameters and also generate and
execute sequence programs by using soft keys a on the CRT/MDI unit or
PMC PROGRAMMER PDP/MDI unit. You can not use following function because FANUC
(CRT/MDI OR Power Mate–MODEL D does not use ROM for sequence program.
PDP/MDI) [LADDER · Sequence Program Copy Function
EDITING FUNCTION] · Writing, Reading, and Verification of the Sequence Program and
PMC Parameter Data to/from/with ROM.
I.3.1 The units required for generating a sequence program and connection
methods are described below.
Component Units and
Connections
1071
I. EDITING FOR Power Mate–MODEL D
(PMC–PA1/PA3) APPENDIX B–61863E/12
CAUTION
Please do not release the write protect switch of editing card
for preventing a mistake deleting.
WRITE PROTECT
Editing Card
(A02B–0166–K701#4076)
Fig. I.3.1.1
1072
I. EDITING FOR Power Mate–MODEL D
B–61863E/12 APPENDIX (PMC–PA1/PA3)
I.3.1.2 Feed the editing card into connector CNMC of the CNC.
Connection of When you want to put on and take off, you must turn off the CNC power.
components (Refer to the fig. I.3.1.2)
Fig. I.3.1.2
I.3.1.3 Please set bit 1 in K17 of keep relay area for PMC parameters.
#7 #6 #5 #4 #3 #2 #1 #0
Parameter
K17 PRGRAM
1073
I. EDITING FOR Power Mate–MODEL D
(PMC–PA1/PA3) APPENDIX B–61863E/12
I.3.2 FANUC Power Mate–MODEL D can set only COUNTER DATA TYPE.
Specification and The meaning of this parameter is same as PMC–SA1/SA2.
Display of System
Parameters (SYSPRM)
PMC SYSTEM PARAMETER
COUNTER DATA TYPE = BINARY/BCD
[BINARY] [ BCD ] [ ] [ ] [ ]
I.3.3 When the following condition is satisfied, the CONDNS key will be used
in FANUC Power Mate–MODEL D.
Condense
· Some unused area remain by repeating the addition or the deletion
of the symbol/comment and the message in the memory.
· Ladder might be able to be made more by compressing the unused
area by pushing [CONDNS] key when the memory is insufficient
while ladder is added.
[Example: When you want to expand ladder area by deleting
symbol/comment data at the memory status Fig.I.3.3 (a)]
(1) Delete symbol data(0.2KB).
(2) Push [CONDNS] key.
(3) The memory status becomes as Fig.I.3.3 (c) and LADDER can be
edited more.
NOTE
1 Sequence program area in Fig. I.3.3 (a) – (c) is 64KB.
2 The underlined memory in Fig. I.3.3 (a) – (c) is the same as
the memory display of the TITLE screen.
3 The symbol/comment area in Fig. I.3.3 (a) is 20KB (Unused
area 0.9KB is contained.)
4 In case of deleting message and expending another area,
it is as same as this example.
1074
I. EDITING FOR Power Mate–MODEL D
B–61863E/12 APPENDIX (PMC–PA1/PA3)
1075
I. EDITING FOR Power Mate–MODEL D
(PMC–PA1/PA3) APPENDIX B–61863E/12
I.4
SYSTEM DIAGRAM
OF SOFT KEY
NEXT
RETURN
NEXT
FUNCTN
RETURN NEXT
COMAND
NEXT
1076
B–61863E/12 APPENDIX J. APPLICABLE FAPT LADDER EDITIONS
1077
J. APPLICABLE FAPT LADDER EDITIONS APPENDIX B–61863E/12
J.1
FAPT LADDER, FAPT
LADDER–II, LADDER
EDITING PACKAGES
Model PMC– PMC– PMC– PMC– PMC– PMC– PMC– PMC– PMC–
PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3
Drawing number
A02B–9200–J502#JP 5.0 5.0 2.0 2.0 5.0 6.2 1.0 2.0 5.0
A02B–9201–J502#EN and later and later and later and later and later and later and later and later and later
(Note)
Model PMC– PMC– PMC– PMC– PMC– PMC– PMC– PMC– PMC–
SB4 SB5 SB6 SC SC3 SC4 NB NB2 NB6
Drawing number
NOTE
When a PMC–SA5 ladder is to be created, set the model to
PMC–SA3.
1078
B–61863E/12 APPENDIX J. APPLICABLE FAPT LADDER EDITIONS
NOTE
A sequence program cannot be transferred from the
PMC–SA1 of the FANUC Series 20 to the offline
programmer (edition 6.0 or an earlier edition). If this is
attempted, alarm 89 occurs in the offline programmer.
1079
J. APPLICABLE FAPT LADDER EDITIONS APPENDIX B–61863E/12
NOTE
The edition of FAPT LADDER adopted for the PMC–SA2 or
PMC–SB2 can be used to program the PMC–SA3 or
PMC–SB3 as long as some functional instructions including
structured programming are not used (as long as FAPT
LADDER is used within the range of the specifications of the
PMC–SA2 or PMC–SB2).
When this edition is used:
1080
K. LEVEL UP OF INPUT/OUTPUT FUNCTION
B–61863E/12 APPENDIX WITH MEMORY CARD
1081
K. LEVEL UP OF INPUT/OUTPUT FUNCTION
WITH MEMORY CARD APPENDIX B–61863E/12
K.1 The function is leveled up, that is Input/Output function with Memory
Card by CNC or Offline Programmer. The leveled up contents are as
OUTLINE OF follows.
LEVELED UP
(1) The time is reduced in Inputing/Outputing between CNC and
CONTENTS Memory Card by PMC I/O function. This is the same between
Offline Programmer and Memory Card.
(2) Sequence programs can be inputted from Memory Card by BOOT
SYSTEM, by which CNC management software or so can be
inputted. (Refer to K.2.3.)
Memory Card function can be used in the following editions of CNC
basic software and PMC management software and FAPT LADDER
for Personal Computer.
1082
K. LEVEL UP OF INPUT/OUTPUT FUNCTION
B–61863E/12 APPENDIX WITH MEMORY CARD
K.2
OPERATION
CHANNEL = 1
DEVICE = M–CARD
FUNCTION = WRITE
DATA KIND = LADDER
FILE NO. =
( #NAME )
F1 KEY : FA WRITER
1083
K. LEVEL UP OF INPUT/OUTPUT FUNCTION
WITH MEMORY CARD APPENDIX B–61863E/12
EXEC END
1084
K. LEVEL UP OF INPUT/OUTPUT FUNCTION
B–61863E/12 APPENDIX WITH MEMORY CARD
EXEC END
1085
K. LEVEL UP OF INPUT/OUTPUT FUNCTION
WITH MEMORY CARD APPENDIX B–61863E/12
K.2.3 Sequence programs which are output from leveled up CNC or Offline
Note Programmer to Memory Card can not be input to non leveled up CNC or
Offline Programmer. (Refer to the table of K.1)
(1) (4)
(2) (3)
: Non leveled up
The case of (1), (2), (3) and (4) are explained as follows.
· In case of (1), (2)
Output operation : There is no special operation
Input operation : Input sequence programs buy BOOT SYSTEM.
(Refer to K.2.3)
1086
K. LEVEL UP OF INPUT/OUTPUT FUNCTION
B–61863E/12 APPENDIX WITH MEMORY CARD
· In case of (3)
Output operation : Output sequence programs by setting the output
format to 1 (:S–FORMAT) on the following
SETUP screen PMC I/O. The default output
format is 0 (:BINARY).
CHANNEL = 1
DEVICE = M–CARD
FUNCTION = WRITE
DATA KIND = LADDER
FILE NO. =
( #NAME )
[ INPUT ][ ][ ][ ][ INIT ]
1087
K. LEVEL UP OF INPUT/OUTPUT FUNCTION
WITH MEMORY CARD APPENDIX B–61863E/12
K.3.1
Data Transfer Between
NB (4047 Series) and
FAPT LADDER
Transfer in handy file format FAPT LADDER Transfer function not provided
(personal computer
version)
K.3.2
Data Transfer Between
NB/NB2 (4048 Series)
and FAPT LADDER
1088
K. LEVEL UP OF INPUT/OUTPUT FUNCTION
B–61863E/12 APPENDIX WITH MEMORY CARD
K.3.3
Data Transfer Between
NB (4047 Series) and
NB (4048 Series)
PMC I/O screen Transfer in handy file format PMC I/O screen
NB (4047) NB (4048)
Transfer in handy file format FAPT LADDER Transfer in memory card format
(personal computer
version)
1089
L. MIGRATION OF LADDER PROGRAMS
BETWEEN DIFFERENT MODELS APPENDIX B–61863E/12
1090
L. MIGRATION OF LADDER PROGRAMS
B–61863E/12 APPENDIX BETWEEN DIFFERENT MODELS
L.1 The PMC–SB5/SB6 for the Power Mate i–D/H are upward–compatible
with the PMC–PA1/PA3 for the Power Mate–D/H, according to their
MIGRATION OF basic specifications. Because, however, sequence programs are not
LADDER PROGRAMS object–compatible with the PMC–PA1/PA3 for the Mate–D/H, Ladder
FROM programs sent from the Power Mate–D/H to a memory card cannot be
directly loaded into the Power Mate i–D/H. For this reason, to migrate
Power Mate–D/H TO
from the Power Mate–D/H to the Power Mate i–D/H, you must convert
Power Mate i–D/H the PMC sequence programs.
This section provides information about the PMC programming
compatibility that should be noted when you convert sequence programs.
1091
L. MIGRATION OF LADDER PROGRAMS
BETWEEN DIFFERENT MODELS APPENDIX B–61863E/12
Model
PMC address type Power Mate–D Power Mate–D/H Power Mate i–D/H
1092
L. MIGRATION OF LADDER PROGRAMS
B–61863E/12 APPENDIX BETWEEN DIFFERENT MODELS
L.2 If you previously used the Series 15–B PMC–NB/NB2, you must convert
from the PMC–NB/NB2 to the PMC–NB6. The conversion procedure is
MIGRATION FROM as described below.
THE PMC–NB/NB2 TO (1) Model change from the PMC–NB/NB2 to the PMC–NB6 (source
THE PMC–NB6 programs)
When changing the model from the PMC–NB/NB2 to the NB6, you
must convert the source programs for one PMC model to those for the
other using FAPT LADDER–II. Conversion is possible using the
procedure described in the following manual:
Appendix 3.3, “Converting Sequence Programs for One PMC
Model to Those for the Other” in the “FAPT LADDER–II
Operator’s Manual” (B–66184EN)
The mnemonic file format for the PMC–NB6 system parameters used
for model conversion is as follows:
%@0
1093
M. ALARM MESSAGE LIST APPENDIX B–61863E/12
1094
B–61863E/12 APPENDIX M. ALARM MESSAGE LIST
NOTE
1 The PMC–SB3/SC3 for the Series 16 MODEL–B does not support ER00 and ER06.
2 For the PMC–SB3/SC3 for the Series 16 MODEL–B, the ”debugging RAM” and ”ROM for
sequence program,” described in the table, are not supported but the relevant descriptions
apply to ordinary RAM.
1095
M. ALARM MESSAGE LIST APPENDIX B–61863E/12
1096
B–61863E/12 APPENDIX M. ALARM MESSAGE LIST
1097
M. ALARM MESSAGE LIST APPENDIX B–61863E/12
1098
B–61863E/12 APPENDIX M. ALARM MESSAGE LIST
1099
M. ALARM MESSAGE LIST APPENDIX B–61863E/12
1100
B–61863E/12 APPENDIX M. ALARM MESSAGE LIST
NOTE
1 The system error on PMC–SA1,SA2,SA3,SB,SB2 and SB3
is displayed as a system error on the CNC side.
(Refer to the “FANUC Series 16–MA Operator’s Manual
(B–61874E)” and “FANUC Series 16–TA Operator’s Manual
(B–61804E)”.)
2 Error information is needed to investigate on FANUC, please
take notes of it.
1101
M. ALARM MESSAGE LIST APPENDIX B–61863E/12
1102
B–61863E/12 APPENDIX M. ALARM MESSAGE LIST
nn :Exception code
xxxxxxxx :Address at which an error occurred
PC004 CPU ERR xxxxxxxx:yyyyyyyy A CPU error occurred on the PMC.
PC006 CPU ERR xxxxxxxx:yyyyyyyy xxxxxxxx and yyyyyyyy represent an internal error code.
PC009 CPU ERR xxxxxxxx:yyyyyyyy
PC010 CPU ERR xxxxxxxx:yyyyyyyy This error may be caused by a main board failure.
(solution)
Replace the main board, then check if this error occurs again. If this error
still occurs, contact FANUC with the error status information (system con-
figuration, operation, error occurrence timing, error occurrence frequen-
cy, and so forth).
PC030 RAM PARITY aa:bb A RAM parity error occurred on the PMC.
aa and bb represent an internal error code.
(solution)
Replace the main board, then check if this error occurs again. If this error
still occurs, contact FANUC with the error status information (system con-
figuration, operation, error occurrence timing, error occurrence frequen-
cy, and so forth) and the internal error code above.
PC040 NMI BOC xxxxxxxx A non–maskable interrupt (NMI) occurred in the PMC control module.
(solution)
(1) Check if the I/O assignment data matches the actual connections of
the I/O devices.
(2) Check if the cables are connected correctly.
(3) Check the cable specifications by referring to the ”FANUC I/O Unit–
MODEL A Connection and Maintenance Manual (B–61813E)” or
”FANUC I/O Unit–MODEL B Connection Manual (B–62163E).
(4) Replace the interface module, cables, and main board of the I/O Unit,
then check whether this error occurs again.
If this error still occurs after replacement of all the devices related to the
I/O Link according to Action (4), the communication error may have been
caused by noise. Attempt to identify the source of the noise.
PC060 FBUS xxxxxxxx:yyyyyyyy A bus error occurred on the PMC.
PC061 FL–R xxxxxxxx:yyyyyyyy aa, xxxxxxxx, and yyyyyyyy represent an internal error code.
PC062 FL–W aa:xxxxxxxx:yyyyyyyy
This error may be caused by a hardware failure.
(solution)
Contact FANUC with the error status information (system configuration,
operation, error occurrence timing, error occurrence frequency, and so
forth), the internal error code above, and the LED statuses on each
board.
1103
M. ALARM MESSAGE LIST APPENDIX B–61863E/12
(solution)
Check the correspondence between the CALL/CALLU instruction and
the SPE instruction. If the cause of the fault cannot be found, contact FA-
NUC with the error status information and the ladder program.
PC080 SYS EMG xxxxxxxx:yyyyyyyy A system alarm was issued due to other software.
PC081 FL EMG xxxxxxxx:yyyyyyyy
(solution)
Contact FANUC with the error status information (system configuration,
operation, error occurrence timing, error occurrence frequency, and so
forth), the internal error code above, and the LED statuses on each
board.
PC097 PARITY ERR (LADDER) A parity error occurred on the PMC system.
PC098 PARITY ERR (DRAM)
PC099 PARITY ERR (SRAM) This error may be caused by a main board failure.
(solution)
Replace the main board, then check whether this error occurs again. If
this error still occurs, contact FANUC with the error status information
(system configuration, operation, error occurrence timing, error occur-
rence frequency, and so forth).
1104
N. EXAMPLE OF STEP SEQUENCE
B–61863E/12 APPENDIX PROGRAMS
I/O Unit
Power Mate #1
Power Mate #2
Power Mate #3
NOTE
The addresses indicate the single addresses, as viewed
from the CNC.
The CNC controls the Power Mate units at the following signal timing.
Ready end #1
(Power Mate to CNC)
Drive start #1
(CNC to Power Mate)
1sec 1sec
Driving #1
(Power Mate to CNC) 1sec
1105
N. EXAMPLE OF STEP SEQUENCE
PROGRAMS APPENDIX B–61863E/12
The following flowchart illustrates the interface with the Power Mate
units.
DENx
Finished
The interface with the Power Mate units is changed to the Step Sequence
program.
Dummy Step
finished
1106
N. EXAMPLE OF STEP SEQUENCE
B–61863E/12 APPENDIX PROGRAMS
Example 1 The Step sequence program for three sequentially driven Power Mate
units:
Main program
L1
The input signal is set the LED.
Dummy trasition
Drive Power Mate#2
Dummy trasition
Dummy trasition
L1
1107
N. EXAMPLE OF STEP SEQUENCE
PROGRAMS APPENDIX B–61863E/12
Example 2 The Step Sequence program for three simultaneously driven Power Mate
units:
Main program
L1
The input signal is set the LED.
Dummy trasition
L1
1108
O. STEP SEQUENCE CORRESPONDED
B–61863E/12 APPENDIX C LANGUAGE
1109
O. STEP SEQUENCE CORRESPONDED
C LANGUAGE APPENDIX B–61863E/12
L1
condition
Operation finished.
L1
1110
O. STEP SEQUENCE CORRESPONDED
B–61863E/12 APPENDIX C LANGUAGE
Examples
L1
S1
(P10)
P11 P12
S2
(P20)
P21
L1
P10
P11
R9091.1
COMPB 1
30
R10
R9000.0
TRSET
P12
R9091.1
COMPB 1
30
R10
R9000.0
TRSET
P20
R9091.0
R0.0
MULB 1 ( )
R10
R9091.1 5
R12
R9091.0
R0.0
ADDB 1 ( )
R10
R9091.1 1
R10
P21
R9091.1
TRSET
1111
O. STEP SEQUENCE CORRESPONDED
C LANGUAGE APPENDIX B–61863E/12
O.2 The operation is continued while the condition is true after executing the
operation.
DO–WHILE
STATEMENT The difference between do–while and while is that the operation is
executed at least one time.
Format
L1
operation
condition
L1
1112
O. STEP SEQUENCE CORRESPONDED
B–61863E/12 APPENDIX C LANGUAGE
Examples
L1
S1
(P20)
P21
S2
(P10)
P11 P12
L1
P10
P11
R9091.1
COMPB 1
30
R10
R9000.0
TRSET
P12
R9091.1
COMPB 1
30
R10
R9000.0
TRSET
P20
R9091.0
R0.0
MULB 1 ( )
R10
R9091.1 5
R12
R9091.0
R0.0
ADDB 1 ( )
R10
R9091.1 1
R10
P21
R9091.1
TRSET
1113
O. STEP SEQUENCE CORRESPONDED
C LANGUAGE APPENDIX B–61863E/12
O.3 After the initial data is set, the operation is continued while the condition
is true.
FOR STATEMENT
Format
Set the initial data.
L1
operation
condition
L1
1114
O. STEP SEQUENCE CORRESPONDED
B–61863E/12 APPENDIX C LANGUAGE
Examples
S1
(P1)
P2
L1
S2
(P20)
P21
S3
(P10)
P11
P12
L1
P1
R9091.1
NUMEB 1
0
R10
P2
R9091.1
TRSET
P20
R9091.0
R0.0
MULB 1 ( )
R10
R9091.1 5
R12
P21
R9091.1
TRSET
P10
R9091.0
R0.0
ADDB 1 ( )
R10
R9091.1 1
R10
P11
R9091.0
COMPB 1
30
R10
R9000.0
TRSET
P21
R9091.0
COMPB 1
30
R10
R9000.0
TRSET
1115
O. STEP SEQUENCE CORRESPONDED
C LANGUAGE APPENDIX B–61863E/12
O.4 If the condition is true, the operation 1 is executed and if the condition is
false, the operation 2 is executed.
IF ELSE STATEMENT
Format
condition
operation1 operation2
1116
O. STEP SEQUENCE CORRESPONDED
B–61863E/12 APPENDIX C LANGUAGE
Examples
S1
(P10)
P11 P12
S2 S3
(P20) (P22)
P21 P23
P1
0
P1
1
R9091.0
COMPB 1
30
R10
R9000.0
TRSET
P12
R9091.0
COMPB 1
30
R10
R9000.0
TRSET
P20
R9091.0
R0.0
MULB 1 ( )
R10
R9091.1 8
R12
P21
R9091.1
TRSET
P22
R9091.0
R0.0
MULB 1 ( )
R10
R9091.1 10
R12
P23
R9091.1
TRSET
1117
O. STEP SEQUENCE CORRESPONDED
C LANGUAGE APPENDIX B–61863E/12
1118
O. STEP SEQUENCE CORRESPONDED
B–61863E/12 APPENDIX C LANGUAGE
Examples
S1
(P10)
P1
0
P1
1
R9091.1
COMPB 1
30
R10
R9000.0
TRSET
P12
R9091.0
COMPB 1
40
R10
R9000.0
TRSET
P13
R9091.1
TRSET
P20
R9091.0
R0.0
MULB 1 ( )
R10
R9091.1 5
R12
P21
R9091.1
TRSET
P22
R9091.0
R0.0
MULB 1 ( )
R10
R9091.1 10
R12
1119
O. STEP SEQUENCE CORRESPONDED
C LANGUAGE APPENDIX B–61863E/12
P23
R9091.1
TRSET
P24
R9091.0
R0.0
MULB 1 ( )
R10
R9091.1 15
R12
P25
R9091.1
TRSET
1120
P. CHINESE CHARACTER CODE, HIRAGANA
B–61863E/12 APPENDIX CODE, AND SPECIAL CODE LIST
1121
P. CHINESE CHARACTER CODE, HIRAGANA
CODE, AND SPECIAL CODE LIST APPENDIX B–61863E/12
1122
P. CHINESE CHARACTER CODE, HIRAGANA
B–61863E/12 APPENDIX CODE, AND SPECIAL CODE LIST
1123
P. CHINESE CHARACTER CODE, HIRAGANA
CODE, AND SPECIAL CODE LIST APPENDIX B–61863E/12
1124
P. CHINESE CHARACTER CODE, HIRAGANA
B–61863E/12 APPENDIX CODE, AND SPECIAL CODE LIST
1125
P. CHINESE CHARACTER CODE, HIRAGANA
CODE, AND SPECIAL CODE LIST APPENDIX B–61863E/12
1126
P. CHINESE CHARACTER CODE, HIRAGANA
B–61863E/12 APPENDIX CODE, AND SPECIAL CODE LIST
1127
B–61863E/12 Index
Note
Volume 1 : Up to Page 759 / Volume 2 : Page 761 and later
Addresses between PMC and machine tool, 58 Compatibility of ladder diagram, 675
Addresses between PMC and machine tool (PMCMT), 58 Compatibility with CNC basic software, 1070
Addresses for message selection displayed on CRT (A), 82 COMPB (comparison between binary data), 189
Component units, 482, 683, 1072
Addresses, signal names, comments, and line numbers, 329
Component units and connections, 481, 682, 1071
Alarm message list, 1094
Compress the sequence program, 525
Alarm screen (ALARM), 394, 464
Compressed input by [COMAND] key, 746
Alter, 709
Condense, 1074
Alteration of sequence programs, 504
Condense command – release of deleted area, 757
AND, 101
Configuration and operation of step–sequence programs, 634
AND. NOT, 101
Configuration of command, 754
AND. STK, 104
Confirming the ladder mnemonics, 585
Applicable FAPT ladder editions, 1077
Connecting component units, 487
Applications, 337
Connecting the I/O card, 1063
Arbitrary functional instructions, 264
Connecting the I/O unit, 1063
Area managed by the system program, 79
Connecting the operator’s panel for FS 0 with FS16, FS18, FS21, or
Assignment of I/O module addresses, 60 Power Mate, 1059
Automatic operation when the power is turned on, 378 Connection, 1063
Automatic tracing function at power on, 397 Connection of components, 1073
AXCTL (axis control by PMC), 306 Connections of units, 684
Continuous data entry, 466
Convergence of selective sequence, 639
i–1
Index B–61863E/12
Note
Volume 1 : Up to Page 759 / Volume 2 : Page 761 and later
Data display and setting (title, symbol, ladder program, comment, Divergence of selective sequence, 639
message, I/O module), 702 Divergence of simultaneous sequence, 640
Data input to and output from other devices, 548 Dividing display of ladder diagram, 453
Data keys and screen scroll key, 690 Do–while statement, 1112
Data number, data attribute, data length, data area, 1049 DSCH (data search), 195
Data table (DATA), 434, 470 DSCHB (binary data search), 198
Data transfer between NB (4047 series) and FAPT LADDER, 1088 DUMP display on ladder diagram, 445
Data transfer between NB (4047 series) and NB (4048 series), 1089
Data transfer between NB/NB2 (4048 series) and FAPT LADDER,
1088
E
DCNV (data conversion), 183
Editing a character string in message data, 522
DCNVB (extended data conversion), 185
Editing character strings of symbol data and comment data, 519
Debugging, 563
Editing character strings of title data, 497
DEC (decode), 140
Editing end, 716
DECB (binary decoding), 142
Editing for Power Mate–MODEL D (PMC–PA1/PA3), 1069
Delete, 713
Editing function of ladder diagram, 669
Delete of sequence program, 507
Editing ladder mnemonics, 584
Delete of symbol data and comment, 518
Editing of sequence program (EDIT), 495
Deleting a sequence program, 740
Editing symbol data and comment at once, 512
Deleting title data, 496
Editing the sequence program (EDIT), 583
Deletion of programs, 730
Emergency stop signal (*ESP), 1064
Descriptions of displayed items, 559
Enabling automatic debugging at power–on, 567
Details of basic instructions, 95 END (end of a ladder program), 298
DIFD (falling edge detection), 275 End of block step, 644
Difference of status of signals between 1st level and 2nd level, 40 END1 (1st level sequence program end), 131
DIFU (rising edge detection), 274 END2 (2nd level sequence program end), 132
Direct editing by ladder diagram, 732 END3 (end of 3rd level sequence) (PMC–SC/SC3/SC4/NB/NB2
DISP (message display) (PMC–SB/SB2/SB3/SB4/SB5/SB6/SC/ only), 133
SC3/SC4 Only), 229 Ending edit of a sequence program, 746
DISPB, 243 Ending ladder mnemonics editing, 588
Display of ladder diagram, 715 Entering data on the program check screen (*low–speed response)
(not available for Power Mate–D/F, Series 21–TA), 855
Display of signal status (STATUS), 393
Entering title data, 496
Display PMC input/output signals and internal relay (PMCDGN),
462 Entering torque limit data for the digital servo motor (*low–speed
response), 859
Displayed items, 562
EOR (exclusive OR), 276
Displaying and setting the configuration status of I/O devices
(IOCHK), 408 Error codes list (for FAPT Ladder P–G), 763
Displaying input code (DSPMOD), 523 Error details, 592
i–2
B–61863E/12 Index
Note
Volume 1 : Up to Page 759 / Volume 2 : Page 761 and later
i–3
Index B–61863E/12
Note
Volume 1 : Up to Page 759 / Volume 2 : Page 761 and later
LOAD key (system program loading key), 688 Notes on using an MDI keyboard without cursor keys (when using
the FS20 PMC–MODEL SA1/SA3), 551
Loading of floppy, 696 NUME (definition of constant), 226
Loading the standard ladder (for Power Mate–D/F PMC–PA1 and
NUMEB (definition of binary constants), 227
PA3), 379
Location search, 713
Logical AND, 278
Logical OR, 280 O
Low–speed response and high–speed response of window function, Offline Programmer CNC, 1085
767, 941
On–line debugging function (only for Power Mate–D/H), 594
On–line edit, 454
Online function, 573
M Online setting screen, 573
Message data input, 522 Operation, 395, 398, 400, 526, 557, 560, 563, 693, 1083
Message data setting (MESSAGE), 521 Operations, 539
Method for entering PMC parameters, 465 OR, 101
i–4
B–61863E/12 Index
Note
Volume 1 : Up to Page 759 / Volume 2 : Page 761 and later
Outputting to and inputting from floppy disks, 603 PSGNL (position signal output), 311
i–5
Index B–61863E/12
Note
Volume 1 : Up to Page 759 / Volume 2 : Page 761 and later
Reading fine torque sensing data (statistical calculation results), 929 Reading the wire diameter offset, 1022
Reading fine torque sensing data (store data), 931 Reading tool lefe management data (cutter compensation number 1)
(low–speed type), 987
Reading load information of the spindle motor (serial interface), 861
Reading tool life management data (cutter compensation No. (1):
Reading machining distances, 1042 tool No.) (not available for Power Mate–D/F, Series 21–TA), 843
Reading modal data, 818 Reading tool life management data (cutter compensation No. (2):
tool order No.) (not available for Power Mate–D/F, Series 21–TA),
Reading modal data (low–speed response), 959 845
Reading model data, 1038 Reading tool life management data (cutter compensation No.1) (low–
Reading of the comment, 1017 speed response), 974
Reading of tool setting data, 1047 Reading tool life management data (cutter compensation No.2) (low–
speed response), 975
Reading real parameters (low–speed type), 989
Reading tool life management data (number of tool groups) (not
Reading set data (not available for Power Mate–D/F, Series 21–TA), available for Power Mate–D/F, Series 21–TA), 831
865
Reading tool life management data (number of tools) (low–speed
Reading setting data, 1033 response), 969
Reading setting data (*low–speed response), 786 Reading tool life management data (number of tools) (not available
for Power Mate–D/F, Series 21–TA), 833
Reading signals automatically at power on, 405
Reading tool life management data (tool diameter offset number 1)
Reading the absolute position (absolute coordinates) of controlled (not available for Power Mate–D/F, Series 21–TA), 913
axes, 808
Reading tool life management data (tool group No.) (not available
Reading the absolute position on a controlled axis, 954 for Power Mate–D/F, Series 21–TA), 829
Reading the acceleration/deceleration delay on controlled axes, 816, Reading tool life management data (tool group number) (not avail-
958 able for Power Mate–D/F, Series 21–TA), 909
Reading the actual spindle speed, 853 Reading tool life management data (tool group numbers) (low–speed
type), 985
Reading the actual velocity of controlled axes, 806
Reading tool life management data (tool information (1) : tool No.)
Reading the actual velocity of controlled axes (low–speed response), (not available for Power Mate–D/F, Series 21–TA), 847
954
Reading tool life management data (tool information (2): tool order
Reading the CNC alarm status, 795, 1037 No.) (not available for Power Mate–D/F, Series 21–TA), 849
Reading the CNC alarm status (low–speed response), 951 Reading tool life management data (tool information 1) (low–speed
response), 976
Reading the current program number, 802
Reading tool life management data (tool information 1) (low–speed
Reading the current program number (8–digit program numbers) type), 988
(not available for Power Mate–D/F, Series 21–TA), 907
Reading tool life management data (tool information 1) (not avail-
Reading the current program number (low–speed response), 952 able for Power Mate–D/F, Series 21–TA), 915
Reading the current sequence number, 804 Reading tool life management data (tool information 2) (low–speed
Reading the current sequence number (low–speed response, 953 response), 977
Reading tool life management data (tool length compensation No.
Reading the estimate disturbance torque data, 903 (1): tool No.) (not available for Power Mate–D/F, Series 21–TA),
Reading the load current (A/D conversion data) for the spindle mo- 839
tor, 983 Reading tool life management data (tool length compensation No.
Reading the machine position (machine coordinates) of controlled (2): tool order No.) (not available for Power Mate–D/F, Series
axes, 810, 956 21–TA), 841
Reading the machining time (low–speed response), 982 Reading tool life management data (tool length compensation No.1)
(low–speed response), 972
Reading the measured point, 1043
Reading tool life management data (tool length compensation num-
Reading the parameter (*low–speed response), 1026 ber 1) (low–speed type), 986
Reading the relative position on a controlled axis, 869, 979 Reading tool life management data (tool length offset number 1) (not
available for Power Mate–D/F, Series 21–TA), 911
Reading the remaining travel, 871, 980
Reading tool life management data (tool life counter type) (low–
Reading the servo delay for controlled axes, 814, 958 speed response), 971
Reading the tool life management data (number of tool groups) Reading tool life management data (tool life counter) (low–speed
(low–speed response), 969 response), 970
Reading the tool life management data (tool group number) (low– Reading tool life management data (tool life counter) (not available
speed response), 968 for Power Mate–D/F, Series 21–TA), 837
Reading the tool life management data (tool life counter type) (not Reading tool life management data (tool life) (low–speed response),
available for Power Mate–D/F, Series 21–TA), 879 970
Reading the tool offset data according to the specified tool number, Reading tool life management data (tool life) (not available for Pow-
984 er Mate–D/F, Series 21–TA), 835
i–6
B–61863E/12 Index
Note
Volume 1 : Up to Page 759 / Volume 2 : Page 761 and later
Reading tool life management data (tool No.) (not available for Pow- Set items, 537
er Mate–D/F, Series 21–TA), 851
Setting, 359
Reading tool life management data (tool number) (low–speed re-
sponse), 977 Setting and display screen, 427
Reading tool setting data by specifying tool number, 1053 Setting and displaying system parameters (SYSTEM PARAM), 582
Reading value of the P–code macro variable (*low–speed response), Setting I/O commands, 747
875 Setting menu (SETING), 472
Registering the tool life management data (tool group) (*low–speed Setting method, 574
response) (not available for Power Mate–D/F, Series 21–TA), 881
Setting of I/O device, 691
Remove command – file copy, 758
Setting on the NC parameter screen, 574
Rename command – file attribute change, 756
SETTING screen, 436
Repetitive operation, 30
Setting the transfer speed ([SPEED] soft key), 549
Respomse time, 361
Setting/clearing OVERRIDE, 422
Restrictions, 351, 555
Setting/operation for enabling forced input/output, 417
ROM format program, 719, 726, 729
SFT (shift register), 193
ROT (rotation control), 154
Signal address conversion (from the PMC–MODEL L/M to the
ROTB (binary rotation control), 157 PMC–MODEL SB/SC), 1056
RST, 107 Signal diagnosis screen, 404
Signal names, 330
Signal status display (STATUS), 463
i–7
Index B–61863E/12
Note
Volume 1 : Up to Page 759 / Volume 2 : Page 761 and later
Subprogram numbers (CALL, CALLU, SP) (P), 92 Window function description (FS16–W), 1021
Transfer to and from a ROM WRITER, 550 Writing the tool life management data (tool group number), 996
Transition, 638 Writing the tool life management data (tool information 1), 1000
Writing the tool life management data (tool information 2), 1000
i–8
B–61863E/12 Index
Note
Volume 1 : Up to Page 759 / Volume 2 : Page 761 and later
Writing the tool life management data (tool length compensation Writing tool life management data (cutter compemsation number 1),
number 1), 998 1008
Writing the tool life management data (tool length compensation Writing tool life management data (tool group numbers), 1006
number 2), 998
Writing tool life management data (tool information 1), 1009
Writing the tool life management data (tool length offset number (1) :
tool number) (*low–speed response) (not available for Power Writing tool life management data (tool information 1) (*low–speed
Mate–D/F, Series 21–TA), 889 response) (not available for Power Mate–D/F, Series 210TA), 923
Writing the tool life management data (tool length offset number (2) : Writing tool life management data (tool length compensation number
tool operation sequence number) (*low–speed response) (not 1), 1007
available for Power Mate–D/F, Series 21–TA), 891
Writing tool life management data (tool length offset number 1)
Writing the tool life management data (tool life counter type), 997 (*low–speed response) (not available for Power Mate–D/F, Series
21–TA), 919
Writing the tool life management data (tool life counter type) (*low–
speed response) (not available for Power Mate–D/F, Series Writing tool life management data (tool radius offset number 1)
21–TA), 887 (*low–speed response) (not available for Power Mate–D/F, Series
Writing the tool life management data (tool life counter), 997 21–TA), 921
Writing the tool life management data (tool life counter) (*low– Writing value of the P–code macro variable (*low–speed response),
speed response) (not available for Power Mate–D/F, Series 877
21–TA), 885
Writing, reading, and comparing sequence programs and PMC pa-
Writing the tool life management data (tool life), 996 rameters, 598
Writing the tool life management data (tool life) (*low–speed re- Writing, reading, and verifying the sequence program and PMC
sponse) (not available for Power Mate–D/F, Series 21–TA), 883 parameter data, 534
Writing the tool life management data (tool number), 1001 WRT, 99
Writing the tool life management data (tool number) (*low–speed WRT. NOT, 100
response) (not available for Power Mate–D/F, Series 21–TA), 901
Writing the tool management data (tool condition (2) : tool operation
sequence number) (*low–speed response) (not available for Power
Mate–D/F, Series 21–TA), 899
Writing the tool offset data according to the specified tool number,
X
1002 XMOV (indexed data transfer), 200
Writing the torque limit override, 995 XMOVB (binary index modifier data transfer), 203
Writing the wire diameter offset (*low–speed response), 1024
i–9
Revision Record
FANUC PMC–MODEL PA1/PA3/SA1/SA2/SA3/SA5/SB/SB2/SB3/SB4/SB5/SB6/SC/SC3/SC4/NB/NB2/NB6
LADDER LANGUAGE PROGRAMMING MANUAL (B–61863E)
Addition of PMC–MODEL
04 Aug.,’93 10 Dec., ’97 Corresponds to 16i/18i/21i–MODEL A
PA1/PA3/RA3/RB3/RC3/NB.