From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Wait instrcution timeout

Hello,

 

I'm using PXI6552 with scripting. I use the wait instrcution with scripttrigger (Digital edge).

I would like to know if there is a possibility to configure a timeout for the Wait instruction because in the case the trigger never happen, I don't want to block my script 

 

Thank you

 

JPV

0 Kudos
Message 1 of 5
(4,186 Views)

Hi JPV,

 

Thank for using National Instruments discussion forums.

If you have questions about scripting,please refer to the API Community: LabVIEW Scripting Main Board. I think you will get the best help there.

 

Best regards,

0 Kudos
Message 2 of 5
(4,169 Views)

Hello,

 

My question is not about LabVIEW scripting but about HSDIO scripting, so I'm not sure The API Community: LabVIEW Scripting Main Board is the right place to post my question.

could you confirm?

 

Thank you

 

JPV

0 Kudos
Message 3 of 5
(4,161 Views)

Hi JPV,

 

You can configure the niHSDIO Wait Until Done VI or C function to give your script a programmatic timeout parameter, which will cause your program to error and exit gracefully in the event that a hardware script trigger is not detected within the timeout period specified by your code.  I hope this helps!

Kyle A.
National Instruments
Senior Applications Engineer
0 Kudos
Message 4 of 5
(4,141 Views)

 

This is what I currently plan to do and I wanted to be sure it was the good method

 

Thank you.

0 Kudos
Message 5 of 5
(4,130 Views)