s7client
s7client copied to clipboard
Can not connect to sinamics drive
The snap 7 client connects to the sinamic drives but the getCpuInfo fails.
async connect() {
...
resolve(this.getCpuInfo().then(cpuInfo => {
this.emit('connect', cpuInfo);
return cpuInfo
}));
}