openenergysolutions / openfmb.adapters

OpenFMB Adapters
Apache License 2.0
3 stars 1 forks source link

[DNP3 Master] Enum mapping to Analog Input and Analog Outputs. #80

Closed emgre closed 4 years ago

emgre commented 4 years ago

Breaking changes ❗ For DNP3 Master control profiles, the way CROBs are specified slightly changed. The new format is now:

bool-field-type: mapped
when-true:
  - command-action-type: g12v1  # {g12v1, g41v1, g41v2, g41v3, g41v4}
    index: 0
    command-id: some-command-id
    control-code: LATCH_ON
    count: 1
    on-time-ms: 1000
    off-time-ms: 1000
when-false:
  - command-action-type: g12v1  # {g12v1, g41v1, g41v2, g41v3, g41v4}
    index: 0
    command-id: some-command-id
    control-code: LATCH_OFF
    count: 1
    on-time-ms: 1000
    off-time-ms: 1000