CUE CueSiteManager Programmers User Manual

Page 20

Advertising
background image

20

Cue Site Manager / Programmer’s Manual / CSMDataProvider (driver)

© CUE, a.s. All Rights Reserved. | www.cuesystem.com | [email protected]

Property Name

Data Type Allowed Values

Default Value

Description

CUEunits
CueUnit01Name

Text

Max length = 50

Empty

Name of monitored

CUEunit 1

...

...

...

...

...

CueUnit10Name

Text

Max length = 50

Empty

Name of monitored

CUEunit 10

Parameter01 – Parameter10
ParameterXXName

Text

Max length = 50

Empty

Name of monitored

parameter

ParameterXXUnit

Text

Max length = 20

Empty

Unit of parameter

ParameterXXThresholdValue

Double

Any

0

Threshold value of

parameter

ParameterXXThresholdOperator Long

LessThen := 1

LessThenOrEqualTo := 2

GreaterThen := 3

GreaterThenOrEqualTo := 4

EqualTo := 5

NotEqualTo := 6

GreaterThen := 3 Threshold operator.

Symbolically: If

[ParameterValue]

Operator

[TresholdValue] =

True, then Action is

performed

ParameterXXThresholdAction

Long

None := 0

HelpRequest := 1

ServiceRequest := 2

MaintenanceRequest := 3

SecurityAlert := 4

Log := 5

None := 0

Action performed when

parameter exceeds

treshold condition

ParameterXXAdvice

WhenReturnToNormalRange

Long

None := 0

HelpRequest := 1

ServiceRequest := 2

MaintenanceRequest := 3

SecurityAlert := 4

Log := 5

None := 0

Action performed when

parameter returns to

normal range

Command01 – Command10
CommandXXName

Text

Max length = 50

Empty

Name of command,

which can be remotely

performed from CSM

CommandXXDescription

Text

Max length = 50

Empty

Description of

command

Notes

▪ Only named Parameters can be monitored by CSM

▪ Only named Commands can be remotely performed by CSM. See chapter Programming, how to perform

this commands.

Advertising