PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to kill NI-TClk session?

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

 

 

0 Kudos
Message 1 of 3
(3,697 Views)

Hello, I´ve only implement the trigger configuration to the attachment, here the NI-Clck Configuation (attachment)

0 Kudos
Message 2 of 3
(3,691 Views)

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

 

 

0 Kudos
Message 3 of 3
(3,671 Views)