Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "nodes7", | ||
"description": "Routine to communicate with Siemens S7 PLCs", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Dana Moffit", |
@@ -115,4 +115,7 @@ nodeS7 | ||
- DB10,INT6 - DB10.DBW6 as INT | ||
- DB10,I6 -same as above | ||
- DB10,INT6.2 - DB10.DBW6 and DB10.DBW8 in an array with length 2 | ||
- PIW30 - PIW30 as INT | ||
- DB10,S20.30 - String at offset 20 with length of 30 (actual array length 32 due to format of String type, length byte will be read/written) | ||
- DB10,C22.30 - Character array at offset 22 with length of 30 (best to not use this with strings as length byte is ignored) | ||
@@ -119,0 +122,0 @@ In the example above, an object is declared and the `translator` references that object. It could just as reference a file or database. In any case, it allows cleaner Javascript code to be written that refers to a name instead of an absolute address. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1924
149
93513
5