Setthasan Posted May 6, 2019 Report Share Posted May 6, 2019 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 More sharing options...
MVP 2023 Joe Tauser Posted May 6, 2019 MVP 2023 Report Share Posted May 6, 2019 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 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