Is possible to communicate AB Guarmaster CR30 via Modbus RTU to a PC with VB.NET?

elvisdoubt

Member
Join Date
Mar 2021
Location
C
Posts
2
Currently I'm working in a project, and there is a problem, we need to show what is going on with the CR30 through an app developed in VB.NET, we didn't purchase the CR30, but we are wondering if this is possible before buy the device, does anyone did this before? is it possible?
 
Not with modbus, many years ago I did a simulation where I needed to simulate the communications from a PLC to/from a number of Nobel weighing units, this was pretty simple as the weigher just sent basic information & the commands were pretty simple i.e. weight read was 011346checksumCR
so address 01, weight 1346, checksum, carriage return. so it is reasonably simple, however, modbus can be tricky, first of all calculating the CRC checksum is not for the faint hearted, again the addressing models can be awkward i.e. bas of 0 or 1, i.e. do you address say 4000 as 4001, you certainly need to know the addressing model of the particular instrument.
attached is a typical message to read holding registers.
There are many hits on google about modbus & how you configure/decode the messages.
I have done Modbus RTU in pascal & VB is capable again this was a simulation of a sorter but at least I had the full spec on the sorter from the guy who wrote it.
CRC checksum is going to take you a bit of time again there have been a number of articles on how to do it.
Here:
https://en.wikipedia.org/wiki/Cyclic_redundancy_check

A typical read holding registers

Modbus Read Holding registers.png
 

Similar Topics

Hello Friends I have several machines with different ip range everyone, according with the image. The PLC's are Micrologix 1100/1400 with...
Replies
6
Views
2,188
I've always connected with DH+ PanelViews through a CLX gateway, but I am working on one today that is connected to a SLC 5/04. I'm connected to...
Replies
6
Views
1,471
Hello. This is my first time to post my question. So nice to meet you and although it is late, happy new year. Anyway i gonna stuck on my...
Replies
1
Views
1,716
Is it possible to communicate between two siemens CP-317F PLCs by using cp 343?How to configure the hardware??i want to handshake the signals...
Replies
2
Views
2,068
Hello All, I need the ability to remotely reboot a Red Lion CR3000 HMI. Due to some graphics issues when the database is updated the HMI must be...
Replies
4
Views
221
Back
Top Bottom