Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • While sending a Fledge "operation" (from North to South). In that case the filter converts an operation with asset_name = "opcua_operation" into a "PIVOT.GTICPIVOTTC" object with an asset_name = "PivotCommand".
  • While receiving an acknowledgement for a previous "operation" (from South to North).  In that case, the filter converts a "PIVOT.GTIC" into a "opcua_reply" object.

...

opcua_operation.<...>PIVOT field ("PIVOT.GTIC".<...>)TypeDefault valueNote
co_idIdentifierString
PIVOT identifier.
co_seSelect.stValBooleanfalse

- 0 is mapped with false, for Execute

- 1 is mapped with true, for Select before Execute

N.A.ComingFromString"opcua"This plugin always uses the value "opcua" when converting to PIVOT
co_type<type>String

(see <type> conversion table above)"opcua_spc" | "opcua_dpc".

co_test<type>.q.testBooleanfalse
co_ts<type>.t.SecondSinceEpochInteger

co_value

ApcTyp.ctlVal

Float
Float 32
co_value

DpcTyp.ctlVal

String
intermediate-state | off | on | bad-state
co_valueIncTyp.ctlValInteger
Int 32
co_valueSpcTyp.ctlValBoolean
0 or 1
co_valueBscTyp.ctlValString
stop | lower | higher | reserved

...

PIVOT field ("PIVOT.GTIC".<...>)opcua_reply fieldTypeDefault valueNote

Identifier

ro_idString
PIVOT identifier.
Confirmation.stValro_replyBoolean

Converts the values as follow:

  • confirmation.stval = false then ro_reply = 0 (positive confirmation)
  • confirmation.stval = true then ro_reply = 1 (negative confirmation)
<All other fields are ignored>



...