Tutorial document in english

hi, i need elipse SCADA tutorial document in english.

Hi Manish!

Unfortunatelly, we don’t have the Elipse SCADA Tutorial in English

I had a English document of the year 2002. any new updates?

Sorry, this document has no updates. Can I help you with any question?

need example of browser script(ondrawrow) and getfield() function

IF Browser1.GetField("FieldName") > 10000
   Browser1.SetTempRowColor(RGB(255,0,0))
   Browser1.SetTempRowTextColor(RGB(255,255,255))
ENDIF

Thanks for your reply.
i gave fieldname as Tags.tag001 but no changes in runtime

Please send your application so I can review.

im just learning now sir

i attached my application. help me sir.

Please send to my e-mail: pgustavo@elipse.com.br

You must type the Historic field name exactly as it appears in the Organizer. In your case it’s “tag001”.

Take a look in the Browser properties:

In addition, you have to use quotation marks. For example:

IF Browser1.GetField(“tag001”) > 10000

Thank you very much.

1 Like