Alex Sharikov

Results 12 comments of Alex Sharikov

Look at line [148 at src/controller/index.js](https://github.com/cmseaton42/node-ethernet-ip/blob/a5788f3470e4d5c61b8e4b4645d8922e23ee6e6b/src/controller/index.js#L148). It's still in TODOs. If you would like to contribute and develop a `connected-send` module similar to [unconnected-send](https://github.com/cmseaton42/node-ethernet-ip/blob/master/src/enip/cip/unconnected-send/index.js) that would be great.

scan_rate designed to create a safe delay between the scan requests. Also setting an interval on external communications is bad practice. On a poor network it can end up with...

I am. Thanks for pointing this out. It looks great, let me know if I can contribute into your pull request. Below is a link to my conversion (if its'...

Same here. In our case `global.json` gets corrupted on power loss and the following prevents it from starting: ``` [error] Error: Error loading context store: Error: Invalid JSON in context...

This sounds like a feature request. I'll keep this open and get to this once I can clearly understand the way to implement it. In the meantime you can fix...

Yes, to add this feature it will be needed to consider all ways an object can be transformed. I'll read a bit on this topic.

oh no, vecta.io changed the `custom fields` to `custom events` and it doesn't accept the custom names any more. It supposed to be as below: ![Screenshot 2023-03-10 at 9 57...

No worries, glad it's useful. Can you post here your version 2 issue? I just have tried on my end and it works. I have the following: ![Screenshot 2023-03-12 at...

Also Boxy SVG online looks great, I'll be using the online version in the future.

I found the issue, please use a temporary solution by adding these two lines: ```javascript payload.pivotX = payload.pivot[0]; payload.pivotY = payload.pivot[1]; ``` before this lines https://github.com/alex-controlx/red-dashboard-svg-control/blob/7e87dc64cc79750520a6217bc0ef9a73f4570730/app/view2/ui_template_v2.html#L233-L236 I'll get it fixed...