From 1a6e87731c160613f2b4303209e9ab80df343879 Mon Sep 17 00:00:00 2001 From: rtniveditait Date: Tue, 19 Apr 2016 14:11:51 +0530 Subject: added new file for motor --- ladder-files/switch-motor.ld | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ladder-files/switch-motor.ld (limited to 'ladder-files') diff --git a/ladder-files/switch-motor.ld b/ladder-files/switch-motor.ld new file mode 100644 index 0000000..6a4c894 --- /dev/null +++ b/ladder-files/switch-motor.ld @@ -0,0 +1,20 @@ +LDmicro0.1 +MICRO=Atmel AVR ATmega16 40-PDIP +CYCLE=10000 +CRYSTAL=16000000 +BAUD=2400 + +IO LIST + Xswitch at 1 + Ym1 at 19 + Ym2 at 20 +END + +PROGRAM +RUNG + CONTACTS Xswitch 1 + PARALLEL + COIL Ym1 0 1 0 + COIL Ym2 0 0 1 + END +END -- cgit