CB1241 RS485 Board LED's not lighting up with S7-1200 1215C

integration

Member
Join Date
Feb 2024
Location
Australia
Posts
5
Hi all,

I am trying to do Modbus communications via the CB1241 RS485 Communication Board on a Siemens S71200 PLC. I am using a 1215C CPU. After configuring the hardware and writing a program for the MODBUS communication I can successfully compile and download to the PLC. However, the LED indicators for RxD and TxD on the communication board do not light up.



I have checked my configuration and when I take the PLC online I can verify via TIA Portal that the PLC has recognized the module however it just is not transmitting and receiving data since the LEDs aren't lighting up on the board. In my program, the functions "MB_COMM_LOAD" and "MB_MASTER" both have no error and have a 16#0000 Status. Any ideas on what the issue could be or where I am going wrong?
 

Attachments

  • board.png
    board.png
    100.4 KB · Views: 8
Hi all,

I am trying to do Modbus communications via the CB1241 RS485 Communication Board on a Siemens S71200 PLC. I am using a 1215C CPU. After configuring the hardware and writing a program for the MODBUS communication I can successfully compile and download to the PLC. However, the LED indicators for RxD and TxD on the communication board do not light up.



I have checked my configuration and when I take the PLC online I can verify via TIA Portal that the PLC has recognized the module however it just is not transmitting and receiving data since the LEDs aren't lighting up on the board. In my program, the functions "MB_COMM_LOAD" and "MB_MASTER" both have no error and have a 16#0000 Status. Any ideas on what the issue could be or where I am going wrong?
I have also read online that in some scenarios the board on the 1215C CPU where the CB1241 module is placed can become non-functional if the module was accidently placed when the PLC was still powered and I wonder if this could be the case. I am using TIA Portal V17.
 
These LED's illuminate only when data is being received or transmitted by the communication port, which device the board is communicating to?
 
These LED's illuminate only when data is being received or transmitted by the communication port, which device the board is communicating to?
The board is communicating to a Vaisala WXT536 Weather Station. How can I get data to be received or transmitted by the port if I have set it with the appropriate settings ?
 

Attachments

  • mb_master.png
    mb_master.png
    130 KB · Views: 25
  • comm_load.png
    comm_load.png
    111.4 KB · Views: 24
  • 1710868574370.png
    1710868574370.png
    147.4 KB · Views: 24
Check the address of WXT536, the default is 1.
Try swapping RS485 wires.
Check the termination resistors.
Make sure that the firmware of WXT536 is 3.85, or newer.
 
Make sure,the parametre MODE in the instance data of the "Modbus_Comm_Load" is set to 4 (half duplex RS485).
1710973925600.png

Check that the attribute "optimized bloc access" of data bloc DB14 is disabled.
 

Similar Topics

Hi all, I've hit a bit of a brick wall and need some help. I'm currently trying to get a Siemens S7-1200 PLC to talk to an Eaton DE1 Drive I'm...
Replies
8
Views
3,684
I'm trying to control a device via MODBUS RTU and the ModbusRtuMasterV2_PcCOM in Twincat 3. I've configured a device with the right com port and...
Replies
7
Views
222
Hi, Seeking consultation on an implementation matter, and have a question about Modicon Compact 984 communication through RS485: Three Modicon...
Replies
4
Views
218
i have an device which can support serial (RS485,RS232),CAN protocol . i want to connect it to an existing MIB 1553B bus ,what device will I need...
Replies
0
Views
97
I'm trying to use a Red Lion Cub counter (Cub5B00) as a counter and give the cub's counts to a Graphite G12 PLC/HMI to display. After about an...
Replies
1
Views
111
Back
Top Bottom