Digital input/ analog output

rheilman

Member
Join Date
Apr 2004
Posts
1
Hardware Configuration for Versamax

MAIN RACK
PWR IC200PWR101
SLOT 0 IC200CPUE05
SLOT 1 IC200MDD845

RACK 1
PWR IC200PWR101
SLOT 0 IC200ERM002
SLOT 1 IC200MDD845
SLOT 2 IC200ALG320

Programming with CIMPLICITY Machine Edition with PLC LD Instructions

I am looking for ideas to develop logic to control the level of a product in a bin by controlling the speed of a feed belt that is four minutes and several large pieces of equipment upstream from the bin. There are four on/off level inputs: a low level, middle level, high level, and an overflow level. The output will need to be in an analog 1-10 VDC signal that will control the feed conveyor motor speed. Bottom line is using digial inputs and timers to develop a scaled analog output. Examples would be very helpful. Thanks Rheilman
 
I do this all the time...

This can be likened to doing a weighing operation with multiple setpoints.

Let's assume Speed=Output Speed, 10V=Fast, 7.5V=Medium, 2.5V=Slow, 0V=Stop, and the Analog Output card is scaled for 0=0V and 4095=10V:

If HighLevelSensor=High then Speed=Stop
If MedLevelSensor=High then Speed=Slow
If LowLevelSensor=High then Speed=Med
If LowLevelSensor=Low then Speed=Fast
If OverFlowSensor=High then Turn On Alarm

All this assumes that the sensors are not in the product stream.

This works well for straight ladder logic. I use AutomationDirect PLCs and use Block/Stage Programming so my ladder logic looks a little different.

I am not familiar with the CIMPLICITY line so maybe someone else can fill in the blanks.

You would also need to build in alarms but this is the basics.
 

Similar Topics

Hello, I have a small programming task that I need help solving. I have to: * Create an analog input (4-20v)and a digital output * The analog...
Replies
45
Views
25,073
Hello everybody. for an asignment we are using a s7 1200 siemens starterkit to connect sensores to create a program. we were hoping to save some...
Replies
14
Views
6,478
On a Micrologix 1100 analog input, I appear to be getting an internal offset of about 11 counts out of 1023. Running the program from RSLogix...
Replies
5
Views
4,352
Hi, hope this is not too boring of a question but wondering can a analog input on a micrologix 1400 be used as a digital input? thank you in...
Replies
3
Views
2,460
Within a Chemical/Process Plant what type of instrumentation is considered Digital Input, Digital Output, Analog Input or Analog Output? Where...
Replies
5
Views
3,874
Back
Top Bottom