Jump to content
  • 0

ADP-5250 DMM log


bryan78

Question

5 answers to this question

Recommended Posts

  • 0
On 3/18/2022 at 3:59 PM, attila said:

Hi @bryan78

You could use the Script tool to print or log measurements to file.

DMM.run();
while(wait(2.0)){ // every 2 seconds
  print(DMM.Measure.value)
  //FileAppendLine("~/Desktop/log.txt", DMM.Measure.value)
}

image.png.c9459c185b2b51b22a8944fa988235e4.png

I came back to this one once again.  Is there any chance in the future of adding an export or log to file option in the gui?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...