Controlling a momentary switch with an on off switch

I have a controller which has a momentary tactile switch to turn it on and off. I need to create an interlock so that some other 240V items come on when the controller momentary switch is turned on. Is this possible? I have used contactors in the past for this but the items being turned on were fitted with simple on and off switches. I know there might be an issue with the circuit knowing what state the controller is in via the momentary switch. But the only other option is the reverse engineer the controller to find out what is going on but as it's only joined to the main PCB its more that likely using a digital interface which will require some substantial understanding as its Chinese I'm not hopeful.

Before asking questions:


If your sketch was generated with an AI like ChatGPT or by someone else tell us in your post.


  • Questioners know what their hardware and software looks like but the volunteers here do not; you need to fully explain what’s not working, and how it is supposed to work.
  • Please read all the posting guidelines before asking your questions; follow these guidelines in your post.

Hardware

  • As always, show us a good schematic of your proposed circuit.
  • Show us good images of your ‘actual’ wiring.
  • Give WEB links to your major components.

Software

  • In the Arduino IDE, use Ctrl T or CMD T to format your code, then copy the complete sketch.
  • Use the < CODE / > icon from the ‘posting menu’ to attach your copied sketch.

When you follow the posting guidelines, volunteers can be more effective.

2 Likes

I am not sure that I understand the question, but if you wish to take an action only when the momentary switch is closed (pressed), use the state change detection method. See also my state change detection for active low inputs tutorial.

As @LarryD asks, Please read the forum guidelines.
Use the IDE autoformat tool (ctrl-t or Tools, Auto format) before posting code in a code block.

2 Likes

Absolutely. Can you remove the switch and wre relay contacs across it, then activate the controlloer (whose state you dont know) from an arduino that DOES know what the state is (or should be)?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.