03-12-2012 09:45 AM
NI's DC Power PXI equipments have three programming states - Uncommitted, Committed and Running. Is there a way to read the present state?
03-21-2012 04:58 PM
Hey vinodh,
There is not a way to query the current state of the hardware, however the state should be implicit based on the calls you make to the instrument. Below is a state diagram showing how the instrument transitions from one state to another. May I ask about your application and why you would like to query the state?
Thanks,
Brandon G
03-23-2012 10:08 AM
Hi Brandon,
I want to use the 4 SMUs as truly independent equipments simultaneously (in 4 independent threads). Since the programming state is common to all 4 SMUs I wanted to query the present state. I have managed to workaround the issue with minimal impact. Thanks.
- Vinodh