MountainKing91
MountainKing91
I'm experiencing the same, with node-red 1.3.5 and latest version of dashboard. When I restart node-red the dashboard become "light" even if the theme remains dark. To fix I have...
My workaround for this situation is to: 1) in the read loop I check the connection status before reading, if not connected I try to connect 2) catch the read/write...
To the best of my knowledge, these EIP nodes do not work with Omron NX/NJ PLCs right out of the box; you need adjust the timeout in `\ethernet-ip\src\enip\cip\unconnected-send\index.js`: 
Any news on this? I am having the same issue. PLC: Omron NX1P2 Libplctag.NET version 1.2.1 I tried using the suggested python library, it works. Trying the same with libplctag...
I can do it. This is the custom mapper that should work like your example: ``` public class OmronStringPlcMapper2 : PlcMapperBase, IPlcMapper, IPlcMapper { public override int? ElementSize => 256;...
Full wireshark captures with libplctag and aphyt [Wireshark captures.zip](https://github.com/user-attachments/files/15840077/Wireshark.captures.zip)
I am going to try as soon as I can get back to the plc, tonight or tomorrow morning. In general, in omron world strings are from STRING[1] to STRING[1986]....
I tried, with no success. @zN3utr4l this throws exception 22 ``` int tagSize = 256; tag.SetSize(tagSize); ``` I can build the 256 bytes buffer for "MyStringInitialValue", but because of the...
Hi @usmanmehmoodSSP, since you are using C# you will need to add (copy) into your project these 3 files: - libnodave.dll - libnodave.net.dll - libnodave.net.css  Remember to set the...
Snap7 can communicate only via Ethernet cable, so no PPI protocol unless you have a Ethernet communication module (not sure what plc you're using though). Can you share the part...