Please refer below mentioned documents.
\SVN\PlantConnect\EnviroConnect\Documents\Public_portal_for_WSPCB_show_variable_data.doc
1) compare the industry name from the portal or the list maintained by the customer with name of plant in from table “plantmaster” in database
2) Accordingly select the plantId of industry from “plantmaster”
3) Sample URL:
http://localhost:8080/enviroconnect/aqms?FunctionKey=501&plantId=1
localhost: should be replaced by the hostname or IP address of the server
for example:
plantId=1 : value of plant id should be replaced by associated plant id of the particular industry
FunctionKey=501: function key will be 501, it should not changed
4) Referring the above Example make url for each industry
Example:
RAGHUNATHPUR THERMAL POWER STATION-DAMODARVALLEYCO (Device ID=942)
http://cpdms.forbesmarshall.in:8080/enviroconnect/aqms?FunctionKey=501&plantId=942