Is there a backdoor to Camera Driver Change?

Yes – follow this procedure:

  1. Select the Scorpion.spb file
  2. Open it with the SPBEdit editor
    • Normally this is done by dbl-click the spb file
  3. Select the XML tab
    • Activate the mouse menu and search for CameraDriver
  4. Change the CameraDriver value
  5. Save the file
    • Save As will make avoid overwriting the orginal Scorpion.spb
    • Do this if you do not have a backup
  6. Start Scorpion with a new Camera Driver
Changing Camera Driver is easy from the SPBEdit XML page

Changing Camera Driver is easy from the SPBEdit XML page

The procedure avoid the possible hassle by changing the camera driver from the inside of Scorpion.

Does Scorpion Vision support Basler Pylon 4.0?

Scorpion Vision provides support for Basler Pylon 2.x, 3.2 and 4.0. In the new Scorpion Vision Installer the user can select the pylon version that suits the application.

The Scorpion Vision  Installer  10.2.1.578 provides the latest drivers for Basler Pylon.

The Scorpion Vision Installer 10.2.1.578 provides the latest drivers for Basler Pylon.

 

Where do I find the Scorpion AnOPCClient Installer?

The Scorpion AnOPCClient interface is now included in the Scorpion Vision Installer 10.2.1.578.

Scorpion AnOPCClient Installer available in the Scorpion 10.2.1.578 Installer

Scorpion AnOPCClient Installer available in the Scorpion 10.2.1.578 Installer

Are there drivers for The Imaging Source USB-3 Cameras?

The Scorpion Firegrab.dll camera driver supports The Imaging Source USB cameras.

The Scorpion Vision  Installer  10.2.1.578 provides the latest drivers for Imaging Source USB drivers

The Scorpion Vision 10.2.1.578 Installer provides the latest drivers for Imaging Source USB drivers

The Scorpion Vision Installer provides drivers for The Imaging Source cameras

Read more on The Imaging Source

More on Scorpion Camera drivers and camera support  in the Scorpion Online Help

Important – Bios Setup – Scorpion Embedded PC

90-921

The BIOS settings of an embedded PC is very important. On the 90-921 Scorpion Embedded PC the we recommend strongly to Disabled the C-States under the BIOS Power to secure 100 % CPU performance.

Procedure to change the BIOS setting :

  • Restart the PC
  • Press F2 to enter BIOS mode while booting
  • Select Power Section
  • Select Advanced CPU Control
  • Disable C-States
  • Press F10 to save settings and exit BIOS
  • Reboot the computer

 

Important BIOS change - disable C-States

Important BIOS change – disable C-States under Advanced CPU Control

PEP 8 — Style Guide for Python Code

This document gives coding conventions for the Python code comprising the standard library in the main Python distribution.

This document and PEP 257 (Docstring Conventions) were adapted from Guido’s original Python Style Guide essay, with some additions from Barry’s style guide [2].

http://www.python.org/dev/peps/pep-0008

Where do you find Unibrain Camera Licence GUID?

Scorpion Vision Software uses the Unibrain Camera driver as the default when working with Sony and other fireswire cameras. To get the cameras working you will then need a Unibrain camera licence.

This licence can be embedded on a firewire adapter or in the form of a software licence.

The main concept behind the licensing, is that the drivers ‘activate’ (license) each firewire adapter or firewire camera that is attached on the system and is running the Unibrain software. 

(a) Software licensing: Software licenses are in the form of product keys which activate the drivers per camera or per firewire adapter (customer choice). The GUID (Globally Unique Identifier) of the device must be provided to Unibrain and then we will return to the customer the activation code.

The device GUID can be obtained from Fire-i or FireAPI authorize utilities, as the picture below shows:

The complete story from :  http://www.unibrain.com/licensinginfo/

Is it easy to create and maintain custom user interfaces in Scorpion?

Read more Scorpion Online Help

Read more Scorpion Online Help

It has always been easy to create custom interface pages in Scorpion. They can be developed as web pages, activeX control, .Net objects or as Data Input pages.

When we invented the The Data Input page concept we did not understand how important this was for Scorpion Vision.

The basic idea was to replace the need for custom html or .Net pages that is easy to embed in the Scorpion Application. It is used in almost all Scorpion Vision Systems.

The main purpose is to let the profile builder to quickly expose selected parameters to be configured by the operator or the user of the Scorpion Vision profile – it is easy and extremely powerful feature. With data input concept the pages are built on site and often maintained by the operator. This means that they are up to date and defined by the people using it.

An input page consists of named groups or sections. In each group a list of editable parameters is contained. A group or an item can be copied between pages and profiles.

The Data Input concept is also added to the generic BaseTool for creation custom user tool and the ToolBox. This means that the user interface is moved out into the tool where it really belongs. In this way it is possible to copy the tool including the data input gui between profiles.

Below an input page is added to the Settings tab – password protected with the operator password.

Does Scorpion Vision have a device independant IO system?

Learn more about Scorpion IO syb-system

Learn more about Scorpion IO sub-system

Yes – with Scorpion Vision Version X.I we have added a very nice device independent IO system that is easy to configure.

The system supports the following scenarios:

  • Mapping the trigger input to another port when input 1 is broken
  • Adding another IO Device when device # does have any inputs or outputs left
  • Broad selection of IO Modules supported
    • PCI, PCIX, USB and Remote Ethernet IO
  • Support for Multiple and different units
  • Easy to create illumination strobing output
  • Built in statistics
  • IO-system can easily be switched when need eg under testing
  • Support for device io simulation – no need to connect the actual io device to develope the application

Status Panel

The data panel provides built in statistics.

Event Log

The event of provides an easy to understand log of io-event – invaluable in io system verification.

Is it easy to create an image log in Scorpion Vision?

Read more about Scorpion Image Logger Module

Read more about Scorpion Image Logger Module

Yes – it is very easy to create an Image Logger with Scorpion Vision Software Version X.

In Machine Vision keeping up to date Image Logs is vital. The integrated Scorpion Image Logger module provides support for all the following purposes:

  • Store all or only the error images
    • Can be use for offline improvement of the machine vision system
  • Store images by date and time – create a new folder pr week or every hour
  • Delete image files older than N = 10 days
  • Store images of all products image in a batch in a separate folder
  • Create a test image set for development and verification of the vision system
  • Create directory and files name reflecting the current dynamic state of the machine vision system
  • Turn on of the logging based on an external input defines by a master system – eg PLC or Robot.
  • Turn off image logging before the Disk is full
  • Stamp every image with serial #, batch # and inspection state for easy retrieval.

All the functionally is available without any programming or scripting in an easy to use graphical user interface.

Click to learn more about Scorpion Image Logging