Change the Custom Attribute Value for a PLC Device
Assets in the IPFusion PLC Devices integrated system can have custom attributes set for them. These attributes are used to track information about that asset, and we can change these values directly using Workflows.
To change the value of a custom attribute:
- Create a Workflow.
- Configure the Workflow trigger.
- Add an Action block to the Workflow. Connect it to the blocks being executed before and after it.
- Double-click the Action block to open the Action Browser.
- In the Objects pane, navigate to .
- In the Commands pane, select Set Custom Attribute Value.
- In the Expression pane, click Assets and select the IDs of the assets you wish to update the attribute of. Click OK.
- Click Attribute Name and select the custom attribute you wish to change. Click OK
- Click New Value and select whether the you wish to set the attribute to True or False. Click OK.
- Click OK.
When this Workflow is triggered, it will update the custom attribute value accordingly.