27.2.3.1 getNodeStatus

 

Get scada node status

NodeStatusExecuteResult getNodeStatus(string projectName)

 

Push notification method:

dispatchNodeStatus

 

Parameter:

Ø projectName : Project name

 

Return value:

Ø   NodeStatusExecuteResult : status objects

{

              "projName":"RTest",

              "nodeStatus":[{

                             "nodeName":"PC030207",

                             "status":0

              },

              {

                             "nodeName":"RT",

                             "status":1

              },

              {

                             "nodeName":"WaScada",

                             "status":0

              }],

              "totalCount":3,

              "resStatus":"0",

              "resString":null

}

 

Field Name

Description

resStatus

Return code

resString

Return message

totalCount

Total nodes of project

projName

Project name

nodeStatust

Node status list

Field Name

Description

nodeName

Node name

status

Status of node(0 : Offline1 : Online)

StartTime

Start time of the return value

Values

Value list