WriteEquipmentValue (IEquipment)

Writes the value to the Value attribute of the specified property of the selected equipment instance or class.

Note:
  • You can write a value of a different data type than the actual type of the equipment property and Workflow will attempt to convert the value to the correct type. However, some data types cannot be converted. If a data type cannot be converted, an error message appears.
  • If you override a default value on an property inherited from an equipment class, the new value appears in blue.
InputsData TypeDescription
Equipment InstanceDirectoryResource

Specifies the equipment resource to write to.

In the Configure Method dialog box, click Next to select a resource. Otherwise, in the Inputs section of the activity configuration panel, click the ellipsis button to select a resource.

Property NameStringSpecifies the name of the property attribute to write to.

The format for a property attribute is: propertyname.attribute.

ValueObjectSpecifies the new value to write to the attribute.
No data is returned.