Conn Tags Flashcards

1
Q

actorTimeout

A

actorTimeout

Number

This tag may applied to connector recs to tune the timeout used for messaging to the connector’s actor thread. It must be a number with a duration unit. If omitted a default of 1min is used. This value effectively determines how long a blocking remote request should take before raising a timeout error. For protocols which communicate via HTTP/TCP it is also used to configure the socket’s receive timeout (including Haystack and oBIX connectors).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

connErr

A

connErr

Str

Error message associated when connStatus indicates an error condition. See connExt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

connLinger

A

connLinger

Number

Duration used for the default linger timeout when a connector is opened via theConn.openLinger method. If not configured then a default of 30sec is used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

connPingFreq

A

connPingFreq

Number

Duration used to configure the auto-ping feature on a given connector. When this tag is configured the connector will automatically attempt a ping based on the configured frequency. For connectors which might not have watched points this ensures periodic checks of the connectivity status. If this tag is not defined on a connector then the feature is disabled.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

connState

A

connState

Str

Current connection state of a connector as one of the predefined strings:

closed: connection is closed
closing: a connection is currently being closed
open: connection is open
opening: a connection is currently being opened See connExt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

connStatus

A
  • connStatus
  • Str

Current status of a connector as one of the predefined strings:

* ok: all is okay
* fault: a configuration problem - see `connErr`
* down: a communication or network problem - see `connErr`
* disabled: manual disable of the connector
* unknown: we don't know anything (usually boot state) See [connExt](http://skyfoundry.com/doc/ext-conn/doc#conns)

<dl>
</dl>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

connTuning

A

connTuning

Marker

Marker applied to a rec which defines a tuning configuration. See connExt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

conntuningRef

A

connTuningRef

Ref

Reference to a tuning configuration defined by a connTuning rec. See connExt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

curCalibration

A

curCalibration

Number

Calibration value to apply to adjust the value read from the connector before updating curVal. The conversion is applied to the ConnPoint.updateCurOk value after curConvert is applied and before writing curVal to the database. See connExt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

curConvert

A

curConvert

Str

Conversion to apply when reading curVal from connector. The conversion is applied to the ConnPoint.updateCurOk value before applying curCalibration and writing curVal to the database. See connExt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

hisConvert

A

hisConvert

Str

Conversion to apply when reading history data from connector. The conversion is applied to each item passed to ConnPoint.updateHisOk before writing to the database. This conversion happens before the hisOnWrite conversion hooks. See connExt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

pollTime

A

pollTime

Number

Frequency between polls of curVal. See connExt.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

staleTime

A

staleTime

Number

Time before a point’s curStatus marked from “ok” to “stale” See connExt.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

writeConvert

A

writeConvert

Str

Conversion to apply when writing writeVal to the connector. The conversion is applied towriteVal before calling Conn.onWrite. See connExt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

writeMaxTime

A

writeMaxTime

Number

Maximum time between writes used to send perioid writes. See connExt.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

writeMinTime

A

writeMinTime

Number

Minimum time between writes used to throttle the speed of writes. See connExt.

17
Q
A