The following libraries are designed for supervision of industrial / building plants.
Libraries can be download as a single 7-Zip archive at the following link: Automation-libraries.7z
.
Available libraries
Library name / File name |
Description |
---|---|
Automi
|
This library contains many panels to control a Finite-state machine |
| |
Commands
|
A small library window with some command buttons. |
Debug Window
|
An utility window that can be raised (at runtime) with the Alt+F2 keys. It is useful to view/set tag values for debug purposes. |
| |
Event viewer
|
This library contains two windows: a viewer for historical alarms and events and a popup to add new event filters.
|
| |
Trend
|
This trend viewer enable the JSup user to select the tag/pen to view, the scale, the color, the time range. The 1024x768 version also allows to view a secondary trend over the standard one to compare them. See standard JSup Trend window. |
| |
PLC Parameters
|
This library contains a popup windows useful to quickly setup many parameter pages. It use a parameter list file called parametri.txt in the application directory (a sample of this file is archived with this library set with the Excel file used to create it: the text files is pasted from the Excel file content).
Parametri.showParametriWindow( "V1573" ); where V1573 is the name of the "page" name (see the Parametri.xls file).
Parametri.saveDir=%JSUPHISTDIR%\plantName\Parameters The will use the environment variable |
| |
Sinottici v2
|
A set of library windows full of graphic library objects to be used to build nice synoptic of your automation plants (item status/control, measures, etc.)
|
| |
Alarm email send
|
This library contains a configuration window and some script used to setup the recipients of the alarm email automatically sent by the JSup system. See Invio email allarmi da JSup (Italian). |
| |
Windows tools library
|
Contains a library window with some basic object to build the common part of application windows. You can build in a library window of yours a library object called (for example) TopBar a then you can place a reference to it in every replace window of the application. |
|