Return to KLUBNL.PL main page

Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*LF\:\s+Windows\s+software\s+to\s+drive\s+a\s+relay\s+at\s+a\s+given\s+time\?\s*$/: 26 ]

Total 26 documents matching your query.

1. LF: Windows software to drive a relay at a given time? (score: 1)
Author: Chris Wilson <[email protected]>
Date: Wed, 11 Apr 2018 11:16:36 +0100
Hello LF'ers Software to close a relay at a given time, perhaps via the serial port? I am looking for some simple software to enable, at a given time to within a second or so, derived from the PC tim
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00155.html (8,614 bytes)

2. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: DK7FC <[email protected]>
Date: Wed, 11 Apr 2018 13:00:31 +0200
Hi Chris, Use SpectrumLab! It offers the requested feature. 73, Stefan Am 11.04.2018 12:16, schrieb Chris Wilson: Hello LF'ers Software to close a relay at a given time, perhaps via the serial port?
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00157.html (10,337 bytes)

3. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Andy Talbot <[email protected]>
Date: Wed, 11 Apr 2018 12:18:33 +0100
Try this http://www.g4jnt.com/DropF/simpletimer.zip It lets you abort the on time using the [esc] key Source code is in there as well  All in PowerBasic, command line compiler version (By far the nic
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00159.html (11,365 bytes)

4. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Andy Talbot <[email protected]>
Date: Wed, 11 Apr 2018 12:22:32 +0100
Just in case it matters, I initially test for all valid COM ports by opening and closing each in turn,  then testing for an error.     If that causes problems to anything on another port that has not
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00160.html (12,541 bytes)

5. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Chris Wilson <[email protected]>
Date: Wed, 11 Apr 2018 12:37:09 +0100
Hello Andy, Thanks for that, just tried it via Remote Desktop and it appears to open port 6 as requested fine. But at the designated OFF time the whole programme appears to close, is that as expected
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00162.html (11,823 bytes)

6. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Andy Talbot <[email protected]>
Date: Wed, 11 Apr 2018 12:54:35 +0100
Yes, if you run it from a windows click, the whole thiing will close when it goes off and completes. Were you to run it from a command prompt, it would then merely say "OFF" and sit there looking unl
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00164.html (14,304 bytes)

7. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Rik Strobbe <[email protected]>
Date: Wed, 11 Apr 2018 12:06:49 +0000
Hello Chris, just a warning: the COM port outputs tend to be unstable (some consecutive high/low sequences) during booting. Taking the high inrush current into account: the PSU (or mains fuse) may di
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00165.html (12,681 bytes)

8. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Chris Wilson <[email protected]>
Date: Wed, 11 Apr 2018 13:24:33 +0100
Hello Rik / Andy, Thanks for the warning, will ensure the PC is up and running before the PSU is powered! Andy, as you said it would, the DOS box remains once it's started correctly within a DOS box.
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00166.html (11,028 bytes)

9. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Johan Bodin <[email protected]>
Date: Wed, 11 Apr 2018 17:23:34 +0200
Or, if you prefer C, http://www.smorgasbordet.com/pellesc/ 73 Johan SM6LKM Andy Talbot wrote: All in PowerBasic, command line compiler version (By far the nicest way to programme simple things that d
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00173.html (10,063 bytes)

10. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Andy Talbot <[email protected]>
Date: Wed, 11 Apr 2018 17:51:19 +0100
There is now a prettier version at http://www.g4jnt.com/DropF/simpletimer.zip Same functionality, except it also allows  HH:MM as well as HH:MM:SS Andy On 11 April 2018 at 13:24, Chris Wilson <dead.f
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00174.html (12,976 bytes)

11. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: "P. W. Schnoor" <[email protected]>
Date: Wed, 11 Apr 2018 19:03:07 +0200
Hi Chris, Seven lines of "Python" and a relay circuit connected to com1, RTS-pin: import serial # see https://pythonhosted.org/pyserial/ import time # needed for time delay ("sleep()") com = serial.S
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00175.html (11,260 bytes)

12. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Roger Rehr W3SZ <[email protected]>
Date: Wed, 11 Apr 2018 13:24:05 -0400
Thanks Peter, Concise and Elegant! 73, Roger W3SZ
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00176.html (12,099 bytes)

13. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Chris Wilson <[email protected]>
Date: Thu, 12 Apr 2018 09:21:15 +0100
Hello Peter, Neat, and thank you, but clicking on Andy's exe file is temptingly simple to a PC ignoramous like myself ;) I wonder if a serial port would drive something like this directly, or would a
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00184.html (12,544 bytes)

14. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Chris Wilson <[email protected]>
Date: Thu, 12 Apr 2018 09:31:34 +0100
Hello Andy, Many thanks for that, very pretty! I just need to devise the switch itself now, the PSU has a dual pole mains switch with a magnetic breaker in built. Do you think I am OK leaving that on
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00185.html (12,280 bytes)

15. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Andy Talbot <[email protected]>
Date: Thu, 12 Apr 2018 09:57:20 +0100
I used to have quite a few of an older type of those - given to me surplus.   An RS232 drive signal will drive one quite happily - they are designed to be driven from logic signals. The 25A rating wo
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00186.html (14,006 bytes)

16. RE: LF: Windows software to drive a relay at a given time? (score: 1)
Author: VIGILANT Luis Fernández <[email protected]>
Date: Thu, 12 Apr 2018 09:03:12 +0000
Hi all Just my contribution to rise a little the "relay control rush" ;-) There is something better than COM ports. Quite cheap and already including a number of relays eBay and other sites have many
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00187.html (13,225 bytes)

17. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Chris Wilson <[email protected]>
Date: Thu, 12 Apr 2018 10:07:39 +0100
Hello Andy, OK, sounds promising, thanks for that. Before splashing out on a new one I'll have a scout around Ebay for something similar at a "bargain price", much appreciated! -- Best regards, Chris
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00188.html (11,757 bytes)

18. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Andy Talbot <[email protected]>
Date: Thu, 12 Apr 2018 10:11:49 +0100
I'd lay quite good odds on those control boards having  USB COM ports chips.   They could use the USB directly in HID mode, but then driver software has to use all the USB interfacing drivers etc. Wh
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00189.html (14,196 bytes)

19. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Chris Wilson <[email protected]>
Date: Thu, 26 Apr 2018 20:29:34 +0100
Hello Andy, I have built a heat sinked SSR to control my big linear PSU on / OFF It works fine with anything over about 2.1V DC on the input pins and switches the psu with full load with no excess he
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00322.html (13,331 bytes)

20. Re: LF: Windows software to drive a relay at a given time? (score: 1)
Author: Andy Talbot <[email protected]>
Date: Thu, 26 Apr 2018 20:53:57 +0100
Have you checked it with any of your other COM ports? Check DTR and RTS both toggle appropriately Andy www.g4jnt.com On 26 April 2018 at 20:29, Chris Wilson <[email protected]> wrote: Hello Andy,  
/rsgb_lf_group-archives/html/rsgb_lf_group/2018-04/msg00323.html (15,680 bytes)


This search system is powered by Namazu