Sethiroth
Industrial
- Jul 23, 2008
- 2
Hello, I am a PC tech/ Database programmer. I have almost no experience with PLC's. I have a question.
I am working on a project where I would like to have say 24 different contact buttons. I want each button to have a "value". Everytime a button makes a connection, I want it to add its "value" to a "total" field. The "total" field will start out at Zero. So if contact button #8 makes a connection, it adds its value (we'll say its value is 200) to the "total" field (0).
So it should do this.
Total = Total + Value.
And then I want another button to reset the "Total" value.
And I want a display of some sort to display the value for "Total" at all times.
How hard would this be to do, and what would I need? Would a PLC board be the way to go? Or would some other way work better?
And what is available for a display? The "Value" field shouldn't ever go higher then six characters.
I am working on a project where I would like to have say 24 different contact buttons. I want each button to have a "value". Everytime a button makes a connection, I want it to add its "value" to a "total" field. The "total" field will start out at Zero. So if contact button #8 makes a connection, it adds its value (we'll say its value is 200) to the "total" field (0).
So it should do this.
Total = Total + Value.
And then I want another button to reset the "Total" value.
And I want a display of some sort to display the value for "Total" at all times.
How hard would this be to do, and what would I need? Would a PLC board be the way to go? Or would some other way work better?
And what is available for a display? The "Value" field shouldn't ever go higher then six characters.