top of page
WELCOME
Search
Ivaylo Fiziev
Nov 12, 20244 min read
Practical use case: Traffic light controller
Traffic lights are simple devices that are quite common but do you know how they work? In this post I'll try to implement a traffic light...
4 views0 comments
Ivaylo Fiziev
Feb 2, 20242 min read
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...
10 views0 comments
Ivaylo Fiziev
Dec 11, 20233 min read
SCL Control Statements
Statements that allow you to direct the execution of the program into alternative sequences of statements are known as control...
41 views0 comments
Ivaylo Fiziev
Oct 20, 20231 min read
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...
29 views0 comments
Ivaylo Fiziev
Oct 11, 20234 min read
Practical use case: Driving a seven segment display
Seven segment displays are often thought of as a single display but still they consist of seven individual LEDs that have to be...
37 views0 comments
Ivaylo Fiziev
Oct 10, 20232 min read
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...
37 views0 comments
Ivaylo Fiziev
Apr 24, 20232 min read
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....
30 views0 comments
Ivaylo Fiziev
Apr 19, 20222 min read
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...
24 views0 comments
Ivaylo Fiziev
Apr 8, 20221 min read
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...
22 views0 comments
Ivaylo Fiziev
Mar 8, 20222 min read
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...
34 views0 comments
CONTACT
bottom of page