Flow animation with Polyline

Hello,

I need to develop animation of Flow with help of Plolyline object.

When I increase the line with Line style property is disabled.

Please support how to program X and Y vertices  for it.

For reference -- How do you represent flowing water in WinCC? (Entry ID: 88357559)

How to develop in Citect 2018???

Thanks,

Stolz Enterprises

Parents
  • The PlotGrid(..) define the size of the plot
    Px & Py - define the size of the plot. the hAn is the 0,0 point. The Px & Py- define the right-bottom of the area.
    nHgrid,nVgrid,Framewidth - should be 0. ( You don't want to see them).
    nPoints - defined the number of points in the arrays for plotting the lines.

    See the help for the PLOT functions
Reply
  • The PlotGrid(..) define the size of the plot
    Px & Py - define the size of the plot. the hAn is the 0,0 point. The Px & Py- define the right-bottom of the area.
    nHgrid,nVgrid,Framewidth - should be 0. ( You don't want to see them).
    nPoints - defined the number of points in the arrays for plotting the lines.

    See the help for the PLOT functions
Children
No Data