800XA PLC Connect to PLUTO D45
We have a setup on site where an Advant 450 is connected to 800XA. Now the customer would like to communicate between a new ABB Jokab Pluto D45 and their Advant 450. They have an idea of using PLC Connect in order to transfer the signals to the 450-system. They choose to use a gateway GATE MT which translate Pluto bus to Modbus TCP.
Advant<--->800XA PLC Connect<--->GATE MT<--->PLUTO D45
We have setup PLC Connect and the gateway and have established a connection between thoose systems. But we cant get any values from the modbus areas (00001,10001,30001,40001) that are read from the gateway.
We have been in contact with ABB Jokab but without any result other than a recommendation to read the manual about the AC500 implementation. So question is if its even possible to communicate with PLUTO D45/GATE MT without a CPU.
Would appriciate any input or suggestions in order to solve this issue.
Answers
Solved.
Read from Gate MT
PLC Controller Configuration (Aspect)
Modbus ID:36
IP adress: Gateway IP
Port:502
Timeout: 1000ms
Word order: Low-High
Telegramtypes Write: 15 and 16
Poll Cycle: 30s
Telegram max number
Coils: 2000
Inputs: 100
HRs:100
IRs:100
(If sent with To_Gateway_User_C, 1 Word,16 bits)
New Object --> PLC_Short -->Create
Signal Configuration
Connected: HRA67 (For register in additional data, se pluto manual for modbus ID 33/36)
Deploy
New Object --> PLC_Binary-->Create
Signal Configuration
Connected: C1089 (Additional data record 68 => 68*16+1=1089)
Deploy
Write to Gate MT
PLC Controller Configuration (Aspect)
Modbus ID:1
IP adress: Gateway IP
Port:502
Timeout: 1000ms
Word order: Low-High
Telegramtypes Write: 15 and 16
Poll Cycle: 30s
Telegram max number
Coils: 2000
Inputs: 100
HRs:100
IRs:100
New Object --> PLC_Binary-->Create
Signal Configuration
Connected: C33 (Bit 0 in packet 0)
Deploy
Add new comment