LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Request System Event DSC usage

Hi, I'm trying to get the alarms status from a machine remote to a machine that has a bunch of deployed shared variables.  Both the local (machine hosting vars) and remote machines have 8.2 with the DSC installed.  I have had success reading the alarm events on the local machine with the Request Alarm & Event Notifications (DSC Module) function.  On the remote machine, if the events are never received.  Should I be trying to use Request System Event Notifications (DSC Module) function?  If so, can someone provide an example of it's useage?
 
Thanks,
Eric Nelson
0 Kudos
Message 1 of 4
(4,728 Views)

Eric:

I hope all is well. It looks like you spoke with Justin about the System Event Notifications. Please let me know if you need more clarification.

Thanks,

Rudi N.

0 Kudos
Message 2 of 4
(4,703 Views)
I am still unable to subscribe to the alarm and events notifications from a remote machine.  I started working on the machine hosting the shared variables and made a discovery.  This machine is not on a windows domain and has a static ip with no dns entry.  On this machine, if I request alarm and event notifications and provide a list of shared variables in the format of \\mttorocontrol\.... or \\localhost\... then the alarm events are recieved.  If I change the address to use the ip address in the path, \\134.89.45.10\... then no alarm events are ever recieved.  It appears that the list of shared variables in the array must use a hostname for the alarm and events notification vi to work.  I was going to try and verify this somehow.  Perhaps on another machine adding 134.89.45.10 as mttorocontol in the windows XP hosts file.
 
I have a workaround for now.  I can read alarm status remotely using the request value change notifications and provide a path to the remote shared variables in the form of "\\134.89.45.10\toro\EMS Motion Sensor State.Alarms.Lo.Set" with the whole string in quotes being the path.  Unfortunately I can not ack the alarms using this approach.
 
Eric Nelson
0 Kudos
Message 3 of 4
(4,697 Views)
Eric:
 
Have you been able to verify the functionality of your application on a different computer as you mentionned? Please let me know since things are working just fine on our end.
Thanks.
 
Rudi N.
0 Kudos
Message 4 of 4
(4,643 Views)