diff options
Diffstat (limited to '2_Motor-PLC/switch-motor.ld')
-rw-r--r-- | 2_Motor-PLC/switch-motor.ld | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/2_Motor-PLC/switch-motor.ld b/2_Motor-PLC/switch-motor.ld deleted file mode 100644 index 6a4c894..0000000 --- a/2_Motor-PLC/switch-motor.ld +++ /dev/null @@ -1,20 +0,0 @@ -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
|