In the future, I may have the following task. I am curious whether it is possible.
-
Reconfigure a DAQmx Logging program such that there is no User Interface
-
Change the exe to a service using something like https://firedaemon.com/
-
Program now a service should run as soon as the computer starts up without needing to log in
So my question is: Is DAQmx active even if no one is logged in? Would I able to detect a connected device without logging in, etc? I would think yes, but do not know.
Thanks
mcduff