Changes for page Omron

Last modified by Jett on 2024/10/23 20:42

From version 46.1
edited by Jett
on 2024/09/10 10:23
Change comment: There is no comment for this version
To version 49.1
edited by Jett
on 2024/09/10 10:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -279,23 +279,31 @@
279 279  **Address list**
280 280  
281 281  |Data type|Data format in PIStudio|Memo
282 -|BOOL|bit|
283 -|Byte|16-bit BCD,HEX,Binary,Unsigned|8-bit
284 -|SInt|16-bit BCD,HEX,Binary,Signed|8-bit
285 -|USInt|16-bit BCD,HEX,Binary,Unsigned|8-bit
286 -|Word|16-bit BCD,HEX,Binary,Unsigned|16-bit
287 -|Int|16-bit BCD,HEX,Binary,Signed|16-bit
288 -|UInt|16-bit BCD,HEX,Binary,Unsigned|16-bit
289 -|DWord|32-bit BCD, Hex, Binary, Unsigned|32-bit
290 -|DInt|32-bit BCD, Hex, Binary, Signed|32-bit
291 -|Real|32-bit Float|32-bit
292 -|UDInt|32-bit BCD, Hex, Binary, Unsigned|32-bit
293 -|LInt|64-bit Signed|64-bit
294 -|ULInt|64-bit USigned|64-bit
295 -|LWord|64-bit USigned|64-bit
296 -|LRea|64-bit Float|64-bit
297 -|Array|All of the above types|
282 +|BOOL|1|FALSE(0)或 TRUE(1)
283 +|BYTE|8|0~~255
284 +|WORD|16|0~~65535
285 +|DWORD|32|0~~4294967295
286 +|LWORD|64|0~~(2^64-1)
287 +|SINT|8|-128~~127
288 +|USINT|8|0~~255
289 +|INT|16|-32768~~32767
290 +|UINT|16|0~~65535
291 +|DINT|32|-2147483648~~2147483647
292 +|UDINT|32|0~~4294967295
293 +|LINT|64|(-2^63)~~(2^63-1)
294 +|ULINT|64|0~~(2^64-1)
295 +|REAL|32|-3.402823466E+38~~3.402823466E+38
296 +|LREAL|64|(((
297 +-1.7976931348623158E+308~~1.79769313
298 298  
299 +48623158E+308
300 +)))
301 +|DATE|32|1970-01-01~~2106-02-07
302 +|TIME|32|0D0H0M0S0MS~~49D17H2M47S295MS
303 +|DATE_AND_TIME|32|1970-1-1-0:0:0~~2106-02-07-06:28:15
304 +|TIME_OF_DAY|32|0:0:0~~23:59:59.999
305 +|STRING| |
306 +
299 299  **Instruction**
300 300  
301 301  1) In Sysmac Studio, please select [Publish Only] for [Network Publish] when setting address tag.
... ... @@ -312,6 +312,7 @@
312 312  (% style="text-align:center" %)
313 313  [[image:1725933727638-698.png]]
314 314  
323 +(% style="text-align:center" %)
315 315  [[image:1725933619328-454.png]]
316 316  
317 317  Create a .CSV file,and Paste the [CX-Designer] into it.