pauljurczak (Customer) asked a question.

Why these inputs have no effect?

I'm using LS Electric XEM-DN32H2 PLC, XG5000 IDE and Structured Text. I have a proximity sensor prox on B20 and a switch on B19. I expected the led1 and led2 to reflect their state, but when the program runs, only led0 is on. Here is the program:

  1. led0 := TRUE;
  2. led1 := prox;
  3. led2 := switch;

I also tried to force the state of the inputs:

 

Screenshot 2024-04-04 231817 

and there is no effect. Do I need an additional configuration, in order to make these inputs active? I checked the voltage on B20 and B19 and the sensors are working as expected. B01 and B02 are at 0V. Also, the input indicator LEDs on XEM-DN32H2 are not detecting the state of the proximity sensor or the switch.