Blank Export Output Field


BallardHill

Recommended Posts

Where these definitions were established in the Startup sequence at earliest runtime:

// BEGIN Calibration Section

// Load Max Percentage
Global        CalPctg = {0,25,50,75,100}

// Per Channel Calibration points
// reflecting input amplifier offset voltage and gain already removed
Global        CalMV0 = { 0.000019, 0.002121, 0.004183, 0.006247, 0.008308}

// END Calibration Section

Is there some reason not to expect an Export Field Expression such as:  InterpolatePoly(CalMV0, CalPctg, (Ch0 - 1.25) / 201) to appear in the Exported .csv?

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.