Description:
One or more measurements of electrical current from a single phase of a circuit.
Topic:Asset/A1000/Current
Example Message:
{"dateTime":"2019-03-08T15:43:44.808Z",
"assetId":"A1000",
"dataItemId":"Current",
"itemInstanceId": "Part_EPICS_1001",
"messageId": "544ce4341357dbee",
"phase": "1",
"sensorId": "current1",
"samplingInterval":0.020,
"value":[0.895,0.889,0.889,0.885,0.884,0.878,0.878,0.874,0.877]}
Message Parameters
Parameter | Description |
---|---|
dateTime | Date and time (ISO 8601) when the sampling began. |
assetId | The Id of the entity that is generating the message data. |
dataItemId | The Id of the secondary classification of the data. |
itemInstanceId | The Id of the item (part) being processed during the measurement. |
messageId | A globally unique Id to identify the message. |
phase | The electrical phase (e.g. 1,2,3) of the circuit. |
samplingInterval | The time (seconds) between each sample in the values array. |
value | A single value or array of current (amps) samples. |