In article <5065000000050000002A530000-1007855737000@exchange.ni.com>, Brian Vibert wrote:
>Modbus isn't too hard once you get the hang of it. Make sure you know
>if it uses ASCII mode or RTU mode Modbus (probably RTU if its anything
>like the watlow 96). If the vis you downloaded was from AIR Technical
>Automation then that should be a good starting point. I haven't used
>those vis only because I developed my own set before I found them, but
>they look good. It will help if you have the Modbus protocol manual
>so that you know what functions to use and what the command should be
>formated like for those functions. The manual can be found on the
>modicon website here:
>http://www.modicon.com/techpubs/TechPubNew/PI_MBUS_300.pdf . I have
>used m
y Modbus vis , which use similar methods to the AIR vis, to
>communicate with a Watlow 96 with much success. If you need more
>detailed help let us know
>
>Good luck!
>
>Brian
Brian,
I believe it was from AIR Technical. After a couple of false starts, I am
actually talking to the controller. It is a RTU mode. The AIR Technical VIs
help on that point calculating the CRC. Right now, I have to figure out
exactly how it is reporting negative temperature (I believe 2s Complement
which I have not had to deal with since grad school....).
I will check out the PDF.
Hopefully I will be able to do what I need to do. Its mainly get the process
variables and right them to a file. Late I need to write the setpoints back
to the controller. The big thing now is just monitoring.
Thanks
Max