Surya1993

MX COmponent Alternative to read Data From 200 Addresses.

3 posts in this topic

Designed a SCADA System using VB.NET. Everything working fine but coming to performance getting 2 to 3 seconds delay. Using FX3U32m Plc with ENET Module for Data reading and writing. I am having 200 addresses to read. Using MX Component as communication interface between PLC and SCADA. Is there any alternative or solution for this problem. Using one timer to read all data and update properties based on received data. 

 

Thank you..

Share this post


Link to post
Share on other sites

Do you read all the addresses at once ?
You should try and reduce the amount of req send to the ethernet module.  It will only handle a few per scan 

1 person likes this

Share this post


Link to post
Share on other sites
7 hours ago, Gambit said:

Do you read all the addresses at once ?
You should try and reduce the amount of req send to the ethernet module.  It will only handle a few per scan 

Having 200 Addresses. Is there any alternative to this?

Share this post


Link to post
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