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