Replies: 1 comment 3 replies
-
I get what you need, but not sure if OpENer can provide this. How can you tell if you can access the indicator then? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use OpENer as a shared library in order to access it from LabVIEW. When I call an OpENer function from LabVIEW, the shared library is loaded into memory, and all of the global variables can be potentially accessed. Is there a variable to check or an OpENer function that I can call that will tell me if the OpENer stack is currently running? I need this so that, for example, if LabVIEW tries to get assembly instance data before the OpENer stack is running, it will be able to return an error instead of just crashing.
Beta Was this translation helpful? Give feedback.
All reactions