Comparing version 0.1.15 to 0.2.0
@@ -0,1 +1,5 @@ | ||
Version: 0.2.0 | ||
------------ | ||
- Implement TSAP mode connection. Allows to directly specify local and remote TSAP values instead of only rack/slot. Useful for connecting with PLCs like Logo. | ||
Version: 0.1.15 | ||
@@ -2,0 +6,0 @@ ------------ |
{ | ||
"name": "nodes7", | ||
"description": "Routine to communicate with Siemens S7 PLCs", | ||
"version": "0.1.15", | ||
"version": "0.2.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Dana Moffit", |
@@ -44,2 +44,3 @@ nodeS7 | ||
conn.initiateConnection({port: 102, host: '192.168.0.2', rack: 0, slot: 1}, connected); // slot 2 for 300/400, slot 1 for 1200/1500 | ||
//conn.initiateConnection({port: 102, host: '192.168.0.2', localTSAP: 0x0100, remoteTSAP: 0x0200}, connected); // local and remote TSAP can also be directly specified instead | ||
@@ -46,0 +47,0 @@ function connected(err) { |
Sorry, the diff of this file is too big to display
104869
2153
152