Welcome, Guest
Username: Password: Remember me

TOPIC: Change grid value in trend.

Change grid value in trend. 5 months 2 weeks ago #3386

Dear Sir,

I want change grid value in the history DB trend .How can vlaue of grid in rutime scada?

Thanks
Chetan
Attachments:
The administrator has disabled public write access.

Change grid value in trend. 5 months 2 weeks ago #3387

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 984
  • Thank you received: 134
  • Karma: -103
Dear Chetan,

You can do it by using fontsize property of the Trend. Example:

Objects.Trend.fontsize = 12;

Best regards,
Ruslan
The administrator has disabled public write access.

Change grid value in trend. 5 months 2 weeks ago #3388

Dear Sir

I mean trend grid value now 0 to 300 in the runtime scada,now i want change value in 50 to 500 .How can change the grid minmum and maximum vlaue ?
Best Regards
Chetan Kashyap
Attachments:
The administrator has disabled public write access.

Change grid value in trend. 5 months 2 weeks ago #3390

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 984
  • Thank you received: 134
  • Karma: -103
Dear Chetan,

Use minimum and maximum trend properties in the ST script for this purpose:
Objects.Trend.maximum =500;
Objects.Trend.minimum=50;
For more information: teslascada.com/HTML/grid2.html

Best regards,
Ruslan
The administrator has disabled public write access.
Go to top