07-07-2006 04:00 AM
07-07-2006 11:26 AM
Hi JCX
Well if i understand your request, you need to output a RTSI Pulse 100 ms after you sent 50 Frames using the Write mult net function?
The easiest way to do so, would be using the Confog Net with RTSI to configure the RTSI output on call of nc action. Thus you will have a single RTSI Pulse on every call of nc action and you can configure this output 100 ms after your write mult has written the last frame, controlled by using a wait for write success.
See the attached example, for details.
I noticed one problem with this solution: The open Function initializes a start trigger pulse on the specified RTSI Line, thus you will see one RTSI Pulse on call of ncopen, before you enter the While loop to call the write mult. We are working on this to fix it for the next driver.
DirkW
07-10-2006 03:17 AM
07-19-2006 11:31 AM
07-31-2006 04:02 PM
Hi,
CVI brings an example showing how to output an RTSI Pulse on CAN transmit. This works also with the Write mult. And if you set the Transmit Mode to Timestamped Transmit , you can delay the message send and thus also the RTSI pulse.
DirkW