Skip to content

[UI Builder] Call TMFlow Client

To simplify the operation of opening TMflow Client on Windows. Operator UI provides functions to access to TMflow Client and show the TMflow page at any moment while Operator is working.

Step #1: Let the Operator UI Builder know the location of the TMmanager. If users install TMmanager at a different location, please kindly change the directory.
callApplication "C:\Program Files (x86)\Techman\TMmanager\Builder\Projects\BAT","KillProcess.bat" // Kill TMflow

Step #2: Let the Operator UI Builder know the location of the TMflow Client. If users install TMflow Client at a different location, please kindly change the directory.
callApplication "C:\Techman Robot\TM flow","TMflow.exe","-S -L en-US"

Step #3: After the applications are called successfully, users can use OperatorActiveX commands to show/hide TMflow. Here’s an example of showing the TMflow page.
OperatorActiveX1->ShowTMflow = true

Users are encouraged to integrate these functions into a single standard function in order to decrease the further development time.

Powered by BetterDocs