Arun Luthra Posted September 30, 2010 Report Share Posted September 30, 2010 Dear all, I am using two v570(PLC A and PLC between two PLCs we are using UniCAN protocol and PLC A is also communication with PC using Modbus protocol I need to know how I will communicate with PLC B via PLC A through PC. Link to comment Share on other sites More sharing options...
MVP 2014 Simon Posted October 1, 2010 MVP 2014 Report Share Posted October 1, 2010 Hello, With those protocols, you are restricted to a 2-step process: Using UniCAN, synchronsie the live data from PLC B to a local copy in PLC A Using Modbus, read/write from the local copy in PLC A to the PC. Other options: * Use DDE or OPC server in PC to talk to PLC A, then use the CAN pass-trhough function to read/write data in PLC B directly from the PC software. * If you are on ModbusRTU, extend the RS485 link to PLC B, replacing the CAN bus. Then you can read/write both PLCs directly with ModbusRTU. Link to comment Share on other sites More sharing options...
Emil Posted October 2, 2010 Report Share Posted October 2, 2010 You just need to give different ID numbers of A & B OPLC - let's say ID1 and ID2. Then, from PC via VisiLogic (good for test), Remote access, Remote operator or your SCADA you can access both units via their ID addresses, when one unit is connected to PC (RS232/485 or Ethernet) and both units are connected via CANbus. PCOM over CAN is running in parallel with UniCAN. In your SCADA tiy will need to use OPC Server. Link to comment Share on other sites More sharing options...
Arun Luthra Posted October 7, 2010 Author Report Share Posted October 7, 2010 You just need to give different ID numbers of A & B OPLC - let's say ID1 and ID2. Then, from PC via VisiLogic (good for test), Remote access, Remote operator or your SCADA you can access both units via their ID addresses, when one unit is connected to PC (RS232/485 or Ethernet) and both units are connected via CANbus. PCOM over CAN is running in parallel with UniCAN. In your SCADA tiy will need to use OPC Server. That i know that using the visi logic it is working but if i need to communication using SCADA what to do with that .. How that unitronics software visilogic communication on UniCAN with the serial cable connected on one PLC over the network and other can access only by selecting the ID that i need do using SCADA. Link to comment Share on other sites More sharing options...
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