booatoavn Posted April 30, 2008 Report Posted April 30, 2008 Hi all Please help me on the following issue In my system I have a Quantum PLC with NOE card connected to MNS iS Motor Control Center (ABB product). Communication between Quantum PLC and MNS is Modbus TCP IP and MNS will connect to Modbus Devices via sirial link. From Quantum PLC I have to collect data of Modbus Devices through MNS. The Data includes discrete and analog data. For the analog data it is no issue, i can use IO scanner or communication function block to read data from MNS because they are word data (4xxxx). But for discrete data (status, command...), the data with format 1xxxx in MNS, i don't know how to get and collect to PLC????? Thank a lot for any response
tragically1969 Posted April 30, 2008 Report Posted April 30, 2008 Just do the same as you are doing for the 4xxxx (Output Registers) but read 1xxxx (Input Status) instead.
booatoavn Posted May 5, 2008 Author Report Posted May 5, 2008 Thank a lot for your reply, tragically I will try to make it more clearly. I have to access data in MNS iS Motor Control Center through Modbus TCP IP. The PLC module i am using is Quantum PLC with NOE card. For the register data (4xxxxx or 3xxxx) there is no issue. I can use IO Scanning or communication function blocks like: READ_REG, WRITE_REG, CREAD_REG, or CWRITE_REG to read and write data. But for discrete signal (1xxxxx or 0xxxxx) how to do?? IO scanning cannot do. With communication function blocks we can use READ_VAR, WRITE_VAR to read and write bit. Unfortunately they are not be used in Quantum PLC, can be used in Premium PLC only. So any one had faced this issue before? I am so appriciated if you have any idea. Regards
tragically1969 Posted May 6, 2008 Report Posted May 6, 2008 OK, i see your issue now In the IO Scanner can you not define the RD Master Object as %M then the RD Slave Index to 0xxxxx to read bits ? Other than that i am afraid i dont know, if i were you i would personally talk to Schneider tech to find out as the next step....sorry.
ayman metwally Posted November 6, 2009 Report Posted November 6, 2009 booatoavn, Hope you could solve your problem .. I was looking for the same issue ... How to read\write bits via Modbus TCP? (IO scanner or Function blocks). I have a "171CCC98030" momentum and concept V2.2 XL SR2. Thanks and best regards
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now