Synchronize user-defined function block or user-defined function updates to its references
After updating the input or output parameters of a user-defined function block (UDFB) or a user-defined function (UDF), use the
Sync updates to references
context menu to synchronize all the updates to its references.To synchronize UDFB or UDF updates to its references
- InProject Organizer, right-click the updated UDFB or UDF, and then selectSync updates to references.
- Use the following steps to open the instances of the updated UDFB or UDF to verify that the variables are assigned correctly.
- Open the program that calls the UDFB or UDF.
- In the language editor, right-click the UDFB or UDF, and then selectOpen instruction logic.
- Verify that variables are assigned correctly.
- Build the controller project and resolve any build errors.
Provide Feedback