mgauthier

Trend Graph Help on Sysmac

4 posts in this topic

The Sysmac Trend Graph can only load 8 analog traces at a time. I am needing to create a screen that will allow me to select the variables I want to show on the Trend Graph. It looks like I can only hard code the data points I want into the Trend Graph Properties window. Is there a way (possibly using vb) that I can programmatically load the traces I want into the Trend? Any help would be much appreciated.

Share this post


Link to post
Share on other sites

OMRON / NA / NJ_NX / TrendGraph /  BrokenLineGraph /

Good afternoon. We can help you solve your problem. We have a solution based on the OMRON NA series panels-which allows you to display a large amount of data on a single TrendGraph. Up to 16 curves can be displayed simultaneously on a single TrendGraph. There can be almost any number of variables themselves. (OMRON restricts 8 TrendGraph x 16 variables). We had to spend time on the implementation of such a task.
In the example proposed in the picture - one TrendGraph. - We output 10 different data sets ( for drying chambers) to it.
We have to use the panel functions undocumented by OMRON a little. The data is stored for any period of time, and you can display it for any period of time.
If you are interested, please contact us.

Trend_10.gif

Edited by Yaros

Share this post


Link to post
Share on other sites

 

 

Trend2_10.gif

Edited by Yaros

Share this post


Link to post
Share on other sites

We also have an IAG component - instead of the original one - BrokenLineGraph.
Our component can be placed in the project any number of times (OMRON-only 8 times per project).
Our IAG-allows you to place other panel components above or below it.
It is possible for our IAG to change the color, line thickness, line visibility, line type (solid, dotted, etc.) during the project execution.
At the moment, there is a component designed to display 10, 20, 40, and 70 fracture points per line. Moreover, the Y coordinate - each line has its own and can be with an uneven step. (OMRON provides only a uniform step, one for all polylines). There is an option for 3 and 7 lines.
It is possible to develop for your tasks for any number of lines and break points.
We did not make scales on the component. But if necessary, you can add.
And finally, our IAG can scale during execution.

Another nice feature is that our IAG BrokenLine works fully functional in the simulator

 

BrokenLine2.gif

BrokenLine1.gif

BrokenLine0.gif

Edited by Yaros

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now