04-07-2019 09:11 AM
04-09-2019 09:16 AM
It shouldn't work the way you described. I'd suggest stopping on error OR stop button. For this just insert an OR between the stop boolean and the terminating stop, then wire the error to the OR. This will stop the loop on error OR pressing stop. The only thing I can think of is that an error did occur, the session was then cleared and then there was no error for some reason. Nothing jumps out at me as an obviously wrong thing. I'd expect it to work and suspect if it isn't then there is an error happening somewhere.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
04-10-2019 07:52 PM
I find the waveform data from XNET Read.vi(signal Waveform) have some problem, The reason is that time (t0) is not up to date, If I keep reading, when the time reaches the current time, the signal data will be normal, How do I get it to return data from the current time as soon as it reads
04-10-2019 07:53 PM
I find the waveform data from XNET Read.vi(signal Waveform) have some problem, The reason is that time (t0) is not up to date, If I keep reading, when the time reaches the current time, the signal data will be normal, How do I get it to return data from the current time as soon as it reads
04-11-2019 08:08 AM
The only time I've seen this happen is when you choose to not read all the data that is in the queue buffer. But the first image you showed has it reading all values in the queue so I'm unsure why after some amount of time not everything is read.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
04-15-2019 02:36 AM
I don't know why,I plan to use signal In XY mode