fieldbusbook

Посібник по промисловим мережам

<– До опису бібліотеки

readWriteError

NodeS7.prototype.readWriteError = function(e) {
	var self = this;
	outputLog('We Caught a read/write error ' + e.code + ' - will DISCONNECT and attempt to reconnect.');
	self.isoConnectionState = 0;
	self.connectionReset();
}

<– До опису бібліотеки