plcpeople / nodeS7

Node.JS library for communication to Siemens S7 PLCs
MIT License
356 stars 120 forks source link

support for 64 bit data type #134

Open gyillikci opened 1 year ago

gyillikci commented 1 year ago

Hello,

I would like to read "LReal" data type but when I try to read it, the value comes as "false"(not a number in range of long int)

Any suggestions.

Thanks