View vbmacro variable in the Watch Window

Comprehensive CAN monitor for Windows® and its add-ins: Plotter, CANdb Import, Instruments Panel, and J1939
Locked
Username
Posts: 17
Joined: Fri 31. Jul 2015, 17:57

View vbmacro variable in the Watch Window

Post by Username » Thu 19. Nov 2015, 14:06

I can add a signal to the watch window to observe how it changes over time. I would like to see the value of a macro variable in the watch window. Is this possible, and if so, how would I add the variable?

M.Maidhof
Support
Support
Posts: 1751
Joined: Wed 22. Sep 2010, 14:00

Re: View vbmacro variable in the Watch Window

Post by M.Maidhof » Thu 19. Nov 2015, 18:39

Hi,

you could use a virtual variable for this purpose. Generate a virtual variable in your symbol file or macro, and set a value to that signal through your macro.

regards

Michael

Locked