Recommended Posts

Posted

Hi,

Is it possible to have a "status" displayed for started/ stopped condition of data logging. I've got a button which starts and stops the logging of data sets which works fine but id like to be able to see what state its currently in?

Still new to the scripting functions so not to sure on the code required to show this.

 

 

Cheers

Posted

Sure. Each logging set has a variable named "Running" which is either 0 (not running) or 1 (running).  You can access it as:

logging.myLog.running

where myLog is the name of your logging set.

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.