Descrição:
Como associar um tag ao objeto Escala (DrawScale), que não possui a propriedade Value?
Solução:
O objeto Escala do E3 é apenas uma régua, e não funciona como o Bar Graph do SCADA. A sugestão seria associar o tag à propriedade VerticalPercentFill de um retângulo, e colocar a Escala ao seu lado.
If I want to show the bargraph of my report (not real time ) I need to show the past info on bargraph what type of scripting I use
There are 3 options for printing a bar graph at E3:
1. https://kb.elipse.com.br/en/kb29202-printing-an-applications-screen/
2. https://kb.elipse.com.br/en/kb25545-creating-bar-charts-in-e3/
3. https://kb.elipse.com.br/en/kb30035-printing-an-rmchart-object/
https://kb.elipse.com.br/en/using-rmchart-in-e3/
You can get historic data with the GetADORecordset method. See an example in our knowledge base:
https://kb.elipse.com.br/en/kb57024-loading-into-a-combo-box-all-values-from-a-database-column/