Hello,
I was trying out the new SCADA Sample Project that came with LabVIEW + DSC 2013: File -> Create Project... -> Sample Projects -> Supervisory Control and Data Acquisition System. I deployed the libraries and then ran Client Main.vi and Server Main.vi.
If the Client and Server are running on the same PC, everything seems to work fine. The Client receives value updates, and the controls start blinking red if an alarm occurs. However, if the Client and Server are on different PCs (on the same LAN), then the Client only receives value updates from the Server -- it does not receive any alarms, even though the firewall has been disabled on both PCs.
How do I get the Client to receive alarms when it's on a different PC in this case?
Thanks!