Is there a way to bring up a specific window on the pendent from a WebApp? The windows I’d specifically be interested in are: Jog, Program Data > robtarget, Integrated Vision. Possibly some way like below?
button.onclick = function () {
RWS.Open(jogView);
}