Hi,
I have implemented two similar VISA serial readers to read two RFIDs from RS232, which works fine.
Since I need to write the read data into another machine via TCP connection, I have also implemented a tcp writer, which works fine, too.
Problem is when both sets of modules for VISA reading and tcp writing come together in one vi file, the VISA readers do not work anymore!
could it be because there is no "delay before read / write" module on the tcp side, and therefore tcp is seeking full resources off CPU?
I have such delay module on VISA readers, so that the time portion can be set how often VISA readers may read.
or is there any other reason here?
In response, please do not hesitate to leave a working example.