summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrtniveditait2016-04-19 12:09:21 +0530
committerrtniveditait2016-04-19 12:09:21 +0530
commit3d11571069d8088b466da28c24c20808d26c395e (patch)
tree64db76daca76882d4e13571263bed747f7556d63
parentc554aee8950aebbaed62356aa2287270a349ced1 (diff)
downloadOpenPLC-3d11571069d8088b466da28c24c20808d26c395e.tar.gz
OpenPLC-3d11571069d8088b466da28c24c20808d26c395e.tar.bz2
OpenPLC-3d11571069d8088b466da28c24c20808d26c395e.zip
added new ladder file
-rw-r--r--ladder-files/switch-led.ld16
1 files changed, 16 insertions, 0 deletions
diff --git a/ladder-files/switch-led.ld b/ladder-files/switch-led.ld
new file mode 100644
index 0000000..3dd8c1b
--- /dev/null
+++ b/ladder-files/switch-led.ld
@@ -0,0 +1,16 @@
+LDmicro0.1
+MICRO=Atmel AVR ATmega16 40-PDIP
+CYCLE=10000
+CRYSTAL=16000000
+BAUD=2400
+
+IO LIST
+ Xswitch at 1
+ Yled at 35
+END
+
+PROGRAM
+RUNG
+ CONTACTS Xswitch 1
+ COIL Yled 0 0 0
+END