Guilherme Francescon

Results 26 comments of Guilherme Francescon

could also use bind instead ``` javascript setInterval(app.processEvents.bind(app), 0); ```

I'm preparing a simple PR adding this support for this with the above proposed solution, but we can still further discuss it if needed

Side note: this issue has been hotfixed on _node-red-contrib-cip-ethernet-ip_ by calling `Socket.destroy()` externally on the `Controller` instance. Please see [commit #35f28d4](https://github.com/netsmarttech/node-red-contrib-cip-ethernet-ip/commit/35f28d4ed5ba6402a2c80fee6d79082bb9bade99)

> hmmmm, so you would prefer an option to let the group fail silently in the case that a bad tag is detected. Possibly auto-remove the bad tag from the...

We currently only support MPI/PPI/DP adapters [like this](https://support.industry.siemens.com/cs/pd/10896?pdti=pi&lc=en-ww), so using an USB/Serial converter and connecting using a serial cable is not supported by this node

So, the two different errors have two different causes. The `LIBUSB_ERROR_ACCESS` is due to lack of permissions. The udev rule just makes sure that the users part of the `dialout`...

`LIBUSB_TRANSFER_NO_DEVICE` usually happens when the device is disconnected, either physically or logically. You can confirm this by checking the kernel logs for device disconnection. Among the causes I would suspect,...

Sorry for the delay, been pretty busy lately. Thanks for the logs. I took a look on it, and looks we're sending something at the communication setup part (before sending...

Thanks for the availability! What we basically need is to capture the USB traffic between MicroWin and the USB adapter using Wireshark, specially the connection part. So, basically, we need...

Sorry, I couldn't test anything yet, since we're changing physical installations here and I don't have the PLCs available. Hope to test something within the next two weeks