SPP - Scorpion Python Plugins¶
Scorpion Python Plugins are python modules implementing the
Scorpion Plugin Interface located in the profile’s Plugins
directory structure. They are instantiated by one of Scorpion’s many plugin
managers.
Scorpion Python Plugins may be visible controls hosted by a Scorpion panel or page, or invisible objects. The image below the Scorpion Vision Software main screen where plugins can be hosted.
Plugins may also hook up to Scorpion events, create controls, timers or any python object.
Plugin configurations is maintained and managed by Scorpion.
The plugins may be copied and modified as needed to adapt to other requirement.
We recommended to rename plugin and to follow guidelines in the Scorpion Plugin
Interface