Jump to content

UniCAN and Modbus COMMUNICATION Together


Arun Luthra

Recommended Posts

  • MVP 2014

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.