01-13-2009 08:05 AM
Hello, I´ve the problem, that I´ve to set a triggerlevel inside a NI-TClk session which is only reached, when the device failed. In the most cases, I doesn´t reach the trigger level, to set a new one (Voltage Ramp for a semiconductor testsystem).
Now is the problem, that I couldn´t modify the triggerlevel (Analog edge trigger was defined for the session), because the PXI waits for the trigger event, which doesn´t appears
Is there any Possibility to kill the NI-TCLk Session?
-Could I start a software trigger in this case, to stop the PXI waiting for a trigger event?
-Could I route a signal to any other RTSI Line to stop the PXI waiting for the trigger event?
thanks for help
IMaDFX
01-13-2009 08:32 AM
Hello, I´ve only implement the trigger configuration to the attachment, here the NI-Clck Configuation (attachment)
01-14-2009
04:58 AM
- last edited on
06-26-2024
08:45 AM
by
Content Cleaner
Kill is normally not possible, you must wait for timeout. But you can try using function "isDone" in nitclk.dll or *.llb
Best way is to send programmatically a trigger (in parallel thread/loop because your thread waits for trigger) or via PFI (RTSI) lines.
Attached here screenshots in *.doc from the examples and how to configure/find the nitclk.dll and using tclk property node
Please let me know if this helps you for finding your special solution
Best Regards