Mitsubishi Electric FR-A8NC Specifications

Browse online or download Specifications for Power adapters & inverters Mitsubishi Electric FR-A8NC. Mitsubishi Electric FR-A8NC Specifications User Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 208
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews

Summary of Contents

Page 1 - PROGRAMMING MANUAL

FR-A800 INVRERTER PLC FUNCTION PROGRAMMING MANUALBPLC Function1CC-Link communication2Sequence program3Error code list4INVERTERPLC FUNCTIONPROGRAMMING

Page 2 - CONTENTS

Operation panel indicationPLC Function911.3 Operation panel indicationWhen a sequence program is running, the following indicators are displayed on th

Page 3 - 3 Sequence program 69

Output (Y) status settings when STOP status → RUN statusSequence program9933.18 Output (Y) status settings when STOP status → RUN statusWhen changing

Page 4

100Sequence programStructure of instructions3.19 Structure of instructionsMost of the instructions can be divided between the instruction section and

Page 5

Bit device processing methodSequence program10133.20 Bit device processing methodProcessing methods available for when a bit device (X, Y, M) is speci

Page 6 - APPENDIX 201

102Sequence programBit device processing method • When there is a digit specification on the destination (D) side, the number of points from the digit

Page 7 - About the related manuals

Bit device processing methodSequence program1033 • When there is a digit specification on the destination (D) side, the number of points from the digi

Page 8 - 1 PLC Function

104Sequence programHandling of numerical values3.21 Handling of numerical valuesThe PLC function has an instruction for handling values indicated in 1

Page 9 - 1.2 Function block diagram

Operation errorSequence program10533.22 Operation errorAn operation error occurs in the basic instruction in the following cases.When an error listed

Page 10 - PLC Function

106Sequence programSequence instructions list3.23 Sequence instructions list3.23.1 How to view the instruction list table1): Instructions are classifi

Page 11 - PLC function specifications

Sequence instructions listSequence program10734): Indicates the process description of each instruction.5): Details of the execution conditions for ea

Page 12 - 1.5 System configuration

108Sequence programSequence instructions list3.23.2 Sequence instructions listClassificationInstructionsymbolSymbol Process descriptionExecutionCondit

Page 13 - Pr.498, Pr.1150 to Pr.1199)

10PLC FunctionPLC function specifications1.4 PLC function specificationsThe following table shows the program capacity and devices of the PLC function

Page 14 - (Developer)

Sequence instructions listSequence program1093Non-processing-Non-processing.For program erasure or spacing.136Non-processing.New line instruction for

Page 15

110Sequence programSequence instructions list3.23.3 Basic instructionsClassificationInstructionsymbolSymbol Process descriptionExecutionconditionRefer

Page 16

Sequence instructions listSequence program111332-bitdata comparisonWhen (S1+1, S1)  (S2+1, S2), conductive.When (S1+1, S1) = (S2+1, S2),non-conductiv

Page 17

112Sequence programSequence instructions listBIN 32-bitaddition/subtraction(D+1, D) + (S+1, S)(D+1, D)158(S1+1, S1) + (S2+1, S2)(D+1, D)(D+1, D) - (

Page 18 - 1.8 Device map

Sequence instructions listSequence program113316-bittransfer(S)(D) 15032-bittransfer(S+1, S)(D+1, D) 165BIN 16-bit2's complement0 - (D)(D) 151

Page 19 - Device map

114Sequence programSequence instructions list3.23.4 Application instructionsClassificationInstruction symbolSymbol Process descriptionExecution condit

Page 20 - 1.8.4 Special relay

Sequence instructions listSequence program11533.23.5 Display instructionBIN 16-bit exclusive NOR(D) XOR (S)(D)178(S1) XOR (S2)(D)BIN 32-bit exclusiv

Page 21

116Sequence programHow to view instructions3.24 How to view instructionsThe subsequent descriptions shall be in the following format.Description1) In

Page 22

Sequence instructionsSequence program11733.25 Sequence instructionsSequence instructions are used in relay control circuits, etc.3.25.1 Contact instru

Page 23 - 1.8.5 Special register

118Sequence programSequence instructionsExecution conditionThe instructions explained in this section are executed every scan irrespective of the dev

Page 24

