summaryrefslogtreecommitdiff
path: root/OpenPLC_version_1/Experiments
diff options
context:
space:
mode:
authorVishnu Easwaran E2020-05-19 16:38:45 +0530
committerVishnu Easwaran E2020-05-19 16:38:45 +0530
commit0c6aed43d6bec61e2d16d2cf64437d0b5a50748a (patch)
tree66079ea97327713843d42cff317b0af91278cc95 /OpenPLC_version_1/Experiments
parent8e1f93caa092fdab91fe2c0e5790c39aa7c56bb6 (diff)
downloadOpenPLC-0c6aed43d6bec61e2d16d2cf64437d0b5a50748a.tar.gz
OpenPLC-0c6aed43d6bec61e2d16d2cf64437d0b5a50748a.tar.bz2
OpenPLC-0c6aed43d6bec61e2d16d2cf64437d0b5a50748a.zip
[vishnu] Corrected few internal .rst documents and renaed Images->assets within v1 folder
Diffstat (limited to 'OpenPLC_version_1/Experiments')
-rwxr-xr-xOpenPLC_version_1/Experiments/1_LED-PLC/LED.rst2
-rwxr-xr-xOpenPLC_version_1/Experiments/2_Motor-PLC/motor.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenPLC_version_1/Experiments/1_LED-PLC/LED.rst b/OpenPLC_version_1/Experiments/1_LED-PLC/LED.rst
index c67d4e5..1d22874 100755
--- a/OpenPLC_version_1/Experiments/1_LED-PLC/LED.rst
+++ b/OpenPLC_version_1/Experiments/1_LED-PLC/LED.rst
@@ -28,5 +28,5 @@ The code blinkin.ld illustrates above logic.
switch on LED
-------------
-We can control on/off LED by using an input to the PLC. The input switch is connnected to pin 1 and LED is connedted to the same pin 35.
+We can control on/off LED by using an input to the PLC. The input switch is connected to pin 1 and LED is connected to the same pin 35.
The code for this experiment is switch-led.ld
diff --git a/OpenPLC_version_1/Experiments/2_Motor-PLC/motor.rst b/OpenPLC_version_1/Experiments/2_Motor-PLC/motor.rst
index bcb5ba4..8724d0e 100755
--- a/OpenPLC_version_1/Experiments/2_Motor-PLC/motor.rst
+++ b/OpenPLC_version_1/Experiments/2_Motor-PLC/motor.rst
@@ -17,7 +17,7 @@ DC motor
Switch ON motor
---------------
-In this experiment using an input switch, PLC turns on the motor connected to it. Motor is driven by l293d as explained above. L293d inputs are conncted to controller pin number 19 and 20. The switch is connected to pin number 1.
+In this experiment using an input switch, PLC turns on the motor connected to it. Motor is driven by l293d as explained above. L293d inputs are connected to controller pin number 19 and 20. The switch is connected to pin number 1.
To run motor we always need two coils on ldmicro and one should be 'set' and other 'reset'. If we swap the coil status motor will run in opposite direction.
@@ -25,6 +25,6 @@ Motor-on-off
------------
We now know how to turn on a motor, Similarly we can turn it Off by giving another input. To stop motor, status of both the coils should be Reset, So in new rung we can give a switch and reset both the coils.
-Anothr switch is connected to pin number 2.
+Another switch is connected to pin number 2.