Mcy Sprc1 v3.6 en W
Mcy Sprc1 v3.6 en W
for Communication
Power Controllers
SPR Series
MCY-SPRC1-V3.6-EN
www.autonics.com
2 © Copyright Reserved Autonics Co., Ltd.
Preface
Preface
Thank you for purchasing Autonics product.
Please familiarize yourself with the information contained in the Safety Considerations
section before using this product.
This user manual contains information about the porduct and its proper use, and should be
kept in a place where it will be easy to access.
This manual provides detailed information on the product's features. It does not offer any
guarantee concerning matters beyond the scope of this manual.
This manual may not be edited or reproduced in either part or whole without permission.
This manual is not provided as part of the product package. Please visit our website
(www.autonics.com) to download a copy.
The manual's content may vary depending on changes to the product's software and other
unforeseen developments within Autonics, and is subject to change without prior notice.
Upgrade notice is provided through our homepage.
We contrived to describe this manual more easily and correctly. However, if there are any
corrections or questions, please notify us these on our website.
Communication Protocol
SPR Series is accepted to Modbus RTU Protocol.
※ Annotation mark.
Safety Considerations
Following these safety considerations will ensure the safe and proper use of the product
and help prevent accidents, as well as minimizing possible hazards.
Fail-safe device must be installed when using the unit with machinery that may cause
serious injury or substantial economic loss. (e.g. nuclear power control, medical equipment,
ships, vehicles, railways, aircraft, combustion apparatus, safety equipment, crime/disaster
prevention devices, etc.)
Failure to follow this instruction may result in fire, personal injury, or economic loss.
Install on the device panel, and ground to the heat sink or bracket separately.
Failure to follow this instruction may result in electric shock or fire.
Do not connect, repair, or inspect the unit while connected to a power source.
Failure to follow this instruction may result in electric shock or fire.
Use dry cloth to clean the unit, and do not use water or organic solvent.
Failure to follow this instruction may result in electric shock or fire.
Do not use the unit in the place where flammable/explosive/corrosive gas, humidity, direct
sunlight, radiant heat, vibration, impact, or salinity may be present.
Failure to follow this instruction may result in fire or explosion.
Keep metal chip, dust, and wire residue from flowing into the unit.
Failure to follow this instruction may result in fire or product damage.
Since leakage current still flows right after turning off the power or in the output OFF status,
do not touch the load terminal.
Failure to follow this instruction may result in electric shock.
The specifications are subject to change and some models may be discontinued without notice.
Be sure to follow cautions written in the instruction manual, user manual and the technical
descriptions (catalog, website).
Table of Contents
1 Modbus RTU Protocol .................................................................................................... 11
1.1 Function Code Frame Structure .......................................................................................... 12
1.1.1 01 (0x01) Read Coil Status .......................................................................................................... 12
1.1.2 02 (0x02) Read Input Status ....................................................................................................... 13
1.1.3 03 (0x03) Read Holding Registers ............................................................................................. 14
1.1.4 04 (0x04) Read Input Registers .................................................................................................. 15
1.1.5 05 (0x05) Force Single Coil .......................................................................................................... 16
1.1.6 06 (0x06) Preset Single Register ................................................................................................ 17
1.1.7 16 (0x10) Preset Multiple Registers........................................................................................... 18
1.2 Exception Handling ............................................................................................................... 20
2 Modbus Mapping Table ................................................................................................ 21
2.1 Read coil status(Func 01) / Force single coil(Func 05) .................................................. 21
2.2 Read input status(Func 02) ................................................................................................. 21
2.3 Read input registers(Func 04)............................................................................................. 22
2.3.1 SPR1 Series ..................................................................................................................................... 22
2.3.2 SPR3 Series ..................................................................................................................................... 24
2.4 Read holding registers(Func 03) / Preset single register(Func 06) / Preset multiple
registers(Func 16).................................................................................................................. 26
2.4.1 Parameter 1 group ........................................................................................................................ 26
2.4.2 Parameter 2 group ........................................................................................................................ 26
2.4.3 Communication control input .................................................................................................... 27
Modbus RTU transmits data in a continuous binary format, making it more efficient and faster
than ASCII transmission. The frame structure does not clearly distinguish the start and end, but
defines the start and end by leaving a silent interval (3.5 character times) between frames.
For more detailed information about Modbus protocol, refer to the documentation
provided by the developer.
Reads the ON/OFF status of output (0X reference, coil) in the slave device.
Slave address Function code Starting address Quantity of coils CRC check
High Low High Low Low High
1-byte 1-byte
1-byte 1-byte 1-byte 1-byte 1-byte 1-byte
CRC-16
Slave address Function code Byte count Coil status CRC check
Low High
1-byte 1-byte 1-byte N × byte
1-byte 1-byte
CRC-16
Reads the ON/OFF status of input (1X reference) in the slave device.
Slave address Function code Starting address Quantity of inputs CRC check
High Low High Low Low High
1-byte 1-byte
1-byte 1-byte 1-byte 1-byte 1-byte 1-byte
CRC-16
Slave address Function code Byte count Input status CRC check
Low High
1-byte 1-byte 1-byte N × byte
1-byte 1-byte
CRC-16
Reads the binary data of holding registers (4X reference) in the slave device.
Slave address Function code Starting address Quantity of registers CRC check
High Low High Low Low High
1-byte 1-byte
1-byte 1-byte 1-byte 1-byte 1-byte 1-byte
CRC-16
Slave address Function code Byte count Register value CRC check
High Low Low High
1-byte 1-byte 1-byte
1-byte 1-byte 1-byte 1-byte
CRC-16
Reads the binary data of input registers (3X reference) in the slave device.
Slave address Function code Starting address Quantity of input registers CRC check
High Low High Low Low High
1-byte 1-byte
1-byte 1-byte 1-byte 1-byte 1-byte 1-byte
CRC-16
Slave address Function code Byte count Register value CRC check
High Low Low High
1-byte 1-byte 1-byte
1-byte 1-byte 1-byte 1-byte
CRC-16
Forces a single coil (0X reference) to either ON (0xFF00) or OFF (0x0000) status in the slave
device.
Slave address Function code Coil address Force data CRC check
High Low High Low Low High
1-byte 1-byte
1-byte 1-byte 1-byte 1-byte 1-byte 1-byte
CRC-16
Slave address Function code Coil address Force data CRC check
High Low High Low Low High
1-byte 1-byte
1-byte 1-byte 1-byte 1-byte 1-byte 1-byte
CRC-16
Writes the binary data to a single holding register (4X reference) in the slave device.
Slave address Function code Register address Preset data CRC check
High Low High Low Low High
1-byte 1-byte
1-byte 1-byte 1-byte 1-byte 1-byte 1-byte
CRC-16
Slave address Function code Register address Preset data CRC check
High Low High Low Low High
1-byte 1-byte
1-byte 1-byte 1-byte 1-byte 1-byte 1-byte
CRC-16
Writes the binary data continuously to multiple holding registers (4X reference) in the slave
device.
Slave addr. Func. code Starting addr. Quantity of registers Byte count Register values CRC check
High Low High Low High Low Low High
1-byte 1-byte 1-byte
1-byte 1-byte 1-byte 1-byte 1-byte 1-byte 1-byte 1-byte
CRC-16
Slave address Function code Starting address Quantity of registers CRC check
High Low High Low Low High
1-byte 1-byte
1-byte 1-byte 1-byte 1-byte 1-byte 1-byte
CRC-16
Exception codes
Factory
No(Address) Func R/W Parameter Description Setting Range Unit Note
Default
V lamp Unit indicator 0: OFF 1 : ON - - Bit 4
A lamp Unit indicator 0: OFF 1 : ON - - Bit 5
RUN D/I RUN contact input status 0: OFF 1 : ON - - Bit 6
AUTO D/I AUTO contact input status 0: OFF 1 : ON - - Bit 7
RESET D/I RESET contact input status 0: OFF 1 : ON - - Bit 8
Fuse Alarm Fuse break alarm 0: OFF 1 : ON - - Bit 0
Over Curr
Overcurrent alarm※4 0: OFF 1 : ON - - Bit 1
Alarm
Over Volt
Overvoltage alarm※4 0: OFF 1 : ON - - Bit 2
Alarm
301009 (03F0)※2
Heat Sink
(normal control 04 R Heatsink overheat alarm 0: OFF 1 : ON - - Bit 3
Alarm
model)
SCR Alarm SCR error alarm ※4 0: OFF 1 : ON - - Bit 4
Frequency
Frequency error alarm 0: OFF 1 : ON - - Bit 5
Error Alarm
Heater Break
Heater break alarm※4 0: OFF 1 : ON - - Bit 6
Alarm
Fuse Alarm Fuse break alarm 0: OFF 1 : ON - - Bit 0
Over Curr
Overcurrent alarm※4 0: OFF 1 : ON - - Bit 1
Alarm
Over Volt
Overvoltage alarm※4 0: OFF 1 : ON - - Bit 2
Alarm
Heat Sink
301009 (03F0)※3 Heatsink overheat alarm 0: OFF 1 : ON - - Bit 3
Alarm
(feedback control 04 R
SCR Alarm SCR error alarm※4 0: OFF 1 : ON - - Bit 4
model)
Frequency
Frequency error alarm 0: OFF 1 : ON - - Bit 5
Error Alarm
Heater Break
Heater break alarm※4 0: OFF 1 : ON - - Bit 6
Alarm
Partial Heater Partial heater break
0: OFF 1 : ON - - Bit 7
Break Alarm alarm※4
Factory
No(Address) Func R/W Parameter Description Setting Range Unit Note
Default
301011 (03F2) 04 R FRQ Power supply frequency 0.0 to 99.9 Hz -
RUN LAMP Operation indicator 0: OFF 1 : ON - - Bit 0
MAN LAMP Manual control indicator 0: OFF 1 : ON - - Bit 1
ALM LAMP Alarm output indicator 0: OFF 1 : ON - - Bit 2
OUT LAMP Control output indicator 0: OFF 1 : ON - - Bit 3
301012 (03F3)※1 04 R V LAMP Unit indicator 0: OFF 1 : ON - - Bit 4
A LAMP Unit indicator 0: OFF 1 : ON - - Bit 5
RUN D/I RUN contact input status 0: OFF 1 : ON - - Bit 6
AUTO D/I AUTO contact input status 0: OFF 1 : ON - - Bit 7
RESET D/I RESET contact input status 0: OFF 1 : ON - - Bit 8
Fuse Alarm Fuse break alarm 0: OFF 1 : ON - - Bit 0
Over Curr
Overcurrent alarm※3 0: OFF 1 : ON - - Bit 1
Alarm
Over Volt
Overvoltage alarm※3 0: OFF 1 : ON - - Bit 2
Alarm
Heat Sink
Heatsink overheat alarm 0: OFF 1 : ON - - Bit 3
Alarm
301013 (03F4)※2 04 R SCR Alarm SCR error alarm※3 0: OFF 1 : ON - - Bit 4
Heater Break
Heater break alarm※3 0: OFF 1 : ON - - Bit 5
Alarm
Load
Unbalance Load unbalance alarm※3 0: OFF 1 : ON - - Bit 6
Alarm
Frequency
Frequency error alarm 0: OFF 1 : ON - - Bit 7
Error Alarm
※1. 301012 (03F3) address data organization
Bit F Bit E Bit D Bit C Bit B Bit A Bit 9 Bit 8 Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
- - - - - - - RESET AUTO RUN A V OUT ALM MAN RUN
intput intput intput indicator indicator indicator indicator indicator indicator
Factory
No(Address) Func R/W Parameter Description Setting Range Unit Note
Default
400001 (0000) 03/06/16 R/W S-T SOFT START time 0 to 100 : 0 to 100 sec 3
400002 (0001) 03/06/16 R/W U-T SOFT UP time 0 to 100 : 0 to 100 sec 3
400003 (0002) 03/06/16 R/W D-T SOFT DOWN time 0 to 100 : 0 to 100 sec 3
400004 (0003) 03/06/16 R/W L-L Output low-limit value 0 to 100 : 0 to 100 % 0
400005 (0004) 03/06/16 R/W H-L Output high-limit value 0 to 100 : 0 to 100 % 100
400006 (0005) 03/06/16 R/W SLP Output slope 0 to 100 : 0 to 100 % 100
400007 to 400050 03/06/16 R/W Reserved
Factory
No(Address) Func R/W Parameter Description Setting Range Unit Note
Default
Number of partial heater
break loads
[SPR3]
ULO Output when load ON / OFF - ON
unbalance alarm occurs
Frequency error alarm
400073 (0048) 03/06/16 R/W FRQ
disable / enable
ON / OFF - ON
400074 to 400100 03/06/16 R/W Reserved