twido modbus address

jkbarik

Member
Join Date
Oct 2012
Location
mumbai
Posts
16
Dear friends i have used modbus RTU for twido. I have used the following register mapping.
modbus 4xxxx --- twido %MWx
modbus 0xxxx -- twido %Mx
But what is mapping for modbus 3xxxx & 1xxxx in Twido ? I think there is no such mapping in twido modbus driver ?

thanks
 
depends what driver you are using, but if available the 3xxxx registers map to %IW and the 1xxxx bits map to %I. Lots of drivers don't include these so in the plc you will need to copy the 3xxxx registers to 4xxxx registers and copy the 1xxxx bits to 0xxxx bits
Personally I copy everything I want to read/write into a block of 4xxxx registers, the bits (0xxxx and 1xxxx) into the 16 bits of the 4xxxx words. Makes it much faster for communications and easier to understand whats going on in the program
 

Similar Topics

Dear all I am talking about twido and modbus. In a program I find that Twido serial port (RS485) address is 1 & the address of...
Replies
0
Views
1,823
Hello everybody, My name is Emanuel Moura, I'm from Brazil (it means, my english is not very good). I'm working with a project with PLC Twido...
Replies
4
Views
2,726
Hello, I am not new to PLC's but I am new to Twido. I am using Twido Suite 2.20.11 with a TWDLCAE40DRF. I cannot find a resource that explains...
Replies
3
Views
4,243
Hello everybody! I am having an issue I'm hoping someone here can help me with. I have a TWDLCAA24DRF plc which I have configured to act as a...
Replies
3
Views
5,410
Hi, I want to ask something I have a Vijeo Citect V7.30 SP1 and Twido TWDLMDA20DTK communication with MODBUS RTU RS485. Honestly I'm beginner...
Replies
3
Views
3,941
Back
Top Bottom