Projects Manager GUI
PEKAT VISION application is project-oriented.
You can run and work with several independent projects simultaneously.
Each project runs on its own network port and can be accessed from remote computers and managed without any restrictions.
Managing and running projects can be performed through GUI, as well as a console application.
Project window
Stopped project
Running project
Starter settings
To change language, run on startup, or check on your Pekat license you can open up Settings at the top right corner of the Project Manager.
Kiosk mode - Example of usage
A typical scenario to use Kiosk mode is to show information to operators on the production line through Operator View, but deny the operators access to other Pekat features or different applications.
Use the Kiosk mode with Operator View Only to show Pekat always in fullscreen and do not allow any other operations within the project than displaying Operator View.
Setting Run on PC startup can be used to automatically run Pekat after turning on the PC.
Project List Options
There are additional options available for each project. To see them, click on the three dots near any project.
It is possible to download an output log from all previous days. The current day log does not contain a date.
Projects Manager through Command Line [Windows]
Visit this page for more information: https://pekatvision.atlassian.net/wiki/spaces/KB3/pages/698057274
Projects Manager through Terminal [Linux]
Visit this page for more information: Working with PEKAT VISION through Ubuntu terminal
Local Machine vs Network Host - Projects Manager
To understand how to do this, open a console and move to the Pekat installation folder:
cd C:\Program Files\PEKAT VISION 3.16.0\starter
To show manual for hosting input:
./pekat-vision.exe host -h
You should see the following manual:
usage: pekat-vision-starter [-h] [-dn] [-r] [-p PORT] [-P PASSWORD] [-l] [-dc]
[-dcode] [-wl]
Optional arguments:
-h, --help Show this help message and exit.
-dn, --disable_network Disable network
-p PORT, --port PORT Starting port
-P PASSWORD, --password PASSWORD
Password access
-l, --log Show all logs
-dc, --disable_concurrent
Allows to run only 1 project at a time
-dcode, --disable_code
Disable code module. Higher security.
-wl, --windowless Start without project manager window.