LogixPro To Convert Temperature

megaherz

Member
Join Date
Dec 2009
Location
Some Place
Posts
9
Does anyone know how to make this work?
I've tried with the math functions but my "DIV" component isn't operating the way I want it to.
 
Need more information. Perhaps you could post an example copy of your program code or a pdf printout of the logic in question. More information would enable us to help you.
 
using these formulae, i have to make my plc program convert temperature
C = 5/9 (F-32)
F = 9/5 (C+32)
my instructor suggested i use a Timer as a temperature base, but i went with the counter since the timer moves too fast, this is what i have so far (yes i am aware that the DIV is not addressed correctly)
2cdbvhl.jpg
 
Does logixPro software support floating point numbers?
If so delete the "DIV" instrction and replace source B in the "MUL" instruction with .555 ( 5/9) a constant.
Integer registers eg. N7:2 does not give you decimal values.
 

Similar Topics

SELECTED NEW FILE SELECTED PROCESSOR TYPE SELECTED I/O CONFIGURATIONS IM UNABLE TO CONFIGURE MY I/O’S. I HAVE A PAPER COPY OF A PROGRAM AND I...
Replies
0
Views
81
Good morning, I am currently working on the LogixPro Advanced Batch #2 Multiple Mode of Operation and got stuck very close to completion. Link...
Replies
3
Views
2,237
Hi folks, i'm pretty much new on this topic and i need some help with the dual compressor part 3 and 4, currently working on part 3 i cant make...
Replies
20
Views
5,114
Hi, I'm using LogixPro Simulator, and I'm experimenting with BSL. I know how BSL works, but what I am trying to do is access the value of an...
Replies
3
Views
1,397
Hello Gurus, I am working on the elevator exercise of LogixPro and my output on the subroutine is being energized without its flag being called...
Replies
4
Views
2,204
Back
Top Bottom