Autonics TM-Q02H Technical Support Manual

Autonics TM-Q02H Technical Support Manual

Multi-ch modular type

Advertisement

Quick Links

TM-Q02H(RS485)
Technical Support Manual
© Copyright Reserved Autonics Co., Ltd.
iii

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TM-Q02H and is the answer not in the manual?

Questions and answers

Summary of Contents for Autonics TM-Q02H

  • Page 1 TM-Q02H(RS485) Technical Support Manual © Copyright Reserved Autonics Co., Ltd.
  • Page 2 © Copyright Reserved Autonics Co., Ltd.
  • Page 3: Preface

    Preface Preface Thank you very much for selecting Autonics products. Please familiarize yourself with the information contained in the Safety Precautions section before using this product. This user manual contains information about the product and its proper use, and should be kept in a place where it will be easy to access.
  • Page 4: Technical Support Manual Guide

    (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. ...
  • Page 5: Technical Support Manual Symbols

    Failure to follow instructions can result in serious injury or death. Failure to follow instructions can lead to a minor injury or product damage. An example of the concerned feature's use. Annotation mark. ※1 © Copyright Reserved Autonics Co., Ltd.
  • Page 6: Safety Precautions

    Do not use water or oil-based detergent when cleaning the unit. Use dry cloth to clean the unit.  Do not use water or oil-based detergent when cleaning the unit. Use dry cloth to clean the unit. Failure to follow this instruction may result in electric shock or fire. © Copyright Reserved Autonics Co., Ltd.
  • Page 7 Check the polarity of the measurement input contact before wiring the temperature sensor. Failure to follow this instruction may result in fire or explosion.  For installing the unit with reinforced insulation, use the power supply unit which basic level is ensured. © Copyright Reserved Autonics Co., Ltd.
  • Page 8 Safety Precautions © Copyright Reserved Autonics Co., Ltd.
  • Page 9: Table Of Contents

    Connections ......................13 Communication cable connection ............... 13 Communication connection and multi module connection ......... 14 Communication Setting ................15 TM4 Series Setting ..................... 15 GX-Works2 Setting (Network) ................16 GX-Works2 Program ................... 25 © Copyright Reserved Autonics Co., Ltd.
  • Page 10 Table of Contents © Copyright Reserved Autonics Co., Ltd.
  • Page 11: System

    Note Operations Windows 7 — GX Works2 1.545T Release : 2016.03.29 Connections RS-485 CPU: Q02H Module: QJ71C24N Communication cable connection TM4 Series Cable connection PLC (QJ71C24N) RS – 485 (-) RS – 485 (+) © Copyright Reserved Autonics Co., Ltd.
  • Page 12: Communication Connection And Multi Module Connection

    1 System Communication connection and multi module connection When using the port A, only single module is available. For using single/multi module, use the port B. © Copyright Reserved Autonics Co., Ltd.
  • Page 13: Communication Setting

    3rd Communication settings are available at Communication Setting of at DAQMaster. Item Setting Note 38400 Same as PLC Baudrate None Same as PLC Parity Bit Same as PLC Stop Bit Response User setting Waiting Time Communication Enable Fixed Write © Copyright Reserved Autonics Co., Ltd.
  • Page 14: Gx-Works2 Setting (Network)

    2 Communication Setting GX-Works2 Setting (Network) 1st Add I/F Module as “QJ71C24N” and set communication setting at “Switch setting”. © Copyright Reserved Autonics Co., Ltd.
  • Page 15 2 Communication Setting 2nd Run [Tool - intelligent Function Module Tool – Serial Communication Module – Predefined Protocol Support Function] on menu. 3rd Enter present value (PV) reading protocol and setting value (SV) writing protocol. © Copyright Reserved Autonics Co., Ltd.
  • Page 16 E.g.) When reading 2 values within Input Register 301001(03E8 H) to 301002(03E9 H) of Slave(address 1) at Master, Starting Address No. of Points Error Check(CRC16) Slave Function Address High High High F1 H BB H CRC16 © Copyright Reserved Autonics Co., Ltd.
  • Page 17 E.g.) When 301001(03E8 H) value of Slave(address 1) is “10” and 301002(03E9 H) value is “20”, Data Data Error Check(CRC16) Slave Function Byte Count Address High High High 01 H 04 H 04 H 00 H 0A H 00 H 14 H DB H 89 H CRC16 © Copyright Reserved Autonics Co., Ltd.
  • Page 18 E.g.) Output status response of the not-exist coil 01001(03E8 H) about address 1 Error Check(CRC16) Function Slave Exception Code Address +80 H High 01 H 81 H 02 H CRC16 As the above table, the response of Exception Code is 02H. © Copyright Reserved Autonics Co., Ltd.
  • Page 19 E.g.) When writing “10” on Holding Register 400001(0000 H) of Slave(address 1) at Master, Register Address Preset Data Error Check(CRC16) Slave Function Address High High High 01 H 06 H 00 H 00 H 00 H 0A H 09 H CD H CRC16 © Copyright Reserved Autonics Co., Ltd.
  • Page 20 E.g.) When writing “10” on Holding Register 400001(0000 H) of Slave(address 1) at Master, Register Address Preset Data Error Check(CRC16) Slave Function Address High High High 01 H 06 H 00 H 00 H 00 H 0A H 09 H CD H CRC16 © Copyright Reserved Autonics Co., Ltd.
  • Page 21 E.g.) Output status response of the not-exist coil 01001(03E8 H) about address 1 Error Check(CRC16) Function Slave Exception Code Address +80 H High 01 H 81 H 02 H CRC16 As the above table, the response of Exception Code is 02H. © Copyright Reserved Autonics Co., Ltd.
  • Page 22 2 Communication Setting 5th Download the set protocol setting on [Module Read/Write – write to Module]. © Copyright Reserved Autonics Co., Ltd.
  • Page 23: Gx-Works2 Program

    M1204 : [#2 CH1_SV] → ••• → M1207 : [#2 CH4_SV] 2nd PV reading program <Adress set 1> <Power on Delay> <PV Read> <#1 CH1_PV> <#1 CH2_PV> <#1 CH3_PV> <#1 CH4_PV> <#2 CH2_PV> <#2 CH2_PV> <#2 CH3_PV> <#2 CH4_PV > <Protocol No.> <4CH 연속읽기(19개)> © Copyright Reserved Autonics Co., Ltd.
  • Page 24 2 Communication Setting 3rd SV writing program <Protocol No.> <#1 CH1_SV> <#1 CH2_SV> <#1 CH3_SV> <#1 CH4_SV> © Copyright Reserved Autonics Co., Ltd.
  • Page 25 2 Communication Setting <#2 CH1_SV> <#2 CH2_SV> <#2 CH3_SV> <#2 CH4_SV> © Copyright Reserved Autonics Co., Ltd.
  • Page 26 2 Communication Setting © Copyright Reserved Autonics Co., Ltd.

This manual is also suitable for:

Rs485

Table of Contents