node-opcua / opcua-commander

a opcua client with blessed (ncurses)
MIT License
211 stars 46 forks source link

initial write support for tag (Scalar and array) #28

Closed fbrisa closed 3 years ago

fbrisa commented 4 years ago

Hi, I have added a "w" key that opens a write box to be able to change and write the tag value to the server, using comma separated values in case of arrays.

This is just an initial and working implementation, please let me know if you find it useful or could be improved etc...

After pressing w, the monitor item switches to write mode until you press the close button.

immagine