Hello,
I want to program a Analog Input function in Lab Windows with SDK with the KUSB 3116.
I have my code attached to this mail.
For this I used the ContAdc example and changed something in the code, so that there are no PopUp windows shown while executing, because I want to call the code as *.dll file from teststand
Short explanation of the code (see attached files):
WinMain
is my main function from where I call the function measure_Voltage_continous
measure_Voltage_continous
is the measure function
I replaced the function DialogBox with MyNotifyProc because I do not want to have PopUp windwos
My Questions:
I get the following error message "Subsystem already running" why does this message occure, what is the problem?
Is it possible to sample the Analog Input channels simultanous? when this is possible, how can I do this, do you have an example?
regards