Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic 1508.14 Sp2 - NEW commands and Plotting tool example for all Pro Users (Read 2537 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
1508.14 Sp2 - NEW commands and Plotting tool example for all Pro Users
Aug 16th, 2015 at 7:35am
Print Post  
The debugger extensible framework has been extended to support @CommandSyntax.

A new Open Source example has been published which is called MultiPlot.

The syntax to open a time-window graph on Analog A0 might be this:-

{@Plot.MyGraph.Analog0 A0}

or with a specific color

{@Plot.MyGraph.Analog0.Red A0}

a graph can share more than one plot

{@Plot.MyGraph.Analog0.Red A0}
{@Plot.MyGraph.Analog1.Blue A1}

or different graphs can be used. 

This example will display two graph tool windows. Analog0 in one and Motor1 and Motor2 in another.

{@Plot.MyGraph.Analog0.Red A0}

{@Plot.Motors.Motor1.Red random(500)}
{@Plot.Motors.Motor1.Blue random(300)}

Make your own graphs using Break Point When Hit {@Plot expr} variables.

« Last Edit: Aug 16th, 2015 at 8:03am by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint