Jump to content

Recommended Posts

Hi

I'm using v280 and reading MI memory from computer(using LabVIEW) via port1 with USB to serial. My problem is the fastest reading loop rate on the computer is 350ms, but I tried to change the baud rate to maximum value(57600) but nothing better. Has anybody can do for more faster than 350ms(I need 100ms)?

Thank you.

Link to comment
Share on other sites

  • MVP 2023

You will have a hard time getting a 0.1 second update serially - most of the overhead affecting communication time has to do with putting the data frames together.  I'd put an Ethernet card in the V280 and reconfigure your LabView driver to do Modbus TCP.

Joe T.

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.