devices_plcs

This is an old revision of the document!


Notes on Developing TransSECS Devices Applications


Omron FINS Register Addresses

Valid FINS addresses start with “CS”, “TS”, “TK”, “IR”, “CIO”, “DR”, “A”, “C”, “T”, “D”, “H”, or “W”.

A decimal with 0-15 may follow the numeric address for D, E, A, W, H, and CIO for the specific bit.

E's may have the format Exxxxx, Exxxxx.bb, Exx:yyyyy, Exx:yyy.bb

Examples: D1000, D1200.08

Modbus Register Addresses

Modbus address follow the standard Modbus register scheme. If you add a “Modbus Word” the register will be a 4x (or 3x if selected in the properties) register number. Just enter the register - so entering “1” will reference register 40001.

EtherNetIP Register Addresses

EtherNetIP is based on tag names. Enter the tag from your PLC in the tag name field.

Siemens S7 PLCs

There are three primary families of the S7 PLC. S7-1200, S7-300 and S7-1500 (the S7-200 also supported).

To support the different S7 PLCs, the “TSAP dst” property needs to be changed to match the PLC type and configuration. This is an expert property.

S7-1200 The S7-1200 is usually addressed with the TSAP 02 01 (binary).

S7-300 & S7-1500

The S7-1500 uses that same configuration as the S7-300

The S7-300 is usually addressed with the TSAP 03 02 (binary).

Additional information is available here:

https://www.tanindustrie.de/fr/Help/ConfigClient/tsap_s7.htm

  • devices_plcs.1610557913.txt.gz
  • Last modified: 2021/01/13 11:11
  • by wikiadmin