top of page

WELCOME
Search


SCL code introspection
Introspection means extracting semantic (meaningful) information from the code. For example: getting variable names, type names, default...
Ivaylo Fiziev
Mar 113 min read
6 views
0 comments


Applying a SCL script to a resource over the API
Scripting is nice. I think we all agree with this statement. It would be even nicer if we can automate the process of creating scripts....
Ivaylo Fiziev
Feb 254 min read
13 views
0 comments


Recursive vs. iterative SCL code
There are two approaches to solving a problem in computing that requires visiting a lot of states. Iterative and recursive. The iterative...
Ivaylo Fiziev
Mar 20, 20242 min read
12 views
0 comments


Practical use case: Frequency counter
As the name suggests this is a device that measures frequency. It counts the number of pulses in a periodic signal per second. Internally...
Ivaylo Fiziev
Feb 5, 20242 min read
25 views
0 comments


Practical use case: Mux / Demux
A multiplexer is a device that has several digital or analog inputs and a single output. It forwards a given input to the output based on...
Ivaylo Fiziev
Feb 2, 20242 min read
10 views
0 comments


Practical use case: Bit to Byte conversion
I got some requests for this type of conversion recently so I decided to make a post out of it. The logic is quite straight-forward but...
Ivaylo Fiziev
Jan 30, 20242 min read
46 views
0 comments


Practical use case: Safety button
Safety is a top priority feature in every manufacturing solution. With industrial devices it is often the case that safety buttons are...
Ivaylo Fiziev
Dec 21, 20232 min read
33 views
0 comments


Practical use case: Simple light indicator
Sometimes all you need is a simple indication telling you the state of the device you are dealing with. Power indicator of you will. It...
Ivaylo Fiziev
Oct 20, 20231 min read
30 views
0 comments


Practical use case: Output signal delay
Introducing delays is often needed in behavior modeling. Delays are usually required by the external circuit before which the data has to...
Ivaylo Fiziev
Oct 10, 20232 min read
37 views
0 comments


Type casting
Types are good. They provide meaning to variables, arguments and functions by defining the set of operations that can be applied to them....
Ivaylo Fiziev
Apr 24, 20232 min read
30 views
0 comments


Practical use case: A Boolean signal that changes value every 500ms
Recently I was asked for such an example from customers so I decided to make a post out of it. Interestingly they struggle implementing...
Ivaylo Fiziev
Apr 19, 20231 min read
27 views
0 comments


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


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
34 views
0 comments
CONTACT

bottom of page