08-23-2013 09:43 AM
I have an odd request from a customer. They want the option of the settings for the pxi cards to be 'remebered' between executions. Provided i dont reset the cards they settings are remebered as requested. What I need to be able to do is get the values from the cards and display the values they are set to. The digitals are fine its just the analogue values. Any suggestions would be greatly appreciated
08-23-2013 02:03 PM
Can you read the card settings and save them to a config file? (ini, xml, etc)
08-23-2013 02:13 PM
Hi Akiel,
They want the option of the settings for the pxi cards to be 'remebered' between executions.
Whenever you need to store settings you should use some files to do so! That's the way programs work on all OS nowadays.
Usually it's not as easy to read back the AnalogOutput value (is it possible at all?)...