This function is used in Python Scripting.

Description

Forces Ignition to browse the controller. Only works for Allen-Bradley controllers.

Client Permission Restrictions

This scripting function has no Client Permission restrictions.

Syntax

system.device.refreshBrowse(deviceName)

  • Parameters

String deviceName - The name of the device in Ignition.

  • Returns

Nothing

  • Scope

Gateway, Vision Client, Perspective Session

Code Examples
Code Snippet
# Example:
system.device.refreshBrowse("CLX")
Keywords

system device refreshBrowse, device.refreshBrowse