Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated order and images for clarity

...

PEKAT VISION allows several projects to run simultaneously. However, GPU consumption must be considered when running several projects.

For more information on GPU consumption, contact support at PEKAT VISION Customer Portal or at support@pekatvision.com

Project List Options

...

Info
  • Export - exports a project as a .zip file.

  • Copy - duplicates a project in projects manager.

  • Show path - shows a windows path to the project location

  • Logger - enables you to download the log file for the specific project.

  • Remove - removes a project from the list in the projects manager GUI (does not delete).

  • Delete - deletes a project from the projects manager GUI and project folder data.

GUI logger.pngImage Removed

Starter settings

...

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.

...

Info
  • Language - sets the language of the project manager

  • Kiosk mode, Operator View Only - fullscreen mode, allows access only to operator view

  • Run on PC startup - starts Pekat when PC is turned on

  • Access from - IP address for remote access to the projects manager and other projects

  • License - shows specific details of your license, available licenses: License Types

  • Logger - enables you to download log files for the PEKAT application

...

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.

...

GUI project options.pngImage Added

Info
  • Export - exports a project as a .zip file.

  • Copy - duplicates a project in projects manager.

  • Show path - shows a windows path to the project location

  • Logger - enables you to download the log file for the specific project.

  • Remove - removes a project from the list in the projects manager GUI (does not delete).

  • Delete - deletes a project from the projects manager GUI and project folder data.

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]

...

Info

Argument host enables network access.

To understand how to do this, open a console and move to the Pekat installation folder:

Code Block
 # Move to directory
 cd C:\Program Files\PEKAT VISION 3.16.0\starter
 # Show manual for hosting
 

To show manual for hosting input:

Code Block
./pekat-vision.exe host -h

You should see the following manual:

Code Block
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.