[Logo] Mango Community
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
How to write server-side scripts  XML
Forum Index » How-To
Author Message
pradeepdissa

Initiate

Joined: 02/11/2010 03:07:16
Messages: 4
Offline

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
oja

Initiate

Joined: 07/10/2010 03:49:54
Messages: 40
Offline

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
pradeepdissa

Initiate

Joined: 02/11/2010 03:07:16
Messages: 4
Offline

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
oja

Initiate

Joined: 07/10/2010 03:49:54
Messages: 40
Offline

Hi,

Scripts in MetaPoints:

1. Context's points - you can add some points to your MetaPoint for access from script.
2. Final value - result, have to save with commnad return value.
3. You cannot save value to other points from script
4. 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

1. create your metapoint with some simply script
2. save your metapoint and activate it and activate datasource - green light
3. 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.
4. 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.


[Thumb - example_metapoint_increment.png]
 Filename example_metapoint_increment.png [Disk] Download
 Description
 Filesize 148 Kbytes
 Downloaded:  70 time(s)

This message was edited 1 time. Last update was at 11/11/2011 11:21:23

 
Forum Index » How-To
Go to:   
Powered by JForum 2.1.9 © JForum Team