AdvancedHMI Software

General Category => Open Discussion => Topic started by: Taka_Y on October 28, 2020, 10:42:05 PM

Title: Serial port data for Digital Panel Meter
Post by: Taka_Y on October 28, 2020, 10:42:05 PM
Hello Sir,
I want to display the value of the vacuum gauge on the Digital Panel Meter via serial communication.
It's easy if the vacuum gauge is Modbus-RTU, but that's not the case.
Read command:"#01RD<CR>"
Interval time:500ms
Please help me!
Best regards,
Taka
Title: Re: Serial port data for Digital Panel Meter
Post by: Godra on October 29, 2020, 02:51:03 PM
What does the manufacturer suggest to use for communication with that device?
Title: Re: Serial port data for Digital Panel Meter
Post by: Taka_Y on October 29, 2020, 07:58:54 PM
Thank you for your reply.
It has only 485,232 serial communication.

https://www.instrutechinc.com/products/rack-panel-mount-vacuum-gauge-controllers/vgc301-single-channel-convection-gauge-controller/

Thanks
Title: Re: Serial port data for Digital Panel Meter
Post by: Godra on October 29, 2020, 10:22:46 PM
It looks like you will have to create a code to send strings as they are defined in the manual of that device.

Just Google it and there will be bunch of examples in VB Net or C# on how to do serial communication.
Title: Re: Serial port data for Digital Panel Meter
Post by: Godra on October 29, 2020, 10:27:11 PM
The data sheet is also mentioning ASCII protocol, so you can try using ModbusASCIICom driver.
Title: Re: Serial port data for Digital Panel Meter
Post by: Taka_Y on October 29, 2020, 10:30:49 PM
Godra,
Thank you for your advice.
I will try it.
Thank you!