03-27-2024 04:38 PM
I would like to be able to add a date & time display to the screen as to be able to have it shown in the screenshot function.
How can this be done? I do not have LabVIEW to make a vi.
Solved! Go to Solution.
03-27-2024 05:28 PM
Try this. Unzip the file and copy the DateTimeChannel folder to C:\Users\Public\Documents\National Instruments\FlexLogger\Plugins\IOPlugins
Then launch FlexLogger and , choose Add channels>>Plug-in from the menu:
The default formatting for the date/time is %c which uses the system setting. Here are the other formatting options you can use:
https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/vi-lib/string/format-codes-for-the-time-fo...
You can then add a "Text Box Indicator" to your screen tab and associate the value with the string channel:
Hope that helps,
Brad
03-28-2024 11:06 AM
Thank You....Worked perfectly!
06-03-2024 08:38 AM
Brad,
I was wondering if I could get in touch with you regarding the source code for this plugin? I am relatively new to the forums and can't seem to send a private message to ask about this. Thanks!
06-03-2024 08:54 AM
Here you go. Hope this helps.
Brad