PascalSCADA moved to Github
Hi everybody! The PascalSCADA version 0.x has been moved to Github. This version is now hosted at: https://github.com/fluisgirardi/pascalscada_v0
PascalSCADA allows you to do the simple tasks of SCADA systems and things that have not yet been imagined. With PascalSCADA you can communicate with PLC’s and industrial devices (Siemens PLCs with ethernet, devices that support Modbus TCP or RTU or you can extend it to communicate with devices with your own communication protocol), create tags without license limitations, connect your tags with screens and animation objects, create animations to represent your process plant, create flow animations in an easy way, log tags to create simple or complex historics, create simple or complex recipes, connect your process to your DBMS systems, protect the application against unauthorized use through various user control systems, or if this is not enough, you can extend it through new classes (because PascalSCADA is a truly object-oriented SCADA) or through third-party libraries that can be installed into Lazarus to achieve the expected features into your application.
Provides native communication (that is, without the need for third-party software) to:
Siemens CLP:
Logo 7 and 8 with ethernet port
S7-200 with CP-243 card
S7-300 via CP343-1 or onboard ethernet
S7-400 via CP443-1 or ethernet onboard
S7-1200
S7-1500
CPU ET-200S
CPU ET-200SP
WinAC
Mitsubishi PLC’s that support Melsec protocol
PLC’s that supports Modbus TCP
PLC’s that supports Modbus RTU
Unlimited number of tags, allowing you to do everything from simple to complex applications.
In addition, PascalSCADA tags allow the developer to represent in your application any type or structure of data that is declared in your PLC, such as Boolean, integer, real, strings, arrays, or complex structures that are declared in your PLC software .
Draw screens that represent your process using bitmap or vector graphics.
Create animations using multiple images, as if they were a small movie.
Create flow animations with lines that propagate their color, interconnecting with objects that do the conditioning of propagating or not the color of the flow for the following objects.
Run your supervisory system across multiple platforms and operating systems.
Currently supported by PascalSCADA:
Windows 2000 or higher
Linux version 2.6 or higher
FreeBSD 7.0 or higher
MacOS
Solaris
NetBSD
OpenBSD
Windows CE
It can also run on other platforms and / or systems, as long as they are supported by Lazarus / FreePascal
Hi everybody! The PascalSCADA version 0.x has been moved to Github. This version is now hosted at: https://github.com/fluisgirardi/pascalscada_v0
Hi all! I recorded recently a video teaching how to build a tank level animation using PascalSCADA. The unique cons are the audio that was recorded in Portuguese. Click on …
Hi everybody! I’m glad to announce the PascalSCADA 0.7.5. It’s a bugfix release. This version will be the last one that maintains the current tag scan mechanism. That is, the …
After almost a month offline, the PascalSCADA page is online again. All this is due to changes in the hosting rules of Sourceforge, which forced me to change the hosting …
Hi! A few days ago, Mr. Balázs Székely created for Lazarus, a central repository of components that is extremely easy to use. The unique step that needs some skill is the …