PxPlus User Forum

Main Board => Discussions => Wish List => Topic started by: yonman on December 12, 2018, 11:52:40 AM

Title: PxPlus Trace Window - add date+time
Post by: yonman on December 12, 2018, 11:52:40 AM
I've looked through the Trace Window options and don't see option to include Date/Time stamp in the PxPlus Trace Window, showing the date (YYYY:MM:DD)+time (mm:ss) when each line of code is being executed.

Is that a possibility?
Title: Re: PxPlus Trace Window - add date+time
Post by: James Zukowski on December 12, 2018, 11:57:56 AM
While it doesn't include the date, the Time can be included using the 'TT' parameter.
See: https://manual.pvxplus.com/PXPLUS/parameters/tt.htm (https://manual.pvxplus.com/PXPLUS/parameters/tt.htm)
Title: Re: PxPlus Trace Window - add date+time
Post by: yonman on December 14, 2018, 01:18:38 PM
Thank you for the suggestion.  That parameter works for the SETTRACE , not the PxPlus Tracing Window.  And, the 'current time (in seconds)  being displayed is actually the cumulative seconds the trace was started, not the actual time ie:  13:16pm.  But, I appreciate the suggestion!  I may be able to use the SETTRACE as a substitute.  Thank you again for your suggestion!