From 0c852cef0be006945ae47012c2328251889f4164 Mon Sep 17 00:00:00 2001 From: easwaran Date: Wed, 16 Jan 2019 17:10:59 +0530 Subject: added a bit more description in README --- README.md | 9 ++++----- images/heaterPCB.png | Bin 0 -> 31200 bytes images/liftPCB.png | Bin 0 -> 41432 bytes images/switchesPCB.png | Bin 0 -> 33573 bytes images/trafficPCB.png | Bin 0 -> 30759 bytes switches/boardoutlineSwithes.fcstd | Bin 6131 -> 5749 bytes switches/boardoutlineSwithes.fcstd1 | Bin 5756 -> 5749 bytes 7 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 images/heaterPCB.png create mode 100644 images/liftPCB.png create mode 100644 images/switchesPCB.png create mode 100644 images/trafficPCB.png diff --git a/README.md b/README.md index 100786d..7143f10 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # OpenPLC Modules Addon modules for OpenPLC experiments. -- Traffic light -- Motor driver for lift -- Heater/temperature control -- Switches - +- Traffic light - represent a 3 way traffic light ![traffic](images/trafficPCB.png) +- Motor driver for lift - circuit required for driving the motor, recieving and passing onthe limit-switch state and as an indicator showing the given logic ![traffic](images/liftPCB.png) +- Heater/temperature control - elements to drive the reistor, which also doubles as the heating element, the cooling fan and collecting and passing on thermistor values ![traffic](images/heaterPCB.png) +- Switches - an array of a combination of NO, NC and latch switches with indicator LEDs ![traffic](images/switchesPCB.png) diff --git a/images/heaterPCB.png b/images/heaterPCB.png new file mode 100644 index 0000000..503ac6b Binary files /dev/null and b/images/heaterPCB.png differ diff --git a/images/liftPCB.png b/images/liftPCB.png new file mode 100644 index 0000000..a427185 Binary files /dev/null and b/images/liftPCB.png differ diff --git a/images/switchesPCB.png b/images/switchesPCB.png new file mode 100644 index 0000000..7d9d5cf Binary files /dev/null and b/images/switchesPCB.png differ diff --git a/images/trafficPCB.png b/images/trafficPCB.png new file mode 100644 index 0000000..a6b7112 Binary files /dev/null and b/images/trafficPCB.png differ diff --git a/switches/boardoutlineSwithes.fcstd b/switches/boardoutlineSwithes.fcstd index 99dc9a8..44aeffc 100644 Binary files a/switches/boardoutlineSwithes.fcstd and b/switches/boardoutlineSwithes.fcstd differ diff --git a/switches/boardoutlineSwithes.fcstd1 b/switches/boardoutlineSwithes.fcstd1 index 7564ab0..6c46bb2 100644 Binary files a/switches/boardoutlineSwithes.fcstd1 and b/switches/boardoutlineSwithes.fcstd1 differ -- cgit