TSX --> Modbus Address mapping

B

Thread Starter

bitsnbytes

Has anybody done mapping of TSX I/O, Registers, Bits and Words to Modbus addresses.

%i.0 maps to what..
%q.0 maps to what...
%mw0 maps to what... (40001 may be)
%m0 maps to what...
%mf0 maps to what...

appreciate all replies.
 
J
Here are the basic
Real world equivalents
%I.x = digital input = 1x
%Q.x = digital output = 0x
%IW.x = analog input = 3x
%QW.x = analog output = 4x

Internal equivalents
%M = internal bit = 0x
%MW = holding register = 4X
 
F

Francisco Calleja

But in the case of TSX3705, the I/O are:

%Ix.y one have to use 100y or simply 1y
%Qx.y the same question

Regards,
Fco Calleja
 
Top