Author Topic: DPDT Momentary Function  (Read 7438 times)

wd8aww

  • Newbie
  • *
  • Posts: 6
    • View Profile
DPDT Momentary Function
« on: 2012-06-04, 04:45:12 »
Is there a way to configure the switch so a single click can close specific multiple relays?
Better yet, is there a way to do the above but make it a momentary function (returns to default after mouse release).   Would love to adopt the switch to replace a screwdriver controller DPDT momentary center off configuration.

Jan (Microbit)

  • Software Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 1829
    • View Profile
    • Email
Re: DPDT Momentary Function
« Reply #1 on: 2012-06-05, 10:12:37 »
Is this a Webswitch 1216H question? It seems so from what you write ;)

The Webswitch is not capable of doing what you want using its built-in functions. You would have to externally control it using HTTP-REST as described on this page:

http://www.webswitch.se/wp/?page_id=342

in order to control multiple relays from for ex. some program capable of issuing a number of HTTP-GET requests.
Always include type of hard/software and version when asking for support.

wd8aww

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: DPDT Momentary Function
« Reply #2 on: 2012-06-12, 02:34:07 »
Thanks.  The HTTP command set is partway there.  It offers either ALL on/off functions with time, or a SPECIFIC SINGLE relay w/ timer, but doesn't appear to give the option of turning on Relays 1 AND 2 with timer or 1 and 3, etc.    Is there a command set that would let me apply  on/off to more than one relay, but less than all?

Jan (Microbit)

  • Software Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 1829
    • View Profile
    • Email
Re: DPDT Momentary Function
« Reply #3 on: 2012-06-12, 06:16:14 »
Thanks.  The HTTP command set is partway there.  It offers either ALL on/off functions with time, or a SPECIFIC SINGLE relay w/ timer, but doesn't appear to give the option of turning on Relays 1 AND 2 with timer or 1 and 3, etc.    Is there a command set that would let me apply  on/off to more than one relay, but less than all?
That's right. I was thinking about the possibility to give a couple of on/off single relays commands in sequence. That would cause a slight delay between the relays turning on/off, but hopefully that would not be a problem?
Always include type of hard/software and version when asking for support.

sm3ccm

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: DPDT Momentary Function
« Reply #4 on: 2012-06-12, 14:12:19 »
I would like to see something like the following:

http://[webswitch address]/relaycontrol/on/1,3,5

to turn on relay 1, 3 and 5.     73 de Lars SM3CCM








Jan (Microbit)

  • Software Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 1829
    • View Profile
    • Email
Re: DPDT Momentary Function
« Reply #5 on: 2012-08-15, 14:43:55 »
I would like to see something like the following:

http://[webswitch address]/relaycontrol/on/1,3,5

to turn on relay 1, 3 and 5.     73 de Lars SM3CCM
This feature will be added in the coming 2.6 version. The separator character will be a $ since that is most likely not used in the names of a relay.
Always include type of hard/software and version when asking for support.