11-21-2006 09:36 AM
11-22-2006 08:51 AM
Hi,
well i had a look to your code and noticed a couple of mistakes you made.
1. You created an object but used the write net function. If you create and open an object, you should use the write and read object functions only.
2. You used the read object and a wait for state (0x8), what means, you are waiting for multiple frames to arrive. The read object can only read a single frame and the wait with 0x8 works only if you confiogure the number of frames to wait for using a set attribute function.
I changed your VI to write the extended frame using the write net and using the object to read a single frame.
Perhaps i can help you more if you explain, what you would like to have. Try to explain as many details as possible.
DirkW