How can I call a Teach Pendant (TP) program from a KAREL program two times, where each call uses a different user frame value? Specifically, I want to:
*Set the user frame to a specific value before the first call to the TP program.
*Execute the TP program.
*Set a different user frame value before the second call to the TP program.
*Execute the TP program again.
Please help