Jump to content

Omron Temp Controller via RS485 - Help!


Recommended Posts

If its rs485, they probably use Modbus protocol. Read up on this. Get the NI modbus library. This will allow you to read modbus registers.

Read the controller manual, find out where what the registers are. Read registers you need with modbus library vis.

You will need to typecast those registers to the data type you need. For example, feedback temperature will probably be represented as 32-bit float.

For example, a modbus 32-bit floating point is contained inside two registers. You need to read both those registers and typecast them to a single precision float.

Link to comment

Hello,

Has anyone attempted to use omron temperature controllers with Labview?

I have a E5CN and I am want to communicate via VISA but I have no idea what to do.

Does anyone know?

According to the manual it uses a RS-485 interface and supports CompoWay/F, SYSWAY, or Modbus protocol. What Modbus registers to read for the setpoint, current value and other values and how to interpret them should be mentioned in some sort of programming manual or such. The Operation Manual on the site at least doesn't document anything about that.

Link to comment

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.