public PropertyValue FUNC_PLCDEVICE_INDEX( int index ) {get; set;}
public: property PropertyValue^ FUNC_PLCDEVICE_INDEX { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue FUNC_PLCDEVICE_INDEX( int index ) {get; set;}
public: property PropertyValue^ FUNC_PLCDEVICE_INDEX { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Index in the device description file of a PLC card. Through the index it is possible to select a device within such a file language-neutral. During a part selection or device selection the property is filled with the corresponding value from the parts management. The property is taken into consideration during the PLC data exchange in AutomationML format.