Jump to content

Modubus TCP/IP (industrial Protocol)


Recommended Posts

We are in the process of writing a dedicated labview connection driver to interface to a Acromag 966en 6006 temperature logger that utilizes the ethernet modubus standard. we are trying to advoid using third party opc servers as a intermediate stepping stone to this application as they are expensive and we need to limit costs. We have received some guidance from the Info LABVIEW group with some partial libaries. :P However these libraries they connect to the device, but the data returned dosent make sense. :wacko: we are getting 65535 for all values in the registers instead of a temperature reading say like 229 which is 22.9.

Has any one had exposure to Ethernet Modubus ( PLC programming) with labview and shed some light on the matter. If you have written a connection driver suitable for use with LABVIEW 7.0 i'd like to here from you!

Link to comment
We are in the process of writing a dedicated labview connection driver to interface to a Acromag 966en 6006 temperature logger that utilizes the ethernet  modubus standard. we are trying to advoid using third party opc servers  as a intermediate stepping stone to this application as they are expensive and we need to limit costs. We have received some guidance from the Info LABVIEW group with some partial libaries. :P However these libraries they  connect to the device, but the data  returned  dosent make sense.  :wacko: we are getting 65535 for all values in the registers instead of a temperature reading say like 229 which is 22.9.

Has any one had exposure to Ethernet  Modubus ( PLC programming) with labview and shed some light on the matter. If you have written a connection driver suitable for use with LABVIEW 7.0 i'd like to here from you!

3891[/snapback]

are you applying ieee754 math conversions?

Here's a link with web-based calculators for this math.....

http://babbage.cs.qc.edu/courses/cs341/IEE...references.html

also, check to see if you're using I32 indicators instead of I16....

Regis

Link to comment
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.