Bookmarks; Push Messages - AMX NetLinx Studio Instruction Manual

Netlinx design v3.3 or higher
Table of Contents

Advertisement

Programming
3.
The cursor jumps to the top of the selected section in the Editor window.

Bookmarks

You can place bookmarks in your program files for quick navigation to key points in the code. Bookmarks are indicated
by blue rectangles in the left margin of the Editor window (FIG. 139).
FIG. 139
Bookmark example
Select Edit > Bookmarks to open the Bookmarks sub-menu. Use the commands in this sub-menu to create, jump to, and
clear bookmarks:
Bookmarks Sub-Menu Options
Action
Bookmark
Next Bookmark
Previous Bookmark Click to jump to the previous bookmark.
Clear Bookmarks
To create a bookmark, place the cursor in the line that you want to bookmark, and select Edit > Bookmarks >
Bookmark .

Push Messages

The PUSH keyword is used to find out if a channel has had an input change from off to on, such as when a button is
pressed. If the channel has been turned on, the corresponding Push statement is activated. The operation or operations
following this Push statement are only executed once after the channel is turned on.
NetLinx Studio displays the most recently received Push, or Push status (Push Enabled/Disabled) in the Status Bar
(FIG. 140).
FIG. 140
Status Bar - Push Message display
76
Description
Click to create a bookmark at the cursor's position.
Click to jump to the next bookmark.
Click to clear all bookmarks from the active file.
NetLinx Studio - Instruction Manual

Advertisement

Table of Contents
loading

Table of Contents