top of page

WELCOME
Search


Behavior modeling with scripts
What is a script? A sequence of instructions (statements) executed one by one by the language interpreter. Each instruction gets you...
Ivaylo Fiziev
Apr 19, 20222 min read
25 views
0 comments


Using subscripts
As we already know SCL scripts in Process Simulate are placed in the SCL Vault folder. Currently FBs, FCs and UDTs are supported. But how...
Ivaylo Fiziev
Apr 18, 20222 min read
43 views
0 comments


Cyclic evaluation of scripts
In Process Simulate SCL scripts are executed periodically. The execution rate is defined by the ‘LB Update Rate’ in CEE mode. In PLC mode...
Ivaylo Fiziev
Apr 18, 20221 min read
16 views
0 comments


Scripting architecture
Scripting has been around for quite long time. The script enables automation. In other words this is a way to execute code without...
Ivaylo Fiziev
Apr 15, 20222 min read
30 views
0 comments


POUs in Process Simulate
Now that you know what the basic SCL building blocks are, it is time to make use of them in Process Simulate. FB, FC and UDT definitions...
Ivaylo Fiziev
Apr 8, 20221 min read
32 views
0 comments


SCL UDT Syntax
User defined types (UDTs) allow for defining custom structures in SCL. The UDTs then can be used when declaring variables. Nested UDTs...
Ivaylo Fiziev
Apr 8, 20221 min read
23 views
0 comments


Introduction to SCL
Structured Control Language (SCL) is a high-level textual programming language which derives its syntax from PASCAL. It is based on the...
Ivaylo Fiziev
Mar 8, 20222 min read
46 views
0 comments


SCL FB Syntax
The Function Block (FB) is just a function associated with some data. The data is stored in a Data Block (DB). In Process Simulate we...
Ivaylo Fiziev
Mar 8, 20222 min read
35 views
0 comments


SCL FC Syntax
Function (FC) syntax is quite similar to the FB syntax. Still there are some key differences. I'll talk about these in a minute. Example:...
Ivaylo Fiziev
Mar 8, 20221 min read
53 views
0 comments
CONTACT

bottom of page