public PropertyValue FUNC_PLCDEACTIVATED_IO( int index ) {get; set;}
public: property PropertyValue^ FUNC_PLCDEACTIVATED_IO { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue FUNC_PLCDEACTIVATED_IO( int index ) {get; set;}
public: property PropertyValue^ FUNC_PLCDEACTIVATED_IO { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Identifies a deactivated I/O connection point within a channel. A channel can have several I/O connection points, but only one of them can be active. Deactivated connection points are treated as power supplies. For example, when addressing a filled address, the address from the channel is overwritten.