NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 121 122 123 124 125 … 193 Next »
LED status monitor

 
  • 0 Vote(s) - 0 Average
LED status monitor
alex060670
Offline

Member

Posts: 52
Threads: 13
Joined: Feb 2005
#61
2005-08-28, 10:10 PM
@betlit

BTW: how and when is the drive-space-checking done? I am afraid of heavy disk access that could prevent my machine from going to hibernate... :eek: Is it done by checking the amount of free space ONCE when recordingstatus.bat fires paraLED.exe or is done periodically?

Greetings, Alex
[SIZE="1"]AOpen i855GMEm-LFS, Celeron M 360, 512 MB DDR-333, 1xSamsung 160GB IDE HDD (System+Archive), 1xSeagate 500 GB IDE HDD (Data), LiteOn SOHW-1653SX extern DVD drive, 2xHauppauge PVR150, Sigma XCard, fanless 350 W power supply, WinXP Pro SP2, ParaLED Plugin & self-built LED status monitor (sexy :p )[/SIZE]
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#62
2005-08-29, 07:17 AM (This post was last modified: 2005-09-01, 05:39 PM by betlit.)
alex060670 Wrote:So 'all' means the LED is switched on, if drive c is low ... as well as drive d is low... as well as... (logical AND);

and 'single' means that the LED is fired is ONE (or more) of the drives runs out of space, jep?
yes, thats the way it works.

alex060670 Wrote:PS: At the moment, I use D1 and D2 as indicators for recording activities on my two capture sources. In the future, I have to use D2 and D3 for that, right?
not necessarily. paraLED uses the _values_ given in the config to determine which pin is set to high you can set them to whatever you want.

so you just can add a fourth led on pin d3 and change paraLEL.xml to:
<diode1>1</diode> --> LED on d0 is used for gbpvr-check
<diode2>8</diode2> --> LED on d3 is used for disk space-check
<diode3>2</dioede3> --> LED on d1 is used for the first tuner
<diode4>4</diode4> --> LED on d2 is used for the second tuner
<diode5>16</diode5> --> LED on d4 is used for the third tuner
<diode6>32</diode6> --> LED on d5 is used for the fourth tuner
<diode7>64</diode7> --> LED on d6 is used for the fifth tuner
<diode8>128</diode8> -->LED on d7 is used for the sixth tuner.
AMD 1600mHz, 512 M RAM, 20+160 GB drive, Hauppauge PVR-350 + PVR-150 + PVR-150MCE, Win XP Pro SP3, using software decoding.


There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.

There is another theory which states that this has already happened.

(The Restaurant at the End of the Universe)
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#63
2005-08-29, 07:33 AM
alex060670 Wrote:@betlitBTW: how and when is the drive-space-checking done? I am afraid of heavy disk access that could prevent my machine from going to hibernate... :eek: Is it done by checking the amount of free space ONCE when recordingstatus.bat fires paraLED.exe or is done periodically?
uhm... i used a standard-function... (diskFree()) i did not check it, but i think it simply calls the win32 api function GetDiskFreeSpaceEx.

the check is done periodically. and because i'm lazy, it is performed every time the gbpvr-frontend-check is performed (<frequency>-tag in ParaLED.xml). i may change this in the (near) future.

when i did some tests, i did not notice any disk activity... but frankly, i forgot to check if my machine still goes into hibernation.
i will check this and try to get more information about how diskFree gets the free amount of space.
AMD 1600mHz, 512 M RAM, 20+160 GB drive, Hauppauge PVR-350 + PVR-150 + PVR-150MCE, Win XP Pro SP3, using software decoding.


There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.

There is another theory which states that this has already happened.

(The Restaurant at the End of the Universe)
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#64
2005-08-29, 10:56 PM
as i thought: GetDiskFreeSpaceEx is used to get the amount of free space on the disk(s).
i was unable to find information _how_ the function actually collects the data, but as it seems the way its doing it causes no disk activity.

my machine goes to hibernation running paraLED (performing both checks every second) without problems.
AMD 1600mHz, 512 M RAM, 20+160 GB drive, Hauppauge PVR-350 + PVR-150 + PVR-150MCE, Win XP Pro SP3, using software decoding.


There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.

There is another theory which states that this has already happened.

(The Restaurant at the End of the Universe)
velocityboy
Offline

Junior Member

