Sign in to follow this  
Followers 0
electrojef

programming a thermocouple

6 posts in this topic

I need to turn on/off a fan using a thermocouple when water temp is 70F.This is the first thermocouple I've had to program. Can anyone provide me any info/examples on how to program this. Do I use a sub block. I think that what I'll use,not for sure.I hope i provided enough info.Thanks

Share this post


Link to post
Share on other sites
You'll need the manual for the module, but it should be addressed as several 4x addresses. Each one would be an input signal to the PLC, and you can do whatever you need to in the PLC with that numeric value. Info on which PLC and which software would help us be more specific.

Share this post


Link to post
Share on other sites
I'm using proworx 32 and a AAI 520 card. I'm triing to figure out the best way to program. Using sub blocks I'Ve seen sub blocks used using 4xxxx registers,but i'm really not sure the best way to program.would you have any suggestions. Thanks

Share this post


Link to post
Share on other sites
Program it for what? In the traffic cop you assign it addresses, and those addresses will contain the temperature data. Use it however you need to in your application. Again, what PLC platform? Momentum, Quantum? Check the manual for the module and it will tell you what addresses contain what data and what format it is. You could always post a copy of the program so we can see the traffic cop configuration to provide more detail, but it's all in the manual.

Share this post


Link to post
Share on other sites
Sorry, I may not be asking the question correctly. I'm fairly new to plc's.It is a momentum,and I know how to use the traffic cop to install the AAI 520 40 card.I found in the manual how to hook up the type J thermocouple to the device.This is the first one I've had to program.I guess I should have asked the question this way. I have seen in other programs where there using sub blocks in the logic to control tempertures. I'm wanting to turn on a fan when the temp is 70 degrees and turn off when it is below 70 degrees. Is there any way you could provide me with any examples of programming this in the ladder logic.Sorry for being so confusing,and I hope this make sense. Thanks for your help

Share this post


Link to post
Share on other sites
The SUB instruction is sometimes used as a comparison, as the 984 ladder logic language is very weak on commands. Look up the SUB instruction in the Modicon Ladder Logic Block Library manual. It's not really doing any control, just a comparison.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0