![]() |
||
|
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc. |
||
| ||
New Here? Please read this important info!!!
|
|
#1 |
|
Member
![]() Join Date: Mar 2011
Location: Norway
Posts: 14
|
Contactor-like function
Is there a function i can make that would act like a contactor?
In other words, one that would have 2 inputs, and 1 output. Thereas the first input would control the control the output. If the first input has electricity, so does the output, and when it loses electricity, so does the output. And the second input would control if the output is allowed to turn on and off. Like break and make the contact between the first input and the output. So that when the second input has electricity, the output can't turn on no matter if the first input has electricity or not. This kindaof a function would be useful. Anyone know a easy way to make one? Im currently using Mitsubishi Alpha programming, but any programming type, be it ladder or blocks would work, i think i should be able to make it into block diagram like what im using. Im unable to use a XOR block and a set/reset function, as they won't work like this. In XOR both inputs work like the first input. And in set/reset the output won't turn off when the first input goes off. Last edited by KgOlve; April 11th, 2011 at 09:38 AM. |
|
|
|
#2 |
|
Lifetime Supporting Member + Moderator
|
Like this ?
Code:
1st 2nd input input output |---| |--------|/|---------( )
__________________
Jesper
|
|
|
|
#3 |
|
Member
![]() Join Date: Mar 2011
Location: Norway
Posts: 14
|
Yea, i thought of that one, but .. I dunno have to make it into a blocks diagram ..
|
|
|
|
#4 |
|
Member
![]() Join Date: Mar 2011
Location: Norway
Posts: 14
|
Oh, nevermind i figured it out. I used a and function, with one of the inputs inverted.
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Topics
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AB MicroLogix 1500 PLS function | Shawn Cassidy | LIVE PLC Questions And Answers | 2 | October 29th, 2009 02:44 PM |
| Migrating VB6 IDEA app to VB.Net | Extrasoft | LIVE PLC Questions And Answers | 5 | November 4th, 2007 06:13 AM |
| ST Help, function & block function | najs | LIVE PLC Questions And Answers | 3 | February 24th, 2006 01:09 AM |
| C for plc's | Fred Raud | LIVE PLC Questions And Answers | 13 | February 2nd, 2006 07:18 AM |
| S7-300 Function conflict | vitajim | LIVE PLC Questions And Answers | 6 | May 9th, 2005 12:28 AM |