Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "nodes7", | ||
"description": "Routine to communicate with Siemens S7 PLCs", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Dana Moffit", |
@@ -110,4 +110,5 @@ nodeS7 | ||
If you use it, `translator` should be a function that takes a string as an argument, and returns a string in the following format: | ||
- <data block number.><memory area><data type><byte offset><.array length> | ||
- Examples: | ||
`<data block number.><memory area><data type><byte offset><.array length>` | ||
Examples: | ||
- MR30 - MD30 as REAL | ||
@@ -126,2 +127,4 @@ - DB10,INT6 - DB10.DBW6 as INT | ||
If `items` includes the value `_COMMERR` it will return current communication status. | ||
#### <a name="remove-items"></a>nodes7.removeItems(items) | ||
@@ -128,0 +131,0 @@ Removes `items` to the internal read polling list. |
Sorry, the diff of this file is too big to display
184784
8
1942
146