03-09-2006 09:48 PM
03-13-2006 02:24 PM
Dave,
The “On Change” doesn’t remember more than just one value, but it is a reentrant property, meaning that you can run into issues if you are calling more then one write within the same VI, since each call will have its own memory space. That property was only designed to be used in loops, to help reduce unnecessary driver calls. Here is a KB that describes what may be going one with your client’s application. Specifically take a look at the example VI attached. It shows a case where the “On Change” property is used incorrectly, and would exhibit behavior similar to what you have described. It’s hard to say if this is exactly the case without looking at the code, but from what you described that is what I think is happening. Now, analog inputs should have scaling options, as long as you have the most recent version of Field Point, and therefore the most recent version of MAX. Take a look at this KB for some info on that.Hopefully that answers your questions, but if not please post back with any additional questions.
-GDE
03-13-2006 03:26 PM
03-14-2006 09:39 AM