Hi,
I have a BOT program which executes every 5 min. It has to open 3 PCOM terminals at the same time and execute a workflow.
I have one problem - I do not want to open the PCOM terminals every 5 minutes because I consider it will consume time
I need to know how to keep the PCOM session open and the next bot which runs needs to identify the same 3 PCOMs and execute the function in those terminals.
Any suggestion or lead could be helpful.
I tried to do a bot program to open the terminals and then make the main bot to recognize the pcom sessions from the prev bot. but is not recognizing and opening new terminals again