More Variables
Mohamed Refky
Posts: 47
Hello,
In my weigh scale application I already using keypad to inter numbers as setpoint 1 and setpoint 2.
Another application there are 8 ranges of weight for example: 400 to 420,421 to 440,....... and the user need to program the 8 ranges ( changeable ) and that means· many variables.Any idea would be appreciated.
((The application is used· for packing grape punnet and lamp is on for each range in a table with 8 channels))
Thank You
Mohamed Refky
In my weigh scale application I already using keypad to inter numbers as setpoint 1 and setpoint 2.
Another application there are 8 ranges of weight for example: 400 to 420,421 to 440,....... and the user need to program the 8 ranges ( changeable ) and that means· many variables.Any idea would be appreciated.
((The application is used· for packing grape punnet and lamp is on for each range in a table with 8 channels))
Thank You
Mohamed Refky
Comments
Alternatively, some Stamp models have RAM memory that can be accessed with the GET/PUT statements. These have no constraints on the number of times they can be written, but the values go away when the power goes off. Again, look in the manual for descriptions and examples.
Which PBASIC Stamp are you using?
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
I use BS2
I need more variable to get data from the eeprom and my programe takes most the variable bit.
·