Chapter 7 Exclusive Functions for iS7 Inverter Control/Monitoring
7-10
(2) iS7 Inverter Operation Reference
PLC option can provide operation reference to an inverter.
▶ Common area of inverter
Referring to the parameters (exclusively for control) of inverter common area in the “App. 4-6, page 4,
Appendix,” the addresses of the common area of the inverter operation reference are as follows.
Common Area
Address
Function Detailed Description
BIT0 0: Stop command 1: Run command
BIT1
0: Reverse operation
1: Forward operation
BIT2 0Æ1 : Fault Reset
0x0382
Inverter Run Command
BIT3
0Æ1 : Free-run to stop
1Æ0: Fault reset of Free-run to stop
▶ Special D registers of PLC for inverter control corresponding to APO60 ~ 67
Register Use of the Register Remark
D4454
Data to be inputted in the common area parameter
address set up by APO60 (PLC Wr Data1)
PLC
OptionÆInverter(control)
D4455
Data to be inputted in the common area parameter
address set up by APO61 (PLC Wr Data2)
PLC
OptionÆInverter(control)
D4456
Data to be inputted in the common area parameter
address set up by APO62 (PLC Wr Data3)
PLC
OptionÆInverter(control)
D4457
Data to be inputted in the common area parameter
address set up by APO63 (PLC Wr Data4)
PLC
OptionÆInverter(control)
D4458
Data to be inputted in the common area parameter
address set up by APO64 (PLC Wr Data5)
PLC
OptionÆInverter(control)
D4459
Data to be inputted in the common area parameter
address set up by APO65 (PLC Wr Data6)
PLC
OptionÆInverter(control)
D4460
Data to be inputted in the common area parameter
address set up by APO66 (PLC Wr Data7)
PLC
OptionÆInverter(control)
D4461
Data to be inputted in the common area parameter
address set up by APO67 (PLC Wr Data8)
PLC
OptionÆInverter(control)
▶ Application and exemplary program
1) 1) Set up the inverter parameters as shown below. In the APO60(PLC Wr Data1), enter the
“0382Hex” which is the address (page 4, “App. 4-6, Appendix) of the common area of the inverter
operation reference.
Code Function Name Set Value
DRV01 Cmd Frequency 11.52 Hz
DRV06 Cmd Source PLC
DRV07 Freq Ref Src Keypad-1
APO60 PLC Wr Data1 0382 Hex
2) APO60 (PLC Wr Data1) corresponds with D4454 which is the special register of the PLC option by 1:1
relation. Since the APO60 (PLC Wr Data1) is registered with the common area address (0382Hex) of the
inverter operation reference, a specific value inputted in the D4454 in ladder program, the value will be
the operation reference of the inverter.