Thanks.
But I wanted few simple report format to display Tabular Data.
Latest posts made by kvram25
-
RE: Custom Report Design
-
Custom Report Design
Dear Sir,
Is it possible to have customised report format in Mango M2M?
At present the only one type of report that is avilable does not suit our requirement.
Any suggestions?Regards,
K V RAM -
RE: Custom Report Design
Dear Sir,
Is it possible to have customised report format in Mango M2M?
At present the only one type of report that is avilable does not suit our requirement.
Any suggestions?Regards,
K V RAM -
RE: Scripting for META Tags
Thanks Sir.
It will be useful if you can mail complete SYNATX list or put it on website also.Regards,
K V Ram -
Scripting for META Tags
Dear Sir,
I have query on Scripting. The requirement is as follows:
-
We have a tag reading KWH reading from energy meter.
-
Our plant works for 24 Hours 3 shifts. We want shift wise report to be triggered at 6 AM, 14:30PM & 11PM.
-
Each report should contain Energy consumption for the Shift. So we need a Meta Tag which will subtract Value at 06:00 Hours from value at 14:30 Hours so that energy consumption for Shift-1 is computed & report sent by e-mail. Similarly for B & C shifts.
-
These reports are to be triggered using CRON pattern (0 0 6 * * ?) / (0 30 14 * 8 ?)
-
But the script is not giving the correct result (Var X; X=p1.value-p1.ago(HOUR , 8); return X);
-
Also some scripts like return p1.past(HOUR, 1). Maximum return zero (0) vale, but we have valisd data in the past one hour because p1.past(HOUR, 1). Average returns valid average value.
-
Please suggest some solution to these issues.
Also can you please mail me the complete syntax for the scripting language supported by Mango?
-
-
RE: Scripting for META Tags
Dear Sir,
I have query on Scripting. The requirement is as follows:
-
We have a tag reading KWH reading from energy meter.
-
Our plant works for 24 Hours 3 shifts. We want shift wise report to be triggered at 6 AM, 14:30PM & 11PM.
-
Each report should contain Energy consumption for the Shift. So we need a Meta Tag which will subtract Value at 06:00 Hours from value at 14:30 Hours so that energy consumption for Shift-1 is computed & report sent by e-mail. Similarly for B & C shifts.
-
These reports are to be triggered using CRON pattern (0 0 6 * * ?) / (0 30 14 * 8 ?)
-
But the script is not giving the correct result (Var X; X=p1.value-p1.ago(HOUR , 8); return X);
-
Also some scripts like return p1.past(HOUR, 1). Maximum return zero (0) vale, but we have valisd data in the past one hour because p1.past(HOUR, 1). Average returns valid average value.
-
Please suggest some solution to these issues.
Also can you please mail me the complete syntax for the scripting language supported by Mango?
-