11-18-2011 05:39 PM
Hello, I am new to LabView. I was playing around with two identical (different name) applicaitons that get data from HH506R (thermometer) through RS-232. When I run one application, I read room temperature. However when I run both applications, one reads room temperature while the other doesn't. Thanks.
11-19-2011 02:00 AM
11-19-2011 02:00 AM
11-19-2011 10:25 AM
Probably the applications have no error handling.
To wakka321: The OS will only allow one application to control the port at a time. And it may not tolerate rapid switching between applications even if both cleanly release the port after using it.
One of the applications should do all the communications with the remote devices. It can then pass the data to and from the other application. Search for posts on Inter Process Communications.
Lynn
11-21-2011 12:38 AM
Thanks for the replies