Displaying 20 results from an estimated 1000 matches similar to: "OPTI-UPS PS (PowerSeries)"
2013 Sep 17
0
Writing driver for Opti-UPS Sentinel Software
* Florian Bruhin <me at the-compiler.org> [2013-09-17 15:35:01 +0200]:
> Heya,
>
> I recently bought an Opti-UPS[1] ValueSeries 575C and now I'm trying
> to write a NUT driver for it.
> [...]
I started reading through all drivers using the same baudrate, and
the powercom protocol and driver looked really familiar! I then got it
to work by doing some minimal changes to
2013 Aug 28
1
Opti-UPS Value Series 575C
* Charles Lepple <clepple at gmail.com> [2013-08-27 19:53:38 -0400]:
> On Aug 26, 2013, at 3:10 PM, Florian Bruhin wrote:
> > Also, what does the red color mean in the compability table? Anything
> > that's not supported, or is it just "you have to solder your own cable
> > but then you should be okay"?
>
> Technically, one star is "protocol
2013 Aug 27
0
Opti-UPS Value Series 575C
On Aug 26, 2013, at 3:10 PM, Florian Bruhin wrote:
> queequeg
Subtlety is key :-)
> It came with some "Sentinel" software for Windows.
Hmm, not sure if this is similar to software we have seen before.
> Also, what does the red color mean in the compability table? Anything
> that's not supported, or is it just "you have to solder your own cable
> but then you
2013 Aug 26
2
Opti-UPS Value Series 575C
Hi!
(first of all, FAQ tells me I should mention "queequeg" :P)
I recently bought the UPS mentioned in the subject, assuming it'd work
with Linux somehow, and the protocol will soon be something common --
turns out I was wrong.
Website of the UPS: http://www.opti-ups.com/ -> USA -> Click on the
big banner when it turns up (turns out I can't like to it directly,
probably
2009 Nov 25
1
Eliminating 'Unprintable ASCII' characters
Hi all,
I have a csv file containing words with *UNPRINTABLE ASCII* characters
(described in the following table).
Are there any viable method in eliminating these characters?
I realise that *EXTENDED ASCII* characters (i.e , ¡, ¢, £, ¤ etc) can be
removed or replaced via *"gsub"* or *"gregexpr"* functions. But am not
certain with the *UNPRINTABLE ASCII* characters.
Your
2012 Nov 25
1
Multiple Range Means Test
Hello,
My boss wants me to do a Duncan's test, which is under the agricolae
package. Unfortunately I am not versed enough in R to run my data. I
have 7 subspecies of deer mouse for which I have 23 measurements which
are my variables of interest. I have run an ANOVA for each of the set
of subspecies and variables, my data look like this:
subspecies WMF
1 rowleyi 2.50
2 rowleyi 2.30
2009 Aug 27
5
Transform data for repeated measures
I have a dataset that I'm trying to rearrange for a repeated measures analysis:
It looks like:
patient basefev1 fev11h fev12h fev13h fev14h fev15h fev16h fev17h fev18h drug
201 2.46 2.68 2.76 2.50 2.30 2.14 2.40 2.33 2.20 a
202 3.50 3.95 3.65 2.93 2.53 3.04 3.37 3.14 2.62 a
203 1.96 2.28 2.34 2.29 2.43 2.06 2.18 2.28 2.29 a
2009 Jul 21
1
problem with heatmap.2 in package gplots generating non-finite breaks
I have written a wrapper for heatmap.2 called
heatmap.w.row.and.col.clust which auto-generates breaks using
breaks<-round((c(seq(from=(-20 * stddev), to=(20 * stddev))))/20,
digits = 2) #(stddev in this case = 2.5)
This has always worked well in the past but now I am getting an error
that non-finite breaks are being generated. Drilling down, it seems
that my wrapper is generating finite
2005 Jul 27
1
spss.read factor reversal
Hi,
I'm having a problem with spss.read reversing my factor input.
Here is the input copied from the spss data editor:
color cost
1 2.30
2 2.40
3 3.00
1 2.10
1 1.00
1 2.00
2 4.00
2 3.20
2 2.33
3 2.44
3 2.55
For color, red=1, blue=2, and green = 3. It's type is 'String' and
>out=read.spss(file)
>out
$COLOR
[1] green blue red green green green blue blue blue red red
2008 Jul 01
2
Fitting a curve to data
Hi
I have a set of data like this:
*Time of Day* *Pct of Daily Volume* 9:45 7.50% 10 6.25% 10:15 4.45%
10:30 4.80% 10:45 4.45% 11:00 4.20% 11:15 2.50% 11:30 2.30% 11:45 2.25%
12:00 2.45% 12:15 2.60% 12:30 2.00% 12:45 2.05% 13:00 2.40% 13:15 1.90%
13:30 3.10% 13:45 2.90% 14:00 2.80% 14:15 2.50% 14:30 3.40% 14:45 4.40%
15:00 5.40% 15:15 4.00% 15:30 4.70% 15:45 6.20% 16:00 8.50%
I want to fit
2013 Jul 15
2
Serialize data.frame to database
Dear R-Users,
I need a very fast and reliable database solution so I try to serialize a data.frame (to binary data) and to store this data to an SQLite database.
This is what I tried to do:
library(RSQLite)
con <- dbDriver("SQLite")
db <- dbConnect(con, "test")
dbSendQuery(db, 'CREATE TABLE frames("simID" INT, "data" BLOB)')
data.bin <-
2017 Mar 22
2
contineously receiving the same values
Hello,
I'm trying to get an energenie EG-UPS-033
(http://energenie.com/item.aspx?id=8087) to work with nut. It standard
comes with linux software (UPSmart), which shows the input/output
voltage, load level, input frequency. and battery and case temperature.
The values change about every second. The selected monitor mode in this
tool is Mega(USB). The bad thing of this tool that it
2007 Sep 11
2
Asterisk 1.4.11, res_features.so, SegFault
Hi All,
I have a really strange issue occuring where if I run "show dialplan" or
"dialplan show" or "dialplan show parkedcalls", then asterisk dumps core.
It only appears to happen with contexts that are created within
res_features. I am able to display all my other dialplans, but, every
time I try to just do a normal "dialplan show" asterisk core dumps
2007 Oct 18
2
www/drupal4 and www/drupal5: Multiple security vulnerabilities
The Drupal project announced several security vulnerabilities for the
4.7.x and 5.x releases of the Drupal package. These effect two current
ports: www/drupal4 and www/drupal5.
The following are the security advisories that were posted:
4.7.x:
* DRUPAL-SA-2007-024: http://drupal.org/node/184315
* DRUPAL-SA-2007-026: http://drupal.org/node/184320
* DRUPAL-SA-2007-030:
2004 May 05
3
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
hi all,
well, i have set up proper command line parameters for
for C-Shootout tests to get reasonable running time
for benchmarking. I have compared "gcc -O3" and
"llvmgcc -Wl,-native-cbe"
here goes output (which shows that llvm is already
better for test with intensive function calls):
time -p ./gcc_ackermann 11
user 2.36
time -p ./llvm_ackermann 11
user 1.07
2001 Nov 05
1
Problem to transfer Splus functions
Hello
I would like to transfer some Splus functions in R.
But I have a problem first about this assignation in Splus :
xnom <- deparse(substitute(x))
I am a bad programmer : I don't understand the R help
How to modify these functions ?
Thank you very much for your help
Here are the four functions and a data test
2015 Mar 05
5
nutdrv_atcl_usb
On Mar 5, 2015, at 2:34 AM, Jakub <jakub.scepka at gmail.com> wrote:
> Come on, it started to be interesting!
Do you have one of these UPSes?
If so, here was Dan's email about a branch to test:
> If you still can't get it to work with nutdrv_atcl_usb, another
> approach could be worth considering.
>
> Since this UPS seems to be supported by UPSmart2000I, it could
2017 Jun 11
3
Help with Elite 800VA usb UPS
So....seems so better...
Each time I rebbot, I miss the /var/run/nut folder...
root at artu:~# upsdrvctl start
Network UPS Tools - UPS driver controller 2.7.2
Network UPS Tools - Megatec/Q1 protocol USB driver 0.11 (2.7.2)
Can't chdir to /var/run/nut: No such file or directory
Driver failed to start (exit status=1)
root at artu:~# upsd
Network UPS Tools upsd 2.7.2
fopen
2006 Jul 24
1
Problems with MGE ESV 8+ and NUT 2.0.3
Hello, I recently had a failure with my old MGE ESV8 ups, it just died
on me so I had to get a new one. I found a MGE ESV8+ cheap and
everything seems to work fine with it except the communication with the
computer. The old ESV8 (non +) worked fine with NUT after applying some
patches I got from the mailing list, but I think they are in the source
tree now. I'm using the same cable that
2006 Mar 30
2
TDM04B sound volume
HI:
Is there any way to raise up sound volume on fxo on
TDM04B without changing tx-gain and rx-gain ?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com