01-27-2008 01:54 PM
01-28-2008 10:15 AM
Olaje,
Can you please point me to the specific section of the manual that you are referencing so that I can view the same information?
01-28-2008 10:55 AM
The only reference to parallel process management in regards to sharing the DNet card/drivers resources that I could find, and the one I am referring to originally, is the NI-Dnet Users Manual, page 3-10 (April 06 version), "Multiple Application on The Same Interface",
01-28-2008 12:45 PM
Hi,
The NI-Dnet "openDnet I/0" function creates a single ID object for every single device you are calling it for. That means for you got multiple object handles for your devices and you can use them with a single "wait for state" function for every handle in parallel. You cannot use the wait for the same handle multiple times in parallel.
You could run the NI-Spy in parallel to log all your API calls, to see whether a timeout happened to on of your objects. The Spy installs with your NI-DNETdriver.
DirkW
01-28-2008 12:55 PM - edited 01-28-2008 01:01 PM
Olaje,
Other D-Net information that could be helpful: DeviceNet Poll Rate , and Get Poll Connection Input & Output Size and Set the Connection Attributes. If you would like more information please let me know. Thanks and have a great day