st-one-io / node-red-contrib-cip-ethernet-ip

A Node-RED node to interact with Allen Bradley / Rockwell PLCs
GNU General Public License v3.0
51 stars 23 forks source link

Write TAGS from Messaje #38

Open JorgeAlberto91MS opened 1 year ago

JorgeAlberto91MS commented 1 year ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like msg.payload = { 'TAG1': value1, 'TAG2': Value2, 'TAG3': Value3, ... , TAGN: ValueN } return msg

Describe alternatives you've considered