Plotting variables onto a page for display Plant SCADA V8.1

i would like to plot about 6 variables onto a screen page for display like below, can anyone provide some sample code

to enable me to do this.? is there something in the toolbox for this?

Regards Alan

Parents
  • TrnPlot(...) is in the include file.

    If your x axis is time, it would work well.  The code for this may still be visible in the Include project.

    If it is not time, you can use PLOTXYLine(...)

    You will have to load a table with the values.

    And you will have to print the background grid seperately.

Reply
  • TrnPlot(...) is in the include file.

    If your x axis is time, it would work well.  The code for this may still be visible in the Include project.

    If it is not time, you can use PLOTXYLine(...)

    You will have to load a table with the values.

    And you will have to print the background grid seperately.

Children
No Data