Jump to content

Recommended Posts

Posted

Hi,

I have  a customer that is looking to use a Unitronics PLC to add additional outputs to their existing system.  The main system runs on a .net application, so the PLC would be mainly used to set/reset a MB or Output at a particular time.  The response time needs to be pretty fast, likely a few milliseconds from PC send to output state change.

Which communication method would be the fastest or would they be roughly the same?

- PCOM

- .NET driver

- Custom protocol with short command sent from PC and received via FB protocol scan.

Just getting a feel on how I should build the PLC communications class.

Thanks,

Posted

the .Net driver implements the PCOM.

There is a little overhead of the fact that it is written in .Net (Ctor, GC, JIT compilation, threads and locks), so I can't give you an accurate time on how much  it takes to send a message to the PLC (Assuming you already established a connection to the PLC).

It also depends on the channel (Serial or Ethernet, and if Ethernet then also the distance between the PC and PLC).

 

Modbus is also a fast protocol.

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.