How to write server-side scripts
-
Hi team,
I am very new to Mango but excited by seen it's capabilities. I am very interested in learning that how to write server side scripts.
Any help on this is much appreciated. please let me know how to begin (I don't have a clue). but I have done some VB programing therefore I think with your help I can study this.Cheers
-
What do you need?
In MetaPoint window is icons with (?) and there is some basic info about writing script. I wrote some scripts in Mango, I can help you.
Oja
-
thank you,
Initially I am looking into write some coding to get values and put some values to a selected data point (modbus) in the graphics window. then I would like to know other available things which I can use in future when it's required.
thank you in advance.
Dissa
-
Hi,
Scripts in MetaPoints:
- Context's points - you can add some points to your MetaPoint for access from script.
- Final value - result, have to save with commnad return value.
- You cannot save value to other points from script
- You cannot get others values from points, only last value. You cannot take previous value from Metapoint in your script without simple hack.
Hack for previous value from MetaPoint
- create your metapoint with some simply script
- save your metapoint and activate it and activate datasource - green light
- go to another screen on Mango - views, lists and return back to MetaDataSource and metapoint. Now you can add this metapoint as source point for your script.
- disable alarm level - Context point disabled = NONE
I am working in ScadaBR, clone of Mango. Yesterday I modified MetaDataPoints and I added new functions for scripts - last(limit) ... gets last point values and list(from, to) ... gets list of values between ....
It works good.Attachment: download link