0

I have a sensor that I want to use with Modbus RTU and am not sure if I can use half duplex or if I need to use full duplex.

I would also like to get some suggestions how to read from it with my laptop (USB.) Not the technical part but maybe a suitable RS485 to TTL converter.

The sensor I am using is the SITRANS FC430.

This is the connector:

enter image description here

JRE
  • 67,678
  • 8
  • 104
  • 179

1 Answers1

1

It's all 2 wire A/B RS485. In and Out means that you connect them in daisy chain. From the master the cable goes to In, then you connect the next device to Out.

Marko Buršič
  • 23,562
  • 2
  • 20
  • 33