System configurationPLC Function1111.5 System configurationFor writing sequence programs to the inverter, use FR Configurator2 (Developer) on the pers

Page 25

Sequence instructionsSequence program11933.25.2 Association instruction: ladder block series connection, parallel connection ... ANB, ORBFunction • T

Page 26

120Sequence programSequence instructionsProgram exampleThe following two types of program coding are available for continuous series connection of la

Page 27

Sequence instructionsSequence program12133.25.3 Association instruction: operation results, push, read, pop ... MPS, MRD, MPPFunction • The operation

Page 28

122Sequence programSequence instructionsPOINTPOINT • The ladder is as shown below when MPS, MRD and MPP are used and when they are not used. • Be sure

Page 29

Sequence instructionsSequence program1233Program example, , • Program using MPS, MRD and MPPMPSMRDMPP1)1)2)2) 3) 3)4)4)5)5)6)6)7)7)8)8)9)9)10)10)Cod

Page 30

124Sequence programSequence instructions3.25.4 Output instruction: bit device, timer, counter ... OUTFunction • Operation results up to the OUT instr

Page 31 - 1.9.1 Always readable data

Sequence instructionsSequence program1253 • When the operation result up to the OUT instruction is ON, the timer coil turns ON and counts up the value

Page 32

126Sequence programSequence instructions3.25.5 Output instruction: device set, reset ... SET, RSTFunction • When SET input is turned ON, the specifie

Page 33

Sequence instructionsSequence program1273Execution conditionThe SET and RST instructions are executed for each scan.NOTE • The number of steps is thr

Page 34

128Sequence programSequence instructions3.25.6 Output instruction: rising, falling differential output ... PLS, PLFFunction • The specified device is

Page 35 - OFF to ON)

