the BIG question!!!

Buddha

Member
Join Date
May 2005
Posts
21
Hi can anyone tell me if this works. I am using the PLC Mitsubishi F series micro-controller. Here is the program:

LDI 401
OUT 450
K 10
LD 450
OR 474
OUT 474
LD 406
OR 475
ANI 411
OUT 475
LD 474
OR 475
OUT 430
END

Ldi 401 is a normally closed switch.
450 is a counter
474= M474
Ld 406 is a normally open push button.
475 =M475
Ani 411 is a normally closed push button.
Out 430 is a lamp


Here goes,wil this work:
The normally closed button X401 will automatically turn on lamp 430 and will not go off. But when the push button X406 is pressed this over-rides the automatic control and the lamp comes on straight away and has a reset button X411 and when this is pressed it will turn off lamp X430.


Thanks
 
I dont know Mitsu

The normally closed button X401 will automatically turn on lamp 430 and will not go off. But when the push button X406 is pressed this over-rides the automatic control and the lamp comes on straight away and has a reset button X411 and when this is pressed it will turn off lamp X430.
I am slightly confused on this application. I still havent figured out what the counter does. Basically I see 3 pushbuttons being used, 2 to turn on and one to turn off the lamp. What you have is a basic start/stop ckt with an extra pushbutton that isnt needed.
Basic stop start:

NC_Stop_PB NO_Start_PB Lamp
|------| |--------| |---------------( )
| Lamp |
|----| |---|



I think you need to back up and regroup a little. Even in automatic you want to be able to turn off whatever it is. Start with basics then use that to expand upon, use automatic to start a sequence of events and manual to allow individual start or something like a jog mode for a motor.
 

Similar Topics

Hi Here's a question I'm about to ask Omron.. as soon as I can figure out who to ask.. It's complicated asking support.. their web email form...
Replies
2
Views
3,110
Hi everyone, I am Francesco from Italy. I need to make a system that controls if thermocouples are working good. I was thinking to take micrologix...
Replies
15
Views
3,776
Hello loved friends, I again need aid you, happens, who during the process, which I have, the product is very delicate and an error costs too much...
Replies
0
Views
1,784
I am stuck in a hotel room and need to print out some autocad drawings on regular paper (standard 8x11??). I have tried kinkos, and several...
Replies
6
Views
4,646
Hello all My manager was nice enough to provide us with these nice big screens. Yet bootp is as small as it is on my lap to. Is there any...
Replies
3
Views
1,975
Back
Top Bottom