Rockwell-automation 57C610 Enhanced Basic Language, AutoMax Instrukcja Użytkownika

Przeglądaj online lub pobierz Instrukcja Użytkownika dla Ekwipunek Rockwell-automation 57C610 Enhanced Basic Language, AutoMax. Rockwell Automation 57C610 Enhanced Basic Language, AutoMax User Manual Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 146
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 0

r


  

  
 
 
Przeglądanie stron 0
1 2 3 4 5 6 ... 145 146

Podsumowanie treści

Strona 1 -   

r      

Strona 2

1Ć2 You should be familiar with the instruction manuals which describeyour system configuration. This may include, but is not

Strona 3 - Table of Contents

?3/%')6727,)/)*7-725&-7-*(28&/)-17)+)5'20)62**7,))1(!,)&-1%5<3/%')69%'%7)(&<

Strona 4

=7.31 ROTATER% Function250&7!!9&5.&'/*527&7*%(2817:-*5*9&5.&'/*.6&6.1,/*25)28'/*.17*,

Strona 5

D2/A+./-36+5D,3=,37+;B=8=2/./-36+5/:>3?+5/7=8998<3=/80=2/*$#0>7-=3877=2/08558@371/A+695/+<<>6/=2/?+5&

Strona 6 - 

@ ,9.+*+89/3'9/43/8,47)+*'3*9.+84:7)+/8,47)+*9.+*+89/3'9/43,47)+*;'1:+</1157+;'/1".+#

Strona 7 - 

;3,"6&!2&(*3"6"2*"#,&."-&/2&802&33*/./'490&342*.(2&02&3&.4*.(4)&

Strona 8

@&(9:&15->8.(&1&))7*884+9-*+.78914(&9.43439-*39*7+&(*24):1*+7424794<-.(-)&9&.894'*7*&

Strona 9 - 1.0 INTRODUCTION

?#&/8*6*7851*)> 8((*66 #&5.&'/*127+281) &7&7<3*0.60&7(-25*;&03/*#%= !%

Strona 10 -  

C7.40 FINDVAR! Function#019.;4+:1548-7;18-9:0-;:5)>56-8):14/9?9:-3=1:0:0-:0-84-:56:154583):$!<)84)3-=0-8-<)84)

Strona 11

7Ć20dest_subscript is only used if destination_variable is an array. It determines where in the array to begin writing. If not an array, the value sho

Strona 12

7Ć21This function returns false only under the following conditions:D #n is not assigned to an opened portD #n is not assigned to a serial communicati

Strona 13 - AutoMax SYSTEMS

1Ć36. M/N 57C413 or 57C423 Common Memory module. This moduleis used when there is more than one Processor module in therack.7. M/N 57C492 Battery Back

Strona 14 -  

,%$%#&('&$$$% #"&% %%&'#$%#%# #"&a

Strona 15

8Ć18.0 ETHERNETCOMMUNICATIONFUNCTIONSThe following functions are used only with the Ethernet NetworkInterface (ENI) module (M/N 57C440). Before any of

Strona 16

8Ć2of the ENI will turn off for approximately 10 seconds while theinitialization is performed.Values Returned:ă1 Success-1 ENI failed self test-8 Bus

Strona 17 - AutoMax ENHANCED BASIC

8Ć3function. This can be specified as a simple variable or as an element of an array.port% is the local port number you want to give to thesocket. Beg

Strona 18 -  

8Ć4Values Returned:ă1 Success-2 ENI not initialized-9 No buffer space-12 Bad InterNet address-15 Bad socket number-102 Socket not connectedFor example

Strona 19 -  

8Ć5 Format:SEND%( sn%, var, len% )where:sn% is the number of the socket through which themessage is to be sent. This is the value tha

Strona 20

8Ć6 Format:SENDL%( sn%, list! )where:sn% is the number of the socket through which themessage is to be sent. This is the value that

Strona 21 - CONSTANTS

8Ć7 Format:RECV%( sn%, var, len% )where:sn% is the number of the socket through which themessage is to be received. This is the value

Strona 22

8Ć8 Format:RECVL%( sn%, list! )where:sn% is the number of the socket through which themessage is to be received. This is the value t

Strona 23

8Ć98.10 SETSOCKOPT% FunctionFormat:SETSOCKOPT%( sn%, opnum%, opval% )where:sn% is the number of socket whose option you want toset.opnum% is the numbe

Strona 24

fafadfdfdasfdsfdsdsdfdsfdsfdsfsdfdsaafdfdsfdsfdfdsfdsfsadfdaasfdfaddfdd

Strona 25

8Ć108.11 GETSOCKOPT% FunctionFormat:GETSOCKOPT%( sn%, opnum%, opval% )where:sn% is the number of socket whose option you want toread.opnum% is the num

Strona 26 -  

8Ć11For example, to test if the socket is connected:STATUS% = GETSOCKOPT%( SN%, 0800h, OPTION_VALUE%)8.12 SHUTDOWN% FunctionFormat:SHUTDOWN%( sn% )whe

Strona 27

fafadfdfdasfdsfdsdsdfdsfdsfdsfsdfdsaafdfdsfdsfdfdsfdsfsadfdaasfdfaddfdd

Strona 28 -  

AĆ1Appendix AConverting a DCS 5000 BASIC Task toAutoMaxYou can easily convert any DCS 5000 Version 4 task to AutoMax. SimplyreĆcompile the task using

Strona 29 -  

fafadfdfdasfdsfdsdsdfdsfdsfdsfsdfdsaafdfdsfdsfdfdsfdsfsadfdaasfdfaddfdd

Strona 30 -  

BĆ1Appendix BBASIC Compiler and Run Time ErrorCodesThe following error codes are displayed on the screen when tasks are compiled.Control Block Error C

Strona 31 -  

BĆ2297 Invalid data type for variable in Control Block298 Parameter keyword previously defined in Control Block299 Data structure symbol name too long

Strona 32

BĆ3343 Bad function variable344 Bad array; must be 1 dimension (integer)345Bad BLOCK_MOVE variable346 Variable in function call not defined as COMMON3

Strona 33 - 5.0 EXPRESSIONS

BĆ4412 Bad GET statement format413 Bad PUT statement format414 Bad INPUT statement format415 Cannot close a channel416 Cannot GET from a channel417 Ca

Strona 34

BĆ5484 New value must be same type as tunable in WRITE_TUNE485 Tunable variable expected486 Missing delimiter487Mis

Strona 35 -  

2Ć12.0 PROGRAMMING FORAutoMax SYSTEMSIn AutoMax systems, application programs, also referred to as tasks,can be written in Ladder Logic/PC language, C

Strona 36 -  

BĆ6533 Task not of type BASIC, CONTROL, or CONFIGURATION534 Invalid task statement format535 Invalid task priority536 Invalid task name537 Invalid slo

Strona 37

BĆ7590 Invalid value for WLG591 Invalid value for ORDER592 Control Blocks encountered before SCAN_LOOP593 Invalid val

Strona 38 - 5.4 Relational Expressions

BĆ8690 Error opening the object output file691 Error writing to object output file692 Task with READ statements but no DATA statements693 Too many LOC

Strona 39 - 

BĆ9788 Hardware event ticks overflow789 Print buffer overflow; print field too long790 Device not open properly791 OPEN with bad device address792 Dev

Strona 40

BĆ10838 First substring position specification greater than string length839 Not assigned840 Not assigned841 Wrong data type input for boolean842 Anot

Strona 41 - STATEMENT TYPES

BĆ11888 BCD output number greater than 9999889 Bad bit number in function call890 Bad option number in function call891 Invalid GATEWAY transfer call

Strona 42

BĆ121008 Broken wire in resolver1009 (not used)1010 Overspeed trip1011 Power Technology module fault1012 PMI power supply fault1013 PMI bus fault1014

Strona 43 - 

CĆ1Appendix CHardware Interrupt Line AllocationCurrent Minor Loop (CML) tasks or tasks that use BASIC hardware EVENTstatements require Processors to a

Strona 44 -  

CĆ2Example #2xxxxSlot 1ProcessorModuleSlot 2ProcessorModule1 CML task 4 hardware EVENTstatements=ăInterrupt Line=ăHardware EVENT Statement=ăCML TaskxC

Strona 45

DĆ1The following BASIC statements are supported in UDC Control Blo

Strona 46 - (LET/SET_MAGNITUDE)

2Ć2The configuration task does not actually execute or run; it serves asa central storage location for systemĆwide information. Note thatlocal variabl

Strona 47 - 6.4.1 GOTO (GO TO) Statement

fafadfdfdasfdsfdsdsdfdsfdsfdsfsdfdsaafdfdsfdsfdfdsfdsfsadfdaasfdfaddfdd

Strona 48

EĆ1The list that follows shows which AutoMax Processor modul

Strona 49 -  

fafadfdfdasfdsfdsdsdfdsfdsfdsfsdfdsaafdfdsfdsfdfdsfdsfsadfdaasfdfaddfdd

Strona 50 - (Subroutines)

FĆ1Appendix FNew FeaturesThe following are either new or changed in BASIC for Version 3.0 of theAutoMax Programming Executive.1. ENI_INIT%2. SOCKET%3.

Strona 51

fafadfdfdasfdsfdsdsdfdsfdsfdsfsdfdsaafdfdsfdsfdfdsfdsfsadfdaasfdfaddfdd

Strona 52 - 

fafadfdfdasfdsfdsdsdfdsfdsfdsfsdfdsaafdfdsfdsfdfdsfdsfsadfdaasfdfaddfdd

Strona 53 -  

For additional information1 Allen-Bradley DriveMayfield Heights, Ohio 44124 USATel: (800) 241-2886 or (440) 646-3599http://www.reliance.com/automaxCop

Strona 54

2Ć3Each of these tasks would be assigned a priority level (either in thespecific configuration task for the rack, or in later versions of theProgrammi

Strona 55

fafadfdfdasfdsfdsdsdfdsfdsfdsfsdfdsaafdfdsfdsfdfdsfdsfsadfdaasfdfaddfdd

Strona 56

3Ć13.0 STRUCTURE OF ANAutoMax ENHANCED BASICPROGRAMBASIC programs, or tasks, are created using a text editor.Note the following naming convention. App

Strona 57 - 

3Ć22. To provide a reference for conditional and unconditionaltransfers of control (GOTO,GOSUB, etc).Line numbers can be consecutive numbers:1ăLET M%=

Strona 58

3Ć3 In BASIC, a statement can continue onto another line. When astatement is to be continued, the line is terminated with anam

Strona 59 - 

E Copyright Reliance Electric Industrial Company 1998.Nortonr is a registered trademark of Peter Norton Computing, Inc. MODBUSr is a registered tradem

Strona 60 - 

fafadfdfdasfdsfdsdsdfdsfdsfdsfsdfdsaafdfdsfdsfdfdsfdsfsadfdaasfdfaddfdd

Strona 61

4Ć14.0 VARIABLES ANDCONSTANTSAll operations performed in BASIC use constants or variables.Constants are quantities with fixed value represented in num

Strona 62 - 6.7 Real Time Enhancements

4Ć2AutoMax Enhanced BASIC has variable types" just as standardBASIC does. The variable type indicates the kind of information thevariable is rep

Strona 63 - 

4Ć34.1.1.2 Double Integer Variables (Long Integers)A double integer variable is a named location in which an integervalue can be stored. It is called

Strona 64 - Statement

4Ć44.1.1.4 Boolean VariablesA boolean variable is a named location which represents aTRUE/FALSE or ON/OFF value. It is named using the rules listed in

Strona 65

4Ć5Array variables are specified by adding a subscript(s) after thevariable name, which includes the appropriate terminating characterto denote the ty

Strona 66

4Ć6an application task allocates space for 21 string values of 10characters each. Note that if no length is specified in the initial arrayreference, t

Strona 67 - FOR INPUT STATEMENTS

4Ć7considered outputs: command registers, application registers,the ISCR (interrupt status and control register), scans perinterrupt register, and sca

Strona 68

4Ć8 The following common memory variables are preĆdefined for everyrack. However, they do not appear on the fo

Strona 69

4Ć9 A hexadecimal constant also specifies an integer value in base 16 orhex" (hexadecimal) format. A hexadecimal numbe

Strona 70

ITable of Contents1.0 Introduction 1Ć1. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1.1 Compatibility

Strona 71

4Ć10 A real constant is a number with a decimal point. For large numbers,use scientific notation in the following general format: a

Strona 72

4Ć11The following are invalid string constants and the reasons that theyare invalid:WRONG TERMINATOR' (Surrounding quotes must be of sametype.)`

Strona 73 - 6.8.3 INPUT

fafadfdfdasfdsfdsdsdfdsfdsfdsfsdfdsaafdfdsfdsfdfdsfdsfsadfdaasfdfaddfdd

Strona 74

5Ć15.0 EXPRESSIONSAn expression is a symbol or a group of symbols that BASIC canevaluate. These symbols can be numbers, strings, constants,variables,

Strona 75 - USING Statements

5Ć2expression with a single or double integer variable, the result isalways integer.Table 5.1 lists the arithmetic operators and their meanings. Ingen

Strona 76

5Ć3BASIC evaluates expressions enclosed in parentheses before theoperator immediately outside the parentheses, even when theoperator enclosed in paren

Strona 77

5Ć4The relational operators="and < >" or > <" are used whenthere is a relational or comparison expression, such as that

Strona 78

5Ć5Table 5.3 Ć Truth Table for Boolean Operators     00 0 0 0 101 0 1 1 110 0 1 1 011 1 1 0 01= TRUE; 0 = FALSEThe AND bool

Strona 79

5Ć6D When a boolean value is combined with an integer value, theboolean is always treated as the value zero (0) if it is FALSE andone (1) if it is TRU

Strona 80

5Ć7The following are relational expressions:A% > B%((A%+3)/16) < > 32(((A%/25) +13)+B%) >= SPEED%(A% < > B%) OR (GAIN => 3.58867)

Strona 81

II6.4.1 GOTO (GO TO) Statement 6Ć7. . . . . . . . . . . . . . . . . . . . . . . . . . 6.4.2 ON GOTO Statement 6Ć9. . . . . . . . . . . . . . . . . . .

Strona 82 -  

5Ć84. The intermediate value of ([B% * C%) *D%] * REAL1), which isin real format, is now multiplied by REAL2, also in real format.The result is then a

Strona 83 -  

6Ć16.0 AutoMax ENHANCED BASICSTATEMENT TYPESAs described in section 3.1, each BASIC statement begins with aline number followed by a keyword. The keyw

Strona 84 -  

6Ć23. Tunable variables. These variables can be double integer,integer, or real type and can be read from, but cannot be writtento by any means except

Strona 85 - 6.9 Error Handling

6Ć3LOCAL variable [CURRENT=val1, HIGH=val2, LOW=val3, & ăăăăă ăĂ STEP=val4]where:variable = simple variable of double integer, integer, or realtyp

Strona 86 - 6.10 INCLUDE Statement

6Ć4Recall that BASIC tasks always use the most current value ofcommon variables when performing calculations, while ControlBlock and PC/Ladder Logic t

Strona 87 - (STOP and END Statements)

6Ć5The ! format is interchangeable with the REM format for a comment;however, the statements are treated differently by the compiler.The ! format comm

Strona 88

6Ć66.3 Variable Assignment(LET/SET_MAGNITUDE)There are two formats for assigning a value to a variable: the LETstatement and the SET_MAGNITUDE statem

Strona 89 -  

6Ć710 SET_MAGNITUDE(A%,0FEFE2222H) Even if the result of the value field is more than 16 bits ofsignificance (all integer ar

Strona 90 -  

6Ć8In the following example:30 GOTO 110BASIC branches control to line 110. BASIC interprets the statementexactly as it is written: go to line 110. The

Strona 91 - 7.9 CHR$ Function

6Ć9GOTO statements can use integer expressions instead of a constantas the transfer line number; however, the expression must have aninteger as its fi

Strona 92 -  

III7.20 FIX Function 7Ć7. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7.21 CURPOS$ Function 7Ć7. . . . . . .

Strona 93 - 7.15 LEFT$ Function

6Ć10line_number_1 through line_number_N = line numbers to which control istransferred depending on theevaluated expressionThe line numbers always corr

Strona 94 - 7.18 VAL% Function

6Ć11When BASIC executes a GOSUB, it stores the return location of thestatement following a GOSUB.Each time a GOSUB is executed, BASIC stores another l

Strona 95 - 7.21 CURPOS$ Function

6Ć12 The IFĆTHENĆELSE statement provides a transfer of control basedon the result of a relational or comparison expression.

Strona 96 -  

6Ć13(SWITCH_34% is not a boolean variable or a valid Ărelational expression)150IF A% > B% THEN GOTO 700 ELSE GOTO 400 END_IF (The keyword THEN must

Strona 97 -  

6Ć14where:variable = simple numeric variable known as the loop index.expression_1 = initial value of the index; can be any numeric expression.express

Strona 98 - 7.27 BIT_MODIFY@ Function

6Ć154567891011In the above program, the initial value of the index variable is 1. Theterminating value is 10, and the STEP size is + 1(the default). E

Strona 99 -  

6Ć16A loop can contain one or more loops provided that each inner loopis completely contained within the outer loop. Using one loop withinanother is c

Strona 100 -  

6Ć1720 FOR B%=2 TO 10 STEP 230 X%(A%,B%)=A% + B%40 NEXT B%50 NEXT A%60 END The typical control applic

Strona 101 - 7.31 ROTATER% Function

6Ć18where:event_name = symbolic name given to that particular event and thehandle" for further references to that event; not followedby a termin

Strona 102 -  

6Ć19Note that it is possible to disable the timeout period for a hardwareevent. Disable the timeout for I/O modules that, unlike the Resolvermodule, d

Strona 103 - 7.35 GATEWAY_CMD_OK@ Function

IVConverting a DCS 5000 BASIC Task to AutoMax AĆ1. . . . . . . . . . . . . . . . BASIC Compiler and Run Time Error Codes

Strona 104 -   

6Ć20Task ABC10 EVENT NAME=GAIN_OVER...90 IF GAIN>MAX_GAIN THEN SET GAIN_OVER...Task XYZ30 EVENT NAME=GAIN_OVER...105 WAIT ON GAIN_OVER... 

Strona 105 - 7.38 READVAR% Function

6Ć21Any combination of the above variable types is permitted;however, a PRINT to or INPUT from this specific channelmust always pass the same number a

Strona 106 -  

6Ć22Tasks do not have to call the variables by the same names whenreading and writing to the channel; they simply write an integerquantity (for an int

Strona 107 - 7.41 CONVERT% Function

6Ć23 The START EVERY statement format is similar to the DELAYstatement format but is used to do a periodic reĆstart or scan

Strona 108 - 7.42 RTS_CONTROL@ Function

6Ć246.8 Communication CapabilitiesBASIC communicates with other processing elements in a system,including operator's terminals and other applicat

Strona 109 -  

6Ć25How you use the OPEN statement depends on whether it is beingused with port A or port B. For port A, t

Strona 110

6Ć26When hardware handshaking is enabled for a port, the DTR(Data Terminal Ready) pin on the Processor port is false whenmore than 53 characters are i

Strona 111 - FUNCTIONS

6Ć27hex number0D001514131211109 87 6543210OPTIONAL TERMINATION CHARACTER FOR INPUT STATEMENTS1: XĆON,XĆOFF HANDSHAKE ENABLED (D)0: XĆON, XĆOFF HANDSH

Strona 112 - 8.3 BIND% Function

6Ć28If the default setup or baud rate are not suitable for your application,use the following OPEN statement format to temporarily allocate theport fo

Strona 113 -  

6Ć29port A and then closes the port. If USERNAME$ is blank, KYBD.BASprompts the user to enter his name. DISPLAY.BAS displays themessage Hello World&q

Strona 114 -  

VTable 5.1Ć Arithmetic Operators 5Ć2. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table 5.2Ć Relative Precedence

Strona 115 -  

6Ć30For port B, you must use the OPEN statement in a task to allocatethe port before the task can communicate through the

Strona 116 -  

6Ć31Port B Application Notes1. Port B requires port allocation and error handling to be handledby the application tasks.2. OPEN" the port to set

Strona 117 -  

6Ć32100 COMMON USERNAME$110 COMMON KYBD_RDY@, DISP_RDY@ :900 USERNAME$ = "910 KYBD_RDY@ = FALSE :1000 IF DISP_RDY@ THEN DEL

Strona 118 -  

6Ć336.8.2 CLOSE StatementThe CLOSE statement is used to deĆallocate a channel or port toallow other application tasks to have access to it. The CLOSEs

Strona 119 - 8.10 SETSOCKOPT% Function

6Ć34system will prompt again, indicating that it is waiting for more data.The system will also prompt again if the operator enters just a<CR> by

Strona 120 - 8.11 GETSOCKOPT% Function

6Ć35bits of the device characteristics word in the SETUP portion of theOPEN statement. For example, if you wanted to use a question mark(hexadecimal 3

Strona 121 - 8.12 SHUTDOWN% Function

6Ć36The following is a typical PRINT statement using the default port(PORTA):40 PRINT A%,B%, MESSAGE$,C% + D%The output line would be 13 29 MOTOR 53,

Strona 122

6Ć37This prints as follows:567THIS IS STRING1THIS IS STRING2 98 FALSE1 SPACE BEFORE BOOLEAN1 SPACE BEFORE NUMERICNO SPACES BEFORE STRING FIELDNO SPACE

Strona 123 - Appendix A

6Ć38formatted_print_list = list of formatted data fieldsThe individual formatted data fields have the following form:<format_type> <field_wid

Strona 124

6Ć39The next print expression would start in column 41:column 1 column 41CHARACTERS40-CHARACTER FIELDPrint statements 20,30,40, and 50 would appear as

Strona 125 - Appendix B

fafadfdfdasfdsfdsdsdfdsfdsfdsfsdfdsaafdfdsfdsfdfdsfdsfsadfdaasfdfaddfdd

Strona 126 - 

6Ć40places to the right of the decimal point is specified as greater thanzero.The following are all valid PRINT USING statements:20 PRINT USING L24:H

Strona 127 - 

6Ć416.8.5 IOWRITE Statement (Accessing Foreign I/O)See JĆ3649, JĆ3750 or J2Ć3045 for the requirements for using foreignmodules in an AutoMax system. O

Strona 128 - Array Error Codes

6Ć42Note that all taskĆtoĆtask communication information is managed bythe system on the Common Memory module (M/N 57C413). The GET s

Strona 129

6Ć43Refer to the OPEN statement description (6.8.1) for more informationon how the GET statement is used with the OPEN statement. T

Strona 130

6Ć44The number of variables in the READ statement does not have tomatch the number of expressions in a specific DATA statement.BASIC will simply go to

Strona 131 - 

6Ć45The effect of the first format (with no line number) is to move theDATA statement pointer back to the first DATA statement in theprogram. The effe

Strona 132 - 

6Ć466.9.2 RESUME StatementAfter BASIC has transferred control to an error handling routine,RESUME tells BASIC that the error handling is complete. The

Strona 133

6Ć47When you save a reconstructible task from the processor, thesystem will write the lines included back to a file with the samefilename as specified

Strona 134

fafadfdfdasfdsfdsdsdfdsfdsfdsfsdfdsaafdfdsfdsfdfdsfdsfsadfdaasfdfaddfdd

Strona 135 - 

A ;:5(>4/(4*,+ 04*58658(:,94;3,85;904:80490*-;4*:05490,-;4*:0549:/(:*(4),;9,+=0:/04,>68,990549 53,(8,9:

Strona 136 - 

1Ć11.0 INTRODUCTIONThe products described in this instruction manual are manufacturedby Reliance Electric Industrial Company.The AutoMax Programming E

Strona 137 - Appendix C

&  $#$! !  %  !  !

Strona 138

17.5 LN Function&)$+/')**"&%.!)/')**"&%$,*+&%,$)""%+ )&))#+0&apos

Strona 139 - 

@$0-.:4+91547-9:748)89714/+0)7)+9-7+577-8654,14/9590-,-+13)2#;)2:-5.90-146:9-=67-88154#$"!#" &a

Strona 140

B6<1.4*;<.@*584.<1./7:5*<7/<1.:.*46=5+.::.<=:6.-*;*;<:2602;<1.;*5.6=5+.:+=<26*-2//.:.6<:.8:.;.6

Strona 141 - 

7Ć67.16 RIGHT$ FunctionFormat:RIGHT$(string,str_length)where:string can be a string variable or expression.str_length is the number of characters to t

Strona 142

H7.19 VAL Function;>9.@( ?@>6:4C52>2?@>6:40.:/2.?@>6:4B.>6./82;>2D<>2??6;:&523A:0@6;:>2@A>:?@5

Strona 143 - Appendix F

?.2+361&8.32&'39846.28.2,&2)>32*)+.*0)7(&2'*+392).2  !8&8*1*287.27*(8.32 

Strona 144

7Ć9ESC [2K Erase all of the line, inclusive.CLR_TO_ENDLINE% = 0PRINT;CLRLINE$(CLR_TO_ENDLINE%); Whe

Strona 145

A7.25 BIT_SET@ Function472'9!% !;'7/'(1+(/9A3:2(+7<.+7+;'7/'(1+/8'8/3-1+47*4:(1+/39+-+7;'7/&

Strona 146 - 1 Allen-Bradley Drive

=015+0/&'(+/'45*'%*#/)'50$'.#&'505*'$+5#/&.#:$'#/+/5')'303$00-'#/

Komentarze do niniejszej Instrukcji

Brak uwag