Download netlinx studio 2
You can have either a " " or ";" in column one of your text file to designate comment lines. They will be ignored during the import process. Powered by GitBook. Command Buttons Select: With an address selected in the List of Addresses table, click to select that address for use, or to edit or delete.
In the Online Tree , right-click and select Refresh System from the context menu to attempt to establish the specified connection. Click Change to re-visit the Workspace Communication Settings dialog to edit the current settings. Click Cancel to close the dialog without establishing a connection.
Enter a Description. Leave the Automatically Ping the Master to ensure availability option selected. Option is located under the "Tools" menu. Visit the Preference Dialog for settings. This feature is locate under the "Diagnostics" menu item. FTL file, you now have the ability to select to save the file names as "Relative Path" instead of the fully qualified file name.
The relative path files names are relative to the directory where the. FTL file is saved by the user. Build Workspace Builds compiles the Workspace including all contained Projects. The progress and results of the build can be viewed in the Status tab of the Output Display window.
AXW files preserve all relative file path information for the Projects, Systems and System files contained in the Workspace making them ideal for distribution to remote sites. New Project Opens the New Project Properties dialog, which allows you to assign an Identifier and general properties for a new Project. Once created, the new project is added to the Workspace. This invokes the Import Components From a Workspace dialog.
Use the dialog to select a specific Project con- tained in the Workspace. Docking view Changes the Workspace Window to a dockable window that can be resized and moved to anywhere within the NetLinx Studio work area. Hide Hides the Workspace Window. Workspace Properties Opens the Workspace Properties dialog, where you can view the basic properties of the open Workspace. The options in this dialog also allow you to edit the Workspace Identifier and Description.
Double click on a line containing an compiler error message to open the file in a Source Code Editor window, with the cursor positioned at the beginning of the line containing the indicated error.
Note : The version number of the compiler NetLinx or Axcess is dis- played in the Status tab, whenever source code is being compiled. Right-mouse click in the view to see the available options to save or copy the contents of this list.
This invokes the File Properties dialog, where you can change the Identifier, File Name and Description for each file that you are adding to the System. Notifications tab The Notifications tab displays several types of auto-notification mes- sages from one or more specified NetLinx devices. Diagnostics tab The Diagnostics tab displays internal system diagnostics messages sent by the NetLinx master controller Right-click inside any of the Output Display window tabs to access the Output Display window context menu.
As indicated, some of the options below are not relevant to all tabs. Copy All Items Copies all items in the list to the clipboard. Copy Selected Items Copies only the selected items in the list to the clipboard. You will be prompted for a file name to save the contents of the tab. Save Selected Items Saves only the selected items to a user-defined file. Find Search for text within the tab, via the Find dialog. You may Notifications and search up or down the tab based on the current cursor loca- Diagnostics tabs only tion within the tab.
The search can be case sensitive. When the text is found in the tab, the program highlights the row and scrolls the row into view.
Clear Clears all the items within the list. Save All Items Saves all items to a user-defined file. Cancel Current Transfer Cancels the current transfer. Cancel Selected Cancels only transfer items that have been selected highlighted.
Transfer Items Cancel Remaining Cancels all remaining transfers in the list, but allows the current trans- Transfer Items fer to complete. Cancel All Transfer Cancels all transfer items in the list, including the current one if appli- Items cable. Output Display Window - Notifications Tab The Notification tab of the Output Display Window displays the asynchronous notification messages being received from the master controller.
This way, you only see the section s that you are actually working in. In order to use fold levels, you must first enable the option in the Editor tab of the Pref- erences dialog by default, this option is disabled. Auto-suggest and As you type in a variable name, device name or a language Auto-complete functionality reserved word, the program will suggest a name that has been previous defined within the source code this option is toggled on and off in the Preference dialog - Editor Options tab.
Press the Tab key to incorporate an Auto-Suggest. Syntax Highlighting The text in the Editor windows is syntax highlighted for increased readability with a default set of colors.
Use the options in the Editor Options tab of the Preferences dialog to customize various aspects of the Source Code editor win- dows i. Note: Syntax highlighting assigns different colors to different types of data in your Source Code file.
Use syntax highlight- ing to make your code easier to read and manage. For example, you could syntax highlight all comments to yellow, all identifiers to red and strings to blue to make them more easily identifiable in your code file. Drag and drop selected text to another Editor window at the cursor location , or to another location within the same Editor window. Floating Window Source Code Editor windows are moveable and resizeable.
Use the options in the Window menu to arrange cascade or tile multiple windows. This feature allows you to view and edit different locations in a large code file. Key features of the Terminal window accessible through the Terminal window context menu are described below: Paste operations - Text data contained in the clipboard can be pasted into the terminal window. The Terminal window does not support : Cut operations. If the Terminal window becomes unresponsive, close and re-open the window.
The options include: Display Click to open the Display sub-menu, which contains view options for the Termi- nal Window. Clear Clears the contents of the Terminal Window. Disconnect Disconnects the Terminal. The terminal window background turns a light shade of gray, to indicate that it is disconnected. The Watch window consists of a table with four columns: Name Enter the name of the watched variable in this column.
Length This column displays the length of the watched variable. Value This column displays the value of the watched variable. Right-click inside the Watch Window to access the Watch Window context menu. Add Variable Opens a text field in the Name column, to allow you to add a variable to the Watch Window. Delete Variable Deletes the selected variable from the Watch Window.
Total Length Sets the viewing mode for arrays to show the total length of the array in the Length column of the Watch Window. All of the locations of the array are displayed, regardless of the Current Length value of the array. By default, this option is enabled. When disabled, the viewing mode shows Current Length in the Length column.
Single Step In NetLinx systems, this command executes a single instruction in the source file; in Axcess systems, it executes a single line of code in the Mainline. Using NetLinx Studio Using NetLinx Studio e. To compile the open Workspace: 1. Using NetLinx Studio The Code Wizard can be toggled to display individual dialogs for all the above functionality, for use by advanced users. You can copy and paste existing Projects and Systems within a Workspace. Opening Workspace Files 1. Import an Existing Project You can import existing Projects into the active workspace, via the Import a Project option in the Workspace context menu.
To import an existing Project into the active Workspace: 1. The same Project can be included in more than one Workspace file. Working With Workspace Files 3. Copying and Pasting Projects One advantage to the concept of Workspaces is that you can easily copy and paste Projects and all of the associated Systems and System Files within a Workspace.
To copy and paste a Project within a Workspace : 1. Deleting A Project From The Workspace When you "delete" a Project from the open Workspace, no System files are actually deleted from the hard drive; the Project is simply removed from the open Workspace. To delete a Project from the Workspace: 1. As is indicated in this dialog, there are three major points to understand when exporting your Workspace files: All files will reside in the same directory as the APW file upon extraction of the AXW file.
You may enter non-existing folders and the program will create them for you. The Progress bar indicates the progress of the export operation. Working With Workspace Files 5. Identifier The Workspace Identifier can have a maximum of characters. File Name The File Name cannot be changed and is only for display. Description The Description text is optional and can have a maximum of 2, characters.
Creation Date This read-only field indicates the creation date of the open Workspace. PJS file, the Conversion Date will also be displayed. To create new Project: 1. A Workspace must be open for these options to be enabled. Working With Projects 3. To compile a Project: 1. You can edit all of the information in this dialog: Identifier The Project Identifier is required and can have a maximum of characters. Dealer Optional, maximum of characters.
Sales Order Optional, maximum of characters. Designer Optional, maximum of characters. Purchase Order Optional, maximum of characters. Description Optional, maximum of 2, characters. To convert NetLinx Studio v1. This context menu contains various Project -level commands and options, including: New Project Opens the New Project Properties dialog.
Delete Project Deletes the selected Project from the Workspace. This option does not delete the Project or its associated files from the disk. Copy Selected Project Copies the selected Project to clipboard memory, so it can be pasted within the same Workspace only , via the Paste Project command in the Workspace context menu.
The System Properties dialog also contains options that allow you to set custom communication settings for the new system. Once created, the new system is added to the Project. APW file that contains the System you want to import into the Project. Use this dialog to select specific Systems contained in the selected Workspace. Paste System You can copy and paste Systems within a single Workspace by selecting Copy Selected System from the System context menu, then opening the target Project, and selecting the Paste System command.
Docking View - Changes the Workspace Window to a dockable win- dow that can be resized and moved to anywhere within the NetLinx Studio work area. Quick Load Project This option only available for the active Project allows you to access the File Transfer dialog, already configured to send all files in the active Project to the Master associated with the active System.
AXS files associated with the System. Include files These are Axcess or NetLinx code files. AXI that are referenced in any source code file by the 'Include' statement.
Module Files NetLinx Module files provide pre-fabricated. AXS code or compiled. TKO code to control a specific device on the bus. Module files can- not be designated as master files. When the System is being com- piled, Module files are compiled first, then copied to the directory where the designated Master Source code file resides. User Interface UI files These files. TP4 or. Infrared IR library files These files.
IRL or. IR Database files These files. Other files In many cases, it is helpful to save document and image files for example,. BMP with the other system files, even if they are not directly utilized by the control system.
Working With Systems and System Files make a copy of the original file under a different name , make your changes, then remove the original file from the System and link the new file to the System. Creating A New System When you create a new System, it is automatically added to the Project that is currently selected highlighted in the Workspace tab.
To create a new System: 1. If you are creating an Axcess system, ignore the System ID field. Click Communication Settings to open the Communication Settings dialog, where you specify the System platform, communications port settings or network settings as required: Click the Platform Selection radio buttons to select either Axcess or NetLinx as the system platform.
Do not change the Port number! It should always be set to default. You can only view or download manuals with. Sign Up and get 5 for free. Upload your files to the site. You get 1 for each file you add. Get 1 for every time someone downloads your manual. Buy as many as you need. View and download manuals available only for. Register and get 5 for free. Upload manuals that we do not have and get 1 for each file.
Get 1 for every download of your manual. Buy as much as you need. Closes the currently open Workspace file, and starts a new empty. Launches the Workspace Wizard, which steps you through the pro-. Opens the Open Workspace dialog, where you can locate and select. You can have only one Workspace. Closes the Workspace file. The program prompts you to close the files. Saves the Workspace file, under its current name and location.
Opens the Save Workspace As dialog, where you can specify a new. Builds compiles the Workspace including all contained Projects. The progress and results of the build can be viewed in the Status tab. AXW files preserve all. Opens the New Project Properties dialog, which allows you to assign. Once created,. This invokes the Import Components From a. Workspace dialog. Use the dialog to select a specific Project con-. You can copy and paste Projects by selecting Copy Project from the.
Project Folder context menu, and selecting the Paste Project com-. Changes the Workspace Window to a dockable window that can be. This option allows you to access the File Transfer dialog, already con-. Opens the Workspace Properties dialog, where you can view the. The options in this dialog. Double click on a line containing an compiler error message to open.
Right-mouse click in the view to see the available options to save or. To add one or more of the listed IR files to a System in the open Work-. This invokes the File Properties dialog, where you can. The Notifications tab displays several types of auto-notification mes-. The Diagnostics tab displays internal system diagnostics messages. Stops or starts the asynchronous notifications messages that. Stops or starts the internal system diagnostics messages that.
Copies only the selected items in the list to the clipboard. Saves all items to a user-defined file. You will be prompted for. Saves only the selected items to a user-defined file. You will. Search for text within the tab, via the Find dialog. You may. You will be prompted for a file.
You will be. Cancels only transfer items that have been selected highlighted. Cancels all remaining transfers in the list, but allows the current trans-. Cancels all transfer items in the list, including the current one if appli-. Editor Context Menu right-click inside the editor window to. Fold levels can be used to simplify the view in the Source.
Code Editor windows by allowing you to "fold" each major. This way, you only see the section s. In order to use fold levels,. As you type in a variable name, device name or a language. The text in the Editor windows is syntax highlighted for. Use the. Note: Syntax highlighting assigns different colors to different. Use syntax highlight-. Drag and drop any supported file type from Explorer into the. Source Code Editor to open that file in a new Source Code. Drag and drop selected text to another Editor window at the.
Source Code Editor windows are moveable and resizeable. Use the options in the Window menu to arrange cascade or. This feature. Right-click anywhere within a Source Code Editor window to.
Sending the program actually sends two files: the compiled TKN file and a zipped SRC archive of the uncompiled program. This can save you down the road if you ever need to recover a lost program from a controller!
Hit Send to send both to your controller. You are commenting using your WordPress. You are commenting using your Google account. You are commenting using your Twitter account. You are commenting using your Facebook account. Notify me of new comments via email. Notify me of new posts via email. Close Search. Share this: Twitter Facebook.
0コメント