1
Support Questions / Data Subscriber Question
« on: March 11, 2014, 05:17:39 PM »
Hi,
I'm trying to setup a data subscription using something like:
mSubscriptionIDs(DataSubscriberCount) = EthernetIPforCLXCom1.Subscribe("Fault[0]", 1, 1000, AddressOf SubscribedDataReturned2)
I can read from Fault[0] through Fault[15] but after that, the SubscribedDataReturned2 event doesn't get called. I'm trying to just subscribe to one value at "Fault[93]" but can't seem to get the event to fire after "Fault[15]".
Thanks,
Chris
I'm trying to setup a data subscription using something like:
mSubscriptionIDs(DataSubscriberCount) = EthernetIPforCLXCom1.Subscribe("Fault[0]", 1, 1000, AddressOf SubscribedDataReturned2)
I can read from Fault[0] through Fault[15] but after that, the SubscribedDataReturned2 event doesn't get called. I'm trying to just subscribe to one value at "Fault[93]" but can't seem to get the event to fire after "Fault[15]".
Thanks,
Chris