dnp3 (C API) 1.6.0
Loading...
Searching...
No Matches
dnp3_analog_output_command_event_t Struct Reference

Event transferred from master to outstation when the outstation receives a corresponding command. More...

#include <dnp3.h>

Data Fields

uint16_t index
 Index of the command event. More...
 
dnp3_command_status_t status
 Status from processing the command that triggered this event. More...
 
double commanded_value
 Commanded state of the binary output. More...
 
dnp3_analog_command_type_t command_type
 Describes how the value was encoded in the protocol. More...
 
dnp3_timestamp_t time
 Associated timestamp. More...
 

Detailed Description

Event transferred from master to outstation when the outstation receives a corresponding command.

Maps to group 43 variations 1 to 8.

These objects are part of subset level 4 and are not commonly used.

Field Documentation

◆ command_type

dnp3_analog_command_type_t dnp3_analog_output_command_event_t::command_type

Describes how the value was encoded in the protocol.

◆ commanded_value

double dnp3_analog_output_command_event_t::commanded_value

Commanded state of the binary output.

All of the variations in group 43 are mapped to double-precision floats

◆ index

uint16_t dnp3_analog_output_command_event_t::index

Index of the command event.

◆ status

dnp3_command_status_t dnp3_analog_output_command_event_t::status

Status from processing the command that triggered this event.

◆ time

dnp3_timestamp_t dnp3_analog_output_command_event_t::time

Associated timestamp.


The documentation for this struct was generated from the following file: