0:04
plc simulator conquer your automation
0:08
plc programmable logic controllers can
0:10
significantly reduce the cost of
0:12
manufacturing a machine the PLC
0:15
programming can be reduced as much as
0:16
50% with the use of simulators
0:19
a PLC simulator is a piece of software
0:21
that enables a programmer to test their
0:23
code without the need for hardware this
0:26
means that the logic can be proven
0:27
before execution in the actual PLC
0:30
imagine trying to become an airplane
0:31
pilot without a flight simulator this
0:34
could be disastrous we will examine both
0:36
online and offline PLC simulators the
0:38
online PLC simulator PLC fiddle
0:41
demonstrates how to learn programming in
0:43
your web browser over the internet
0:45
offline programming involves downloading
0:47
and installing software to run on your
0:49
computer simulating the PLC the Do More
0:52
Designer Simulator will help you take
0:53
your potential to the next level let's
0:55
get started detailed information
0:57
contained in this video can be found at
1:01
a link has been put in the description
1:02
below our website offers extensive links
1:06
references and coding samples making it
1:07
a one-stop shop for all your automation
1:09
queries accutomation.ca
1:14
what is a PLC simulator
1:16
a PLC simulator as mentioned before is a
1:19
piece of software that allows you the
1:21
programmer to test your logic code
1:23
without the need for actual hardware
1:25
your PLC logic code is executed in the
1:28
same way that a physical PLC will
1:30
execute if we look at the basic PLC
1:32
ladder logic program then the following
1:34
happens one the inputs are read two your
1:37
program is solved from left to right top
1:39
to bottom the output from the previous
1:40
rung is available for use by the next
1:42
rung three communication and diagnostics
1:45
are performed the step may or may not
1:47
happen depending on the PLC simulator
1:50
used four the outputs are written this
1:53
is a scan of the PLC simulator similar
1:55
to the actual physical PLC the cyclic
1:58
nature of the scan is typically slower
2:00
in the PLC simulator versus an actual
2:02
physical PLC this is usually due to the
2:04
overhead of the computer which must
2:05
handle physical components such as the
2:07
screen keyboard and mouse as well as
2:09
software components like the operating
2:13
online versus offline simulators
2:16
online and offline simulators are often
2:18
confused with online and offline
2:20
communication to the physical
2:21
programmable logic controller PLC
2:25
since we do not need hardware with a PLC
2:27
simulator our programs are tested in a
2:29
virtual environment on a computer an
2:32
online PLC simulator requires an
2:34
internet connection and operates within
2:35
your web browser the online version of
2:37
this simulator needs an internet
2:39
connection since it runs in your browser
2:41
no software is installed on your
2:42
computer online PLC simulators are
2:45
generally used for learning and training
2:46
in basic PLC programming concepts the
2:49
program's instruction set typically
2:51
provides fundamental programming making
2:53
it an ideal choice for learning an
2:55
offline PLC simulator is typically a
2:57
software package provided by a
2:59
manufacturer of programmable logic
3:03
this simulator enables you to test and
3:05
troubleshoot your PLC logic without
3:07
requiring physical hardware you download
3:09
and install the software on your
3:11
computer where you can program your PLC
3:13
logic using the manufacturer's tools
3:16
after programming you can test your
3:18
logic using the included PLC simulator
3:20
we will now explore examples of both
3:22
online and offline PLC simulators
3:26
plc fiddle online PLC simulator
3:30
let's now examine a free online virtual
3:32
PLC simulator called PLC Fiddle it will
3:35
enable you to create simple PLC ladder
3:37
logic code directly within your browser
3:39
free of charge this is an ideal way to
3:42
understand PLC concepts for industrial
3:44
automation all of the basic PLC
3:46
instructions that come with most PLC
3:47
units have been incorporated into this
3:49
virtual cloud PLC software the software
3:52
consists of three main parts variables
3:54
and control instructions and ladder and
3:56
simulation let's now create an example
3:59
you will see that when we start PLC
4:00
fiddle a start stop circuit has already
4:02
been made when we select the off button
4:05
in the variables in control this will
4:07
turn the variable on our ladder logic
4:09
constantly scans and turns on the motor
4:11
the motor remains on even after the
4:13
start button is turned off this is due
4:15
to the motor parallel ceiling contact
4:17
under the start button
4:25
the stop button when turned on will stop
4:27
the motor let's add a jog function to
4:29
this existing ladder logic start stop
4:38
add two more boolean variables jog and
4:40
jog work bit the jog function will allow
4:42
the motor to run only while the jog is
4:52
when it turns off the motor will stop
4:55
under the motor ceiling contact add the
5:12
we can immediately test our circuit
5:14
since our ladder logic is constantly
5:16
being solved selecting the jog will turn
5:18
on the motor but it will not turn off
5:20
the motor when the jog is turned off
5:33
this is due to the scan of the PLC we
5:36
must create a delay for the motor
5:37
ceiling contact when using the jog use
5:40
the jog contact to turn on the jog work
5:42
bit on a new ladder logic rung add the
5:44
normally closed jog work bit beside the
5:46
motor ceiling contact
5:56
operate your logic the jog button now
5:58
functions as expected and the motor
5:59
stops when jog mode is turned off
6:09
we have created a series of examples
6:10
using PLC fiddle to demonstrate how to
6:12
program a programmable logic controller
6:22
if you are enjoying this video please
6:24
hit the like button below keeping up
6:26
with all the latest automation
6:27
innovations can be difficult so hit the
6:29
subscribe button remember to hit the
6:31
bell beside your subscription to receive
6:40
do more designer software offline PLC
6:45
unlike the online version of PLC
6:47
simulators the offline PLC simulator
6:49
requires a download software is
6:50
installed on your computer from the PLC
6:52
manufacturer's website one of the
6:54
easiest offline PLC simulators is in the
6:57
Do More Designer programming software
6:59
our learn PLC programming free now video
7:02
series will guide you through
7:03
downloading installing and using this
7:05
completely fully functional software
7:07
package typically the offline PLC
7:10
simulator demonstrates the ability to
7:12
communicate both online and offline with
7:14
the simulator this provides a more
7:16
accurate representation of how physical
7:18
hardware will function the instruction
7:20
set for the PLC is typically the same as
7:22
the manufacturer's hardware providing a
7:24
precise representation of the logic
7:26
being executed our Do More Designer PLC
7:29
simulator appears as follows we can
7:31
control the inputs whether discrete or
7:33
analog and observe the output function
7:35
according to our logic let's enter our
7:37
ladder logic for the start stop jog
7:39
circuit just as we did with the PLC
7:41
fiddle online simulator
8:30
once once we have entered our logic we
8:33
can accept it this will check the syntax
8:34
of the code to ensure that no errors are
8:37
present when it compiles
8:57
use the right to PLC icon to transfer
9:02
select the status icon to view the
9:04
status of our logic as it is being
9:05
solved we can now operate the inputs to
9:08
ensure that our ladder logic circuit
9:10
works since this is a fully functional
9:12
programming software we can use
9:13
additional tools like data view to see
9:16
variables for our program since this
9:18
software is installed on your computer
9:20
we can also use the simulator to
9:22
communicate through the serial and
9:23
Ethernet ports this can test additional
9:26
equipment on your system the built-in
9:28
simulator functions just like a physical
9:29
doour PLC BRX enabling you to immerse
9:32
yourself in the world of automation
9:40
online and offline PLC simulators offer
9:43
different levels of realism and
9:45
complexity each with its advantages and
9:49
simulators provide a safe and
9:51
cost-effective means of learning and
9:52
training in PLC programming during the
9:54
development and testing of your PLC
9:56
logic simulators can increase your
9:58
efficiency and enhance safety
10:06
machine simulators allow you to program
10:08
realistic applications teaming this up
10:10
with the PLC simulator creates a
10:12
learning environment
10:14
to see this in action with the
10:15
userfriendly Do More Designer PLC
10:17
simulator click here
10:20
click here to learn more about the