Posts: 13
Threads: 0
Joined: Mar 2005
#65
2005-09-19, 06:53 PM
How long could the cable be made for this? I'm thinking of making a parallel to RJ-45 converter (D0-D6 and G7) and then using a small project box with another RJ-45 jack wired to the LED's. My GBPVR PC sits in another room, so running an ethernet cable would be the easiest way, and with 8 wires I could use 7 for signal and one for a common ground. How is everyone else wiring theirs up? Maybe someone could post pics of their setup?
PC: Intel E2180, 2048MB RAM, IP35-E
Capture: Silicondust HDHomerun
Disk: 120GB Boot, 5x500GB media on netcell RAID3
VGA: ATi Radeon X800 GTO PCI-E
Front Ends: PCH A-110
GB-PVR v1.2.13 on XPSP3
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#66
2005-09-20, 08:22 AM
i don't think you run into problems with this setup. but the resistor value of standard cat-5 cable is near 0 (well... at least i think it _should_ be *g*).

i'm at work at the moment and it seems a multimeter does not belong to our standard office-material-supply *g*...
i will check this ASAP at home and get back to you.

if a cat-5 cable _does_ have a resistor value too high to be disregarded, you should use a lower LEDs resistor (just substract the resistor of the cable from the calculated resistor for the LEDs)
AMD 1600mHz, 512 M RAM, 20+160 GB drive, Hauppauge PVR-350 + PVR-150 + PVR-150MCE, Win XP Pro SP3, using software decoding.


There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.

There is another theory which states that this has already happened.

(The Restaurant at the End of the Universe)
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#67
2005-09-21, 08:28 AM
the network cables i have at home all a resistor value of about 1.2 ohm per 10 meter.

so theoretically you would have to reduce the LED resistors by 12 ohms if you use a 100m cable. *gg*

meaning: unless your cable isn't really _really_ long, you can ignore its resistor.
AMD 1600mHz, 512 M RAM, 20+160 GB drive, Hauppauge PVR-350 + PVR-150 + PVR-150MCE, Win XP Pro SP3, using software decoding.


There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.

There is another theory which states that this has already happened.

(The Restaurant at the End of the Universe)
chewy747
Offline

Member

Posts: 188
Threads: 36
Joined: Aug 2005
#68
2005-09-30, 02:01 PM
does anyone know of any links to set this up using serial RS232 to control this? I am using my parallel port to display PC information. I know it can be done, I just cant find any info
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#69
2005-09-30, 04:02 PM
its a bit more difficult... you can experiment with e.g. a MAX7219 from maxim, but paraLED in its current status will not be able to push something through serial.
AMD 1600mHz, 512 M RAM, 20+160 GB drive, Hauppauge PVR-350 + PVR-150 + PVR-150MCE, Win XP Pro SP3, using software decoding.


There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.

There is another theory which states that this has already happened.

(The Restaurant at the End of the Universe)
chewy747
Offline

Member

Posts: 188
Threads: 36
Joined: Aug 2005
#70
2005-09-30, 06:28 PM
what I would like to have is have say 3 led's, 1 light up when hard drive space is near full, 1 half full, 1 almost empty. Any ideas?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 … 5 6 7 8 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording status displayed when finished coreymichael 6 1,091 2023-08-31, 05:32 PM
Last Post: sub
  Device Status on Web App jcole998 8 2,433 2020-09-22, 01:21 PM
Last Post: jcole998
  v5 Web client status page naisiwel 1 1,168 2020-09-16, 01:08 PM
Last Post: jcole998
  Setting Device Status CDinger 8 3,319 2019-12-29, 04:37 PM
Last Post: CDinger
  Watched Status XBMC PVR and XBMC -X-NEWA. NYPlayer 1 2,140 2014-11-18, 11:47 PM
Last Post: mvallevand
  Dim 2nd Monitor Feature z06racer66 0 1,384 2014-05-14, 12:33 AM
Last Post: z06racer66
  Enhanced status window request (again) Spark 0 1,529 2014-01-17, 04:48 AM
Last Post: Spark
  the Small recording Status icon on taskbar Zeno110 1 1,533 2010-01-29, 04:16 AM
Last Post: Zeno110
  Multiple Monitor anshanaji 3 1,846 2009-03-04, 03:51 PM
Last Post: nkh
  Show Provider ID, transponder and FTA status in channelscan result screen nwagenaar 1 1,669 2009-02-21, 10:34 PM
Last Post: Bathman

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode