FieldCommGroup / WindowsHartIpClient

Standalone Windows client for HART-IP server in Visual C#
Apache License 2.0
21 stars 11 forks source link

How to write data on HART IP device #25

Open kais123456789 opened 1 year ago

kais123456789 commented 1 year ago

How to write data on HART IP device

tjohnston-fcg commented 1 year ago

Can you be more specific?

NicolasDosS commented 4 months ago

I have a similar problem. I don't know the format expected when i want to send data.

For exemple : Command 11 - Input0: Tag. How I am supposed to write my tag ? with Input0:TAG or just my TAG in a byte ?

Thank's in advance.