Auto-Calibration From Table


Recommended Posts

Sure.  Use a Conversion on the channel.  You can either hard code the 5 values into each Conversion, or use variables that you then persist to disk using one of a variety of methods.  Which method to use depends largely on exactly how many total values you expect to persist.  The easiest way is to create a Test D to A channel for each value with a History of 1 and a Persist of 1.  But if there are a lot of values to store, you'd be better off using the File. functions to store them to a flat file.  Of course if you are using the program internally using a development version of DAQFactory and don't need to change them often, you can just put the values directly into the Conversions.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.