Hi 1stevek,
I'm not sure, if it helps with your particular encoder devices, but try this:
Right after the
Open DeviceNet Interface VI, call the
Set Driver Attribute VI with the following parameters:
- <User Supplied AttrID> = 0x8000008F (or 2147483791 in decimal mode)
- Attr = 0xA (or 10 in decimal mode)
- AttrID = '<User Supplied AttrID>'
That sets the time between successive transmits of explicit message requests by the NI-DNET interface (for all objects of that interface) to 10 ms. The default is zero, which provides the fastest turnaround time for explicit messages.
However, the default turnaround time might be too fast for your devices, which could causes them to stop communication.
-B2k