Hello,
I'm trying to read data continuously from a PLC using labview, and all the information I have consists of the data rate, bits, and parity. This is all set correctly. It also mentions that a carriage return and line feed separate each group of readings. I don�t believe it supports flow control?
I'm using the advanced serial read/write example, and when I go to read, it runs fine, and I set the read bytes to 40 (the actual bytes counter says 40), I get the datastream of what I�ve expected, but after a while it times out, and I can't connect again until I reboot. I've tried changing the buffer size, which helps temporarily, but still no avail.
All I'd like it to do is just continuously read the data, and separate it. My assumption is
that I need to clear the buffer? Any help would be great, TIA.