PWM Signal from IR Thermocouple to trigger PLC Input

colehan

Member
Join Date
Aug 2013
Location
Grand Junction
Posts
10
Hey All,

Looking to set up a no-contact thermocouple to a piece of testing equipment that can basically just switch a NC input that shuts off the whole machine when a certain temp is reached, then restarts it once the part is cooled to an acceptable level.

Looking at a IR thermocouple from Melexis (MLX90614 family) for no other reason than it is cheap. My concern is with how this sensor will actually talk to the PLC (Idec FC5A_D16RK1).

If I use the PWM signal from the thermocouple will it be possible to use some simple math functions within my logic to turn this thing off say at 80*C or whatever we decide is needed?

Basically just need this thermocouple to operate as a relay for the input but once again, not sure if that signal will talk to my PLC. Or if anyone else has used a thermocouple in a similar manner which one worked well for you?

Thanks in advance for any advice,

Cole

Link to Thermo
https://www.sparkfun.com/datasheets/Sensors/Temperature/SEN-09570-datasheet-3901090614M005.pdf
 
you can use the SM bus (it is 5 volt, so you will need a converter to make it 24 volt. The PWM output is too fast or use a converter (some resistors and a cap) to make it analog 5 volt.
a simpler one use an arduino for this (sparkfun is full of it). you can use a few relais outputs of the arduino to give a limited signal to the PLC.
 
Omron have temperatprotection relays that go off at a set temperature - VFC output. Have a look at model number K8AB-TH1. I use them and they just work. They work on either RTD or thermocouple.
 

Similar Topics

Hello Friends, I am looking for a way to take my PID Output( it is the result of my PI Algorithm in Real format) and generate a PWM Signal in...
Replies
16
Views
2,462
Hey Folks. I have a project where I will have have to control a VFD speed via analog voltage (0-10V) with the PLC, From an signal coming from my...
Replies
5
Views
3,752
I need to drive a stepper motor with a PWM signal. I want to use a PLC to create the signal. Is there any documentation and/or sample code to...
Replies
8
Views
5,599
Hi friends... I have a problem about PWM (Pulse Width Modulation) in MRAS design to controlling dc motor. I have the algorithm to get control...
Replies
3
Views
5,407
Dear Friends, A motor is supplied by a PWM signal so that speed is proportional to the average value of the PWM signal. I need to measure the...
Replies
5
Views
2,498
Back
Top Bottom