Changes for page 2 Script

Last modified by Devin Chen on 2025/06/06 14:03

From version 42.1
edited by Hunter
on 2023/03/30 16:29
Change comment: There is no comment for this version
To version 43.1
edited by Hunter
on 2023/03/30 16:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -449,6 +449,7 @@
449 449  
450 450  == **1.9 High-Low Byte Switch** ==
451 451  
452 +The following example is converting the floating number from order 1234 to order 3412. About which high-low word order corresponding to which value, please refer to the [[Address operation table>>doc:V-BOX.V-Net.Manual.04 Lua Script.01 Lua Functions.WebHome]].
452 452  
453 453  {{code language="lua"}}
454 454  function highLowByteSwitch(floatNumber)
... ... @@ -460,7 +460,6 @@
460 460  end
461 461  {{/code}}
462 462  
463 -
464 464  = **2 V-Box connect with third part server** =
465 465  
466 466  V-Box have two mode.One is for V-Net,User need to use WECON server to store data.We call this V-NET platform.