newbie to plc not to electronic

tbird1198

Member
Join Date
Oct 2014
Location
wpb, florida
Posts
1
i got a computer science degree 30 years ago. so i am, a little fuzzy. i need help designing a simple ladder logic circuit using an automation direct click plc. the bases of the design is as follows. 1 5k or 10 k pot to control a time frame ex 20 to 60 seconds. another 5k or 10 k pot to control time between 0 to 10 seconds. the first pot is to control an relay output of vacuum motor and the second to control relay output for blending valve. i also need an input from a switch to control bin is full. thanx in advance
 
You can use potentiometer inputs, but it would be simpler and cheaper to use some other type of input to set the timers. Timers can be set using a thumbwheel input that can use 1, 2, 3, or more "digits" to input a number from 0 to 9 (1 digit), 0 to 99 (2 digits, and so on. In your case you could use two 2-digit switches to set the 20 to 60 second timer, and the 0 to 10 second timer.

To use pot inputs, you will have to feed the pot voltage to an analog input, then convert it to the number range of your Click timers. Looking at the Click I/O, due to the limited number of Inputs, it will be more efficient to use one of the 3 models that have analog inputs (C0-02DD1-D, C0-02DD2-D, C0-02DR-D). The C0-02DR-D has relay outputs and the other 2 have transistor outputs.

If you are going to need more than 4 digital on/off inputs, then I would buy the C0-00DD2-D $69 CPU, and a 16-input C0-16ND3 add-on input module for $45 (instead of an analog CPU for $129). That would give you enough inputs (4 for 0-10, 6 for 0-60) to use thumbwheel switch inputs instead of the pot inputs.

Once you decide on which method and which Click modules you will be using, then the ladder logic program will be fairly easy.
 
Last edited:

Similar Topics

Hi, after 30 years involved with automation I'm actually writing my first PLC program and am struggling a fair bit. My background is mechanical...
Replies
8
Views
1,864
I picked up a Siemens S7 1200 from a buddy and I want to start fiddling around with it to learn about PLC's. I don't want to spend a lot of bucks...
Replies
0
Views
2,461
Hi Guys I completed a PLC course a few weeks ago and I've decided to build myself a PLC training rig. I'm using an s7 200 as I managed to pick...
Replies
7
Views
3,128
Hopefully I'll have a legitimate copy of RS500 to program micrologix and SL500 series PLCs. A guy in another group is going to mail me his old...
Replies
6
Views
1,834
I was recently given an FMD88-10 and AN20MA-2, in excellent working condition. I'd like to start learning to build PLC's, and just tinker around...
Replies
2
Views
2,301
Back
Top Bottom