MII Trends - add data onto chart object
Posted on
16th Feb 2014 07:03 pm by
admin
Hello,
Can anyone please provide some thoughts on my current requirement:
its pretty basic:
I select a site(Historian datasource) search for a historian tag and then based on the selection I Trend(lets say Line chart).
Now I should select another site(historian datasource) search for a historian tag and add the tag onto the line chart along with the previous one.
so basically give user an option to select any historian data source and trend.
While i do this, i should still be able to use the in built chart properties mainly the time control - to go back and forht in time..
while I am doing this, I am also keeping a running list of selected tags in another table with the tag's other properties -like current value, Eng Units, calculation, Description, datasource.and give an option with a check box to this running list - where in user can check /uncheck the item and that removes the pen from the chart - and maintaining the chart pen color consistent with the running list's item's color(check box color - for ease of matching) - I am able to accomplish this part successfully.
I grealty appreciate if any one cane give me some ideas.on how to adynamically add tags onto the chart from multiple datasources and maintian the inbuilt properties of the line chart.
As you can see, I am almost building a product here - similar to Aspen's web21 or osi's process explorer - using MII.
any input is greatly appreciated.
Regards
No comments posted yet
Your Answer:
Login to answer
247
10
Other forums
How to pass parameter to tag query?
Hi,
I want to get the value of a tag at a specific time (like 10/27/09 15:29:59), I need to giv
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
Adding Different Numbers From MySQL
Basically I have a mysql database with a couple prices as the following:
9.99
9.99
9.99
sendmail code suddenly not working
Hi Guys, I maintain 3 sites (including my own) I use the following code from a french webmaster that
Cloud Computing?
Hello,
I was wondering if anyone could help explain this term to me. I'm starting to hear it
displaying email without attracting a ton of spam
Hello,
this is maybe the wrong place to ask.
How would you display an email address on a w
cURL proxy
Okay here is the thing... i know how to add proxys
Code: curl_setopt($ch, CURLOPT_PROXYTYPE,
storing video files into mysql in php
hi
i have my video files in my folder ,
i have to store the path of the videos into db an
Find only certain URLs from page ... regex (semi-complete script)
Hi guys,
What I need to do is take a page & extract all the URLs from the page &a
Sharing PHP Sessions Across Domains
I am in the process of writing a script to share a php session across various domains I have.
The