User manual AMX NETLINX PROGRAMMING LANGUAGE

Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets... DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Lastmanuals provides you a fast and easy access to the user manual AMX NETLINX PROGRAMMING LANGUAGE. We hope that this AMX NETLINX PROGRAMMING LANGUAGE user guide will be useful to you.

Lastmanuals help download the user guide AMX NETLINX PROGRAMMING LANGUAGE.


Mode d'emploi AMX NETLINX PROGRAMMING LANGUAGE
Download
Manual abstract: user guide AMX NETLINX PROGRAMMING LANGUAGE

Detailed instructions for use are in the User's Guide.

[. . . ] Language Reference Guide NetLinx Programming Language NetLinx Programming Document ID: 033-004-2255 Last Revised: 10/05/2006 Software License and Warranty Agreement LICENSE GRANT. AMX grants to Licensee the non-exclusive right to use the AMX Software in the manner described in this License. This license does not grant Licensee the right to create derivative works of the AMX Software. The AMX Software consists of generally available programming and development software, product documentation, sample applications, tools and utilities, and miscellaneous technical information. Please refer to the README. TXT file on the compact disc or download for further information regarding the components of the AMX Software. [. . . ] FLOAT ATOF (CHAR STRING[ ]) Parameters: · STRING: An input string containing the character representation of the floating-point number. The result is a 64-bit floating-point number representing the converted string. Any non-numeric characters in the string are ignored. ATOF returns the value representing the first complete set of characters that represents a floating-point value. Valid characters are "0" through "9", ". ", the sign designators ("+" and "-"), and the exponent ("e" or "E"). If no valid characters are found, zero is returned as a result. Num = ATOF('The total = -1. 25e-3')// Num = -0. 00125 ATOL This function converts a character representation of a number to a signed 32-bit integer. SLONG ATOL (CHAR STRING[ ]) Parameters: · STRING: A string containing the character representation of the integer. The result is a 32-bit signed integer representing the converted string. Any nonnumeric characters in the string are ignored. ATOL returns the value representing the first complete set of characters that represents an integer. Valid characters are "0" through "9" and the sign designators "+" and "-". If no valid characters are found, zero is returned as a result. Num = ATOL('Value = -128000') BAND (&) BNOT (~) BOR (|) // Num = -128000 This operator performs a bitwise AND on two data items, which can be constants or variables. This operator performs a bitwise NOT on a constant or variable. This operator performs a bitwise OR on two data items, which can be constants or variables. 102 NetLinx Programming Language Reference Guide Reserved Identifiers Keywords & Run-Time Library Functions (Cont. ) BREAK The BREAK command terminates execution of the current WHILE, LONG_WHILE, or FOR loop and resumes program execution at the first instruction following that loop. BREAK also jumps to the end of a SWITCH statement. WHILE (<condition>) { // statements IF (<condition>) { BREAK // Go to statement: X = X + 1 } } // Execution continues here after BREAK or // after normal completion of the WHILE loop. X=X+1 BUTTON_EVENT This keyword defines a button event handler and can only be used in the DEFINE_EVENT section of the program. This type of handler processes PUSH, RELEASE, and HOLD events. BUTTON_EVENT[DEVICE, CHANNEL] or BUTTON_EVENT [(DEVCHAN[ ])] { PUSH: { // Push statements go here } RELEASE: { // Release statements go here } HOLD[TIME, [REPEAT]]: { // Hold statements go here } } See the Event Handlers section on page 61. BXOR (^) CALL This operator performs a bitwise XOR operation between two data items, which can be constants or variables. [. . . ] Level: A value that is related to an analog input or output on a NetLinx device. Level Event: Triggered by a level change on a particular device. Local variable: A variable declared in a subroutine or function, and whose scope is limited to that subroutine or function and is static. Mainline: The portion of a NetLinx program (DEFINE_PROGRAM) that is executed continuously to service input events and provide feedback to NetLinx devices. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE AMX NETLINX PROGRAMMING LANGUAGE

Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets...
In any way can't Lastmanuals be held responsible if the document you are looking for is not available, incomplete, in a different language than yours, or if the model or language do not match the description. Lastmanuals, for instance, does not offer a translation service.

Click on "Download the user manual" at the end of this Contract if you accept its terms, the downloading of the manual AMX NETLINX PROGRAMMING LANGUAGE will begin.

Search for a user manual

 

Copyright © 2015 - LastManuals - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.

flag