08-10-2009 11:27 PM
Hi.
I am using Shared Variable - Network Published for my communication between two PC. Each PC's LV Application will pass data to each other.
Sometimes the wireless connection really gets bad and the network connection will stop.
I want to get the last data transmitted. At present my VI will show "0" value on the shared variable data once the connection is cut.
I tried using Shift registers but it results the same.
Can anyone teach me how can I remain the last data transmitted when the network connection is cut.
Thank you very much.
regards,
Solved! Go to Solution.
08-10-2009 11:35 PM - edited 08-10-2009 11:36 PM
One idea.
08-11-2009 12:45 AM
Hello Ravens Fan,
It works !!! Thanks a lot.
regards,
10-13-2009 04:05 AM
Hi Ravens Fan,
I have a follow up question on this.
I am using shared variable, network deployed to communicate between two target PC. I built an execution file for each target PC; one is as host PC and the other is client PC. The host PC contains the shared variable.
When client PC is running while Host PC is turned OFF, it will generate an error that host PC`s data is not available. But if the other way around; Host PC is running while client PC is turned OFF it will NOT generate an error.
I would like to create an indicator that the client PC`s data is not available.
Any advise or sample VI will greatly help me. Thank you very much.