Wiki source code of 08 Macro Script

Version 35.1 by Karen on 2023/06/02 14:53

Show last authors
1 This chapter provides information about scripts in PIStudio.
2
3 = **Script type** =
4
5 Script is applied to realize complex control functions. HMI compile software provide powerful function, simple operation, reliable script system, the features of script are list as follow:
6
7 Similar to BASIC grammatical structure;
8
9 * BASIC work as the first computer language for the general public, it is easy and efficient to use.
10
11 Support all of program logic control structures;
12
13 * Software script supports three logic control structures: order, condition, loops. It could realize complexity procedures.
14
15 Powerful function; Functions of script are divided into two types: system and custom function.
16
17 * System function: the functions that system has been predefined for users.
18 * Custom function: users could define a function and apply to all scripts.
19
20 Support variety of data format;
21
22 * Script supports integer, floating, BCD code, byte, string and etc.
23
24 **Scripts Running Method**
25
26 1. **Background Script:** Run independently during start project, screen updates have no influence and valid of all scripts.
27 1. **Screen Script:** Only run under the designated screen. Screen script start running until screen is closed or switched.
28
29 And both screen and background have four modes for script
30
31 (% class="table-bordered" %)
32 |=**Property**|=**Description**
33 |Initialize|The script would be executed once during loading project.
34 |Close|The script would be run once during closing HMI project.
35 |Timing|The script would run under certain conditions after the HMI is started, until the condition ends.
36 |Bit trigger|Script would be repeat executed when meet the condition of bit trigger.
37
38 == Initialize ==
39
40 Initialize script divided into screen initialize script and background initialize script. Screen initialize script runs once during the initialization of screen; background initialize script runs during the loading of project.
41
42 **Operating procedures**
43
44 Click "Background script" in project manager to enter script editor screen, or click "Screen script" in right click menu of screen to enter script editor screen;
45
46 (% style="text-align:center" %)
47 [[image:9.Scripts_html_96fb2991c0580f0f.gif||class="img-thumbnail"]]
48
49
50 (% style="text-align:center" %)
51 [[image:9.Scripts_html_3cebb8edeabbd760.gif||class="img-thumbnail"]]
52
53 Double click "initialize" to open script edit window, as below shows;
54
55 (% style="text-align:center" %)
56 [[image:9.Scripts_html_8d93c592be893fad.gif||class="img-thumbnail"]]
57
58 Enter scripts in edit window;
59
60 == Close ==
61
62 Close script divided into screen close script and background close script. Screen close script runs once During the destroying of screen because of closing or switching; background close script runs during the closing of project (such as restart HMI, into HMI setup).
63
64 **Operating procedures**
65
66 1. Click "Background script" in project manager to enter script editor screen, or click "Screen script" in right click menu of screen to enter script editor screen;
67 1. Double click "Close" to open script edit window;
68 1. Enter scripts in edit window;
69
70 == Timing ==
71
72 The script would run for a designated time interval.
73
74 **Operating procedures of creating one**
75
76 Click "Background script" in project manager to enter script editor screen, or click "Screen script" in right click menu of screen to enter script editor screen;
77
78 Double click "Timing", it would pop-up below setting window;
79
80 (% style="text-align:center" %)
81 [[image:9.Scripts_html_ca0d08792c31539e.gif||class="img-thumbnail"]]
82
83 (% class="table-bordered" %)
84 |=**Property**|=**Description**
85 |Cycle|Script runs at designated time interval, unit is 10 ms.
86 |Ok|Script created.
87 |Cancel|Cancel the current script setting.
88
89 Enter scripts in edit window;
90
91 **Operating procedures of editing**
92
93 1. Click "Background script" in project manager to enter script editor screen, or click "Screen script" in right click menu of screen to enter script editor screen;
94 1. Select "Timing", and click [[image:9.Scripts_html_d1db672f9b0fe31.gif]] to modify the script execution interval;
95 1. Double click selected "Timing" to open editing window;
96
97 **Operating procedures of deleting**
98
99 Click "Background script" in project manager to enter script editor screen, or click "Screen script" in right click menu of screen to enter script editor screen;
100
101 (% style="text-align:center" %)
102 [[image:9.Scripts_html_f7b5302abd3000e3.gif||class="img-thumbnail"]]
103
104 Select "Timing", and click  [[image:9.Scripts_html_75dc3ed25fdbc359.gif]] to change interval of script, it pops-up above window
105
106 Select "Yes" to execute operation or select "No" to cancel operation;
107
108 (% class="box infomessage" %)
109 (((
110 **✎Note:** The maximum number of timing script for each screen or background is 32.
111 )))
112
113 == Trigger bit ==
114
115 **Introduction**
116
117 Trigger control script is that software will check whether the designated bit meet trigger condition every 20ms. Script execute once condition is met until project closed.
118
119 **Operating procedures of creating one**
120
121 Click "Background script" in project manager to enter script editor screen, or click "Screen script" in right click menu of screen to enter script editor screen;
122
123 Double click "Trigger bit", it pops-up below setting window;
124
125 (% style="text-align:center" %)
126 [[image:9.Scripts_html_5aa68df50f16cfa2.gif||class="img-thumbnail"]]
127
128 * Bit address: It sets trigger address for script;
129 * Condition: detailed information as below shows;
130
131 (% class="table-bordered" %)
132 |=**Condition**|=**Description**
133 |TRUE|Script execute once the bit value is TRUE, detects the bit every per approximately 20 ms;
134 |FALSE|Script execute once the bit value is FALSE, detects the bit every per approximately 20 ms;
135 |Bit changed|Execute once the trigger bit switches state;
136 |Rising|Script execute once the bit value from FALSE to TRUE, detects the bit every per approximately 20 ms;
137 |Falling|Script execute once the bit value from TURE to FALSE, detects the bit every per approximately 20 ms;
138
139 Set trigger bit and condition, click "OK" to open editing window.
140
141 **Operating procedures of editing**
142
143 * Click "Background script" in project manager to enter script editor screen, or click "Screen script" in right click menu of screen to enter script editor screen;
144 * Select "Trigger script", and click [[image:9.Scripts_html_d1db672f9b0fe31.gif]] to change trigger bit and condition;
145 * Double click selected "Trigger script" to open editing window.
146
147 **Operating procedures of deleting**
148
149 * Click "Background script" in project manager to enter script editor screen, or click "Screen script" in right click menu of screen to enter script editor screen;
150 * Select "Trigger script", and click [[image:9.Scripts_html_75dc3ed25fdbc359.gif]] to change interval of script, it pops-up below window
151
152 (% style="text-align:center" %)
153 [[image:9.Scripts_html_f7b5302abd3000e3.gif||class="img-thumbnail"]]
154
155 * Select "Yes" to execute operation or select "No" to cancel operation;
156
157 (% class="box infomessage" %)
158 (((
159 **✎Note:** The maximum number of trigger script for each screen or background is 32.
160 )))
161
162 == Background function ==
163
164 Global function is a collection of codes;it can be called in any script.The method reference system function;
165
166 **Operating procedures**
167
168 Double click "Background function" in project manager;
169
170 (% style="text-align:center" %)
171 [[image:9.Scripts_html_6240f0610ba63eff.gif||class="img-thumbnail"]]
172
173 Set parameters;
174
175 (% style="text-align:center" %)
176 [[image:9.Scripts_html_d196f8a817949f3e.gif||class="img-thumbnail"]]
177
178 (% class="table-bordered" %)
179 |**Property**|**Description**
180 |Function name|Function name could not be the same as existing.
181 |Return type|None, string, integer, float.
182 |Parameter 1|The name of parameter 1.
183
184 **Operating procedures of editing**
185
186 * Click "Background function" in project manager to enter script editor screen;
187 * Select Function name, and click [[image:9.Scripts_html_c653b64bc266a016.gif]] to change parameters;
188 * Double click selected "Trigger script" to open editing window;
189
190 **Operating procedures of deleting**
191
192 * Click "Background function" in project manager to enter script editor screen;
193 * Select Function name, and click  [[image:9.Scripts_html_75dc3ed25fdbc359.gif]] to change interval of script, it pops-up below window
194
195 (% style="text-align:center" %)
196 [[image:9.Scripts_html_f7b5302abd3000e3.gif||class="img-thumbnail"]]
197
198 * Select "Yes" to execute operation or select "No" to cancel operation;
199
200 (% class="box infomessage" %)
201 (((
202 **✎Note:** The maximum parameters for each function are 4, and parameter name can't be unique;
203 )))
204
205 = Script usage =
206
207 Script can make project more convenient and flexible. Script is useful in realizing complex HMI function. If the script is used improperly, it may affect the efficiency of entire project. So pay attention to the follow issues:
208
209 * Do not use too much script loops, if the script loops that execute too many times; it might influence the efficiency of HMI.
210 * In the cycle scripts, avoid using external register, due to the relatively slow serial communication, frequent access to external registers may cause the execution of scripts severely reduced, even influence the screen respond efficiently. There is fine to use internal register.
211 * The maximum script length is 512 rows.
212
213 This section describes how to edit scripts and use some of the accompanying tools and features of the script editor.
214
215 == **Script access to d evice** ==
216
217 Software script supports an efficiency way to access the device address by using symbol @.
218
219 (% class="table-bordered" %)
220 |=**Writing**|=**Meaning**|=**Examples**
221 |@B_;@b_;|Access designated bit address|(((
222 @B_I0.0:access bit address I0.0
223
224 @b_HDX0.0:access bit address HDX0.0
225 )))
226 |@W_;@w_;|(% rowspan="2" %)(((
227 Access designated word address
228
229 HMI connect more than automatic control devices, "#"stands for choosing number before the symbol,":"stands for accessing the station number before symbol.
230
231 Access the first protocol without "#",access default station number1 without":".
232 )))|(((
233 @W_IW0:access word address IW0
234
235 @b_HDW0:access word address HDW0
236 )))
237 |@B_(the number of protocol connection)#(station number):address|(((
238 @B_2#2:I0.0:access the bit address I0.0, with the connection number 2 and station number 2;
239
240 @B_I0.0:access to bit address I0.0;
241 )))
242
243 The script can access with the device though: write and read.
244
245 **For example**
246
247 {{code language="basic"}}
248 If @B_HDX0.0 = 1 then 'read the value from address HDX0.0.
249
250 @B_HDX0.0 = 0 'write 0 to address HDX0.0
251
252 Else
253
254 @B_HDX0.0 = 1 'write 1 to address HDX0.0
255
256 Endif
257
258 @W_QW0 = @W_QW0 + 1 'read data from address QW0, add 1 to this value then write to address QW0
259 {{/code}}
260
261 == **Grammar checking** ==
262
263 **Operating procedures**
264
265 1. Select [[image:9.Scripts_html_2a530bda982b4281.gif]] from script tool bar;
266 1. System does not prompt grammar error if grammar is correct, or system will list all errors;
267 1. Check error information, and modify errors;
268
269 **Error information**
270
271 ~1. Identifier ~*~** contains invalid characters
272
273 2. Attempt to redeclare sub ~*~**
274
275 3. Attempt to redeclare function ~*~**
276
277 4. Attempt to use reserved word ~*~** as identifier
278
279 5. Attempt to use type ~*~** as identifier
280
281 6. Unexpected ')' while parsing arguments for function ~*~**
282
283 7. Could not parse expression (one of the arguments of function ~*~**)
284
285 8. Could not parse arguments of ~*~**
286
287 9. Too many arguments for function ~*~**
288
289 10. Not enough arguments for function ~*~**
290
291 ~11. '(' expected after sub name ~*~**
292
293 12. Unexpected '(' while parsing arguments for sub ~*~**
294
295 13. Could not parse expression (one of the arguments of sub ~*~**)
296
297 14. Could not parse arguments of ~*~**
298
299 15. Too many arguments for sub/function ~*~**
300
301 16. Not enough arguments for sub/function ~*~**
302
303 17. Could not parse expression
304
305 18. '(' expected after function name ~*~**
306
307 19. Unexpected use of sub ~*~** as a part of expression
308
309 20. Illegal statements preceding subs/functions declaration
310
311 21. Unexpected end of file while looking for 'endsub'
312
313 22. End of line expected after 'else'.
314
315 23. End of line expected after 'endif'.
316
317 24. End of line expected after 'next'.
318
319 25. End of line expected after 'wend'.
320
321 26. 'while', 'until' or end of line expected afte r'do'.
322
323 27. Could not parse expression after 'while'
324
325 28. Could not parse expression after 'until'
326
327 29. 'do' without 'loop'
328
329 30. Sub ~*~** contains invalid character'@'
330
331 31. Sub ~*~** already declared
332
333 32. Function ~*~** already declared
334
335 33. Sub name expected after 'sub'
336
337 34. Function name expected after 'function'
338
339 35. Variable name expected
340
341 36. Argument ~*~** contains invalid character '@'
342
343 37. 'integer', 'floating' or 'string' expected
344
345 38. ''',' or ')' expected
346
347 39. 'endsub' without 'sub'
348
349 40. 'end function' without 'function'
350
351 41. End of line expected after 'beep'
352
353 42. 'dim' unexpected here
354
355 43. Variable name expected after 'dim'
356
357 44. 'as' expected after variable name
358
359 45. 'integer' 'floating' or 'string' expected after 'as'
360
361 46. ',' or end of line expected after type in dim statement
362
363 47. Could not parse expression after 'while'
364
365 48. End of line expected after' while' condition
366
367 49. 'while' without 'wend'
368
369 50. End of line expected after 'wend'
370
371 51. 'wend' without 'while'
372
373 52. Variable name expected after' for'
374
375 53. '=' expected after variable name
376
377 54. Could not parse expression after 'for'
378
379 55. 'to' expected
380
381 56. Could not parse expression after 'to'
382
383 57. Could not parse expression after 'step'
384
385 58. End of line expected
386
387 59. 'for' without 'next'
388
389 60. End of line expected after 'next'
390
391 61. 'Next' without 'for'
392
393 62. Could not parse expression after'if'
394
395 63. 'then' expected
396
397 64. Unexpected end of file while looking for 'endif'
398
399 65. Unexpected end of file while looking for 'else' or 'endif'
400
401 66. 'else' without ‘if'
402
403 67. 'end if' without 'if'
404
405 68. Label name expected after 'goto'
406
407 69. Unexpected end of line while looking for ')' in function call
408
409 70. ',' expected
410
411 71. Missing ')'
412
413 72. Unexpected end of line in expression
414
415 73. Unexpected end of file in expression
416
417 = **Script function list** =
418
419 == Mathematical ==
420
421 (% class="table-bordered" %)
422 |=(% style="width: 181px;" %)**Function**|=(% style="width: 1308px;" %)**Introduction**
423 |[[Abs>>||anchor="HAbs"]]|Get absolute value
424 |[[ACos>>||anchor="HACos"]]|Compute the inverse cosine value
425 |[[Asc>>||anchor="HAsc"]]|Return the first character of the string in ASCII value
426 |[[ASin>>||anchor="HASin"]]|Calculate the arcsine value
427 |[[ATan>>||anchor="HATan"]]|Return an arctangent value,the radian ranges -pi/2 to pi/2
428 |[[ATan2>>||anchor="HATan2"]]|Return the arctangent value
429 |[[Cos>>||anchor="HCos"]]|Return a cosine value of an angle
430 |[[Exp>>||anchor="HExp"]]|
431 |[[Hypot>>||anchor="HHypot"]]|Calculate the value of the hypotenuse of a right triangle
432 |[[Tan>>||anchor="HTan"]]|Implement tan calculation to computing the value
433 |[[Sin>>||anchor="HSin"]]|Implement sin calculation to computing the value
434 |[[Sqr>>||anchor="HSqr"]]|Assign a square root value
435 |[[SignedInt16>>||anchor="HSignedInt16"]]|Assign the value to [val] from address A1 which is signed integer
436 |[[SignedInt32>>||anchor="HSignedInt32"]]|Assign the value to [val] from address A1 which is signed even integer
437
438 == Data migration ==
439
440 (% class="table-bordered" %)
441 |=(% style="width: 178px;" %)**Function**|=(% style="width: 1311px;" %)**Introduction**
442 |[[BMOV>>||anchor="HBMOV"]]|Copy data with a designated length from source address
443 |[[FILL>>||anchor="HFILL"]]|Write the same value to designated address constantly
444 |[[SetKeyMap>>||anchor="HSetKeyMap"]]|The key values of the keyboard are mapped so that multiple keyboard buttons perform the same function
445
446 == Process control ==
447
448 (% class="table-bordered" %)
449 |=(% style="width: 181px;" %)**Function**|=(% style="width: 1308px;" %)**Introduction**
450 |[[Goto>>||anchor="HGoto"]]|Go to the designated row unconditionally in a function body
451 |FOR|Execute a command repeatedly for designated times
452 |[[End>>||anchor="HEnd"]]|End the execution of script
453 |while|If the condition is true, then all the commands before Wend in the statement will be executed and then recheck the condition, if the condition is false, the command after Wend will be executed
454
455 == Data conversion ==
456
457 (% class="table-bordered" %)
458 |=(% style="width: 182px;" %)**Function**|=(% style="width: 1307px;" %)**Introduction**
459 |[[A2H>>||anchor="HA2H"]]|Convert string A1 to hexadecimal number
460 |[[AsFloating>>||anchor="HAsFloating"]]|Convert parameter to a float
461 |[[AsInteger>>||anchor="HAsInteger"]]|Convert parameter to a integer
462 |[[AsString>>||anchor="HAsString"]]|Convert parameter to a string
463 |[[B2W>>||anchor="HB2W"]]|Convert an array
464 |[[BCD>>||anchor="HBCD"]]|Convert binary to BCD, save the result as return value
465 |[[BIN>>||anchor="HBIN"]]|Convert BCDto binary, save the result in return value
466 |[[Chr>>||anchor="HChr"]]|Convert integer parameter into correspond ASCII character,return the character string
467 |[[D2F>>||anchor="HD2F"]]|Convert the 32 bit integer format data to float then output the result
468 |[[D2Float>>||anchor="HD2Float"]]|Convert the designated value to floating then assign to variable
469 |[[D2Int>>||anchor="HD2Int"]]|Output the 32-bit integer in the form of integer
470 |[[DegToRad>>||anchor="HDegToRad"]]|Convert the angle into correspond radian, and display
471 |[[F2D>>||anchor="HF2D"]]|Convert a 32 bit floating to integer format, and then output the result
472 |[[F2S>>||anchor="HF2S"]]|Output a format of floating that in the type of string
473 |[[Float2D>>||anchor="HFloat2D"]]|Copy floating value to the address
474 |[[H2A>>||anchor="HH2A"]]| of ASCII
475 |[[Int2D>>||anchor="HInt2D"]]|Write the 32-bit integer into the specified address
476 |[[Lcase>>||anchor="HLcase"]]|Convert all parameters to lowercase strings
477 |[[MAX>>||anchor="HMAX"]]|Compare the value of A2 and A3, assign the greater number to A1
478 |[[MIN>>||anchor="HMIN"]]|Compare the value of A2 and A3, assign the smaller number to A1
479 |[[RadToDeg>>||anchor="HRadToDeg"]]|Convert radiant value to degree
480 |[[S2F>>||anchor="HS2F"]]|Convert string to floating in the specified format
481 |[[SWAP>>||anchor="HSWAP"]]|Exchange the high and low bytes of the parameter
482 |[[W2B>>||anchor="HW2B"]]|Combine the high byte of the value of two consecutive addresses into a new value
483 |[[W2D>>||anchor="HW2D"]]|Convert the unsigned Word to unsigned Dword and save the result
484 |[[W2F>>||anchor="HW2F"]]|Convert a 16bit integer to a 32bit floating, and then save to the next word address
485 |[[W2S>>||anchor="HW2S"]]|Convert integer word text as S1 format, and then save
486
487 == String processing ==
488
489 (% class="table-bordered" %)
490 |=(% style="width: 180px;" %)**Function**|=(% style="width: 1309px;" %)**Introduction**
491 |[[A2I>>||anchor="HA2I"]]|A string of length is intercepted from A1 and converted to a single/double word integer, and then this integer is assigned to A2
492 |[[InStr>>||anchor="HInStr"]]|Return the position of str1 in str2
493 |[[Left>>||anchor="HLeft"]]|Return a string of the specified length from the left side of parameter
494 |[[Len>>||anchor="HLen"]]|Return the string length
495 |[[LTrim>>||anchor="HLTrim"]]|Remove the left empty part of the string and return
496 |[[Mid>>||anchor="HMid"]]|Returns a string contain a specified characters length from a string
497 |[[Right>>||anchor="HRight"]]|Return a string of the specified length from the right side of parameter
498 |[[RTrim>>||anchor="HRTrim"]]|Clear the empty part on the right side of string [str], then assign the empty part to val
499 |[[Trim>>||anchor="HTrim"]]|Return a value of an address without empty string next to it
500 |[[UCase>>||anchor="HUCase"]]|Capitalize the string data, and then assign the value to val
501
502 == Fixed constant ==
503
504 (% class="table-bordered" %)
505 |=**Function**|=**Introduction**
506 |Pi|pi = 3.14159265358979321
507 |True|TRUE = 1
508 |False|FALSE = 0
509 |Operator|Operator in scripts edit window
510 |Variable|A variable is any factor, trait, or condition that can exist in differing amounts or types
511
512 === **Bit control** ===
513
514 (% class="table-bordered" %)
515 |=(% style="width: 178px;" %)**Function**|=(% style="width: 1311px;" %)**Introduction**
516 |[[Clrb>>||anchor="HClrb"]]|Set the bit of A1 as FALSE
517 |[[InvB>>||anchor="HInvB"]]|The state of inverse bit
518 |[[SetB>>||anchor="HSetB"]]|Set the bit A1 ON
519
520 === **Bit control** ===
521
522 (% class="table-bordered" %)
523 |=(% style="width: 178px;" %)**Function**|=(% style="width: 1311px;" %)**Introduction**
524 |[[Clrb>>||anchor="HClrb"]]|Set the bit of A1 as FALSE
525 |[[InvB>>||anchor="HInvB"]]|The state of inverse bit
526 |[[SetB>>||anchor="HSetB"]]|Set the bit A1 ON
527
528 == Comparison ==
529
530 (% class="table-bordered" %)
531 |=(% colspan="2" style="width: 389.5px;" %)Function|=Introduction
532 |(% rowspan="8" %)IF... THEN GOTO...|(% style="width:148.719px" %)IF=|(% rowspan="18" style="width:691.5px" %)Execute correspond instruction when fulfill condition. Condition will be tested during executing if. it will execute the next instruction block of then, if condition is true. Otherwise, execute the later of else. Complete the two instructions, next execute the later of End if.
533 |(% style="width:148.719px" %)IF<>
534 |(% style="width:148.719px" %)IF>
535 |(% style="width:148.719px" %)IF>=
536 |(% style="width:148.719px" %)IF<
537 |(% style="width:148.719px" %)IF<=
538 |(% style="width:148.719px" %)IF AND=0
539 |(% style="width:148.719px" %)IF AND<>0
540 |(% rowspan="8" style="width:255.281px" %)IF|(% style="width:148.719px" %)IF=
541 |(% style="width:148.719px" %)IF<>
542 |(% style="width:148.719px" %)IF>
543 |(% style="width:148.719px" %)IF>=
544 |(% style="width:148.719px" %)IF<
545 |(% style="width:148.719px" %)IF<=
546 |(% style="width:148.719px" %)IF AND=0
547 |(% style="width:148.719px" %)IF AND<>0
548 |(% colspan="2" style="width:389.5px" %)ELSE
549 |(% colspan="2" style="width:389.5px" %)ENDIF
550
551 == **Applicatio**n** type** ==
552
553 (% class="table-bordered" %)
554 |=(% style="width: 181px;" %)**Function**|=(% style="width: 1308px;" %)**Introduction**
555 |[[AddrStringCompare>>||anchor="HAddrStringCompare"]]|Compare the designated length of two character strings
556 |[[Beep>>||anchor="HBeep"]]|Enable buzzer
557 |[[IsFloating>>||anchor="HIsFloating"]]|whether a parameter is floating, return TRUE if it is floating, otherwise return FALSE
558 |[[IsInteger>>||anchor="HIsInteger"]]|whether a parameter(A1) is integer, return TRUE if the parameter is integer, otherwise return FALSE
559 |[[Log>>||anchor="HLog"]]|Log function: return the natural logarithm of the value
560 |[[Log10>>||anchor="HLog10"]]|Log function: return the natural logarithm of the value
561 |[[MSeconds>>||anchor="HMSeconds"]]|Display the current microseconds of system
562 |[[NewNoAddr>>||anchor="HNewNoAddr"]]|At the basic of source address A2,offset designated length,obtain a new address A1
563 |[[NewStatAddr>>||anchor="HNewStatAddr"]]|At the basic of source address A2,offset the designated length,to obtain a new station A1.
564 |[[NStringCompare>>||anchor="HNStringCompare"]]|Compare whether the designated length of two strings is the same,return 1 to A1 if yes,otherwise return 0
565 |[[Power>>||anchor="HPower"]]|The value of [expr2] to the power of [expr1] will be assigned to Var
566 |[[RAND>>||anchor="HRAND"]]|Generate a random number
567 |[[ReadAddr>>||anchor="HReadAddr"]]|Assign the value in the specified address to [word]
568 |[[SleepA>>||anchor="HSleepA"]]|Wait time T(ms)
569 |[[WriteAddr>>||anchor="HWriteAddr"]]|Assign the value from A2 to address A1
570
571 == Others ==
572
573 (% class="table-bordered" %)
574 |=(% style="width: 182px;" %)**Function**|=(% style="width: 1307px;" %)**Introduction**
575 |[[DIM...AS...>>||anchor="HDIM...AS..."]]|Declare a variable
576 |do|Condition determent instruction
577 |[[Function>>||anchor="HFunction"]]|Differ from internal function, need to declare the name, parameter, code of the function
578 |[[Sub>>||anchor="HSub"]]|Declare the name, parameters and codes of the Sub (sub function)
579 |[[PrintText>>||anchor="HPrintText"]]|Output the contents to the printer for printing
580 |[[PI_GetTickCount>>||anchor="HPI_GetTickCount"]]|Write the starting time in the set address as a 32-bit integer
581 |[[StAndFtChange>>||anchor="HStAndFtChange"]]|Calculate the number of seconds from January 1, 1970 to the current time
582 |[[GetServerDelayInfo>>||anchor="HGetServerDelayInfo"]]|Convert string to hexadecimal number
583
584 = **Function description** =
585
586 == A2H ==
587
588 **Function**
589
590 Val = A2H(A1)
591
592 **Description**
593
594 Convert string in the specified address to a hexadecimal number;
595
596 **Parameters**
597
598 * **A1:** Source data, only convert the first four digits of string
599 * **Val:** The value is hexadecimal number.
600
601 **Example**
602
603 {{code language="basic"}}
604 @W_HDW20=A2H(@W_HDW10) ' convert the string of HDW10 to hex then save in HDW20.
605 {{/code}}
606
607 **Input:** @W_HDW10=255
608
609 **Result:** @W_HDW20=255
610
611 (% class="box infomessage" %)
612 (((
613 **✎Note:**
614
615 * A1 needs to be address (such as:@W_HDW000002).
616 * Only [0~~1], [a~~f] can be converted, others will be converted to 0
617 )))
618
619 == A2I ==
620
621 **Function**
622
623 A2I (A1, A2, length, S)
624
625 **Description**
626
627 Intercept a string of the specified length from A1,convert it to a single/double word integer and assign this integer to A2.
628
629 **Parameters**
630
631 * **A1:** String to be intercepted
632 * **A2:** The final integer value
633 * **Length:** intercepts the length of the string
634 * **S:** Control single or double words.
635 ** S=0, indicating an integer single word; S=1, indicating an integer double word.
636
637 **Return value:** none
638
639 **Example**
640
641 {{code language="basic"}}
642 A2I("@W_HDW200","@W_HDW100",4,0) 'converts a string into a 16-bit (single word) decimal integer
643
644 A2I("@W_HDW600","@W_HDW500",4,1)' converts a string to a 32-bit (double word) decimal integer
645 {{/code}}
646
647 **Input: **@W_HDW200="12345", **Result:** @W_HDW100=1234
648
649 **Input: **@W_HDW600="12345", **Result:** @W_HDW500=1234
650
651 (% class="box infomessage" %)
652 (((
653 **✎Note:** A1 and A2 need to be address (such as:@W_HDW000002).
654 )))
655
656 == **Abs** ==
657
658 **Function**
659
660 val = Abs(A1)
661
662 **Description**
663
664 The absolute value of A1.
665
666 **Parameters**
667
668 * **A1: **the data of absolute value, need to be variable.
669 * **Val: **it is absolute value that is address or variable.
670
671 **Example**
672
673 {{code language="lua"}}
674 Dim a as integer 'a is defined as integer
675
676 a = SignedInt16("@W_HDW0")'convert the data of @W_HDW0 into signed data.
677
678 @W_HDW1 = Abs(a) 'assign the returned absolute value to @W_HDW1
679 {{/code}}
680
681 **Input: **@W_HDW0=-6
682
683 **Result: **@W_HDW1=6
684
685 (% class="box infomessage" %)
686 (((
687 **✎Note: SignedInt16** function is designed to convert unsigned to signed.
688 )))
689
690 == **ACos** ==
691
692 **Function**
693
694 val = ACos(A1)
695
696 **Description**
697
698 To compute the inverse cosine value of A1.
699
700 **Parameters**
701
702 * **A1: **floating value, can be an address or variable.
703 * **Val: **return value is floating, can be an address or variable.
704
705 **Example**
706
707 {{code language="lua"}}
708 Dim a ,b as floating'define two float variable a,b
709
710 a = 0.5 'assign the designated value to a
711
712 b = ACos(a) 'the inverse cosine value of "a" is a radian which assign to variable b.
713
714 'to add the following sentence if needed to view the return value:
715
716 float2d("@W_HDW200", b)'float b written into HDW200.
717 {{/code}}
718
719 **Result:** @W_HDW200=1.047
720
721 (% class="box infomessage" %)
722 (((
723 **✎Note:** Please call **RadToDeg** function to convert radian into angle.
724 )))
725
726 == **AddrStringCompare** ==
727
728 **Function**
729
730 val = AddrStringCompare(A1, A2, length)
731
732 **Description**
733
734 It is designed to compare the designated length of two character strings. The string value is 1 when the two strings are the same.
735
736 **Parameters**
737
738 * **A1, A2: **character string, need to be an address (such as:"@W_HDW000002")
739 * **Length: **The length of character string.
740 * **Val: **Return value, 0 or 1.
741
742 **Example**
743
744 {{code language="lua"}}
745 if AddrStringCompare("@W_HDW10","@W_HDW0",2)=1 then
746
747 'compare the character string of HDW10 and @W_HDW0 whether value are 1.
748
749 @W_HDW20=1 '@W_HDW20 display 1
750
751 else
752
753 @W_HDW20=0'@W_HDW20 display 0
754
755 Endif
756 {{/code}}
757
758 **Input: **@W_HDW10="1a2 ", @W_HDW0="1a2 ",
759
760 **Result:** @W_HDW20=1
761
762 **Input: **@W_HDW10="ab2 ", @W_HDW0="12a ",
763
764 **Result: **@W_HDW20=0
765
766 == **Asc** ==
767
768 **Function**
769
770 val = Asc(A1)
771
772 **Description**
773
774 Return the first character of the string in ASCII value.
775
776 **Parameters**
777
778 * **A1:**character string, it can be an address (such as: @W_HDW000002)
779 * **val:**return value,ASCII value,it could be an address or variable.
780
781 **Example**
782
783 {{code language="lua"}}
784 @W_HDW10 = Asc("A") 'return the ASCII value of A to HDW10
785
786 @W_HDW11 = Asc("a")'return the ASCII value of a to HDW11
787
788 @W_HDW12 = Asc("Apple") 'return the first character A of string Apple to HDW12
789
790 @W_HDW13 = Asc("123") 'return the first character ASCII value 1 of string 123 to HDW13.
791 {{/code}}
792
793 **Result:**
794
795 * @W_HDW10 = 65
796 * @W_HDW11 = 97
797 * @W_HDW12 = 65
798 * @W_HDW13 = 49
799
800 == **AsFloating** ==
801
802 **Function**
803
804 val = AsFloating(A1)
805
806 **Description**
807
808 Convert parameter A1 to a float.
809
810 **Parameters**
811
812 * A1: integer variable.
813 * **val: **return float value, can be a variable or address.
814
815 **Example**
816
817 {{code language="lua"}}
818 Dim a as integer 'define a integer variable {a}.
819
820 a = @W_HDW10 'assign @W_HDW10 to a
821
822 b = AsFloating(a) 'convert integer a to float then assign to b.
823
824 b = b/1.2 'add as following sentence when need to view the return value:
825
826 Float 2D("@W_HDW11",b) 'float variable b written into HDW11.
827 {{/code}}
828
829 **Input: **@W_HDW10=24,
830
831 **Result: **@W_HDW11=20.00(set two decimals)
832
833 == **ASin** ==
834
835 **Function**
836
837 val = ASin(A1)
838
839 **Description**
840
841 Calculate the arcsine value of A1.
842
843 **Parameters**
844
845 * **A1: **Float can be an address or variable.
846 * **Val: **Return float value, can be an address or variable.
847
848 **Example**
849
850 {{code language="lua"}}
851 Dim a, b as floating'define two float variable a,b
852
853 a = 0.5'assign the designated value to a
854
855 b=ASin(a) 'calculate the arcsine value of a ,assign the radian to b.
856
857 'Add the following command if need to view the return value:
858
859 float2d ("@W_HDW200", b) 'float variable b written into HDW200
860 {{/code}}
861
862 **Result: **@W_HDW200=0.524
863
864 (% class="box infomessage" %)
865 (((
866 **✎Note:** Pleasecall **RadToDeg** function to convert radian into angle.
867 )))
868
869 == **AsInteger** ==
870
871 **Function**
872
873 val = AsInteger(A1)
874
875 **Description**
876
877 Convert parameter A1 to integer value.
878
879 **Parameters**
880
881 * **A1: **floating need to be a variable.
882 * **Val: **the value returned could can be a variable or address.
883
884 **Example**
885
886 {{code language="lua"}}
887 Dim a as floating 'define floating variable a
888
889 a = D2Float("@W_HDW0",a) 'use D2Float function to save the float date of HDW0 in a
890
891 b= AsInteger(a) 'convert the float a into integer, the return value assigned to b
892
893 @W_HDW10=b 'save b to HDW10
894 {{/code}}
895
896 **Input:** @W_HDW0=20.12,
897
898 **Result:** @W_HDW10=20
899
900 == **AsString** ==
901
902 **Function**
903
904 val = AsString(A1)
905
906 **Description**
907
908 Convert parameter A1 to a character string.
909
910 **Parameters**
911
912 * A1: not string parameter, it can be a variable.
913 * Val: return string value, variable or address.
914
915 **Example**
916
917 Script 1:
918
919 {{code}}
920 a=123 'assign a value to a
921
922 b=234 'assign a value to b
923
924 c=AsString(a)+AsString(b) 'convert a and b to string then add up the two strings ,assign the result to c.
925
926 @W_HDW0=c 'assign c to HDW0
927
928 d=a+b 'plus a with b
929
930 @W_HDW100=d 'assign d to (HDW100)
931 {{/code}}
932
933 **Result: **
934
935 * @W_HDW0=123234
936 * @W_HDW100=357
937
938 Script 2:
939
940 {{code language="lua"}}
941 W2S("@W_HDW200","@W_HDW300","02d")
942
943 W2S("@W_HDW210","@W_HDW400","02d")
944
945 W2S("@W_HDW220","@W_HDW500","02d")
946
947 @W_HDW0=AsString(@W_HDW300)+AsString(@W_HDW400)+AsString(@W_HDW500)
948 {{/code}}
949
950 **Input: **@W_HDW200=12,@W_HDW210=34,@W_HDW220=56
951
952 **Result :**@W_HDW300=12,@W_HDW400=34,@W_HDW500=56,@W_HDW0=123456
953
954 (% class="box infomessage" %)
955 (((
956 **✎Note:** Ensure the data always is two words; otherwise occur error. reference the other chapter of W2S function
957 )))
958
959 == **ATan** ==
960
961 **Function**
962
963 var = ATan(A1)
964
965 **Description**
966
967 Return an arctangent value,the radian ranges -pi/2 to pi/2.
968
969 **Parameters**
970
971 * **A1: **Can be float, address or variable.
972 * **Val: **radian of return value.
973
974 **Example**
975
976 {{code language="basic"}}
977 @W_HDW20= Atan(@W_HDW10)'save the arctangent value of (HDW10) to (HDW20)
978 {{/code}}
979
980 **Input: **@W_HDW10=1.000,@W_HDW20=0.785
981
982 (% class="box infomessage" %)
983 (((
984 **✎Note:** Please call RadToDeg function convert radian to angle.
985 )))
986
987 == **ATan2** ==
988
989 **Function**
990
991 val = ATan2(A1,A2)
992
993 **Description**
994
995 Return the arctangent value of A1/A2,radian range
996
997 **Parameters**
998
999 * **A1, A2:** Address or variable.
1000 * **Val: **returned value is a radian, range -pi to pi.
1001 * **Notice: **ATan2 use sign of two parameters to define the quadrant of return value.
1002
1003 **Example**
1004
1005 //{{code language="lua"}}@W_HDW20= ATan2 (@W_HDW10,@W_HDW12)'save the arctangent value of (HDW10/HDW12) to (HDW20).{{/code}}//
1006
1007 **Input:**@W_HDW10=1.0,@W_HDW12=1.0,
1008
1009 **Result: **@W_HDW20=0.785
1010
1011 (% class="box infomessage" %)
1012 (((
1013 **✎Note:** Please call **RadToDeg** function convert radian to angle.
1014 )))
1015
1016 == **B2W** ==
1017
1018 **Function**
1019
1020 B2W(A1, A2, length)
1021
1022 **Description**
1023
1024 Convert an array (begins with A2, unit: byte, to another array (begins with A1, unit: word).
1025
1026 **Parameters**
1027
1028 * **A1: **Saving address after converting
1029 * **A2: **Address of the value be converted 
1030 * **Length:** The length of conversion
1031
1032 **Return value: **None
1033
1034 **Example**
1035
1036 //{{code language="lua"}}B2W(@W_HDW100,@W_HDW10,2) 'convert (@W_HDW10) to the length of 2,save as the result that begins with @W_HDW100.{{/code}}//
1037
1038 **Input: **@W_HDW10=1A2B
1039
1040 **Result: **
1041
1042 * @W_HDW100=2B
1043 * @W_HDW101=1A
1044
1045 (% class="box infomessage" %)
1046 (((
1047 **✎Note:**
1048
1049 * A1 and A2 need to be address(e.g.: @W_HDW000002);
1050 * Length could be address or variable;
1051 * This is a subprogram; it has no returned value.
1052 )))
1053
1054 == **BCD** ==
1055
1056 **Function**
1057
1058 val = BCD(A1)
1059
1060 **Description**
1061
1062 Convert A1(binary) to BCD, save the result as return value.
1063
1064 **Parameters**
1065
1066 * **A1: **The binary be converted; it can be an address or variable.
1067 * **Val: **Return value, BCD code; it can be an address or variable.
1068
1069 **Example**
1070
1071 //{{code language="lua"}}@W_HDW20=BCD(@W_HDW10) 'convert HDW10 (binary) to BCD code, then save in (HDW20){{/code}}//
1072
1073 **Input:** @W_HDW10=11111111(binary)
1074
1075 **Result:** @W_HDW20=255
1076
1077 (% class="box infomessage" %)
1078 (((
1079 **✎Note:** Return value is a word; it hexadecimal corresponds to BCD code.
1080 )))
1081
1082 == **Beep** ==
1083
1084 **Function**
1085
1086 Beep()
1087
1088 **Description**
1089
1090 Enable buzzer
1091
1092 **Parameters**
1093
1094 None
1095
1096 **Example**
1097
1098 {{code language="lua"}}
1099 if @B_HDX100.0=1 then 'beep when the bit switch HDX100.0 set ON
1100
1101 beep()
1102
1103 endif
1104 {{/code}}
1105
1106 **Result: **HMI beep when bit switch HDX100.0 set ON.
1107
1108 == **BIN** ==
1109
1110 **Function**
1111
1112 Val = BIN(A1)
1113
1114 **Description**
1115
1116 Convert A1 (BCD) into binary, save the result in return value.
1117
1118 **Parameters**
1119
1120 * **A1:** The BCD code is converted; it can be address or variable.
1121 * **Val:** Return binary value,it can be address or variable.
1122
1123 **Example**
1124
1125 //{{code language="lua"}}@W_HDW20=BIN(@W_HDW10) 'convert HDW10(BCD) to binary, save the result in (HDW20){{/code}}//
1126
1127 **Input:** @W_HDW10=255
1128
1129 **Result:** @W_HDW20=11111111 (binary)
1130
1131 == **BMOV** ==
1132
1133 **Function**
1134
1135 BMOV(A1, A2,length)
1136
1137 **Description**
1138
1139 Copy data with a designated length from source address A2 to A1.
1140
1141 **Parameter**
1142
1143 * **A1:** saving address;
1144 * **A2:** source address;
1145
1146 **length:** operating length;
1147
1148 **Example**
1149
1150 {{code language="lua"}}
1151 @W_HDW20 = 20 'assign value to HDW20
1152
1153 @W_HDW21 = 21 'assign value to HDW21
1154
1155 @W_HDW22 = 22 'assign value to HDW22
1156
1157 BMOV(@W_HDW10,@W_HDW20,3) 'assign the word address of HDW20, HDW21, HDW22 to HDW10, HDW11, HDW12
1158 {{/code}}
1159
1160 **Result:**
1161
1162 * @W_HDW10 = 20
1163 * @W_HDW11 = 21
1164 * @W_HDW12 = 22
1165
1166 **✎Note:**
1167
1168 * A1 and A2 need to be address
1169 * Length can be an integer variable or an address. When destAddr and srcAddr are PLC (external device) addresses, the length range is 1-2048, and the 2049th address would not be operated when the range is exceeded.
1170 * When destAddr and srcAddr are HMI addresses, the length range is 1-4096, and This function is invalid when out of range.
1171
1172 == **Chr** ==
1173
1174 **Function**
1175
1176 val = Chr(A1, A2, ...)
1177
1178 **Description**
1179
1180 Convert integer parameter into correspond ASCII character, return the character string.
1181
1182 **Parameters**
1183
1184 * **A1, A2....:** converted integer; it can be an address or variable.
1185 * **Val: **returned value, can be an address or variable.
1186
1187 **Example**
1188
1189 {{code language="lua"}}
1190 @W_HDW100=Chr(@W_HDW20, @W_HDW21, @W_HDW22, @W_HDW23, @W_HDW24)
1191
1192 'convert the value of(HDW20, HDW21 ,HDW22, HDW23, HDW24) to ASCII character, assign the value to (HDW100)
1193 {{/code}}
1194
1195 **Input** 72,69,76,76,79 step by step according to HDW20, HDW21, HDW22, HDW23, HDW24,
1196
1197 **Result: **returns HELLO to (@W_HDW100).
1198
1199 == **Clrb** ==
1200
1201 **Function**
1202
1203 ClrB(A1)
1204
1205 **Description**
1206
1207 Set the bit of A1 as FALSE (0).
1208
1209 **Parameters**
1210
1211 **A1:** System address(bit)
1212
1213 **✎Note:** subprogram has no return value.
1214
1215 **Example**
1216
1217 //{{code language="lua"}}ClrB(@B_HDX100.0) 'assign 0 to (@B_HDX100.0){{/code}}//
1218
1219 == **Constant** ==
1220
1221 **Description**
1222
1223 Script supported constant, users can use on script:
1224
1225 pi = 3.14159265358979321
1226
1227 TRUE = 1
1228
1229 FALSE = 0
1230
1231 **Example**
1232
1233 {{code language="lua"}}
1234 Dim a as integer 'define integer a
1235
1236 a = RadToDeg(pi) 'convert radian pi to angle then assign to a,RadToDeg function is used to convert radian to angle.
1237
1238 @W_HDW11 = a 'assign a to (HDW11)
1239 {{/code}}
1240
1241 **Result: **@W_HDW11=180
1242
1243 == **CopyFile** ==
1244
1245 **Function**
1246
1247 A6=CopyFile(A1,A2,A3,A4,A5)
1248
1249 **Description**
1250
1251 Copy the A3 file from the A1 directory to the A2 directory according to the format of A4 and A5, and write returned value status to A6.
1252
1253 **Parameters**
1254
1255 * **A1: **the source path of the file to be copied.
1256 * **A2: **target path.
1257 * **A3:** the name of the file to be copied.
1258 * **A4: **copy type (0: copy file, 1: copy directory).
1259 * **A5: **Whether to overwrite the file with the same name when copying (0: Yes, 1: No).
1260 * **A6: **returned value.
1261 ** 0: copy failed
1262 ** 1: copy succeeded
1263 ** 2: Parameter error
1264 ** 3: U disk does not exist
1265 ** 4: SD card does not exist
1266 ** 5: Path error
1267
1268 **Example**
1269
1270 Copy a single file:
1271
1272 {{code language="lua"}}
1273 @W_HDW100 = " test.csv"
1274
1275 CopyFile("UDisk/Test","Flash/Test","test.csv",0,0) 'Copy the Test.csv file in the UDisk/Test directory to the Flash/Test directory.
1276
1277 Can also be written as CopyFile("UDisk/Test","Flash/Test",@W_HDW100,0,0)
1278
1279 (2) Copy the entire directory file:
1280
1281 CopyFile("UDisk/Test","Flash/Test","",1,0) ' Copy the files in the UDisk/Test
1282
1283 directory to the Flash/Test directory.
1284 {{/code}}
1285
1286 (% class="box infomessage" %)
1287 (((
1288 **✎Note:**
1289
1290 * Both source and destination paths need to begin with UDisk or Flash or SDCard;
1291 * A1 and A2 could be string (requires double quotes) or variable, maximum character length 127 allowed in path;
1292 * A3 could be a string, such as: [FileName] (requires double quotes); or address, such as: @W_HDW100 (no need to add double quotes);
1293 * A4 and A5 could be values, addressesor variable;
1294 * A6 could be address or variable.
1295 )))
1296
1297 == **Cos** ==
1298
1299 **Function**
1300
1301 Val = Cos(A1)
1302
1303 **Description**
1304
1305 Return a cosine value of an angle.
1306
1307 **Parameters**
1308
1309 * **A1: **a float radian of angle, it can be an address or variable.
1310 * **Val: **return float value, it can be an address or variable.
1311
1312 **Example**
1313
1314 {{code language="lua"}}
1315 Dim a, b as floating 'define float a, b
1316
1317 b = pi/3 'convert the value of HDW11 to float and assign to 'b'.
1318
1319 a=Cos(b) 'return the cosine value of'b' and assign the result to 'a'.
1320
1321 'to add the following sentence if need to view the return value:
1322
1323 Float2D("@W_HDW20",a) 'the float value of a written into HDW13.
1324 {{/code}}
1325
1326 **Result: **@W_HDW20=0.5
1327
1328 (% class="box infomessage" %)
1329 (((
1330 **✎Note:** Please call **RadToDeg** function convert radian to angle.
1331 )))
1332
1333 == **D2F** ==
1334
1335 **Function**
1336
1337 D2F (A1, A2) or A1= D2F (A1, A2)
1338
1339 **Description**
1340
1341 Convert the 32-bit integer format data to float then output the result.
1342
1343 **Parameters**
1344
1345 * **A1: **required data, begin with"@";
1346 * **A2: **source data, begin with"@";
1347
1348 **Example**
1349
1350 {{code language="lua"}}
1351 D2F(@W_HDW2,@W_HDW0) 'convert the double word (HDW0) to float, save the result to (HDW2).
1352
1353 @W_HDW2=D2F(@W_HDW2,@W_HDW0) 'convert the double word (HDW0) to float, save the result to (HDW2).
1354 {{/code}}
1355
1356 **Result: **HDW0=100, HDW2=100
1357
1358 == **D2Float** ==
1359
1360 **Function**
1361
1362 F= D2Float("A1",F)
1363
1364 **Description**
1365
1366 Convert the designated value to floating then assign to variable.
1367
1368 **Parameters**
1369
1370 * **A1:** Source data;
1371 * **F:** User-defined floating variable
1372
1373 **Example**
1374
1375 {{code language="lua"}}
1376 dim F as floating 'define F as floating
1377
1378 F=D2Float("@W_HDW10",F) 'assign the value of (HDW10) to F in floating
1379
1380 Float2D("@W_HDW12",F) 'copy the floating value of F to HDW12 register,use to display result.
1381 {{/code}}
1382
1383 **Result: **
1384
1385 * HDW10=200,
1386 * HDW12=200.
1387
1388 (% class="box infomessage" %)
1389 (((
1390 **✎Note:** A1 needs to be address;
1391 )))
1392
1393 == **D2Int** ==
1394
1395 **Function**
1396
1397 A2= D2Float("A1",A2)
1398
1399 **Description**
1400
1401 Output the 32-bit integer in the form of integer.
1402
1403 **Parameters**
1404
1405 * **A1:** Source data can only be the HMI internal or external register starting with "@".
1406 * **A2: **Target data can only use theinteger variable defined by script.
1407
1408 **Example**
1409
1410 {{code language="basic"}}
1411 dim var1 as integer 'define var1 as integer
1412
1413 var1=D2Int("@W_HDW0",var1) 'Read out the 32-bit integer in HDW0 and save the result in var1.
1414
1415 HDW0=9999999
1416 {{/code}}
1417
1418 **Result:** Var1=9999999
1419
1420 == **DataLogToUorSD** ==
1421
1422 **Function**
1423
1424 DataLogToUorSD (A1, A2, A3, A4, A5, A6, A7, A8)
1425
1426 **Description**
1427
1428 Exported Data record (database file) as db or csv format file, and register HSW1853 can change the exported file type.
1429
1430 (HSW1853 = 0: exported as db format, filename format: Start time-end time-group name.db)
1431
1432 (HSW1853 = 1: exported as csv format, filename format: Start time-end time-group name.csv)
1433
1434 **Parameters**
1435
1436 * A1: Data record group name address (string, must be address). For example: " @W_HDW30 "
1437 * A2: Start time address (string, must be address). For example: " @W_HDW40 "
1438 * A3: End time address (string, must be address). For example: " @W_HDW50 "
1439 * A4: db file save location (integer value)
1440 ** = 1: Saved on SD card
1441 ** = 2: Save in USB flash drive
1442 * A5: Return value(string, must be address). For example: " @W_HDW60 ", return result of the script will be written to HDW60; Meaning of value in address:
1443 ** = 1: Script executed successfully
1444 ** = 100: U disk or SD card unplugged
1445 ** = 101: U disk or SD card does not exist
1446 ** = 102: Script executed failed
1447 ** = 201: db export failed
1448 ** = 203: Script is being executed (previous executed script doesn't exit)
1449 * A6: Script running mode (integer value)
1450 ** = 1: Wait for script execution before exit
1451 ** = Others: Exit without waiting for the result of script execution (when the data record volume is large, it takes some time to execute the script, and when wait for the result of script execution, it may affect the execution of other scripts)
1452 * A7: Path name address (string, must be address). For example: " @W_HDW70 ", script will automatically prefix the folder name HMI_, for example: @W_HDW70 = "Log", the db file will be saved under the directory of HMI_Log in U disk or SD.
1453 * A8: Reserved address (string, must be address). For example:" @W_HDW80 ". This address is temporarily useless but needs to be set.
1454
1455 **Example**
1456
1457 {{code language="basic"}}
1458 @W_HDW30 = "Record test" 'Data record group name
1459 @W_HDW40 = 2021
1460 @W_HDW41 = 04
1461 @W_HDW42 = 30
1462 @W_HDW43 = 09
1463 @W_HDW44 = 0
1464 @W_HDW45 = 0
1465 'Start time 2021-04-30 09:00:00
1466 @W_HDW50 = 2021
1467 @W_HDW51 = 04
1468 @W_HDW52 = 30
1469 @W_HDW53 = 20
1470 @W_HDW54 = 0
1471 @W_HDW55 = 0
1472 'End time 2021-04-30 20:00:00
1473 @W_HDW70 = "Log" 'Directory name
1474
1475 DataLogToUorSD ("@ W_HDW30", "@ W_HDW40", "@ W_HDW50", 2, "@ W_HDW60", 1, "@ W_HDW70", "@ W_HDW80")
1476
1477 'Export the data records collected from 2021-04-30 09:00:00 to 2021-04-30 20:00:00 under the group name of the record test to the HMI_Log directory of the U disk with the file name being 20210430090000-20210430200000-record tests. db. (HSW1853 is 0).
1478 {{/code}}
1479
1480 == **DbToCSVFile** ==
1481
1482 **Function**
1483
1484 A8=DbToCSVFile(A1,A2,A3,A4,A5,A6,A7)
1485
1486 **Description**
1487
1488 Convert db (database file) file to csv format and export it.
1489
1490 **Parameters**
1491
1492 * **A1: **db file save path (value is integer);
1493 ** =0: Alarm record file in HMI flash;
1494 ** =1: Alarm record file in UDisk (USB flash disk);
1495 ** =2: Alarm record file in SD card;
1496 ** =3: Data record file in HMI flash;
1497 ** =4: Data record file in UDisk (USB flash disk);
1498 ** =5: Data record file in SD card;
1499 * **A2: **group numer of db file (value is integer);
1500 ** Used during exporting data record file, the group number could be seen in the data record setting interface;
1501 * **A3:** csv file save path (value is integer);
1502 ** =0: Save in UDisk (USB flash disk);
1503 ** =1: Save in SD card;
1504 * **A4: **csv name;
1505 * **A5: **start time of data recordin db file(string), consecutive 6 word addresses (the values in the address are year, month, day, hour, minute, second);
1506 * **A6:** end time of data recordin db file(string), consecutive 6 word addresses (the values in the address are year, month, day, hour, minute, second);
1507 * **A7:** csv encoding format;
1508 ** =0 UTF8 format;
1509 ** =1 GBK format;
1510 * **A8:** returned value;
1511 ** =0: Failed to export;
1512 ** =1: Exported;
1513 ** =2: db file path error;
1514 ** =3: U disk or SD card does not exist;
1515 ** =4: csv name error;
1516 ** =5: db file does not exist;
1517 ** =6: csv file already exists;
1518
1519 **Example**
1520
1521 * @W_HDW100 = 2018
1522 * @W_HDW101 = 12
1523 * @W_HDW102 = 25
1524 * @W_HDW103 = 19
1525 * @W_HDW104 = 10
1526 * @W_HDW105 = 30
1527 * @W_HDW200 = 2018
1528 * @W_HDW201 = 12
1529 * @W_HDW202 = 25
1530 * @W_HDW203 = 20
1531 * @W_HDW204 = 10
1532 * @W_HDW205 = 30
1533
1534 **Export data record file**
1535
1536 {{code language="basic"}}
1537 DbToCsvFile(3,2,0,"123.csv","@W_HDW100","@W_HDW200",0)
1538 'In the HMI flash, the group number is 2, and the data records collected in the time of 2010.12.25 19:10:30-2018.12.25 20:10:30
1539 'are exported to the 123.csv file in the Udisk in UTF8 format.
1540 {{/code}}
1541
1542 **Export alarm record file**
1543
1544 {{code language="basic"}}
1545 DbToCsvFile(0,0,0,"456.csv","@W_HDW100","@W_HDW200",1)
1546 'The alarm records generated in HMI Flash at 2018.12.25 19:10:30-2018.12.25 20:10:30
1547 'are exported to the 456.csv file in the Udisk in GBK format
1548 {{/code}}
1549
1550 (% class="box infomessage" %)
1551 (((
1552 **✎Note:**
1553
1554 * A1 can be an address or a variable or a value, and the path need to start with UDisk or Flash or SDCard;
1555 * A2 can be an address or a variable or a value;
1556 * A3 can be an address or a variable or a value, and the path need to start with UDisk or Flash or SDCard;
1557 * A4 can be an address or variables or string, and the length of the file name (sum of values, English, Chinese) could not exceed 127;
1558 * A5 need to be an address;
1559 * A6 need to be an address;
1560 * A7 can be an address or a variable or a value;
1561 )))
1562
1563 == **DegToRad** ==
1564
1565 **Function**
1566
1567 A2 = DegToRad(A1)
1568
1569 **Description**
1570
1571 Convert the angle into correspond radian, and display.
1572
1573 **Parameters**
1574
1575 * **A1:** inputting angle supports address, other variable or floating.
1576 * **A2: **outputting radian supports address, other variable or floating.
1577
1578 **Example**
1579
1580 Script 1
1581
1582 //{{code language="lua"}}@W_HDW12=DegToRad(@W_HDW10) 'input angle on (HDW10),convert to correspond redian and copy to (HDW12){{/code}}//
1583
1584 **Result: **HDW10=180; HDW12=3.14159
1585
1586 Script 2
1587
1588 {{code language="lua"}}
1589 dim a as floating 'set variable
1590
1591 dim b as floating 'set variable
1592
1593 b=30 'input angle
1594
1595 a=DegToRad(b) 'convert the length of radian and copy to variable {a}
1596
1597 float2d("@W_HDW0", a) 'display the value of floating on(HDW0)
1598 {{/code}}
1599
1600 **Result:** HDW0=0.52360
1601
1602 == **DIM ... AS ...** ==
1603
1604 **Function**
1605
1606 Dim "variable" as "date type"
1607
1608 **Description**
1609
1610 Declare a variable, stable the type of data.
1611
1612 **Parameters**
1613
1614 * **Variable: **begin with letter, other character can be letter, numbers, underscores ('_'), need to begin with '@' if it is address;
1615 * **Data type: **string,floating,integer;
1616
1617 **Example**
1618
1619 {{code language="lua"}}
1620 dim a as integer 'define a as integer
1621
1622 dim @W_HDW0 as floating 'define @W_HDW0 as floating
1623
1624 dim hi as string 'define "hi" as string
1625 {{/code}}
1626
1627 **Result:**
1628
1629 a is integer
1630
1631 @W_HDW0 is floating
1632
1633 hi is string
1634
1635 (% class="box infomessage" %)
1636 (((
1637 **✎Note:** Use the variable of Dim during running, could not change the type, Dim will be missed if the type of variable is no difined. Variable could be declared in once.
1638 )))
1639
1640 == **DO ... LOOP** ==
1641
1642 **Function**
1643
1644 Do [While | Until condition]
1645
1646 [statements]
1647
1648 Loop
1649
1650 or
1651
1652 Do
1653
1654 [statements]
1655
1656 Loop [While | Until condition]
1657
1658 **Description**
1659
1660 Condition determent instruction.
1661
1662 * Do while.loop executes an instruction of block repeatedly when condition is true.
1663 * Do until.loop executes an instruction of block repeatedly until condition is false.
1664
1665 **Parameters**
1666
1667 **Condition: **determine condition; obtain the expression of True or False.
1668
1669 **Statements: **execute one or more instructions repeatedly when condition is True or until condition is True.
1670
1671 If condition is true, all statements are executed until the Wend statement is encountered. Control then returns to the While statement and condition is again checked. If condition is still True, the process is repeated. If it is not true, execution resumes with the statement following the Wend statement.
1672
1673 **Example**
1674
1675 {{code language="lua"}}
1676 dim i as integer 'end DO loop when i=100
1677
1678 do while i<100
1679
1680 i=i+1
1681
1682 @W_HDW0=i
1683
1684 loop
1685 {{/code}}
1686
1687 **Result: **HDW0=100
1688
1689 == **End** ==
1690
1691 **Function**
1692
1693 Terminates the script immediately.
1694
1695 **Description**
1696
1697 End the execution of script.
1698
1699 **Parameters**
1700
1701 **Statement:** Judging condition, use with IF together. end script when meet condition.
1702
1703 **Example**
1704
1705 //{{code language="lua"}}If a = 10 Then End 'end script when a=10.{{/code}}//
1706
1707 **Result:** End the script program.
1708
1709 == **Exp** ==
1710
1711 **Function**
1712
1713 A1=Exp(A2)
1714
1715 **Description**
1716
1717 Returns the power value of e (natural logarithm), save the outputting result to A1, e=2.71828182846.
1718
1719 **Parameters**
1720
1721 * **A1: **the goal date: the power floating value of returning, need to begin with '@'([[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)__e.g.@W_HDW10__>>path:mailto:'@'(e.g.@W_HDW10]](%%));
1722 * **A2: **Source data, natural exponential function, need to be integer or variable. Could not not begin with the address of "@"(e.g.@W_HDW10)
1723
1724 **Example**
1725
1726 {{code language="lua"}}
1727 dim a as integer'define a as integer
1728
1729 a = @W_HDW2 ' assign the value of (HDW2) to variable a
1730
1731 @W_HDW0= Exp(a)'exponential is the value of (HDW2),save result to(HDW0)
1732 {{/code}}
1733
1734 **Result:**
1735
1736 * HDW2=2,
1737 * HDW0=7.38905600
1738
1739 == **F2D** ==
1740
1741 **Function**
1742
1743 F2D (A1, A2)
1744
1745 **Description**
1746
1747 Convert a 32 bit floating to integer format, then output the result.
1748
1749 **Parameters**
1750
1751 * **A1: **Destination, the value can be an address(e.g.@W_HDW12).
1752 * **A2: **source date, it can be an address or other variable.
1753
1754 **Example**
1755
1756 //{{code language="lua"}}F2D(@W_HDW12,@W_HDW10) 'convert the floating of (HDW10) to integer, save in (HDW12).{{/code}}//
1757
1758 **Result:**
1759
1760 * HDW10=200,
1761 * HDW12=200
1762
1763 == **F2S** ==
1764
1765 **Function**
1766
1767 F2S (A1,A2,s1)
1768
1769 **Description**
1770
1771 Output a format of floating that in the type of string.
1772
1773 **Parameters**
1774
1775 * **A1:** Source address, used to store floating, the value is an address(e.g.@W_HDW200);
1776 * **A2:** Destination address, used to store string after converted, value is an address(e.g.@W_HDW100).
1777 * **S1:** the format of displaying goal data. such as the format of 03.03f,f, used for outputting a single-precision in the form of decimal.m.nf:means m column and n decimals when outputting.
1778
1779 **Example**
1780
1781 //{{code language="lua"}}F2S("@W_HDW200", "@W_HDW100", "03.03f") '(HDW200) is floating input,(HDW100) is text output;{{/code}}//
1782
1783 **Result: **
1784
1785 * HDW200=1.22365,
1786 * HDW100=1.224
1787
1788 == **FileCmpDir** ==
1789
1790 **Function**
1791
1792 FileCmpDir(A1, A2, A3, A4, A5, A6, A7, A8, A9)
1793
1794 **Description**
1795
1796 The filename input and the filename in the folder whether is duplicate or not.
1797
1798 **Parameters**
1799
1800 A1: file path (value is integer);
1801
1802 In HMI:
1803
1804 * =0: Recipe folder in HMI flash;
1805 * =1: Custom folder in UDisk (USB flash disk);
1806 * =2: Custom folder in SD card.
1807 * =3: Custom folder in HMI flash;
1808
1809 In simulator:
1810
1811 * = 0: D:/Recipe/
1812 * = 1: C:/WECON/CustomFileDir/
1813 * = 2: C:/WECON/CustomFileDir/
1814 * = 3: C:/WECON/CustomFileDir/
1815
1816 **✎Note:**
1817
1818 A1 can be an address,variable or fixed value.
1819
1820 A2: file name (value is string);
1821
1822 The file name would be compared;
1823
1824 **✎Note: **
1825
1826 A2 can be an address, variable or string. The length of file name cannot exceed 32 characters.
1827
1828 A3: folder name (value is integer);
1829
1830 The folder name would be compared;
1831
1832 **✎Note: **
1833
1834 A3 can be an address, variable or string. The length of file name cannot exceed 32 characters.
1835
1836 A4:file name display address (value is a string);
1837
1838 Display the specified number of file names in the specified folder.
1839
1840 **✎Note:**
1841
1842 A4 Can only use address here. And the length of the file name cannot exceed 32 characters.
1843
1844 A5: Function type (value is an integer)
1845
1846 ~= 0: compare whether the file name in the folder and the file name input are duplicated or not.
1847
1848 ~= 1: return list of file names.
1849
1850 ~= 100: compare file names, without input suffix .csv
1851
1852 **✎Note: **
1853
1854 A5 can be an address, variable or value.
1855
1856 A6: Return value (value is an integer)
1857
1858 ~= 1: Successfully opened the folder.
1859
1860 ~= 2: Failed to open the folder.
1861
1862 ~= 3: The file has duplicate names
1863
1864 **✎Note:**
1865
1866 A6 must be an address.
1867
1868 A7: File number (value is an integer)
1869
1870 Display the number of files in the folder (up to 100)
1871
1872 **✎Note: **
1873
1874 A7 must be an address.
1875
1876 A8: File creation time (value is a string);
1877
1878 Display the time of file creation, time occupies 32 characters
1879
1880 A9: The maximum number of files to read (value is an integer)
1881
1882 Set the maximum number of files to read (up to 100 files)
1883
1884 **✎Note:** A9 can be an address, variable or value.
1885
1886 **Example**
1887
1888 Read the specified number of files in the folder.
1889
1890 (% class="box" %)
1891 (((
1892 FileCmpDir(@W_HDW1254, @W_HDW50, "File", "", 0, "@W_HDW0", "", "", 10)'Determine whether there is a file with the same name as @W_HDW50 in the file directory of HDW1254.@W_HDW0=3 is Yes.@W_HDW0 = 1 is No.@W_HDW0=2 is comparison failed.
1893 )))
1894
1895 Compare filename input and the filename in the folder whether is duplicate or not.
1896
1897 (% class="box" %)
1898 (((
1899 FileCmpDir(@W_HDW1254, "", "File", "@W_HDW200", 1, "@W_HDW0", "@W_HDW300", "@W_HDW400", 10)’The file name under the directory File in the flash is written to the continuous address begin from @W_HDW200, the file creation time is written to the continuous address begin from @W_HDW400, the number of files is written to the address @W_HDW300, the maximum number of files is 10
1900 )))
1901
1902 Compare the csv file name in the folder and the csv file name input whether is duplicated or not.
1903
1904 (% class="box" %)
1905 (((
1906 FileCmpDir(@W_HDW1254, @W_HDW50, "File", "", 100, "@W_HDW0", "", "", 10)' Judge whether there is a file in the directory File in the flash is same with following: @W_HDW50, @W_HDW50.csv, @ W_HDW50.CSV , @W_HDW0=3 is Yes, @W_HDW0 = 1 is No ,@W_HDW0=2 is comparison failed
1907 )))
1908
1909 == **FILL** ==
1910
1911 **Function**
1912
1913 FILL (A1, A2, A3)
1914
1915 **Description**
1916
1917 Write the same value to designated address constantly.
1918
1919 **Parameters**
1920
1921 **A1:** The beginning address, it can be an address (e.g.@ W_ HDW25);
1922
1923 **A2:** Source data, it needs to be written in continuous value, the value can be an address, variable or constant;
1924
1925 **A3:** The number of operation, writing address number, it can be an address, variable or constant;
1926
1927 When the PLC (external device) address is used in this function, the length range is 1-2048, and only the 2048th address can be operated when the range is exceeded.
1928
1929 When the HMI internal address is used in this function, the length range is 1-4096. If the function is out of range, then the function is invalid.
1930
1931 **Example**
1932
1933 //FILL (@W_HDW25, 10, 3) 'At the beginning three address of @W_ HDW25 is 10.//
1934
1935 **Result: **At the beginning three address of @W_ HDW25 is 10, @W_ HDW25=10, @W_ HDW26=10, @W_ HDW27=10.
1936
1937 == **Float2D** ==
1938
1939 **Function**
1940
1941 Float2D (A1,A2);
1942
1943 **Description**
1944
1945 Copy floating value to the address.
1946
1947 **Parameters**
1948
1949 * **A1: **Goal address, the value need to be address (e.g.@W_HDW102);
1950 * **A2:** Source data, it can be floating;
1951
1952 **Example**
1953
1954 {{code language="lua"}}
1955 dim f as floating 'define f as floating
1956
1957 f=1.1 'assign a designated value to f
1958
1959 Float2D ("@W_HDW102",f) 'assign the value f to HDW102
1960 {{/code}}
1961
1962 **Result:** HDW102=1.1
1963
1964 == **For. to. step. next** ==
1965
1966 **Function**
1967
1968 For counter = start to end Step
1969
1970 [Statements]
1971
1972 Next
1973
1974 **Description**
1975
1976 Execute a command repeatedly for designated times.
1977
1978 **Parameters**
1979
1980 * **counter: **Work as a variable for loop counter;
1981 * **start: **The start value of counter, it could be any variable type or expression;
1982 * **end: **The end value of counter, it could be any variable type or expression;
1983 * **step: **Every loop, the changed value of counter is step value, step default if it is not designation. Step default as below:
1984 ** if start>end, step default is 1;
1985 ** if start< end. It could be any variable type or expression;
1986 * **statements: **Between For with Next, execute instruction set of designated times;
1987 ** Set a loop of for...Next in another loop, it can nest call the loop of for...Next. Different from a while, for only search once value from end. Empty for loop will be ignored, and could not delay time.
1988
1989 **Example**
1990
1991 {{code language="lua"}}
1992 'Use HDX2.0 to trigger the loop
1993
1994 for i=100 to 0 step -5 ' set the start is 100,end is 0,subtract 5 every time, execute 20 times totally.
1995
1996 @W_HDW100=@W_HDW100+1 ' execute (HDW100+1) 21 times totally, the final result is 21.
1997
1998 Next
1999
2000 @B_HDX2.0=0
2001 {{/code}}
2002
2003 **Result: **HDW100=21
2004
2005 == **Function** ==
2006
2007 **Function**
2008
2009 * Function name (arglist)
2010 * statements
2011 * name = expression
2012 * statements
2013 * End Function
2014
2015 **Description**
2016
2017 Unlike internal function, it needs to declare the name, parameter, code of the function.
2018
2019 **Parameters**
2020
2021 * **Name: **function name.
2022 * **arglist: **stands for the variable list of parameter, this parameter will be entered during calling function. use comma to separate.
2023 * **statements: **a set of code in running function body.
2024
2025 **Notice: **it could not define a function program at any other program body. Write name first and then follow with parameter list, when calling function. Declare function need to before be calling. in the internal function body, it could be assigned to a function name from returned value at any place. Return value is 0 if not assign function name. Functions can recursive, but it may lead to stack overflow.
2026
2027 **Example**
2028
2029 {{code language="lua"}}
2030 Function sincos (angle as floating)
2031
2032 sincos = sin(angle) + cos(angle)
2033
2034 End Function<
2035
2036 ........
2037
2038 @W_0002 = sincos(pi/2)
2039
2040 ........
2041 {{/code}}
2042
2043 == **GetServerDelayInfo** ==
2044
2045 **Function**
2046
2047 A3=GetSerVerDelayInfo(A1,A2)
2048
2049 **Description**
2050
2051 Convert string A1 to hexadecimal number.
2052
2053 **Parameters**
2054
2055 **A1:** The starting address, save the delay data of each server (10 consecutive addresses, the last 7 addresses are reserved), when the server testing fails, the value in the corresponding address is -1. The unit is ms (signed decimal number).
2056
2057 (% class="table-bordered" %)
2058 |=**Address**|=**Description**
2059 |A1|Delay data of the server configured in [Project Settings]
2060 |A1+1|Delay data of Server 1
2061 |A1+2|Delay data of Server 2
2062
2063 **A2: **Server test result address
2064
2065 (% class="table-bordered" %)
2066 |=(% style="width: 239px;" %)**Address**|=(% style="width: 1250px;" %)**Description**
2067 |(% style="width:239px" %)0 bit|(% style="width:1250px" %)Set ON, Server configured in [Project Settings] fails
2068 |(% style="width:239px" %)1^^st^^bit|(% style="width:1250px" %)Set ON, Server 1 fails
2069 |(% style="width:239px" %)2^^nd^^bit|(% style="width:1250px" %)Set ON, Server 2 fails
2070 |(% style="width:239px" %)3^^rd^^~~ 10^^th^^bits|(% style="width:1250px" %)Reserved
2071 |(% style="width:239px" %)11^^th^^bit|(% style="width:1250px" %)Set ON, network error, network port interface failure
2072
2073 **A3:**Returns the preferred server number or network status (automatically selects the server with the best connection network status).
2074
2075 * =0: Server configured in [Project Settings];
2076 * =1: Server 1;
2077 * =2: Server 2;
2078 * =3~~10: Reserved;
2079 * =100: Try again later (two test intervals need to wait 30 seconds);
2080 * =101: Failed to test Server;
2081
2082 **Example**
2083
2084 //{{code language="lua"}}@W_HDW200 = GetServerDelayInfo("@W_HDW100", "@W_HDW50"){{/code}}//
2085
2086 Result:
2087
2088 * HDW100: Delay data of the server configured in [Project Settings]
2089 * HDW101: Delay data of Server 1
2090 * HDW102: Delay data of Server 2
2091 * HDX50.0=1:Server configured in [Project Settings] fails
2092 * HDX50.1=1: Server 1 fails
2093 * HDX50.2=1:Server 2 fails;
2094 * HDX50.11= 1: network error, network port interface failure;
2095
2096 When the server signal is stable, the optimal server is automatically connected according to the network status @W_HDW200. When the server connection is abnormal, @W_HDW200=101, the server test fails or the test is abnormal.
2097
2098 (% class="box infomessage" %)
2099 (((
2100 **✎Note:** The time interval between executions of this function could not be less than 30 seconds, otherwise an error will occur.
2101 )))
2102
2103 == **Goto** ==
2104
2105 **Function**
2106
2107 Goto label
2108
2109 **Description**
2110
2111 Go to the designated row without any condition in a function body.
2112
2113 **Parameters**
2114
2115 * **Label:** target character, start with letter in row label, end with(:)of any string.row label has no sensitive to the format of letter.
2116
2117 **Example**
2118
2119 //Goto sd 'go to the row which start with "sd";//
2120
2121 **Result:** Go to sd row.
2122
2123 (% class="box infomessage" %)
2124 (((
2125 **✎Note:** Goto only can jump into the internal function that visible row.
2126 )))
2127
2128 == **H2A** ==
2129
2130 **Function**
2131
2132 A1 = H2A (A2)
2133
2134 **Description**
2135
2136 Convert a binary (16-bit) to hexadecimals (4-bit) of ASCII.
2137
2138 **Parameters**
2139
2140 * **A1: **Returned value, string, it could be an address or variable.
2141 * **A2: **Binary is needed to be converted, the value could be a address or variable.
2142
2143 **Example**
2144
2145 //{{code language="lua"}}@W_HDW100= H2A (@W_HDW0) ' convert the binary of (HDW0) to character and save in (HDW100).{{/code}}//
2146
2147 **Result:**
2148
2149 * HDW0=200,
2150 * HDW=100
2151
2152 == **HmiRegoperator** ==
2153
2154 **Function**
2155
2156 HmiRegoperator (A1,A2,A3,A4,A5,A6)
2157
2158 **Description**
2159
2160 Data of Upload/ Download address
2161
2162 **Parameters**
2163
2164 * **A1: **The start address of target
2165 * **A2: **Length, address length, unit: word, range: 1~~1000
2166 * **A3: s**torage
2167 ** A3=0, select USB flash disk as storage, and save files in Root directory;
2168 ** A3=1, select SD card as storage, and save files in Root directory;
2169 * **A4: **File name address, itneed to be address such as"@ W_HDW2"
2170 * **A5**: Upload / download data
2171 ** A5=0, save the data in the specified address as a file and store the file in the root directory;
2172 ** A5=1, Read data from file and it woule be written into specified address;
2173 * **A6:** State display, it needs to be address, such as "@ W_HDW2";
2174 ** A6=1, Normal
2175 ** A6=2, USB flash disk/ SD card does not exist
2176 ** A6=3, File doesn’t exist;
2177 ** A6=4, File name error;
2178 ** A6=5, Check error
2179 ** A6=6, Abnormal communication;
2180 ** A6=7, HUW register is not allowed;
2181 ** A6=8, Address length range error (address length range: 1-1000);
2182
2183 **Example**
2184
2185 Script 1
2186
2187 (% class="box" %)
2188 (((
2189 //HmiRegoperator("@W_HDW0",10,0,"@W_HDW2000",0,"@W_HDW3000")’The data in HDW0-HDW10 is saved as a file, the file name is set by HDW2000 and stored in a USB flash disk.//
2190 )))
2191
2192 Script 2
2193
2194 (% class="box" %)
2195 (((
2196 //HmiRegoperator("@W_HDW0",10,1,"@W_HDW2000",1,"@W_HDW3000")//
2197
2198 //Read the values from files which stored in the SD card (files named by the HDW2000), and write these values to the HDW0-HDW10.//
2199 )))
2200
2201 **✎Note:**
2202
2203 * The length of the file name is less than 32 characters, and the file name consists of numbers and letters (the file name does not meet this standard; WECON does not guarantee the accuracy of the data).
2204 * The interval of download function operation should be 5s or more.
2205 * A1 need to be address such as “@W_HDW2”.
2206 * Please use “Character Input/Display” object for it, and the file name consists of numbers and letters, could not be punctuated characters, maximum character length 32 allowed.
2207
2208 == **Hypot** ==
2209
2210 **Function**
2211
2212 Var = Hypot (expr1, expr2)
2213
2214 **Description**
2215
2216 Calculate the value of the hypotenuse of a right triangle.
2217
2218 **Parameters**
2219
2220 * **expr1, expr2: **Source data, the two sides of right triangle. it need to be address;
2221 * **Var:** Destination data,it need to be address;
2222
2223 **Example**
2224
2225 (% class="box" %)
2226 (((
2227 //@W_HDW200=Hypot (@W_HDW105,@W_HDW108) ' input the value of right-angle side at (HDW105) and (HDW108),and assign the result of the hypotenuse to (HDW200).//
2228 )))
2229
2230 **Result: **
2231
2232 * HDW105=3,
2233 * HDW108=4,
2234 * HDW200=5
2235
2236 (% class="box infomessage" %)
2237 (((
2238 **✎Note:** hypot function could support integer and floating when the format of source data and target data are the same.
2239 )))
2240
2241 == **IF ... THEN ... ELSE ... END IF** ==
2242
2243 **Function**
2244
2245 If condition Then
2246
2247 Statements
2248
2249 [Else
2250
2251 else statements]
2252
2253 End If
2254
2255 **Description**
2256
2257 Conditional judgments instruction. When the [Condition] defined by [IF] is TURN, the operation following [THEN] is performed. When [Condition] is FALSE, the operation after [ELSE] is executed.
2258
2259 **Parameters**
2260
2261 * **condition: **any expression, the value could be true or false.
2262 * **statement: **execute the instruction block when condition is true.
2263 * **else statement: **execute the instruction block when condition is false.
2264
2265 **Example**
2266
2267 {{code language="lua"}}
2268 if @W_HDW105=200 then ' judging condition: whether the value of (HDW105) is 200
2269
2270 @W_HDW108=1 'the value of (HDW108) is 1 if fulfil condition
2271
2272 else
2273
2274 @W_HDW200=1 ' the value of (HDW200) is 1 if not fulfil condition.
2275
2276 Endif
2277 {{/code}}
2278
2279 **Result:**
2280
2281 * HDW105=199;
2282 * HDW108=0;
2283 * HDW200=1
2284
2285 == **InStr** ==
2286
2287 **Function**
2288
2289 var = InStr ("str1", "str2")
2290
2291 **Description**
2292
2293 Returned the position of str1 in str2(start with 0), set -1 if no result.
2294
2295 **Parameters**
2296
2297 * **str1:** source string, it could only be string, not address;
2298 * **str2:** target string, it could only be string, not address;
2299 * **var:** Returned value, the format of data needs to be string;
2300
2301 **Example**
2302
2303 {{code language="lua"}}
2304 dim a as floating
2305
2306 a = InStr ("Hello", "o") ' calculate the position of"o"in"hello".
2307
2308 float2d ("@W_HDW0",a) ' Returned value is 4.(start with 0)
2309 {{/code}}
2310
2311 **Result:** HDW0=4
2312
2313 == **Int2D** ==
2314
2315 **Function**
2316
2317 Int2D("A1",A2)
2318
2319 **Description**
2320
2321 Write the 32-bit integer into the target address
2322
2323 **Parameters**
2324
2325 * **A1: **Source data could only be the HMI internal or external register starting with "@".
2326 * **A2:** Target data could only use the integer variable defined by script.
2327
2328 **Example**
2329
2330 {{code language="lua"}}
2331 dim var1 as integer 'define var1 as integer
2332
2333 Int2D("@W_HDW0", var1)    'Read out the 32-bit integer in var1 and save the result in HDW0 .
2334
2335  var1=9999999,
2336 {{/code}}
2337
2338 **Result:** HDW0=9999999.
2339
2340 == **InvB** ==
2341
2342 **Function**
2343
2344 InvB (A1)
2345
2346 **Description**
2347
2348 The state of inverse bit, it is a sub function, no returned value. Achieve the state of switching address constantly.
2349
2350 **Parameters**
2351
2352 * **A1:** it is an address.
2353
2354 **Example**
2355
2356 //{{code language="lua"}}InvB (@B_HDX0.1) 'switch the state if (HDX0.1).{{/code}}//
2357
2358 **Result: **Switch the state of (HDX0.1) constantly.
2359
2360 == **IsFloating** ==
2361
2362 **Function**
2363
2364 A2=IsFloating (A1)
2365
2366 **Description**
2367
2368 Decide whether a parameter is floating, return true if it is floating, otherwise return FALSE.
2369
2370 **Parameter**
2371
2372 * **A1:** source data, variable;
2373 * **A2:** target data, variable;
2374
2375 **Example**
2376
2377 {{code language="lua"}}
2378 dim a as integer
2379
2380 dim b as floating
2381
2382 b= D2float ("@W_HDW200",b) 'assign the value of (HDW200) to b
2383
2384 a = IsFloating (b) 'judge whether b is floating or not
2385
2386 @W_HDW300=a 'save the result to (HDW300)
2387 {{/code}}
2388
2389 **Result: **HDW300=1
2390
2391 == **IsInteger** ==
2392
2393 **Function**
2394
2395 A2= IsInteger (A1)
2396
2397 **Description**
2398
2399 Determine whether a parameter(A1) is integer, return TRUE if the parameter is integer, otherwise return FALSE.
2400
2401 **Parameter**
2402
2403 * **A1:** Source date, it is variable or number;
2404 * **A2:** Target date, need to be variable, it could not be system address ;
2405
2406 **Example**
2407
2408 {{code language="lua"}}
2409 dim a as integer
2410
2411 a = IsInteger (20) 'determine whether 20 is integer
2412
2413 @W_HDW300=a ' display the result on (HDW300)
2414 {{/code}}
2415
2416 **Result:** HDW300=1
2417
2418 == **IsString** ==
2419
2420 **Function**
2421
2422 val = IsString(expr)
2423
2424 **Description**
2425
2426 Determine whether a parameter is string, return TRUE if it is string, otherwise return FALSE.
2427
2428 **Parameters**
2429
2430 * **Expr:** source string, it could be a variable or string, not address;
2431 * **Val:** target date, the result need to be variable, could not be address;
2432
2433 **Example**
2434
2435 {{code language="lua"}}
2436 dim a as integer 'define variable, display the result;
2437
2438 a= isstring ("hello") 'determine whether"hello"is string;
2439
2440 @W_HDW0=a 'assign the result to (HDW0)
2441 {{/code}}
2442
2443 **Result: **HDW=1
2444
2445 == **Lcase** ==
2446
2447 **Function**
2448
2449 A2 = LCase(A1)
2450
2451 **Description**
2452
2453 Convert all parameters to lowercase strings.
2454
2455 **Parameters**
2456
2457 * **A1: **source string, it could be an address or variable;
2458 * **A2: **outputting string, it could be an address or variable;
2459
2460 **Example**
2461
2462 (% class="box" %)
2463 (((
2464 //@W_HDW33 = LCase (@W_HDW25) 'input source sting on (HDW25), convert it to destination string and display the result on (HDW33);//
2465 )))
2466
2467 **Result:** HDW25=HELLO
2468
2469 HDW33=hello
2470
2471 == **Left** ==
2472
2473 **Function**
2474
2475 Val =Left (String, Length)
2476
2477 **Description**
2478
2479 Return a string of the specified length from the left side of parameter.
2480
2481 **Parameters**
2482
2483 * **String:** source string; it could be an address or string.
2484 * **Length: **return the number of character. It could be an address, integer or variable. Return empty string if length<1. return the whole string if length not less than the character number of string.
2485 * **Val: **destination string, outputting string, it could be an address or variable.
2486
2487 **Example**
2488
2489 (% class="box" %)
2490 (((
2491 //@W_HDW30=Left (@W_HDW36, @W_HDW40) '(HDW36) used to input source string,(HDW30) used to display the string result;//
2492 )))
2493
2494 Result:
2495
2496 * HDW36=hello,
2497 * HDW40=2,
2498 * HDW30=he
2499
2500 == **Len** ==
2501
2502 **Function**
2503
2504 Length=Len(String)
2505
2506 **Description**
2507
2508 Return the string length.
2509
2510 **Parameters**
2511
2512 * **String:** source string, it could be a address or string;
2513 * **Length:** target data, return value, it could be a address, variable, integer or floating;
2514
2515 **Example**
2516
2517 //{{code language="lua"}}@W_HDW30=Len (@W_HDW36) 'count the character number of (HDW36), save the result to (HDW30);{{/code}}//
2518
2519 **Result:**
2520
2521 * HDW36=hello
2522 * HDW30=5
2523
2524 == **Log** ==
2525
2526 **Function**
2527
2528 a= Logn (x)=Log(x)/Log(n)
2529
2530 **Description**
2531
2532 Log function:return the natural logarithm of the value.
2533
2534 **Parameters**
2535
2536 * **a: **source date,it could be a variable, but it could not be address;
2537 * **x, n:** source date, it could be a variable, but it could not be address;
2538
2539 **Example**
2540
2541 {{code language="lua"}}
2542 Dim a as integer 'define a as integer;
2543
2544 Dim b as integer 'define b as integer;
2545
2546 Dim c as integer 'define c as integer;
2547
2548 b=@W_HDW10 'assigns a value to b
2549
2550 c=@W_HDW20 'assigns a value to c
2551
2552 a=Log (b)/Log(c) 'calculate logarithm
2553
2554 @W_HDW0
2555
2556 =a 'assign the result to (HDW0)
2557 {{/code}}
2558
2559 **Result:**
2560
2561 * HDW10=27,
2562 * HDW20=3,
2563 * HDW0=3
2564
2565 == **Log10** ==
2566
2567 **Function**
2568
2569 a=Log10(x)= Log(x) / Log(10)
2570
2571 **Description**
2572
2573 Log function: return the natural logarithm.
2574
2575 **Parameters**
2576
2577 * **A:** target data, result could be variable, could not be address;
2578 * **x:** source data, it could be variable that needs to be the multiples of 10, can’t be address
2579
2580 **Example**
2581
2582 {{code language="lua"}}
2583 dim a as integer 'define a as integer
2584
2585 dim b as integer 'define b as integer
2586
2587 b=@W_HDW10 'assign a value to b
2588
2589 a= Log (b)/Log(10) 'result
2590
2591 @W_HDW0=a 'assign the result to (HDW0)
2592 {{/code}}
2593
2594 **Result: **
2595
2596 * HDW10=100,
2597 * HDW0=2
2598
2599 == **LTrim** ==
2600
2601 **Function**
2602
2603 val=LTrim("string")
2604
2605 **Description**
2606
2607 Remove the left empty part of the string and return.
2608
2609 **Parameters**
2610
2611 * **Val:** Destination string, it could be either a variable or address;
2612 * **string:** Source string, it could be either a variable or address;
2613
2614 **Example**
2615
2616 {{code language="lua"}}
2617 dim a as string
2618
2619 a=Ltrim("hello")
2620
2621 @W_HDW103=a
2622 {{/code}}
2623
2624 **Result:** HDW103=hello
2625
2626 == **MAX** ==
2627
2628 **Function**
2629
2630 A1=MAX(A2,A3)
2631
2632 **Description**
2633
2634 Compare the value of A2 and A3, assign the greater value to A1.
2635
2636 **Parameters**
2637
2638 * **A1:** Return value (used to store the greater value between A2 with A3).
2639 * **A2:** The first comparison value.
2640 * **A3:** The second comparison value.
2641
2642 (% class="box infomessage" %)
2643 (((
2644 **✎Note:** A1,A2,A3 should be only used in unsigned integer or unsigned address.
2645 )))
2646
2647 **Example**
2648
2649 {{code language="lua"}}
2650 DIM A1 as integer
2651
2652 @W_HDW106=10 'assign the value to (@W_HDW106), unsigned decimal word.
2653
2654 @W_HDW107=5 'assign the value to (?@W_HDW107),unsigned decimal word.
2655
2656 A1 = Max(@W_HDW106,@W_HDW107)
2657
2658 @W_HDW105 = A1
2659 {{/code}}
2660
2661 **Result: **@W_HDW105 = 10
2662
2663 == **Mid** ==
2664
2665 **Function**
2666
2667 A1=mid(A2, start, length)
2668
2669 **Description**
2670
2671 Returns a string contain a specified characters length from a string.
2672
2673 **Parameters**
2674
2675 * **A1:** string contains the selected characters, it needs to be a string
2676 * **A2:** string to be selected, it needs to be a variable or address
2677 * **Start:** the start position of string, it needs to be a variable or address, it means that count begin with 0.
2678 * **Length:** the designated length of string, maximum character length 127 allowed
2679
2680 **Example**
2681
2682 {{code language="lua"}}
2683 DIM A1 as string
2684
2685 A1 = Mid("hellokitty",1,2) 'select the string of in "
2686
2687 @W_HDW106=A1
2688 {{/code}}
2689
2690 **Result: **@W_HDW106 'display "el" on text input and output window
2691
2692 == **MIN** ==
2693
2694 **Function**
2695
2696 A1=MIN(A2,A3)
2697
2698 **Description**
2699
2700 Compare the value of A2 and A3, assign the smaller value to A1.
2701
2702 **Parameters**
2703
2704 * **A1: **Return value (used to store the snaker value between A2 with A3).
2705 * **A2: **The first comparison value.
2706 * **A3: **The second comparison value.
2707
2708 **Example**
2709
2710 {{code language="lua"}}
2711 DIM A1 as integer
2712
2713 @W_HDW106=10 'assign the value to (@W_HDW106), unsigned decimal word.
2714
2715 @W_HDW107=5 'assign the value to (@W_HDW107), unsigned decimal word.
2716
2717 A1 = Min(@W_HDW106,@W_HDW107)
2718
2719 @W_HDW105 = A1
2720 {{/code}}
2721
2722 **Result:** @W_HDW105 = 5
2723
2724 **✎Note:** A1, A2,A3 only used in unsigned integer or unsigned address.
2725
2726 == **MSeconds** ==
2727
2728 **Function**
2729
2730 A1=MSeconds( )
2731
2732 **Description**
2733
2734 A1 is used to display the current milliseconds of system.
2735
2736 **Parameters**
2737
2738 * **A1: **used to store the current milliseconds of system.
2739
2740 **Example**
2741
2742 {{code language="lua"}}
2743 DIM A1 as integer
2744
2745 @W_HDW0= 10 'assign a value to (@W_HDW0), unsigned decimal word
2746
2747 A1=MSeconds() 'return the current milliseconds of system to A1
2748
2749 @W_HDW0=A1
2750
2751 @W_HDW1=A1>>16 'display milliseconds on screen, (HDW0) is an 32-bit unsigned decimal integer address
2752 {{/code}}
2753
2754 **Result:** @W_HDW0 will generate the time value of changing milliseconds unit.
2755
2756 (% class="box infomessage" %)
2757 (((
2758 **✎Note:**
2759
2760 * A1 is 32-bit unsigned integer variable or unsigned integer address;
2761 * MSeconds() function rolls back over to zero once the maximum value has been reached (4294967295->0, 1,2,....4294967295->0, 1, 2,....4294967295->0, 1, 2);
2762 )))
2763
2764 == **MyDeleteFile** ==
2765
2766 **Function**
2767
2768 MyDeleteFile (A1,A2,A3,A4,A5)
2769
2770 **Description**
2771
2772 Delete the specified file
2773
2774 **Parameters**
2775
2776 A1: File location (value is an integer);
2777
2778 In HMI:
2779
2780 * =0: Recipe folder in HMI flash;
2781 * =1: Custom folder in UDisk (USB flash disk);
2782 * = 2: Custom folder in SD card.
2783 * =3: Custom folder in HMI flash;
2784
2785 In simulator:
2786
2787 * = 0: D:/Recipe/
2788 * = 1: C:/WECON/CustomFileDir/
2789 * = 2: C:/WECON/CustomFileDir/
2790 * = 3: C:/WECON/CustomFileDir/
2791
2792 **✎Note:**
2793
2794 A1 can be an address, variable or value.
2795
2796 A2: filename (value is string);
2797
2798 Input the name of the file want to delete.
2799
2800 **✎Note: **
2801
2802 A2 can be an address , variable or a character string, and the length of the file name cannot exceed 32 characters.
2803
2804 A3: folder name (value is integer);
2805
2806 Input the folder where the file want to delete.
2807
2808 **✎Note: **
2809
2810 A3 can be an address , variable or a character string, and the length of the folder name cannot exceed 32 characters.
2811
2812 A4: Delete function type (value is integer)
2813
2814 * = 0: Delete the specified file.
2815 * = 1: Delete all files.
2816
2817 **✎Note: **
2818
2819 A4 can be an address , variable or value.
2820
2821 A5: Return value (value is an integer)
2822
2823 * = 0: parameter error
2824 * = 1: Delete successfully
2825 * = 2: Delete failed
2826 * = 3: Failed to open file
2827
2828 **✎Note:** A5 must be an address.
2829
2830 **Example**
2831
2832 (% class="box" %)
2833 (((
2834 MyDeleteFile(@W_HDW1254,@W_HDW4200,@W_HDW4300,@W_HDW1250,"@W_HDW1252")
2835
2836 ‘According to the value of @W_HDW1250, delete the designated file @W_HDW4200 in the folder @W_HDW4300 or delete all files in the folder @W_HDW4300.
2837 )))
2838
2839 == **NewNoAddr** ==
2840
2841 **Function**
2842
2843 A1= NewNoAddr (A2, length)
2844
2845 **Description**
2846
2847 At the basic of source address A2, offset designated length, obtain a new address A1.
2848
2849 **Parameters**
2850
2851 * **A1: **address after offsetting, it must be String type variable.
2852 * **A2:** source address, it must be an address(e.g.:"@W_HDW2")
2853 * **Length: **offset length, it must be a constant or an integer variable.
2854
2855 **Example**
2856
2857 {{code language="lua"}}
2858 DIM A1 as string
2859
2860 A1=NewNoAddr("@W_HDW0",50) '(HDW0) offsets 50 words address (16 bit), and save the result to A1
2861
2862 @W_HDW1=A1 '(HDW50) save in A1
2863 {{/code}}
2864
2865 **Result: **(@W_HDW1) character input/display will show @W_HDW50
2866
2867 == **NewStatAddr** ==
2868
2869 **Function**
2870
2871 A1= NewStatAddr (A2, length)
2872
2873 **Description**
2874
2875 At the basic of source address A2, offset the designated length, to obtain a new station A1.
2876
2877 **Parameters**
2878
2879 * **A1: **The address after offsetting, it needs to be variable.
2880 * **A2:** Source station address, it needs to be address (e.g.:"@W_1:10").
2881 * **Length: **offset length
2882
2883 **Example**
2884
2885 {{code language="lua"}}
2886 DIM A1 as string
2887
2888 A1=NewStatAddr("@W_1:10",2) 'address 10 of station address 1 that offset 2 station addresses, then save the result to A1
2889
2890 @W_HDW1=A1 'address 3:10 is saved in A1
2891 {{/code}}
2892
2893 **Result: **@W_HDW1 character input/display will show @W_3:10
2894
2895 == **NStringCompare** ==
2896
2897 **Function**
2898
2899 A1= NStringCompare (A2, A3, length)
2900
2901 **Description**
2902
2903 Compare whether the designated length of two strings is the same, return 1 to A1 if yes, otherwise return 0.
2904
2905 **Parameters**
2906
2907 * **A1: **Returned value (compare the designated length of two strings, display 1 when equal, else 0). It could be an address or variable.
2908 * **A2: **the address of string to be compared, it needs to be address.
2909 * **A3: **source string, it needs to be variable or constant string.
2910 * **Length: **string length to be compared
2911
2912 **Example**
2913
2914 {{code language="lua"}}
2915 @W_HDW1= NStringCompare("@W_HDW0","87654",5)
2916
2917 if @W_HDW1=1 then
2918
2919 @B_HDX10.0=1 'result: HDX10.0 set ON 'when the two strings are the same.
2920
2921 endif
2922
2923 if @W_HDW1=0 then
2924
2925 @B_HDX10.0=0 'result:HDX10.0 set OFF 'when not equal.
2926
2927 Endif
2928 {{/code}}
2929
2930 == **Operator** ==
2931
2932 (% class="table-bordered" %)
2933 |=(% scope="row" %)**Operation**|=**Symbol**|=**Example**|=**Return type**
2934 |=Addition|+|A1=A2+A3|Return type depending on the type of variable or address of the addition
2935 |=Subtraction|-|A1=A2-A3|Return type depending on the type of variable or address of the subtraction
2936 |=Multiplication|*|A1=A2*A3|Return type depending on the type of variable or address of the multiplication
2937 |=Division|/|A1=A2/A3|Return type depending on the type of variable or address of the division
2938 |=Remainder|Mod ~(%)|(((
2939 A1=A2 mod A3
2940
2941 A1=A2%A3
2942 )))|Returns the remainder of the division of two numbers. The type of the return value is an integer
2943 |=Logical OR|Or(~|)|(((
2944 A1=A2 or A3
2945
2946 A1=A2|A3
2947 )))|Returns the result of a logical OR. The type of the return value is an integer.
2948 |=Logic AND|And (&)|(((
2949 A1=A2 and A3
2950
2951 A1=A2&A3
2952 )))|Returns the result of a logical AND. The type of the return value is an integer.
2953 |=Logical XOR|Xor (^)|(((
2954 A1=A2 xor A3
2955
2956 A1=A2^A3
2957 )))|Returns the result of a logical XOR. The type of the return value is an integer.
2958 |=Logical reversal|Not (!)|(((
2959 A1=not A1
2960
2961 A1=A2!A3
2962 )))|Returns the result of a logical reversal. The type of the return value is an integer.
2963 |=Left shift|<<|A1=A2<<A3|Shift the value of A2 to the left by A3 digits and return the displacement result. The type of the return value is an integer.
2964 |=Right shift|>>|A1=A2>>A3|Shift the value of A2 to the right by A3 digits and return the displacement result. The type of the return value is an integer.
2965 |=Bit reversal|~~|A1=~~A1|Perform a bit reversal on a value. The type of the return value is an integer.
2966
2967 == **PI_GetTickCount** ==
2968
2969 **Function**
2970
2971 PI_GetTickCount (A1, A2)
2972
2973 **Description**
2974
2975 Writethe startingtime tothe set address asa 32-bit integer.
2976
2977 **Parameters**
2978
2979 * **A1: **Source data could only be the HMI internal or external register starting with "@".
2980 * **A2: **=0: Unit of time for returning 0ms;(the value will become 0 after 49.7 days and so on)
2981 ** =1: Unit of time for returning 10 ms;(the value will become 0 after 497 days and so on)
2982 ** =2: Unit of time for returning 100 ms;(the value will become 0 after 4970 days and so on)
2983 ** =3: Unit of time for returning 1000ms;(the value will become 0 after 49700 days and so on)
2984
2985 (% class="box infomessage" %)
2986 (((
2987 **✎Note: **If user restarts the hmi,all value will be 0.
2988 )))
2989
2990 **Example**
2991
2992 (% class="box" %)
2993 (((
2994 //PI_GetTickCount("@W_HDW100",0)'save the starting time in HDW100 address as a 32-bit integer.//
2995 )))
2996
2997 **Result: **HDW100=123456(different returned data for each moment)
2998
2999 == **Power** ==
3000
3001 **Function**
3002
3003 var = power (expr1, expr2)
3004
3005 **Description**
3006
3007 The value of [expr2] to the power of [expr1] will be assigned to Var.
3008
3009 **Parameters**
3010
3011 * **var:** returned value.
3012 * **expr 1:** base number.
3013 * **expr 2:** power number.
3014
3015 **Example**
3016
3017 {{code language="lua"}}
3018 Dim a as floating
3019
3020 a=power (2, 3) 'the value of 3 to the power of 2 is assigned to a.
3021
3022 Float2D("@W_HDW10",a) 'assign the float value of a to @W_HDW10
3023 {{/code}}
3024
3025 **Result: **@W_HDW10=8
3026
3027 == **PrintText** ==
3028
3029 **Function**
3030
3031 PrintText(A)
3032
3033 **Description**
3034
3035 Print the content of A or locates in A.
3036
3037 **Parameters**
3038
3039 **A:** source data. A could be a variable or a string ( text information),not a register address.
3040
3041 **Example**
3042
3043 A is text information
3044
3045 //PrintText("HMI 8070”)//
3046
3047 **Result: **Printer will print out “HMI 8070”
3048
3049 * A is variable
3050
3051 //Dim a as string//
3052
3053 //a= “HMI 8070”//
3054
3055 //PrintText(a)//
3056
3057 **Result:** Printer will print out “HMI 8070”
3058
3059 **✎Note:**
3060
3061 source data length range:1-128 characters.
3062
3063 == **RadToDeg** ==
3064
3065 **Function**
3066
3067 Var= RadToDeg(expr)
3068
3069 **Description**
3070
3071 Convert radiant value to degree, then assigned to Var.
3072
3073 **Parameters**
3074
3075 * **Var:** return degree value.
3076 * **expr:** input radiant value.
3077
3078 **Example**
3079
3080 {{code language="lua"}}
3081 Dim a as floating
3082
3083 a = RadToDeg(pi)           'assignt the degree value of ? to a.
3084
3085 Float2D("@W_HDW4",a) 'assign the degree value to address "@W_HDW4".
3086 {{/code}}
3087
3088 **Result:** @W_HDW4=180
3089
3090 == **RAND** ==
3091
3092 **Function**
3093
3094 Var = rand(expr1)
3095
3096 **Description**
3097
3098 Generate a random number.
3099
3100 **Parameter**
3101
3102 * **Var:** generated random number.
3103 * **Expr1:** the base number.
3104
3105 **Example**
3106
3107 (% class="box" %)
3108 (((
3109 //@W_HDW0=rand(@W_HDW0) 'Set the value of address@W_HDW0 as the base number to generate random number.//
3110 )))
3111
3112 **Result:** @W_HDW0 random number.
3113
3114 == **ReadAddr** ==
3115
3116 **Function**
3117
3118 Word = ReadAddr(A1)
3119
3120 **Description**
3121
3122 Assigned the red value from A1 to word.
3123
3124 **Parameter**
3125
3126 * **Word: **return value
3127
3128 **Example**
3129
3130 {{code language="lua"}}
3131 Dim word as integer
3132
3133 @W_HDW100=10
3134
3135 word = ReadAddr("@W_HDW100") 'Read the value of address @W_HDW100 and assign to word.
3136
3137 @W_HDW200=word
3138 {{/code}}
3139
3140 **Result:** @W_HDW200=10
3141
3142 == **ReadWordFormFile** ==
3143
3144 **Function**
3145
3146 ReadWordFormFile (A1, A2, A3, A4, A5, A6)
3147
3148 **Description**
3149
3150 Read data of specified length from specified file
3151
3152 **Parameters**
3153
3154 A1: File location (value is an integer);
3155
3156 In HMI:
3157
3158 * =0: Recipe folder in HMI flash;
3159 * =1: Custom folder in UDisk (USB flash disk);
3160 * = 2: Custom folder in SD card.
3161 * =3: Custom folder in HMI flash;
3162
3163 In simulator:
3164
3165 * = 0: D:/Recipe/
3166 * = 1: C:/WECON/CustomFileDir/
3167 * = 2: C:/WECON/CustomFileDir/
3168 * = 3: C:/WECON/CustomFileDir/
3169
3170 **✎Note:** A1 can be an address, variable or value.
3171
3172 A2: File name (value is a string);
3173
3174 Input the file name want to write.
3175
3176 **✎Note: **A2 must be an address, and the length of the file name cannot exceed 32 characters.
3177
3178 A3: Data start address (value is a string);
3179
3180 Input the data want to write
3181
3182 **✎Note: **A3 must be the address.
3183
3184 A4: Data length (value is an integer)
3185
3186 Set the length of the data to be written (unit:word)
3187
3188 **✎Note: **A4 can be an address , variable or value.
3189
3190 A5: Return value (value is an integer)
3191
3192 ~= 1: Successfully read
3193
3194 ~= 2: Failed to open the folder
3195
3196 ~= 3: Read address error
3197
3198 ~= 4: File reading error
3199
3200 **✎Note: **A5 must be an address.
3201
3202 A6: Folder name (value is a string);
3203
3204 Input the folder where to be written the file.
3205
3206 **✎Note:** A6 can be an address or a variable or a character string, and the length of the folder name cannot exceed 32 characters
3207
3208 **Example**
3209
3210 (% class="box" %)
3211 (((
3212 ReadWordFormFile(@W_HDW1254,"@W_HDW4200","@W_HDW2000",@W_HDW4000,"@W_HDW4100", @W_HDW4300)'Write the @W_HDW4000 words in the file @W_HDW4200 in the directory @W_HDW4300 into the address @W_HDW2000 specified location by @W_HDW1254
3213 )))
3214
3215 == **Right** ==
3216
3217 **Function**
3218
3219 val = Right (string, length)
3220
3221 **Description**
3222
3223 Return a string of the specified length from the right side of parameter.
3224
3225 **Parameter**
3226
3227 * **string: **the operated string.
3228 * **length:** the designated number of byte required to return, count from the right side.
3229
3230 **Example**
3231
3232 //@W_HDW103= Right("Hello", 3) 'return "llo"//
3233
3234 **Result: **@W_HDW103="llo"
3235
3236 == **RTrim** ==
3237
3238 **Function**
3239
3240 val = RTrim(str)
3241
3242 **Description**
3243
3244 Clear the empty part on the right side of string [str], then assign the empty part to val
3245
3246 **Parameter**
3247
3248 * **val: **returned value.
3249 * **str:** the string needs to be operated.
3250
3251 **Example**
3252
3253 (% class="box" %)
3254 (((
3255 //@W_HDW0 = RTrim("   -Hell  o-  ") 'retrun"   -Hell  o-"//
3256 )))
3257
3258 **Result:** @W_HDW0display "   -Hell  o-"
3259
3260 == **S2F** ==
3261
3262 **Function**
3263
3264 S2F (A1,A2,s1)
3265
3266 **Description**
3267
3268 S2F is used to translate the string stored in A1 to floating and store the floating number in A2 according to the data format shown in A2.
3269
3270 **Parameters**
3271
3272 * **A1:** initial data address, used to store the string data, it should be the internal address of HMI or external address that started with “@”,like @W_HDW0
3273 * **A2:** destination address, used to store the floating number data. It should be the internal address of HMI or external address that started with “@”,like @W_HDW0
3274 * **S1:** display format of target data, for example m.nf, m means the length of string is m, n means the decimal places, f is the format used to output single precision number. (Since the floating point number is up to 7 digits, the decimal point in the string is also a bit, so it is recommended that the length should not exceed 8 bits)
3275
3276 **Return value:** none
3277
3278 **Example**
3279
3280 (% class="box" %)
3281 (((
3282 The lengTh of string is 8
3283
3284 //@W_HDW0="12345.67"//'Assign the string “12345.67" to HDW1
3285
3286 //S2F("@W_HDW0","@W_HDW100","8.2f") 'read string "12345.67 "from HDW0and convert it into a floating point with 2 decimal places, store in the HDW100//
3287 )))
3288
3289 **Result: **@W_HDW100 address displays “12345.67”.
3290
3291 (% class="box" %)
3292 (((
3293 The length of string is less than 8
3294
3295 //@W_HDW0="1234.5 67"‘assign the string“1234.567”to HDW1//
3296
3297 //S2F("@W_HDW0","@W_HDW100","6.2f") ' read string "1234 .5"from HDW0and convert it into a floating point with 2 decimal places, store in the HDW100 .//
3298 )))
3299
3300 **Result: **the floating value of @W_HDW100 is 1234.50
3301
3302 (% class="box" %)
3303 (((
3304 The length of string is more than 8
3305
3306 //@W_HDW0="12345.6789"’assign the string “12345.6789” to HDW1//
3307
3308 //S2F("@W_HDW0","@W_HDW100","8.2f") ' read string "12345 .67" from HDW0 and convert it into a floating point with 2 decimal places, store in the HDW100 .//
3309 )))
3310
3311 **Result: **the floating value of @W_HDW100 is 12345.67
3312
3313 == **SetB** ==
3314
3315 **Function**
3316
3317 SetB(A1)
3318
3319 **Description**
3320
3321 Set the bit A1 ON.
3322
3323 **Parameters**
3324
3325 * **A1:**Bit address
3326
3327 **Example**
3328
3329 (% class="box" %)
3330 (((
3331 //SetB(@B_HDX100.0) 'Set the address {@B_HDX100.0} ON//
3332 )))
3333
3334 **Result: **@B_HDX100.0=1
3335
3336 == **SetKeyMap** ==
3337
3338 **Function**
3339
3340 SetKeyMap(A1,A2,A3)
3341
3342 **Description**
3343
3344 The key values of the keyboard are mapped so that multiple keyboard buttons perform the same function.
3345
3346 **Parameters**
3347
3348 * **A1:** The starting address of the source key;It needs to be an address format;
3349 * **A2: **The starting address of the mapped value; It needs to be an address format;
3350 * **A3: **Mapping length (continuous length of mapped address); It needs to be a value, the maximum mapping range: 108 key values;
3351
3352 **Example**
3353
3354 (% class="box" %)
3355 (((
3356 //@W_HDW3000 = 3 ' The starting address of the source key//
3357
3358 //@W_HDW3001 = 5//
3359
3360 //@W_HDW3002 = 7//
3361
3362 //@W_HDW3003 = 9//
3363
3364 //@W_HDW3004 = 61//
3365
3366 //@W_HDW4100 = 103 'The starting address of the mapped value//
3367
3368 //@W_HDW4101 = 105//
3369
3370 //@W_HDW4102 = 106//
3371
3372 //@W_HDW4103 = 108//
3373
3374 //@W_HDW4104 = 28//
3375
3376 //SetKeyMap("@W_HDW3000","@W_HDW4100",5) ' Map the values of the HDW4000~~HDW4004 addresses to the HDW3000~~HDW3004 addresses.//
3377 )))
3378
3379 **Result**
3380
3381 Map the value of the HDW4000~~HDW4004 address (mapped to 103 105 106 108 28) to the value of the HDW3000~~HDW3004 address (source key value 3 5 7 9 61)
3382
3383 Button 2 (key value 3) is mapped to the direction key (key value is 103), button 4 (key value 5) is mapped to the left arrow key (key value is 105), and so on. When using the keyboard, the function of input 2 could be performed on both the button 2 and the direction button.
3384
3385 == **SignedInt16** ==
3386
3387 **Function**
3388
3389 val = SignedInt16(A1)
3390
3391 **Description**
3392
3393 Assign the value to {val} from address A1 which is signed integer.
3394
3395 **Parameters**
3396
3397 * **A1: **contain signed integer as "@W_HDW000002"
3398 * **Val: **returned value
3399
3400 **Example**
3401
3402 {{code language="lua"}}
3403 Dim a as integer 'Integer variable a
3404
3405 a = SignedInt16("@W_HDW0") 'read signed integer from HDW0 addresses and assign the value to a
3406
3407 @W_HDW2=a'assign the value a to HDW2
3408 {{/code}}
3409
3410 **Input: **@W_HDW0=-2:
3411
3412 **Result:** @W_HDW2=-2.
3413
3414 == **SignedInt32** ==
3415
3416 **Function**
3417
3418 val = SignedInt32 (A1)
3419
3420 **Description**
3421
3422 Assign the value to {val} from address A1 which is signed even integer.
3423
3424 **Parameters**
3425
3426 * **A1: **the address contains signed even integer
3427 * **Val:** Returned value
3428
3429 **Example**
3430
3431 {{code language="lua"}}
3432 Dim a as integer 'define {a} as a integer
3433
3434 a = SignedInt32("@W_HDW0") 'read signed even integer from HDW0, then assign this value to a.
3435
3436 @W_HDW2=a 'assign the value of a to HDW2
3437
3438 @W_HDW3=a>>16
3439 {{/code}}
3440
3441 **Input: **@W_HDW0=-2
3442
3443 **Result:**
3444
3445 * @W_HDW2=-2
3446 * @W_HDW13=-1
3447
3448 == **Sin** ==
3449
3450 **Function**
3451
3452 val = Sin(A1)
3453
3454 **Description**
3455
3456 Get the sine value of A1, and copy result to val.
3457
3458 **Parameters**
3459
3460 * **A1: **A1 needs to be an angle.
3461 * **Val: **Returned value.
3462
3463 **Example**
3464
3465 {{code language="lua"}}
3466 Dim a as floating 'floating variable a,b
3467
3468 a=sin(pi/6) 'return sinb to a
3469
3470 Float2D("@W_HDW13",a) 'assign the value of the floating variable a to address HDW13.
3471 {{/code}}
3472
3473 **Result:** @W_HDW13=0.5
3474
3475 == **SleepA** ==
3476
3477 **Function**
3478
3479 SleepA(T)
3480
3481 **Description**
3482
3483 Wait time T(ms).
3484
3485 **Parameters**
3486
3487 * **T:** wait time, the unit is [ms]
3488
3489 **Returned value:** none.
3490
3491 **Example**
3492
3493 (% class="box" %)
3494 (((
3495 //SleepA(10) 'wait 10ms//
3496 )))
3497
3498 **Result:** When the script runs to SleepA(10), it means the scripts would go running after waiting 10ms
3499
3500 == **Sqr** ==
3501
3502 **Function**
3503
3504 val = Sqr(A1)
3505
3506 **Description**
3507
3508 Assign a square root value of A1 to val.
3509
3510 **Parameters**
3511
3512 * **A1: **the data need to be operated
3513 * **Val: **Returned value
3514
3515 **Example**
3516
3517 (% class="box" %)
3518 (((
3519 //@W_HDW0 = Sqr(4) 'calculate the square root of HDW0//
3520 )))
3521
3522 **Result:** @W_HDW0=2
3523
3524 == **StAndFtChange** ==
3525
3526 **Function**
3527
3528 StAndFtChange(A1,A2,A3)
3529
3530 **Description**
3531
3532 Calculate the number of seconds from January 1, 1970 to the current time, and also be invertible.
3533
3534 **Parameters**
3535
3536 * **A1: **The start address of curren t time (Enter or output year, month, day, minute, and second); It needs to begin with address"@", and occupies 6 addresses;
3537 * **A2: **The number of seconds; It needs to begin with address “@", data format 32-bit unsigned.
3538 * **A3: **conversion method;
3539 ** A3=0, convert time to seconds;
3540 ** A3=1, convert seconds to time;
3541
3542 **Returned value: **none;
3543
3544 **Example**
3545
3546 Script 1
3547
3548 (% class="box" %)
3549 (((
3550 //StAndFtChange("@W_HDW10","@W_HDW20",0) // //‘use HDW10 as start address, and enter year, month, day, hour, minute, second. The script calculates the number of seconds from January 1, 1970 to the time of the entry, and stores the result in HDW20//
3551 )))
3552
3553 **Input: **HDW10 = 2017,HDW11 = 12, HDW12 = 9 , HDW13 = 15, HDW14 = 15, HDW15 = 0
3554
3555 **Output:** 1512832500
3556
3557 Script 2
3558
3559 (% class="box" %)
3560 (((
3561 //StAndFtChange("@W_HDW30","@W_HDW20",1) ‘read number of seconds from HDW20, and the script calculates the date time, and stores the result start from HDW30//
3562 )))
3563
3564 **Input:** 1512833760
3565
3566 **Output:** HDW30 = 2017, HDW31 = 12, HDW32 = 9, HDW33 = 15, HDW34 = 36, HDW35 = 0
3567
3568 == **Sub** ==
3569
3570 **Function**
3571
3572 Sub name (arglist)
3573
3574 statements
3575
3576 End Sub
3577
3578 **Description**
3579
3580 Declare the name, parameters and codes of the Sub (sub function)
3581
3582 **Parameters**
3583
3584 * **Name: **naming rules refer to variable.
3585 * **Arglist: **variable list.
3586 * **Statements:** the code set of the sub function.
3587
3588 **Example**
3589
3590 {{code language="lua"}}
3591 sub samesub(a,b as integer) ' samesub and integer variable a,b
3592
3593 c=a+b
3594
3595 @W_HDW0=c
3596
3597 endsub
3598
3599 samesub(1,12) 'call function samesub
3600 {{/code}}
3601
3602 **Result:** @W_HDW0=13
3603
3604 == **SWAP** ==
3605
3606 **Function**
3607
3608 SWAP(A1,length)
3609
3610 **Description**
3611
3612 Swap the big-endian with the little-endian from address A1, swap length is adjustable.
3613
3614 **Parameters**
3615
3616 * **A1: **the swapped high endian, need to be an address as HDW_000002.
3617 * **Length: **swap length.
3618
3619 **Returned value:** None.
3620
3621 **Example**
3622
3623 {{code language="lua"}}
3624 @W_HDW103=0x1234 'assign value to HDW103
3625
3626 @W_HDW104=0x2345 'assign value to HDW104
3627
3628 @W_HDW105=0x2565 'assign value to HDW105
3629
3630 @W_HDW106=0x2675 'assign value to HDW106
3631
3632 SWAP(@W_HDW103,4) 'swap the high and low endian for the 4 adjacent addresses start with HDW103.
3633 {{/code}}
3634
3635 **Result:**
3636
3637 * @W_HDW103=0x3412
3638 * @W_HDW104=0x4523
3639 * @W_HDW105=0x6525
3640 * @W_HDW106=0x7526
3641
3642 == **Tan** ==
3643
3644 **Function**
3645
3646 val = Tan(A1)
3647
3648 **Description**
3649
3650 Get the returned tagent value of A1, and then assign to val.
3651
3652 **Parameters**
3653
3654 * **A1: **A1 needs to be an angle.
3655 * **Val: **Returned value.
3656
3657 **Example**
3658
3659 {{code language="lua"}}
3660 Dim a as floating 'define a floating variable a
3661
3662 a=TAN(pi/3) 'calculate the tangent value of pi/3 and assign to a
3663
3664 Float2D("@W_HDW16",a) 'assign the value of a to HDW16
3665 {{/code}}
3666
3667 **Result:** @W_HDW13=1.732
3668
3669 == **Trim** ==
3670
3671 **Function**
3672
3673 val = Trim(A1)
3674
3675 **Description**
3676
3677 Return A string in A1 without empty string next to it.
3678
3679 **Parameters**
3680
3681 * **A1: **The operated string
3682 * **val: **Returned value
3683
3684 **Example**
3685
3686 //{{code language="lua"}}@W_HDW1=Trim(" ab "){{/code}}//
3687
3688 **Result: **@W_HDW1="ab"
3689
3690 == **UCase** ==
3691
3692 **Function**
3693
3694 val = UCase(A1)
3695
3696 **Description**
3697
3698 Capitalize the string data, and then assign the value to val.
3699
3700 **Parameters**
3701
3702 * **A1: **Operated string, address or variable.
3703 * **Val: **Returned value
3704
3705 **Example**
3706
3707 //{{code language="lua"}}@W_HDW1=ucase("abcd") 'Capitalize abcd then assign the value to HDW1{{/code}}//
3708
3709 **Result: **@W_HDW1="ABCD"
3710
3711 == **Variable** ==
3712
3713 **Description**
3714
3715 A variable is any factor, trait, or condition that could exist in differing amounts or types.
3716
3717 **Define variable**
3718
3719 Use Dim to define variable in script. The variable could be string, floating, integer.
3720
3721 **Example:**
3722
3723 {{code language="lua"}}
3724 Dim a as floating ‘define variable {a} as a floating.
3725
3726 Dim b,c,d as integer‘define variable {b,c,d} as integer
3727 {{/code}}
3728
3729 **Naming rules**
3730
3731 The first letter needs to be English letter.
3732
3733 No symbols.
3734
3735 Maximum character length 15 allowed.
3736
3737 == **W2B** ==
3738
3739 **Function**
3740
3741 W2B(A1, A2, A3)
3742
3743 **Description**
3744
3745 Replace the high endian of [A2]+1 with the high endian of A2.
3746
3747 **Parameters**
3748
3749 * **A1:** operated address.
3750 * **A2:** source address.
3751 * **A3: **the conversion length.
3752
3753 **Returned value:** none.
3754
3755 **Example**
3756
3757 {{code language="lua"}}
3758 @W_HDW0 = 4660 'assign 16bit value 1234 to HDW0.
3759
3760 @W_HDW1=0x5678 'assign 16bit value 5678 to HDW1.
3761
3762 @W_HDW2 = 0x2425 'assign 16bit value 2425 to HDW1.
3763
3764 @W_HDW3 = 0x3536 'assign 16bit value 3536 to HDW0.
3765
3766 @W_HDW4 = 0x1415 'assign 16bit value 1415 to HDW0.
3767
3768 W2B(@W_HDW20,@W_HDW0, @W_HDW10)
3769
3770 @W_HDW10=1 ‘save the high endian {34} of HDW0 to HDW20.
3771 {{/code}}
3772
3773 **Result:** @W_HDW20=0x34, @W_HDW21=0, @W_HDW22=0
3774
3775 == **W2D** ==
3776
3777 **Function**
3778
3779 W2D(A1, A2)
3780
3781 **Description**
3782
3783 Convert the unsigned Word to unsigned Dword and save the result in A1.
3784
3785 **Parameters**
3786
3787 * **A1: **operated address .
3788 * **A2:** source address.
3789
3790 Returned value.
3791
3792 **Example**
3793
3794 Unsigned decimal word
3795
3796 (% class="box" %)
3797 (((
3798 //@W_HDW0 = 1234 'assign 1234 to HDW0.//
3799
3800 //W2D(@W_HDW2, @W_HDW0) 'convert unsigned word {1234} from HDW0 to Dword and save in HDW2//
3801 )))
3802
3803 **Result:** @W_HDW0=12345, @W_HDW2=12345, @W_HDW3=0
3804
3805 Signed decimal word
3806
3807 (% class="box" %)
3808 (((
3809 //@W_HDW0 = -12345 'assign value to HDW0: convert {-12344} to unsigned decimal word is {53191}.//
3810
3811 //W2D(@W_HDW2, @W_HDW0) 'save unsigned Dword to HDW0//
3812 )))
3813
3814 **Result: **@W_HDW0=-12345,@W_HDW2=53191,@W_HDW3=0
3815
3816 == **W2F** ==
3817
3818 **Function**
3819
3820 A1 = W2F (A2)
3821
3822 **Description**
3823
3824 Convert a 16bit integer to a 32bit floating, and then save to the next word of A1.
3825
3826 Parameters
3827
3828 * **A1:** operated address.
3829 * **A2:** source address.
3830
3831 **Returned value:** none.
3832
3833 **Example**
3834
3835 A1, A2 are addresses
3836
3837 (% class="box" %)
3838 (((
3839 //@W_HDW0 = 1234 ' assign unsigned word {1234} HDW0 @W_HDW1=W 2F(@W_HDW0) ‘ Convert {1234} to a 32bit floating and then save to HDW1, HDW2.//
3840 )))
3841
3842 **Result: **@W_HDW1=1234'32bit floating
3843
3844 {{code language="lua"}}
3845 A1 is an address,A2 is variable
3846
3847 dim a as integer
3848
3849 a=134 'define a integer 134 to a,
3850
3851 @W_HDW2=W2F (a) 'convert to 32bit floating save to HDW1, HDW2.
3852 {{/code}}
3853
3854 **Result: **@W_HDW1=134' 32bit floating
3855
3856 == **W2S** ==
3857
3858 **Function**
3859
3860 W2S(A1,A2,S1)
3861
3862 **Description**
3863
3864 Convert integer word in address A1 text as S1 format, and then save to A2.
3865
3866 **Parameters**
3867
3868 * **A1:** operated address.
3869 * **A2:** source address.
3870 * **S1:** saving format.
3871 ** d format: Decimal format.d: Real data length.Md: Designated data length. 0md: Designated data length if the length is shorter than m adds 0 at the left.
3872 ** format: Unsigned octal format. Mo and 0mo is also applied.
3873 ** x format: unsigned Hex integer format ?Mx and 0mx is also applied.
3874 ** c format: ASCII format.
3875
3876 **Example**
3877
3878 Decimal format
3879
3880 {{code language="lua"}}
3881 @W_HDW1=1456'assign value {1456} to HDW1.
3882
3883 W2S("@W_HDW1", "@W_HDW10", "6d") ' convert{1456} to decimal text and save to HDW10.
3884 {{/code}}
3885
3886 **Result: **@W_HDW10 shown "1456"
3887
3888 0md
3889
3890 {{code language="lua"}}
3891 @W_HDW1=1456 ' assign value {1456} to HDW1
3892
3893 W2S("@W_HDW1", "@W_HDW10", "06d") ' convert{1456} to integer decimal text and add 2 {0} on the left of the data then save to HDW10.
3894 {{/code}}
3895
3896 **Result:** @W_HDW10 show text "001456"
3897
3898 == **WaitEthernetStart** ==
3899
3900 **Function**
3901
3902 WaitEthernetStart (A1)
3903
3904 **Description**
3905
3906 Waiting for Ethernet to start, it will extend the HMI start up time (only added in PI i series, Ethernet start up is earlier than HMI in other PI series)
3907
3908 **Parameters**
3909
3910 * **A1: **Waiting timeout (1~~20s)
3911 ** If A1=0, the wait timeout is 10s;
3912 ** If A1>20, the wait timeout is 20s;
3913
3914 **Returned value:** None
3915
3916 **Example**
3917
3918 //WaitEthernetStart (15)//
3919
3920 ‘The maximum waiting time is 15 seconds. If Ethernet is not started within 15 seconds, HMI will start the system and no longer wait for ethernet.
3921
3922 == **WHILE ... WEND** ==
3923
3924 **Function**
3925
3926 While condition
3927
3928 [statements]
3929
3930 Wend
3931
3932 **Description**
3933
3934 If the condition is true, then all the commands before Wend in the statement will be executed then recheck the condition, if the condition is false, the command after Wend will be executed.
3935
3936 **Parameters**
3937
3938 * **Condition: **Number or string, the result represents as True or False.
3939
3940 **Returned value:** None.
3941
3942 **Example**
3943
3944 {{code language="lua"}}
3945 while @W_HDW1>50 'the condition is the value of HDW1 bigger than 50.
3946
3947 @W_HDW1=@W_HDW1-1 'when the condition is true, execute subtract 1 from 1HDW.
3948
3949 wend
3950
3951 @W_HDW2=@W_HDW2+1 ' when the condition is false, execute add 1 from 1HDW.
3952 {{/code}}
3953
3954 **Result:** If HDW1=60, after executed; HDW1=50, if the condition is true.
3955
3956 == **WriteAddr** ==
3957
3958 **Function**
3959
3960 WriteAddr(A1,A2)
3961
3962 **Description**
3963
3964 Assign the value from A2 to address A1.
3965
3966 **Parameters**
3967
3968 * **A1:** operated address
3969 * **A2:** source address
3970
3971 **Returned value:** None.
3972
3973 **Example**
3974
3975 {{code language="lua"}}
3976 dim f as integer ' integer f
3977
3978 f=13 ' assign the value 13 to f
3979
3980 WriteAddr("@W_HDW1",f) ' write the value to HDW1.
3981
3982 WriteAddr("@W_HDW10",@W_HDW2) ' write the value from HDW2 to HDW10.
3983 {{/code}}
3984
3985 **Result:**
3986
3987 * HDW1=13
3988 * HDW10= HDW2'IF HDW2=1456,Then HDW10=1456;IF HDW2=-123,Then HDW10=-123
3989
3990 == **WriteWordToFile** ==
3991
3992 **Function**
3993
3994 WriteWordToFile (A1,A2,A3,A4,A5,A6)
3995
3996 **Description**
3997
3998 Write data of designated length to specified file
3999
4000 **Parameters**
4001
4002 A1: File location (value is an integer);
4003
4004 In HMI:
4005
4006 * =0: Recipe folder in HMI flash;
4007 * =1: Custom folder in UDisk (USB flash disk);
4008 * = 2: Custom folder in SD card.
4009 * =3: Custom folder in HMI flash;
4010
4011 In simulator:
4012
4013 * = 0: D:/Recipe/
4014 * = 1: C:/WECON/CustomFileDir/
4015 * = 2: C:/WECON/CustomFileDir/
4016 * = 3: C:/WECON/CustomFileDir/
4017
4018 **✎Note: **A1 can be an address, variable or value.
4019
4020 A2: File name (value is a string);
4021
4022 Input the file name want to write.
4023
4024 **✎Note: **A2 must be an address, and the length of the file name cannot exceed 32 characters.
4025
4026 A3: Data start address (value is a string);
4027
4028 Input the data want to write
4029
4030 **✎Note: **A3 must be the address.
4031
4032 A4: Data length (value is an integer)
4033
4034 Set the length of the data to be written (unit:word)
4035
4036 **✎Note: **A4 can be an address , variable or value.
4037
4038 A5: Return value (value is an integer)
4039
4040 * = 1: Successfully written
4041 * = 2: Failed to open the folder
4042 * = 3: Read address error
4043 * = 4: File writing error
4044 * = 5: The file already exists
4045
4046 **✎Note: **A5 must be an address.
4047
4048 A6: Folder name (value is a string);
4049
4050 Input the folder where to be written the file.
4051
4052 (% class="box infomessage" %)
4053 (((
4054 **✎Note: **A6 can be an address or a variable or a character string, and the length of the folder name cannot exceed 32 characters
4055 )))
4056
4057 **Example**
4058
4059 (% class="box" %)
4060 (((
4061 WriteWordToFile(@W_HDW1254,"@W_HDW4200","@W_HDW1000",@W_HDW4000,"@W_HDW4100", @W_HDW4300)'Write the @W_HDW4000 words in the address @W_HDW1000 to the file @W_HDW4200 in directory @W_HDW4300 specified location by @W_HDW1254
4062 )))