st-one-io / node-red-contrib-s7

A Node-RED node to interact with Siemens S7 PLCs
GNU General Public License v3.0
111 stars 58 forks source link

Can read STRING but not WSTRING #135

Open iMalinko opened 3 weeks ago

iMalinko commented 3 weeks ago

I am able to read STRING type with DB#,S#.# which returns in msg.payload but none of the other string types return any value, just "" for the payload. Is there a method to reading WSTRING for data type?