s7client icon indicating copy to clipboard operation
s7client copied to clipboard

Can not connect to sinamics drive

Open RV1989 opened this issue 4 years ago • 0 comments

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
          }));
      
  }

RV1989 avatar Sep 04 '20 13:09 RV1989