News:

  • August 22, 2026, 02:26:01 PM

Login with username, password and session length

Author Topic: BRX Comms  (Read 7840 times)

PLCwannabe

  • Hero Member
  • *****
  • Posts: 208
BRX Comms
« on: January 30, 2020, 02:54:29 PM »
Can a BRX PLC talk to a C-More HMI via Ethernet, and at the same time talk to an ATV320 VFD via rs485?

2. Altivar 320 VFD gives several options for comms (modbus RTU,   Profibus,  CAN-open, Device-Net). Which of these is easiest to work and program with?

Bolt

  • Hero Member
  • *****
  • Posts: 598
Re: BRX Comms
« Reply #1 on: January 30, 2020, 06:03:11 PM »
Most definitely.  I think Modbus RTU is the only feasible option out of those listed.  It's not hard, just takes a bit of digging in the manual to find all the corresponding bits/words to read and write in the VFD to make it do what you want.

PLCwannabe

  • Hero Member
  • *****
  • Posts: 208
Re: BRX Comms
« Reply #2 on: January 31, 2020, 12:18:46 AM »
Thanks for the info.

Could someone paste a rung of code that will write to parameter 534 (RPI) which is PID Ref). See Attachment. Using RS485.
If I could see how one rung works, I could probably figure out the rest.

Bolt

  • Hero Member
  • *****
  • Posts: 598
Re: BRX Comms
« Reply #3 on: January 31, 2020, 12:25:43 PM »
Those don't look like your the Modbus addresses.

Here's some rungs I use to communicate with several ABB drives, hence the pointers to do it all via one set of rungs.