Changes for page 02 Devices
Last modified by Mora Zhou on 2023/11/22 14:13
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -206,7 +206,7 @@ 206 206 207 207 == Decimal constant (K) == 208 208 209 -“K” is a Sign that represents a decimal integer and is specified by K£ (for example: K123). It is mainly used to designate the set value of a timer or counter or the value in the operand of an application instruction. In 16bit instructions, the value range of constant K is -32768 to 32767; in 32bit instructions, the value range of constant K is -247483648 to 2147483647. 209 +“K” is a Sign that represents a decimal integer and is specified by K£ (for example: K123). It is mainly used to designate the set value of a timer or counter or the value in the operand of an application instruction. In 16bit instructions, the value range of constant K is -32768 to 32767; in 32bit instructions, the value range of constant K is -2147483648 to 2147483647. 210 210 211 211 == Hexadecimal constant (H) == 212 212 ... ... @@ -223,7 +223,7 @@ 223 223 224 224 == String constant == 225 225 226 -The character string constant is the device that specifies the character string, and only supports the ASCII code character set, and any character string ends with a NULL character (00H). To use string devices, you must use double eyemarks to modify the characters, as follows to convert the string to ASCII characters and fill in the device starting with D0:226 +The character string constant is the device that specifies the character string, and only supports the ASCII code character set, and any character string ends with a NULL character (00H). To use string devices, you must use double quotation marks to modify the characters, as follows to convert the string to ASCII characters and fill in the device starting with D0: 227 227 228 228 (% style="text-align:center" %) 229 229 [[image:02(1)_html_61bdd1807e91322f.png||class="img-thumbnail"]]