After updating node-red-contrib-omron-fins from version 0.3.0 to 0.5.0 I can't connect to the PLC.
In the debug window I have this message
TypeError: buf.readUint32BE is not a function
When trying to write to the PLC.
After updating node-red-contrib-omron-fins from version 0.3.0 to 0.5.0 I can't connect to the PLC.
In the debug window I have this message
TypeError: buf.readUint32BE is not a function
When trying to write to the PLC.
What version nodejs you running?
V10.23.0 node-red 1.2.2
Unfortunately the major updates I added to this node mean node V12 or greater is required.
Node V10 is eol and should really be updated. I'd recommend node v14 if you can upgrade.
ok thanks, I will update.
It is working now, after updating nodejs.
Thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.