Device Browser

Top  Previous  Next

The Device Browser is used to browse the LinkServer context tree, view and modify values for context variables, call functions and view events using Event Log components.

note_warning-wt

The Device Browser component is provided for debugging and troubleshooting purposes only. It shouldn't be used during normal operation. Improper use of this component may damage the server database or otherwise destabilize the server.

The Device Browser consists of two primary parts: the Context Tree and the Browsing Pane.

cl_device_browser

There are four types of Context Tree nodes:

Context nodes that can be expanded
Variable nodes, shown using normal font
Function nodes, shown in bold
Event nodes, shown in bold italics

Expanding a context node forces the Device Browser to request the server for info about the node's children.

Clicking on a context node shows information about that context's variables, functions and events.

Double-clicking on a variable node shows its current value in a Data Table Editor.

Double-clicking on a function node allows to enter function parameters using Data Table Editor. Then function is called and its output shown in Data Table Editor.

Double-clicking on an event node opens Event Log that starts monitoring this event.