PLC hardware question....

JoseM

Member
Join Date
Jul 2011
Location
Texas
Posts
381
Another quick question. What PLC module or configuration can be used to detect the presence or absence of a 12 Vdc signal.
 
Can you be more specific ? My experience is mostly 24 VDC I/O. Are you looking for an entire input sensor system of 12 VDC ? Or do you have only one 12 VDC signal ? And are you using active high or active low logic ?
 
Use a control relay with the 12vdc on the coil side and 24vdc on the relay side. When 12vdc is present on the coil the 24vdc will make your input high. When 12vdc drops from the coil, it will open the relay and the input will go low.

I'm sure there is a more advanced way, but this is easy and cheap.
 
Last edited:
I have this equipment that send a 12 Vdc signal out that represents that the equipment is operating normally. I want to interlock this signal with the machine that its preceding it.
 
Last edited:
Thank you all for your replies. I think that I'm going to go with using an optocoupler from ABB to do the job. Since the PLC rack that I want to communicate has no 24V dc I/O modules, everything is 120Vac, I can switch the 120V ON/OFF using the optocoupler and feed it to the PLC.

I'm looking at this model 1SNA 645 035 R2400 from ABB.
 
...the PLC rack that I want to communicate has no 24V dc I/O modules, everything is 120Vac
All the more reason to use an interface relay... :D
I'm looking at this model 1SNA 645 035 R2400 from ABB.
FYI, that part number is a relay, not an optocoupler. A relay will work fine, unless your signal will be turning on and off a lot. A relay is mechanical, so it will eventually wear out. If that is an issue, you want to use an actual optocoupler (solid-state, with no moving parts). A quick look at the catalog finds the ABB 1SNA 608 019 R1000 will take a 12VDC input and switch a 120VAC load. Note that it requires a minimum 25ma load, which may be more than the PLC input draws. Might need to add a resistor in parallel with the input to create enough load for the optocoupler to work.

🍻

-Eric
 
Thank you Eric for the clarification, I mixed the words. This signal would not be switching ON/OFF constantly. I would only switch if the system goes down for any reason. So this relay should be a good approach.
 

Similar Topics

I've ready through the the previous posts, and we've worked with safety design for a long time. In the past, we worked with Pilz directly, and...
Replies
9
Views
574
Hello All, I am working on a project to where I will be interfacing to multiple Do More PLC's via Modbus protocol (E-net connection) from my PC...
Replies
5
Views
1,607
Hello Guys, Got a question, I use AB 1500 at work, but only have a AB Micro 1000 at home to practice with. I would like to practice programming...
Replies
2
Views
1,301
Greetings All, I recently decided to start freelancing in Controls and Automation part time, most of my experience has been with Rockwell...
Replies
2
Views
142
Hello, Here i have a Tia Portal V11 Project that i wanted to fix but i cant take the device configurations from the device. So i just have to...
Replies
5
Views
1,468
Back
Top Bottom