Search the Community
Showing results for tags 'screen'.
-
Hello all, Recently we performed an installation of 2 PLCs model SM43-J-R20 (both containing the same program and updated to the last OS) to control 2 oil boilers. A few days ago, our customer reported the following problem from only one of them: Sometimes, one of the PLCs shows a backlighted black screen (as seen in the attached picture). However, the process in the PLC seems not to be affected since it keeps running. Then, if they restart the PLC, it works well. (Note that the PLC has been powered ON for hours when this happens). We replaced the PLC with a new one with no results
-
I'm working with getting names from a DT on the screen, and I got the folowing: read name from dt, row offset in string1 read name from dt, row offset +1 in string2 .... read name from dt, row offset +14 in string15 next page = offset + 15 reload. This way i can skip through the DT and show all values, but now I got a strung with 15 times almost the same code. The problem is that there isn't a array[string] with which it would be possible to make a loop. If there would be an array[string] then i could save at position [offset] and next time [offset +1], but now i need a