Spiegelkabinett Posted October 27, 2014 Share Posted October 27, 2014 Hi I have little experience in dealing with DAQFactory Express, so forgive me this might simply question:For further processing of a measured value I want to save from the 50 measurements and averaging them in a variable. How can I implement this? With a conversion? Many thanks! Link to comment Share on other sites More sharing options...
AzeoTech Posted October 29, 2014 Share Posted October 29, 2014 Not a conversion. It depends on what you want to do with it. If you just want to display the average of the last 50 measurements you can do: mean(myChannel[0,49]) You can put that right into an Expression in a variable value control. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.