recorded_value stalls on out of scan tag #802
Unanswered
IndyAbarth
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
I don't think this is currently possible. I also don't know why the program would stall when it is selected, do you look up some data when the user selects the tag or do you mean the call to recorded_values stalls? You could try to access the PIpoints in a separate thread from your user interface and then set a timeout, after which you kill the thread and report the error to the user. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a python program to select tags and pull data at user specified intervals using recorded_value. It seems that if the user selects an out-of-scan tag, then recorded_value stalls and the program must be shutdown. I can't find any way to filter those tags out of the user selectable list to prevent this from happening. Is there a way to accomplish this??
Beta Was this translation helpful? Give feedback.
All reactions