diff options
author | Vishnu Easwaran E | 2020-05-19 16:14:47 +0530 |
---|---|---|
committer | Vishnu Easwaran E | 2020-05-19 16:14:47 +0530 |
commit | 7b9f6fdfecd1c7535276e58246011f0e0da9ddbb (patch) | |
tree | cb59241a104d5e82e289140cb6413fbbe4c17319 /ladder-files/switch-motor.ld | |
parent | 6e7f987a27fc434057bca9f92a3b0ec7b72e69f8 (diff) | |
download | OpenPLC-7b9f6fdfecd1c7535276e58246011f0e0da9ddbb.tar.gz OpenPLC-7b9f6fdfecd1c7535276e58246011f0e0da9ddbb.tar.bz2 OpenPLC-7b9f6fdfecd1c7535276e58246011f0e0da9ddbb.zip |
[vishnu] moved LD example files to v1 directory
Diffstat (limited to 'ladder-files/switch-motor.ld')
-rwxr-xr-x | ladder-files/switch-motor.ld | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ladder-files/switch-motor.ld b/ladder-files/switch-motor.ld deleted file mode 100755 index 6a4c894..0000000 --- a/ladder-files/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
|