12PLC FunctionOperations of PLC function (Pr.414, Pr.415, Pr.498, Pr.1150 to Pr.1199)1.6 Operations of PLC function (Pr.414, Pr.415, Pr.498, Pr.1150 t

Page 36

Sequence instructionsSequence program1293Program exampleProgram that executes the PLS instruction when X9 is turned ON.Program that executes the PLF

Page 37 - Time charts of a data write

130Sequence programSequence instructions3.25.7 Shift instruction: bit device shift ... SFT, SFTPFunction • The ON/OFF status is shifted to the device

Page 38

Sequence instructionsSequence program1313Program example • Program that shifts Y7 to YB when X8 turns ON. SFTExecutes shifts when X8 turns ON.Program

Page 39

132Sequence programSequence instructions3.25.8 Master control instruction: master control set, reset ... MC, MCRFunction • This instruction is for cr

Page 40

Sequence instructionsSequence program1333 • The master control release instruction that indicates the end of the master control range. • Do not add a

Page 41

134Sequence programSequence instructionsTake note of the following points when using a nesting structure. • A maximum of 15 nests (N0 to 14) can be us

Page 42

Sequence instructionsSequence program13533.25.9 Termination instruction: termination of main program ... FENDFunction • Execution of the FEND instruc

Page 43 - Inverter status (SD1151)

136Sequence programSequence instructions3.25.11Other instructions: non-processing ... NOP, NOPLF, PAGE nFunctionNon-processing instructions do not ha

Page 44 - User-defined error (SD1214)

Sequence instructionsSequence program1373Program example • Contact short-circuit (AND, ANI) • Contact short-circuit (LD, LDI)Caution is required beca

Page 45 - Reading inverter parameters

138Sequence programSequence instructions • Printing the ladder will result in the following: • Printing an instruction list with the NOPLF instruction

Page 46

Prior to creating sequence programsPLC Function1311.7 Prior to creating sequence programs1.7.1 Precautions for creating sequence programsPOINTPOINT •

Page 47 - User area reading/writing

Basic instruction (16-bit)Sequence program13933.26 Basic instruction (16-bit)The basic instruction (16-bit) can handle 16 bits of numeric data.3.26.1

Page 48 - 1.12 Analog I/O function

140Sequence programBasic instruction (16-bit)3.26.2 Comparison operation instruction: 16-bit data comparison ... =, <>, >, <=, <, >=

Page 49 - Pulse train input function

Basic instruction (16-bit)Sequence program1413Program exampleProgram that compares the X0 to F data with D3 data.Program that compares the BCD value

Page 50 - 1.14 PID control

142Sequence programBasic instruction (16-bit)3.26.3 Arithmetic operation instructionAn arithmetic operation instruction instructs the addition, subtra

Page 51

Basic instruction (16-bit)Sequence program14333.26.4 Arithmetic operation instruction: BIN 16-bit addition/subtraction ... +, +P, -, -PApplicable devi

Page 52 - 1.16 Constant scan

144Sequence programBasic instruction (16-bit)Function • Executes addition of the BIN data specified with and BIN data specified with , and stores

Page 53

Basic instruction (16-bit)Sequence program1453Execution conditionAddition/subtraction instructionProgram exampleProgram that adds the content of D3

Page 54 - 2 CC-Link

146Sequence programBasic instruction (16-bit)3.26.5 Arithmetic operation instruction: BIN 16-bit multiplication/division ... *, *P, /, /PApplicable de

Page 55 - 2.1 System configuration

Basic instruction (16-bit)Sequence program1473Function • Executes multiplication of the BIN data specified with and BIN data specified with , and

Page 56 - 2.1.2 Function block diagram

148Sequence programBasic instruction (16-bit)Execution conditionThe execution conditions for multiplication/division instructions are as follows.Ope

Page 57 - 2.2 CC-Link parameter

14PLC FunctionPrior to creating sequence programs1.7.3 Sequence program execution Reset the inverter after configuring settings to enable the PLC fu

Page 58 - Remote I/O

Basic instruction (16-bit)Sequence program14933.26.6 Arithmetic operation instruction: BIN 16-bit data increment/decrement ... INC, INCP, DEC, DECPFu

Page 59 - FR-A800 series

150Sequence programBasic instruction (16-bit)3.26.7 Data transfer instructionThe data transfer instruction is an instruction that executes the transfe

Page 60

Basic instruction (16-bit)Sequence program15133.26.9 Data conversion instruction: 2’s complements of BIN 16-bit data ... NEG, NEGPFunction • Invert t

Page 61 - Remote register

152Sequence programBasic instruction (16-bit)Program example • Program that calculates D10 to D20 when XA is turned ON, and calculates the absolute v

Page 62

Basic instruction (16-bit)Sequence program15333.26.10Data conversion instructions: BIN 16-bit data BCD conversions ... BCD, BCDPFunction • Converts B

Page 63

154Sequence programBasic instruction (16-bit)3.26.11Data conversion instructions: BIN 16-bit data BIN conversions ... BIN, BINPFunction • Converts BC

Page 64 - CC-Link communication

Basic instruction (32-bit)Sequence program15533.27 Basic instruction (32-bit)The basic instruction (32-bit) is an instruction that can handle numeric

Page 65 - 2.4 Buffer memory

156Sequence programBasic instruction (32-bit)3.27.2 Comparison operation instruction: 32-bit data comparison ... D=, D<>, D>, D<=, D<,

Page 66

Basic instruction (32-bit)Sequence program1573Program exampleProgram that compares the M0 to 31 data with D3 and D4 data.Program that compares the BC

Page 67

158Sequence programBasic instruction (32-bit)3.27.3 Arithmetic operation instructionAn arithmetic operation instruction instructs the addition, subtra

Page 68

Prior to creating sequence programsPLC Function1511.7.4 Setting the communication parameterPOINTPOINT • For RS-485 communication between the inverter

Page 69

Basic instruction (32-bit)Sequence program1593Function • Executes addition of the BIN data specified with and BIN data specified with , and stores

Page 70 - 3 Sequence program

160Sequence programBasic instruction (32-bit)Execution conditionAddition/subtraction instructionProgram exampleProgram that adds the X10 to X2B 28-b

Page 71 - 3.1 Overview

Basic instruction (32-bit)Sequence program16133.27.5 Arithmetic operation instruction: BIN 32-bit multiplication/division ... D*, D*P, D/, D/PFunctio

Page 72 - Overview

162Sequence programBasic instruction (32-bit) • Executes division of the BIN data specified with and BIN data specified with , and stores the resul

Page 73 - 3.2 RUN/STOP operation

Basic instruction (32-bit)Sequence program1633Operation errorAn operation error occurs in the following cases, and the error flag turns ON. • When A1

Page 74 - 3.4 Programming language

164Sequence programBasic instruction (32-bit)3.27.6 Arithmetic operation instruction: BIN 32-bit data increment/decrement ... DINC, DINCP, DDEC, DDECP

Page 75 - Operation from left to right

Basic instruction (32-bit)Sequence program16533.27.7 Data transfer instructionThe data transfer instruction is an instruction that executes the transf

Page 76 - 3.4.2 Function block (FB)

166Sequence programBasic instruction (32-bit)Program example • Program that stores the input D2 to D3 data in D0 and D1. • Program that stores M0 to

Page 77 - Repetitive operation method

Basic instruction (32-bit)Sequence program16733.27.9 Data conversion instruction: 2's complements of BIN 32-bit data ... DNEG, DNEGPFunction • I

Page 78 - 3.6 I/O processing method

168Sequence programBasic instruction (32-bit)3.27.10Data conversion instructions: BIN 32-bit data BCD conversions ... DBCD, DBCDPFunction • Converts

Page 79 - X5 turns ON

16PLC FunctionPrior to creating sequence programs1.7.5 Writing sequences programsPOINTPOINT • Sequence programs can be written in any operation mode (

Page 80 - 3.7 Scan time

Basic instruction (32-bit)Sequence program16933.27.11Data conversion instructions: BIN 32-bit data BIN conversions ... DBIN, DBINPFunction • Converts

Page 81

170Sequence programApplication instructions (16-bit)3.28 Application instructions (16-bit)Application instructions (16-bit) are used when special proc

Page 82 - 3.8.1 BIN (binary)

Application instructions (16-bit)Sequence program17133.28.2 Logical operation instruction: BIN 16-bit logical AND ... WAND, WANDPApplicable deviceDigi

Page 83 - 3.8.2 HEX (hexadecimal)

172Sequence programApplication instructions (16-bit)Function • Logical AND is executed for each bit of the 16-bit data of the device specified with

Page 84 - 3.9 Explanation of devices

Application instructions (16-bit)Sequence program1733 • Program that executes logical AND for X10 to 1B data and D33 data when XA turns ON, and output

Page 85 - 3.9.2 I/O X and Y

174Sequence programApplication instructions (16-bit)3.28.3 Logical operation instruction: BIN 16-bit logical OR ... WOR, WORPFunction • Logical OR is

Page 86 - 3.9.3 Internal relay M

Application instructions (16-bit)Sequence program1753Execution condition • The execution conditions for logical OR instructions are as follows.Progr

Page 87 - 3.9.4 Timer T

176Sequence programApplication instructions (16-bit)3.28.4 Logical operation instruction: BIN 16-bit data exclusive OR ... WXOR, WXORPFunction • Excl

Page 88 - END OUT T0 END

Application instructions (16-bit)Sequence program1773Execution conditionThe execution conditions for exclusive OR instructions are as follows.Progra

Page 89 - Accuracy

178Sequence programApplication instructions (16-bit)3.28.5 Logical operation instruction: BIN 16-bit data exclusive NOR ... WXNR, WXNRPFunction • Exc

Page 90 - 3.10 Counter C

Device mapPLC Function1711.8 Device map1.8.1 I/O device mapDevice numberName RemarksDevice numberName RemarksExternal input/outputX00 Terminal STFExte

Page 91 - Count process in refresh mode

Application instructions (16-bit)Sequence program1793Execution conditionThe execution conditions for exclusive NOR instructions are as follows.Progr

Page 92 - 3.11 Data register D

180Sequence programApplication instructions (32-bit)3.29 Application instructions (32-bit)Application instructions (32-bit) are used when special proc

Page 93 - Timing contact

Application instructions (32-bit)Sequence program18133.29.2 Logical operation instruction: BIN 32-bit logical AND ... DAND, DANDPApplicable deviceDigi

Page 94 - 3.13 Function list

182Sequence programApplication instructions (32-bit)Function • Logical AND is executed for each bit of the 32-bit data of the device specified with

Page 95

Application instructions (32-bit)Sequence program1833Program example • The following program performs a logical product operation on the data at D99

Page 96

184Sequence programApplication instructions (32-bit)3.29.3 Logical operation instruction: BIN 32-bit logical OR ... DOR, DORPApplicable deviceDigit sp

Page 97 - (Internal processing)

Application instructions (32-bit)Sequence program1853Function • Logical OR is executed for each bit of the 32-bit data of the device specified with

Page 98 - 3.16 Self-diagnostic function

186Sequence programApplication instructions (32-bit)Program example • The following program performs a logical sum operation on the 32-bit data from

Page 99 - Registering file password

Application instructions (32-bit)Sequence program18733.29.4 Logical operation instruction: BIN 32-bit data exclusive OR ... DXOR, DXORPApplicable devi

Page 100 - Sequence program

188Sequence programApplication instructions (32-bit)Function • Exclusive OR is executed for each bit of the 32-bit data of the device specified with

Page 101 - Structure of instructions

18PLC FunctionDevice mapSystem I/OX20Operation mode setting read completeSD1140 Y20Operation mode setting read commandSD1140X21Set frequency read comp

Page 102 - 3.20.1 1-bit processing

Application instructions (32-bit)Sequence program1893Program example • The following program conducts an exclusive OR operation on the data at D20 an

Page 103 - Bit device processing method

190Sequence programApplication instructions (32-bit)3.29.5 Logical operation instruction: BIN 32-bit data exclusive NOR ... DXNR, DXNRPFunction • Exc

Page 104 - Destination (D) side

Application instructions (32-bit)Sequence program1913 • Exclusive NOR is executed for the 32-bit data of the device specified with and 32-bit data o

Page 105 - POINTPOINT

192Sequence programDisplay instruction3.30 Display instruction3.30.1 Character string data transfer ... $MOV, $MOVPFunction • The character string da

Page 106 - 3.22 Operation error

Display instructionSequence program19333.30.2 Character string output ... G. PRR, GP.PRR, UMSGFunctionn is not used, but specify U.Register the data

Page 107 - 16-bit command 32-bit command

194Sequence programDisplay instruction Setting data: For user monitor nameSet the monitor name as shown below when SD1216 to 1218 are monitored by th

Page 108 - Sequence instructions list

Display instructionSequence program1953 Setting data: For user parameter nameSet the parameter name as shown below to display the read user parameter

Page 109

196Sequence programDisplay instruction Setting data: For unit namesThis function sets up the increment for the user monitors SD1216 to SD1218 or the

Page 110

4Error code list1974 Error code list4.1 How to read error codes... 198

Page 111 - 3.23.3 Basic instructions

198Error code listHow to read error codesIf an error occurs when PLC function is RUN or during RUN, an error indication is generated by the self-diagn

Page 112 - -P DS2S1

CONTENTSCONTENTS11 PLC Function 71.1 Applicable inverter model ...

Page 113

Device mapPLC Function1911.8.2 Internal relay (M) device map1.8.3 Data register (D) device map1.8.4 Special relaySpecial relay is an internal relay wh

Page 114 - BCD conversions

How to read error codesError code list19945001 WDT ERROR• The program scan time exceeded the watchdog timer value set in the PLC RAS setting of the PL

Page 115

MEMO200

Page 116 - 3.23.5 Display instruction

201APPENDIXAppendix 1 Instruction processing time... 202

Page 117 - 3.24 How to view instructions

202Instruction processing timeAppendix 1 Instruction processing timeBasic instructions Sequence instructions  Comparison operation instructionsClas

Page 118 - 3.25 Sequence instructions

Instruction processing time203 Arithmetic operation instructions Data transfer instructions Data conversion instructions When all the devices use

Page 119 - Program example

204Instruction processing timeApplication instructions Logical operation instructions  Instructions regarding the message display on PU When all

Page 121

206REVISIONS*The manual number is given on the bottom left of the back cover.Print date *Manual number RevisionAug. 2013 IB(NA)-0600492ENG-A First edi

Page 122 - Association instruction:

FR-A800 INVRERTER PLC FUNCTION PROGRAMMING MANUALBPLC Function1CC-Link communication2Sequence program3Error code list4INVERTERPLC FUNCTIONPROGRAMMING

Page 123

20PLC FunctionDevice mapSM1205Inverter operating status control flag (JOG)Flag used for controlling the inverter terminal JOG.SM1206Inverter operating

Page 124

Device mapPLC Function211 Even if the FR-A8AY or FR-A8AR is not installed, Pr.313 to Pr.322 are accessible during PLC function operation, and the op

Page 125

22PLC FunctionDevice map1.8.5 Special registerSpecial register is a data register in which the application is already determined in the PLC function.

Page 126

Device mapPLC Function231Special registerSD5 to SD15 Common error informationWhen the common information category code is 4, the program error locatio

Page 127

24PLC FunctionDevice mapSpecial registerSD210 Clock dataYear (the last two digits of the year) is stored in BCD code.-SD211 Clock dataDate and hour ar

Page 128

Device mapPLC Function251Special register for controlSD1136 Faults history 1, 2Faults in the inverter are stored in the order of occurrence. 31SD1137

Page 129

26PLC FunctionDevice mapSpecial register for controlSD1151 Inverter statusOperating status of the inverter is stored.42SD1152 Frequency setting value

Page 130

Device mapPLC Function271Special register for controlSD1174Position command (upper 16 bits)Stores the position command setting value (upper 16 bits).

Page 131

28PLC FunctionDevice map Settings differ according to the inverter capacity. (FR-A820-03160(55K) or lower and FR-A840-01800(55K) or lower, FR-A820-0

Page 132

2CONTENTS1.14 PID control ... 491.15 Cleari

Page 133

Device mapPLC Function291Device number Name Description PageSpecial register for controlSD1236Pulse train input sampling pulseThe number of pulses cou

Page 134 - Actual operation ladder

30PLC FunctionSpecial registers to monitor and control inverter status1.9 Special registers to monitor and control inverter statusRead from and write

Page 135 - Sequence instructions

Special registers to monitor and control inverter statusPLC Function311Faults history (error code and error definition)When the inverter fails, it st

Page 136

32PLC FunctionSpecial registers to monitor and control inverter statusFault clear signal (X51 signal)When an inverter fault occurs, X51 signal clears

Page 137 - NOPLF, PAGE n

Special registers to monitor and control inverter statusPLC Function331Self-diagnostic error, error number and detailsWhen an operation error occurs

Page 138 - Replaced

34PLC FunctionSpecial registers to monitor and control inverter status1.9.2 Data read by controlling read command (from OFF to ON)The operation mode a

Page 139

Special registers to monitor and control inverter statusPLC Function351Set frequency read (RAM) (SD1141)The frequency set in RAM can be read out from

Page 140 - Basic instruction (16-bit)

36PLC FunctionSpecial registers to monitor and control inverter status1.9.3 Data writing method by controlling write command (from OFF to ON)Writing o

Page 141

Special registers to monitor and control inverter statusPLC Function371Writing operation mode settings (SD1143)Data content:The method for changing o

Page 142

38PLC FunctionSpecial registers to monitor and control inverter statusPOINTPOINT • This can be set in PU operation mode and NET operation mode. Refer

Page 143

CONTENTSCONTENTS33.8 Values that can be used in sequence programs... 803.8.1 BIN (binary) ...

Page 144 - Addition/subtraction commands

Special registers to monitor and control inverter statusPLC Function391Batch clear of fault records (SD1146)When H9696 is written to SD1146, fault re

Page 145

40PLC FunctionSpecial registers to monitor and control inverter status<Program example of clearing all parameters>The following description is o

Page 146

Special registers to monitor and control inverter statusPLC Function411Inverter operating status control enable/disable setting (SD1149)The inverter

Page 147

42PLC FunctionSpecial registers to monitor and control inverter status1.9.5 Inverter parameter access error (SD1150)When an out-of-range setting value

Page 148

Special registers to monitor and control inverter statusPLC Function4311.9.7 User-defined error (SD1214)By setting the values "16 to 20" in

Page 149 - Operation error

44PLC FunctionRead/Write method of inverter parameters1.10 Read/Write method of inverter parameters1.10.1 Reading inverter parametersTo read a paramet

Page 150 - Program Example

Read/Write method of inverter parametersPLC Function4511.10.2 Writing inverter parametersTo write to a parameter, store the parameter number in SD1241

Page 151 - Data transfer instruction:

46PLC FunctionUser area reading/writing1.11 User area reading/writingInverter parameters Pr.1150 to Pr.1199 can be used as user parameters.Since this

Page 152 - Data conversion instruction:

Analog I/O functionPLC Function4711.12 Analog I/O function1.12.1 Analog inputAnalog input values from terminals 1, 2, and 4 can be read from SD1245 to

Page 153

48PLC FunctionPulse train input function1.13 Pulse train input functionPulse train input values from terminal JOG can be read with the PLC function.To

Page 154

4CONTENTS3.25 Sequence instructions... 1173.25.1 Contact instruc

Page 155

PID controlPLC Function4911.14 PID controlSet Pr.128 (Pr.753) to enable setting of set point/ deviation and measured value for PID control with PLC fu

Page 156 - Basic instruction (32-bit)

50PLC FunctionClearing the flash memory of the PLC functionNOTE • Depending on the setting value of Pr.128 (Pr.753), SD1248 (SD1308) automatically swi

Page 157

Constant scanPLC Function5111.16 Constant scanA constant scan time can be maintained for the sequence programs.Configure the setting using FR Configur

Page 158

MEMO52

Page 159

2CC-Link communication532 CC-Link communication2.1 System configuration ...

Page 160

54CC-Link communicationSystem configuration2.1 System configuration2.1.1 System configuration example • Programmable controller sideMount the "CC

Page 161

System configurationCC-Link communication5522.1.2 Function block diagramThe following function blocks explain the I/O information flow to and from the

Page 162

56CC-Link communicationCC-Link parameter2.2 CC-Link parameter2.2.1 CC-Link extended setting (Pr.544)The functions of the remote register can be extend

Page 163

CC-Link I/O specificationsCC-Link communication5722.3 CC-Link I/O specifications2.3.1 I/O signals when one station in the CC-Link Ver.1 is occupied (P

Page 164

58CC-Link communicationCC-Link I/O specifications("n" indicates a value determined by the station number setting.) These signal names are

Page 165

CONTENTSCONTENTS53.27.7 Data transfer instruction ...

Page 166

CC-Link I/O specificationsCC-Link communication5922.3.2 I/O signals when the double setting is set in CC-Link Ver.2 (Pr.544 = "112")The numb

Page 167

60CC-Link communicationCC-Link I/O specifications("n" indicates a value determined by the station number setting.) These signal names are

Page 168

CC-Link I/O specificationsCC-Link communication6122.3.3 I/O signals when the quadruple setting is set in CC-Link Ver.2 (Pr. 544 = "114")The

Page 169

62CC-Link communicationCC-Link I/O specifications2.3.4 I/O signals when the octuple setting is set in CC-Link Ver.2 (Pr. 544 = "118")The num

Page 170

CC-Link I/O specificationsCC-Link communication632("n" indicates a value determined by the station number setting.)PLC functiondevice number

Page 171

64CC-Link communicationBuffer memory2.4 Buffer memory2.4.1 Remote output signals (master station to inverter (FR-A8NC)) • Input statuses to the remote

Page 172 - Operation

Buffer memoryCC-Link communication6522.4.2 Remote input signals Pr.544 = "100" (inverter (FR-A8NC) to master station) • Input statuses from

Page 173

66CC-Link communicationBuffer memory2.4.3 Remote registers Pr.544 = "100" (master station to inverter (FR-A8NC)) • Data to be sent to remote

Page 174 - Outputs D33 data to Y0-F

Buffer memoryCC-Link communication6722.4.4 Remote registers Pr.544 = "100" (inverter (FR-A8NC) to master station) • Data sent from the remot

Page 175

MEMO68

Page 176

6CONTENTSAbout the related manualsThe manuals related to A800 PLC function are shown below. The download of the latest manuals is free at the Mitsubi

Page 177

3Sequence program693 Sequence program3.1 Overview ...

Page 178

70Sequence programOverview3.1 Overview3.1.1 Overview of operationThe following description is of the overview of processing performed after the invert

Page 179

OverviewSequence program713·I/O initialization·Data memory initialization·Self-diagnostic checksStep 0toUntil execution of END instructionEND processi

Page 180

72Sequence programRUN/STOP operation3.2 RUN/STOP operationThe PLC function has two operating statuses, a RUN state and a STOP state.The following desc

Page 181

Programming languageSequence program7333.4 Programming languageProgramming the PLC function can be performed through two methods. One uses figures and

Page 182

74Sequence programProgramming languageSequence program operation methodThe sequence program is operated repeatedly from the ladder block at step 0 th

Page 183 - Executed every

Programming languageSequence program7533.4.2 Function block (FB)A function block (FB) is a repeatedly used ladder blocks that is treated as a componen

Page 184

76Sequence programOperation processing method of the PLC function3.5 Operation processing method of the PLC function The PLC function uses the repetit

Page 185

I/O processing methodSequence program7733.6 I/O processing methodThe control method is a refresh method.3.6.1 Refresh methodThe refresh method stores

Page 186

78Sequence programI/O processing method3.6.2 Response delay in refresh modeThe following description is about the output delay for the varied inputs.A

Page 187

1PLC Function71 PLC FunctionThis instruction manual explains the functions and devices required for programming. 1.1 Applicable inverter model ...

Page 188

Scan timeSequence program7933.7 Scan timeScan timeScan time is the time period from operation execution of a sequence program from step 0 until execu

Page 189

80Sequence programValues that can be used in sequence programs3.8 Values that can be used in sequence programsFor the PLC function, data such as value

Page 190

Values that can be used in sequence programsSequence program8133.8.1 BIN (binary)BinaryBIN represents a value with 0 (OFF) and 1 (ON).In decimal nota

Page 191

82Sequence programValues that can be used in sequence programs3.8.2 HEX (hexadecimal)HEXHEX represents four bits of binary data with one digit.BIN us

Page 192

Explanation of devicesSequence program8333.9 Explanation of devices3.9.1 Device listThe following list shows device names and ranges that can be used

Page 193 - 3.30 Display instruction

84Sequence programExplanation of devices3.9.2 I/O X and YThe input and output are devices that are used for communication between the inverter and ext

Page 194

Explanation of devicesSequence program853Output Y • The output performs output of program control results to external devices (signal lights, digital

Page 195 - Display instruction

86Sequence programExplanation of devices3.9.4 Timer TThe PLC function uses up-timing timers.The up-timing timer starts measuring a present value when

Page 196

Explanation of devicesSequence program873100 ms retentive timer • The 100 ms retentive timer is a timer that measures the time period during which it

Page 197 -  Quantity that can be set

88Sequence programExplanation of devicesAccuracyThe value obtained by the END instruction is added to the current value when the OUT T instruction i

Page 198 - 4 Error code list

8PLC FunctionApplicable inverter model1.1 Applicable inverter modelThis manual explains the PLC function of the FR-A800 series.1.2 Function block diag

Page 199 - 4.1 How to read error codes

Counter CSequence program8933.10 Counter CThe PLC function uses up-timing counters.The up-timing counter turns its contact ON when the count value rea

Page 200 - Error code list

90Sequence programCounter C3.10.1 Count process in refresh modeThe counter counts at the rise of the counter's input conditions stored at input r

Page 201

Data register DSequence program9133.11 Data register D • Data registers are memories that can store numerical data (from -32768 to 32767 or from H0000

Page 202 - APPENDIX

92Sequence programSpecial relays and special registers3.12 Special relays and special registersSpecial relays and special registers are internal relay

Page 203 - Instruction processing time

Function listSequence program9333.13 Function listNOTE • The following functions cannot be used.Constant scan, latch (retention at power failure), PAU

Page 204 -  Data transfer instructions

94Sequence programRUN/STOP method of PLC function from an external source (remote RUN/STOP)3.14 RUN/STOP method of PLC function from an external sourc

Page 205 - Application instructions

RUN/STOP method of PLC function from an external source (remote RUN/STOP)Sequence program953 • Using FR Configurator2 (Developer)RUN/STOP can be perfo

Page 206

96Sequence programWatchdog timer (watchdog error supervision timer)3.15 Watchdog timer (watchdog error supervision timer)Watchdog timerThe watchdog t

Page 207 - REVISIONS

Self-diagnostic functionSequence program9733.16 Self-diagnostic functionThe self-diagnostic function diagnoses the presence of an error within the PLC

Page 208

98Sequence programRegistering file password3.17 Registering file passwordThis function sets write password and read password for each file stored in t

Comments to this Manuals

No comments