I understand the purpose, I don't understand why someone chose to use three separate SCPs. They all use the same scaling. A better approach would be to simply use one SCP with the input as N7:0 (for example), then:
1. MOV N7:64 to N7:0 when B3:20/0 is high
2. MOV N11: to N7:0 when B3:20/1 is high
3. MOV N7:63 to N7:0 when B3:20/2 is high
If you understand PLC scan, then what is possible is if B3:20/0,/1,&/2 are all high at the same, the last one high wins, but the HMI can and will see, on occasion, the value O:2.0 from the 1st SCP, then maybe the 2nd SCP, so on. To get around this, replace O:2.0 with another address, like N7:1, then add a rung to MOV N7:1 to O:2.0. Then if you read O:2.0 the HMI will not see it flash, it will always be the latest, up-to-date value.