Skip to main content
Version: 8.1

system.vision.updateProject

New in 8.1.24

This function is used in Python Scripting.

Description​

Updates the Vision Client project with saved changes. This function is intended to be used in conjunction with the "None" option of Vision Project update modes in the Project Properties, and the Vision Client System Tag ProjectUpdateAvailable.

Client Permission Restrictions​

This scripting function has no Client Permission restrictions.

Syntax​

system.vision.updateProject()

Parameters​

None

Returns​

None

Scope​

Vision Client

Code Example​

Code Snippet
# This script is intended to go on a Button component. 
# Upon clicking, the Vision Client project will update with the latest changes.
system.vision.updateProject()

Keywords​

system vision updateProject, vision.updateProject