Help required

geniusintraining said:
Dave,

You give us the four functions and your description, then we will give you ours...

two reasons...

1st, homework
2nd, I have no idea what you are talking about, but if you give me a better description then we may be able to help.

"give less then greater then"?? is that two of the functions?

Okay here`s the question.

Modern plcs often come with a number of advanced functions, four such functions are less than, greater than, binary to BCD and PID controls.

I need to evaluate each of these functions in turn by giving examples on how would it be used in a ladderw logic program.

State typical applications for each function.
 
Dave1971 said:
Okay here`s the question.

Modern plcs often come with a number of advanced functions, four such functions are less than, greater than, binary to BCD and PID controls.

BCD... look here on this thread with help from CroCrop and Bernie, I have taken a BCD number converted it to a floating point integer, then done some math then converted it back to a BCD, BCD is limited to 4 numbers max 9999

Code:
0000000000000000 this is 16 bit format binary
 
0000 0000 0000 0000 
this word(16 bits) is broken into sections, each section forms a byte or nibble ?? 
 
Each section (byte) can make any number 0-9 the LSB being
0 the MSB (in each byte) is 8, so the value of 1001=9

so in a nutshell, Binary Coded Decimal is another way the a plc will store data and use it so we can view is easier


Greater then and Less then, you can figure out that one, its just as its stated "if A is geater than B"

PID is a book in its own...
But PID is a control, we can use this as a way to make reactions to our needs, if we have a PID 'loop' on a temperature controller we would us P, I and D to help achieve the SP without excessive over or under ramping, but still be able to react fast enough for our needs and changing PV, for more info on PID's read here http://www.controlguru.com/pages/table.html

Hope this helps, as my name states im still in training myself
 
Last edited:

Similar Topics

Hey, we got a machine from China (yay hooray -.-) that has some really annoying flaws. Like the HMI screen is going off after a minute which is...
Replies
7
Views
2,184
I have the logic of OMRON but I want to do this logic in TIA 15.1 CPU 1200...
Replies
4
Views
1,848
I have a small application where I need to spec out an actuator. The load is 7kg and needs to move 90 degrees around a 1cm diameter in 1 second...
Replies
6
Views
1,859
I'm currently trying to open an old Medoc/Melsec (Mitsubishi DOS-based PC program) Does anyone know how convert it into windows based program? I...
Replies
6
Views
2,052
i am using PLC of B&R its CPU is CS0104100242. It is showing Error 23 and when i reset this error its cpu shows "INIT" and again it shows error...
Replies
1
Views
1,876
Back
Top Bottom