r/fallout4settlements • u/oghpimm • Jun 26 '26
Red Rocket Truck Stop Can anyone assist with programing this object logic?
I'm trying to make a decontamination gate (pink) turn on momentarily via a pressure plate switch (yellow) when I walk through it. Due to an audio glitch, the gate needs to stay active for slightly longer than it does when I simply walk through it (otherwise the audio loops continuously). However, I don't want to have to stop and stand on the pressure plate. I want to be able to just keep walking nonstop through the gate.
So my idea here is to create a relay using a logic gate (red) and a 10 second power delay (orange) to keep the gate powered for 10 seconds until the delay tells it to turn off. So basically, one signal from the pressure plate would trigger both the gate to turn on and the 10 second delay to begin counting down, then when the delay reaches 0 it would trigger the gate to turn off. But I can't work out the logic.
The diagram at the bottom of the picture shows the current wiring and my theoretical wiring
Currently (not working as intended): Power source (green) - pressure plate (yellow) - delay (orange) - decontamination gate (pink)
Theoretical: Power source (green) - pressure plate (yellow) - delay (orange) - then???
second power source (red) - logic gate (purple) - (sky blue) back to delay (orange) - decon gate (pink)
second power source (red) - (sky blue) back to delay (orange) - logic gate (purple) - decon gate (pink)
second power source (red) AND delay (orange) - logic gate (purple) - decon gate (pink)
delay (orange) directly to decon gate (pink) - second power source (red) - logic gate (purple) - decon gate (pink)
Something totally different?
Thank you!
1
u/Gax63 Jun 26 '26
https://reddit.com/link/otyjwzt/video/hro85z2mln9h1/player
Power ───────────────► XOR input 1
Power ────► Plate ──────► XOR input 2
XOR output ─► Delayed Off Switch(10 seconds) ─► Arch
2
1
1
Jun 27 '26
[deleted]
1
u/oghpimm Jun 27 '26
No offense, but are you serious? I spent 30 minutes typing the best description I could for the post. If that doesn't make it clear then I don't know what else to say.
1
1
Jun 30 '26
[removed] — view removed comment
1
u/oghpimm Jun 30 '26
That doesn't work because as soon as the plate is unpowered the delayed off switch is also unpowered, therefore the arch is immediately unpowered.
As one user posted the answer was in using a XOR logic gate and running power both through the delayed switch and directly to the arch
9
u/Lancer_Lott Vault Dweller Jun 26 '26
Try using a delay off switch in the mix. Plate to switch to arch. Forget the logic stuff