help with program please
jeffh
Posts: 1
I am new with this stuff.· I would like to make a program that would use input 15 which is a momentary normally open contact that goes high when button is depressed.· I want to control a few outputs then when input 15 goes high I want the program to step to the next stage, then upon depressing the button once again I want to step through to the next portion of the program.· The button I want to use as just a step button.· When I try this on my own the program seems to go through regardless of any changes to input 15.· I am sure all you experts out there will find this simple .· Thank you.l
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
DO UNTIL in15=1
LOOP