Hello,
I have a problem with the PROMPT instruction
QuoteDisplay MoreIF ptarray [ptin.rt_nr.soll] == 0 THEN
...
...
PROMPT "Enter knee diameter:", $ dimension [ptin.rt_nr.soll]
PROMPT "Enter bending radius:", $ radius [ptin.rt_nr.soll]
ptarray [ptin.rt_nr.soll] = 1
END
The conditional instruction is executed in the parallel program autostart2.pc
When calling the PROMPT command, a keyboard should appear on the screen and the option of entering $diemension and $radius, but nothing happens. The program stops and stops following the instructions, but the keyboard does not appear.
Has anyone ever encountered a similar problem and knows how to solve it?