Hi,
What is the best/easiest way to send a numeric value from one VI to another over a LAN. I only need one number to be sent every time the first vi is run which won't be that many, I then need to run the other VI and access that data. I could save the value to file and then open that file from the other VI, this I thought is a bit messy and wondered if LabVIEW accommodates this through property nodes etc rather than writing to file? Also by saving to file etc the reading VI needs to execute after the first one has written obviously, this could cause timing issues and to have something like a property node would be far better.
Many Thanks