12-05-2011 11:53 AM
I have written a custom IO Server VI using DSC Module. Using NI DSM, I see that the server status is 'Active'.
Again using DSM, I change the value of the control that is suppose to trigger the VI to run, but it does not run.
What am I missing? I have been successful at creating several Custom Periodic Servers, but this is my first 'On Input Change'.
Note: I am not using 'shared variable value change notification' in this On Input Change VI, because Lesson 4 of DSC Training leads me to believe that mechanism is not necessary.
Anyone have examples of both types of custom servers?
Thanks
Solved! Go to Solution.
12-05-2011 12:26 PM
Okay, I got it to work. Got a new, very simple server code to work. Then removed original library from project, recreated IO server from scratch, added back into project, and now it is working.
Would still like to see examples of both types of custom servers to see how to handle error conditions.. Lesson four says 'make sure VI is robust enough to handle/recover from error, but doesn't give examples.
12-05-2011 01:46 PM
and ..... an example of a hybrid input change/periodic custom io server would be interesting to see ......