05-06-2009 06:48 AM
Hi There,
I hope your well this afternoon.
I am attaching some example code for you to try. When you open it, make sure you Deploy All on both lib1 and lib2 to create the process in the DSM. Then run the writer VI first, and then the reader VI. You should find when changing the switch, the LED lights up, the DSM status of both variables updates (to true) and the reading VVI indicator goes true also.
Also notice the timing in both VIs, of about 100ms. Your reading VI must read slower (or at the same rate) than the writer, otherwise you'll read repeated data.
I hope this finds you well,
05-06-2009 08:44 AM
05-06-2009 11:40 AM
Hi There,
I am afraid the images havent help me much.
Have you tried any more of the above advise I have given, regarding the LabVIEW fix and my simple code to test shared variables and binding?