Component for switching on Fan

mitchilin

Member
Join Date
Sep 2016
Location
Germany
Posts
4
Hi,

I'm building a cupboard for a Project at work that has integrated docking stations for laptops. In order for the laptops not to overheat, I am implementing a ventilation system.

I need to find a component that when a certain temperature is reached, it can send a signal to the Siemens S7-300 PLC I am using, and in turn I can turn on the ventilation.

Can someone please help me which component I need and how I can wire it up to the digital input of the PLC? I want the ventilation to turn on around 25-30 degrees C.

Thank you in advance
 
I would like to wire it through the PLC as there are other things I would like to program. For example cupbaords reach certain temperature -> fans turns on, LEDs turn on, message shows on HMI. I need some stuff to program so I have some control system to put in my presentation after I have finished the project.
 
Normally, you would measure temperature as an analog input, and then you can process it in your program easily. Different tasks can have different setpoints, or even multiple setpoints, all off one input.

However, if you want to measure temp digitally, then it becomes a simple "is it too hot" choice, and you only get to use one temp for that, per input. Ronnie sullivan's suggestion of a Thermostat is a good one. You could probably find one that you can wire to the input instead of directly to the fan.
 
Thanks.

That's all I need. An analogue input would be nice but I don't have space for the module.

Thanks for your help.
 
If you web search for 'enclosure thermostat' you will find the type of thing to use. Some need a supply + & - or L & N and then give a switched feed output. Some just need a + or an L and switch that signal out. The ones that need a full supply tend to have a smaller hysteresis between On and Off switching.
 
Simple thermostat will work. Check with enclosure vendors, or try this link:
https://www.automationdirect.com/ad...nagement/Thermostats_-a-_Hygrostats/011479-00

I second this advice, I've used this device specifically before and had great success. You can run 24v to the contact terminal and when the thermostat reaches the temp you set it will close the contact relaying the 24v to the PLC input card. The thermostat has a built in hysteresis which will continue the fan on below the set temperature for a few degrees to prevent it from cycling on/off constantly.

Good suggestion.
 
That thermostat looks great, I have done some research and found this component which I think works the same way as the one suggested:

https://www.conrad.de/de/raumthermo...gramm-5-bis-30-c-renkforce-tr-93-1323079.html


The manual can be found in english with this document:

http://www.produktinfo.conrad.com/d...-RENKFORCE_RAUMTEMPERATURREGL_de_en_fr_nl.pdf

Can someone pülease confirm that I could use this with 24V instead of 230V? I don't understand how the thermostat works, does it need a voltage supply?

Thank you
 
Last edited:
That one will work. Pay attention to the contact ratings for the load you are connecting. The "integrated light" on this unit will not operate at 24V but it is only an option and need not be wired.
 

Similar Topics

I am trying to implement a profibus network and am a newbie in the automation and communication industry. what are the components required for the...
Replies
1
Views
98
Hi, Need help with coding for a faulty component sensor which we are using a push button as we are using a test rig. the plc is a allen bradley...
Replies
4
Views
202
Does anyone have access to a programmer's manual for this? Specifically, I am looking for instructions for the advanced toolbox objects such as...
Replies
0
Views
1,036
Hi, I was wondering if someone knows wether it's possible to acces Data Blocks from te PLC program with the SIMIT read/write DataBlock...
Replies
0
Views
871
I have a problem with ccw I can upload from hmi to laptop but can't download from laptop to hmi everytime I try it says failed straight away any...
Replies
6
Views
2,066
Back
Top Bottom