07-12-2020 02:49 PM
Dear NI support,
Your Instrument Studio seems a software worth investigating, so I have a couple of questions:
Thank you
Theo
Solved! Go to Solution.
07-29-2020 01:02 AM
Hi Theo88,
Thanks for posting the questions here.
Please be aware that InstrumentStudio was designed to work as a software front end for NI's modular instrument driver sets only.
A full list of compatible hardware is found here: http://www.ni.com/documentation/en/instrumentstudio/latest/instudiohelpmanual/supported-devices/
The debug session ability is really neat, allowing you to pause the current code session to manually adjust the instruments for debugging, however this functionality supports the NI hardware listed above.
For c# breakpoints specifcally, you could try this feature: ni.com/documentation/en/instrumentstudio/latest/instudiohelpmanual/debug-c-cplus-net/
I can see that the name InstrumentStudio could be misleading to be an add-on for Measurement Studio, but it is software that NI maintain and manage with an API for automation rather than open source code for creating your own front panels etc.
There is however an experimental ability to host your application in InstrumentStudio: https://www.ni.com/documentation/en/instrumentstudio/latest/instudiohelpmanual/hosted-applications/
More information and videos are here, but I imagine you've seen this already, so it is just for reference:
I appreciate it's not necessarily all the answers you were hoping for, but I trust it clarifies the use case for InstrumentStudio and provides some possibilities to explore.
Thanks