User manual OMRON NS-RUNTIME SOFTWARE 2007

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. Diplodocs provides you a fast and easy access to the user manual OMRON NS-RUNTIME. We hope that this OMRON NS-RUNTIME user guide will be useful to you.


OMRON NS-RUNTIME SOFTWARE 2007: Download the complete user guide (3521 Ko)

You may also download the following manuals related to this product:

   OMRON NS-RUNTIME SOFTWARE (2653 ko)

Manual abstract: user guide OMRON NS-RUNTIMESOFTWARE 2007

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

[. . . ] V093-E1-04 NS-Runtime Software USER'S MANUAL Notice OMRON products are manufactured for use according to proper procedures by a qualified operator and only for the purposes described in this manual. The following conventions are used to indicate and classify precautions in this manual. Failure to heed precautions can result in injury to people or damage to property. Indicates an imminently hazardous situation which, if not avoided, will result in death or serious injury. [. . . ] 1 Item Display the document on a document display object Description Select this check box to display PDF file on a document display object when an alarm/event occurs. Click the Set Button to display the Document Table Setting Dialog Box. Then select a document to display. 4-15 4-4 Data Logs 4-4 Data Logs With the NS-Runtime, maximum number of always logging points has been extended to 160, 000 points. For the other items, refer to 2-15 Data Logs in the NS Series Programming Manual. Resister data log groups by clicking the Add or Edit Button. 1 No. 1 Item Always Logging Points Details Always logging is possible for up to 160, 000 with the NSRuntime. The sum of the products of the number of logging points total and the number of points of `Log only when Data Log object is shown' cannot exceed 160, 000 points. Notte No e The number of "Always logging points" is the sum of the products of the number of points registered and the number of logging points for each group for which the log period is set to "always. " (Number registered x Number of log points)+(Number registered x Number of log points)+. . . +(Number registered x Number of log points) For the above example, calculations would be as follows: {2×10(Group1 )}+{4×1000(Group 2)}+{4×10(Group 4)} = 4060 4-16 4-5 Macros 4-5 Macros 4-5-1 Functions In addition to macro of NS Series, the following functions are provided for macro of the NSRuntime. Action Manipulating character strings String Comparison (Case sensitive) String Comparison (Not case sensitive) String Concatenation Gets String Length Extracts the specified number of characters from the leftmost characters of a string. Extracts the specified number of characters from a specified character position of a string. Extracts the specified number of characters from the rightmost characters of a string. Deletes the leftmost spaces of a string Deletes the spaces at both sides of a string Deletes the rightmost spaces of a string Converts a string to lower case Converts a string to upper case Finds a window title Maximizes a specified window Minimizes a specified window Restores a size of a specified window Brings a specified window to the front Exits a specified window Starts up an application Function STRCMP/STRCMPW STRICMP/STRICMPW STRCAT/STRCATW STRLEN/STRLENW STRLEFT/STRLEFTW STRMID/STRMIDW STRRIGHT/STRRIGHTW STRLTRIM/STRLTRIMW STRTRIM/STRTRIMW STRRTRIM/STRRTRIMW STRLWR/STRLWRW STRUPR/STRUPRW WINFIND WINMAX WINMIN WINNORMAL WINTOP WINTERM EXEC Manipulating Window Module startup 4-17 4-5 Macros The timing when a function can be executed as shown below. Project Macro Screen Macro Functional object Macro When Loading a Project Alarm/Event On Timing Alarm/Event Off Timing When changing a bit When changing a value When Loading a screen When Unloading a screen Touch On Timing Touch Off Timing When changing a value Before Inputting Numeral/String When writing Numeral/String List Selection When pressing a Display Area When Selecting an Alarm/Event STRCMP(W) STRICMP(W) STRCAT(W) STRLEN(W) STRLEFT(W) STRMID(W) STRRIGHT(W) STRLTRIM(W) STRTRIM(W) STRRTRIM(W) STRLWR(W) STRUPR(W) WINFIND WINMAX WINMIN WINNORMAL WINTOP WINTERM EXEC OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK 4-18 4-5 Macros Table of Function and Argument The variety of variables and values, which can be specified as an argument for macro function is described below. Characters such as S, D, n, x, y in the Argument column indicate parameters used in the formats given in 4-5-2 Details of the Functions. PT Memory Host Side Address Specify Index Long access of word Argument Constant Numerical access of bit String $W $HW $SW $B $HB $SB Function STRCMP(W) STRICMP(W) STRCAT(W) STRLEN(W) STRLEFT(W) S1 S2 S1 S2 D S S D S n D S n1 n2 D S n D S D S D S D S D S S1 S2 S1 S2 S1 S2 S1 S2 S1 S2 S1 S2 S1 S2 S3 OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK STRMID(W) OK OK STRRIGHT(W) STRLTRIM(W) STRTRIM(W) STRRTRIM(W) STRLWR(W) STRUPR(W) WINFIND WINMAX WINMIN WINNORMAL WINTERM WINTOP EXEC OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK 4-19 4-5 Macros 4-5-2 Details of the Functions This section describes details of standard functions used in macro programming. EXEC Applicable versions Format Function Application Startup System Version 6. 6 or higher EXEC(S1, S2, S3) Executes the command specified with S1 and displays at S2 window title and in S3 window style. (Separate a startup file and a startup argument with a space) Note: Set Unicode when using variables to specify text strings for S1 and S2. A path containing blank space cannot be specified for the argument when staring S1. S2: Window title after a startup (" " displays the default title at startup) Note: If the application being started specifies a window title. S3: Windows size at startup (0=normal, 1=Minimize, 2=Maximize, 3=Hide) Note: Use Unicode if you use symbols to specify strings with S1 and S2. If the application to be started specifies a window title, the window title specified with S2 will be disabled. 0: Completed normally -1: Startup failed EXEC("CMD. EXE", "ABC", 2); 'Execute CMD. EXE and maximize a window titled ABC. Return Value Example STRCAT(W) Applicable versions Format Function Return Value Example String Concatenation System Version 6. 6 or higher STRCAT(D, S) --- ASCII code STRCATW(D, S) --- Unicode Connects the string S to the string D. None STRCPY($W0, "ABC"); STRCPY($W10, "DEF"); STRCAT($W0, $W10); 'Set ABC to $W0 to $W1. 'Set ABCDEF to $W0 to $W3. 4-20 4-5 Macros STRCMP(W), STRICMP(W) Applicable versions Format Function String Comparison System Version 6. 6 or higher STRCMP(S1, S2) STRICMP(S1, S2) --- ASCII code STRCMPW(S1, S2) STRICMPW(S1, S2) --- Unicode Compares the string. STRCMP(W) Case sensitive STRICMP(W) Not case sensitive 0: Agree -1: Disagree. [. . . ] Specify the Save Cycle to between 1 second and 24 hours. Specify a path. Set a value to between one second and 24 hours for the save cycle. Destination folder is not set. Specify a path. 7-4 7-3 Error Messages and Countermeasures Messages displayed on the NS-Runtime Message Failed to initialize CX-Server. Check the communication setting with the support tool and transfer the project data again. Possible Countermeasure Install the CX-Server. Cannot read project data. (Not downloaded or corrupted. ) Download project data. Cannot read project data. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE OMRON NS-RUNTIME




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual OMRON NS-RUNTIME will begin.

 

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