Table of Contents

ParameterChannelScpParameterElement

Namespace
ZCore

A SoE parameter is a combination of various values. This enumeration is a representation of all of these values. Change requests always refer to a specific element.

Fields

None = 0
DataStatus = 16#01
Name = 16#02
Attribute = 16#04
Unit = 16#08
Minimum = 16#10
Maximum = 16#20
Value = 16#40
Default = 16#80
End