Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - czubak_p

Pages: [1]
1
Support Questions / Re: Modbus dataSubscriber and NumberOfElements
« on: February 03, 2021, 03:56:00 PM »
sorry, i hurried up that it works
If we create a new project and give it only the DataSubscriber2 component, one element in the items collection, no matter how much we set in NoOfElements, the query always goes for one element in the modbus frame and we get one element in the DataReturned event.
If we add any control in the project, with an address close to the previous one, so that the query is optimized, and both addresses are polled in one frame, then in DataReturned we will get as many elements as are actually set in NoOfElements, but if optimization does not occur because the addresses are too far apart, we will not get so many elements again.

2
Support Questions / Re: Modbus dataSubscriber and NumberOfElements
« on: February 02, 2021, 03:34:45 PM »
thanks, it works

3
Support Questions / Modbus dataSubscriber and NumberOfElements
« on: January 20, 2021, 01:58:23 PM »
Is NumberOfElements property supported in Modbus DataSubcriber component, because I set to more than 1 but in dataSubscriber1_DataReturned event always SubscribedValues collection return only one element

Pages: [1]