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
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#81
2006-02-08, 12:21 AM
Just set up a 3 LED system (GBPVR on, tuner 1, tuner 2) and it all worked very nicely first time using the standard config file. (well... I haven't checked the 2nd tuner yet....and am yet to play with the disk space bit... but the rest is great)

I don't recall the last time anything worked the first time!

Very happy. Well done betlit! Big Grin
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
simon
Offline

Member

Posts: 67
Threads: 12
Joined: Jan 2005
#82
2006-02-08, 10:39 PM
Hi Betlit,

Thanks for looking at my problem for me. Sorry it has taken me so long to test, I didn't get an email from the forums telling me the thread had been updated.

The problem with the led numbers being offset by one too many doesn't seem to be fixed. As no one else seems to have the problem, don't worry about it as my changes to the xml file get around the issue.

The alert feature is fantastic. When I call paraled to reset the alert, do I use the command
Code:
paraled.exe epg
or
Code:
paraled.exe -epg

Also, once the alert has been triggered and the leds are flashing, will calling paraled cancel the flashing and reset the timer?

Thanks for all your work,

Simon
Simon, UK.

PVR 150, 80Gb and 250Gb SATA, UK Sky box as source.
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#83
2006-02-13, 01:06 PM (This post was last modified: 2006-02-14, 09:56 AM by betlit.)
simon Wrote:The problem with the led numbers being offset by one too many doesn't seem to be fixed. As no one else seems to have the problem, don't worry about it as my changes to the xml file get around the issue.
hmm... sorry, but i have to ask this: did you wire up the LEDs correctly? i will send you a little utility to check this.

simon Wrote:The alert feature is fantastic. When I call paraled to reset the alert, do I use the command
Code:
paraled.exe epg
or
Code:
paraled.exe -epg
just epg. no slash, dash or whatsoever. if the name of your alert(s) has a space in it, you have to use quotes ("")

simon Wrote:Also, once the alert has been triggered and the leds are flashing, will calling paraled cancel the flashing and reset the timer?
nope. i designed it that way (better: i was to lazy to implement more than the minimum) that the alert is not resetted until paraLED is restarted or the computer is rebooted (hibernation/standby wont have an effect on this, too).
this is because e.g. the epg update crashes or something, and a day or two later it works again. if the alert would be cancelled you could probably miss it.
since when 'someting' went wrong it is almost certain, you have to look at the config/logs/whatever, so you can kill and restart paraLED anyway.
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)
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#84
2006-02-14, 09:07 AM
Recently installed the LED status monitoring and really I like it.

But after a day or so of running I get all my 3 LEDs flashing in together on ~ 1 sec cycle. This has every day or so since I set it up.

I don't believe I have any 'alarms' on - I am using the default .xml file from the posted download.

This goes away if I end paraLED task and then restart the .exe.

Any ideas what may cause this? how I stop it? are there any logs. etc that may help.
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
simon
Offline

Member

Posts: 67
Threads: 12
Joined: Jan 2005
#85
2006-02-14, 09:45 AM
If you are using the default xml file it has an alarm warning set as standard.

The xml file is below.
Code:
<config>
    <address>888</address>
    <frequency>3</frequency>
    <onlyoneled>false</onlyoneled>
    <checkspace>false</checkspace>
    <spacealert>single</spacealert>
<drives>
     <c>2048</c>
    <d>5120</d>
</drives>
<warnings>
     <epg>1440</epg>
</warnings>

<warningled>255</warningled>
<diode1>1</diode1>
<diode2>2</diode2>
<diode3>4</diode3>
<diode4>8</diode4>
<diode5>16</diode5>
<diode6>32</diode6>
<diode7>64</diode7>
<diode8>128</diode8>
</config>

Under the <warnings> section it has <epg> with a time period of 1440 minutes, which is 24 hours. If you delete the whole warnings section from your xml file, save it, then restart paraled it should solve the problem.

Simon
Simon, UK.

PVR 150, 80Gb and 250Gb SATA, UK Sky box as source.
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#86
2006-02-15, 08:29 AM
Cheers! missed that bit.
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
dazzyb2k3
Offline

Member

Posts: 206
Threads: 21
Joined: Jul 2005
#87
2006-02-16, 11:20 PM
Hi Guys,

Just a quick question. I've been really wanting to incorperate the LED's into my setup for a while but my parallell port is used by my VFD display. Is there any reason why this wouldn't work through a parallel to serial converter or even a parralell to usb (I have both these adaptors lying around at the mo.) I was thinking it should be ok but thought it best to check before getting the soldering iron out Smile
[SIZE="1"]C2D E6600, 2GB DDR2 800, HD5450, 4 X GDI Black Gold, 1 X Compro DVB 200, 1 X Powerlined MVP, 500GB System, 2TB RAID 0 Recording, 1GB Flash ROM timeshift buffer, Silverstone LC03 B-V Passively Cooled and Soundproofed, MCE Keyboard and receiver. Win7 32bit[/SIZE]
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#88
2006-02-17, 08:51 AM
i'm a bit confused now... do you mean a gimmick which 'converts' a serial port into a parallel one? in this case i would speak of a 'serial to parallel'-converter...
the same for the second... i would call a parallel port which is plugged in into usb 'usb to parallel'...

if this is the case, my guess is that the serial to parallel convertor wont work (paraLED simply cannot access the parallel port).

but i think there is a good chance that a usb - parallel port should behave like a 'standard' parallel port. just get the address of the port from the device manager, convert it from hex to decimal, edit the paraLED config and voila.

if you have a volt meter you can simply plug the usb-thingie in, start paraLED or use this little utility i wrote for simon. just set one ore more LED to high and check the voltage on the accoring pin(s), before you begin to solder LTNT
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)
dazzyb2k3
Offline

Member

Posts: 206
Threads: 21
Joined: Jul 2005
#89
2006-02-17, 10:28 AM
Sorry for the confusion. That's exactly what I meant. It was a late night and i'd had a couple of beers and got my mords wuddled up Smile

Thanks for the tip re the volt meter. I do have one so i'll give it a check over the weekend and let you know the result.
[SIZE="1"]C2D E6600, 2GB DDR2 800, HD5450, 4 X GDI Black Gold, 1 X Compro DVB 200, 1 X Powerlined MVP, 500GB System, 2TB RAID 0 Recording, 1GB Flash ROM timeshift buffer, Silverstone LC03 B-V Passively Cooled and Soundproofed, MCE Keyboard and receiver. Win7 32bit[/SIZE]
betlit
Offline

Senior Member

Posts: 449
Threads: 17
Joined: Feb 2005
#90
2006-02-17, 11:22 AM
no probs!

the 'standard status' of me is 'slightly confused' anyway.

and: no household is complete without a soldering iron and a volt meter Smile
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)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording status displayed when finished coreymichael 6 1,085 2023-08-31, 05:32 PM
Last Post: sub
  Device Status on Web App jcole998 8 2,424 2020-09-22, 01:21 PM
Last Post: jcole998
  v5 Web client status page naisiwel 1 1,166 2020-09-16, 01:08 PM
Last Post: jcole998
  Setting Device Status CDinger 8 3,317 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,531 2010-01-29, 04:16 AM
Last Post: Zeno110
  Multiple Monitor anshanaji 3 1,845 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