Displaying 20 results from an estimated 200 matches similar to: "Re: [nut-commits] svn commit r879 - in trunk: . drivers"
2005 Dec 19
0
new(er) SEC driver.
Hi!
I've recently come into to the possesion of a couple of Belkin Omniguard
3200 UPS's. Given the horrible apache/java based software they come with, I
decided to see if I cannot get them to work with NUT.
To cut a long story short, they work out to be SEC -based, and extensively
modifying the nut-1.4 driver code to come up with the attached two files.
I've marked them
2010 Apr 18
0
[LLVMdev] create two Twine object
According to documentation Twines should be used only for temporary
values and not stored, so allocating the in heap sounds wrong.
I think all you need here is
static int varNum;
++varNum;
Instruction *sstatusInst = new AllocaInst(StatusTy, Twine("status") +
Twine(varNum), entry_inst);
Instruction *sreqInst = new AllocaInst(ReqTy, Twine("request") +
Twine(varNum),
2010 Apr 18
1
[LLVMdev] create two Twine object
On Sun, Apr 18, 2010 at 4:36 AM, Eugene Toder <eltoder at gmail.com> wrote:
> According to documentation Twines should be used only for temporary
> values and not stored, so allocating the in heap sounds wrong.
Yes, in general you should never be naming Twine directly, except in
the case where you need to make a Twine for an integer. All other uses
should be considered poor style, as
2010 Apr 18
4
[LLVMdev] create two Twine object
I need to generate variables like
status1, status2, status3, ......
request1, request2, request3, ......
this is my code, other unrelated detail are eliminated.
static int varNum;
static const char *getVarNum() {
++varNum;
std::stringstream ss;
ss << varNum;
std::string *varname = new std::string(ss.str());
return varname->c_str();
}
const char *VarNum = getVarNum();
Twine *x1 = new
2013 Dec 19
0
Gamatronic company
On Dec 18, 2013, at 3:17 AM, Leon Vak wrote:
> Actually, someone has already done most of the work for our units, however I might have general technical details to contribute, like the fact that the driver for our equipment is called "gamatronic", while actually it is just the well-known SEC protocol (from the former Systems Enhancement Corporation) and not our invention. I wonder
2011 Dec 30
2
Applyiing mode() or class() to each column of a data.frame XXXX
Hi everyone,
I am attempting to use the apply() function to obtain the mode and class of
each column in a data frame, however, I am encountering unexpected results.
I have the following example data:
v13<-1:6
v14<-c(1,2,3,3,NA,1)
v15<-c("Good","Bad",NA,"Good","Bad","Bad")
2006 May 01
5
Gamatronic UPS using nut 2.0.3
I have a Gamatronic Smart Compact 750.
I have it connected to my linux machine via serial cable and am running nut
2.0.3. There is no interruption in power, but the ups is reporting OB (on
battery). Is there a configuration option I am missing?
The relevant ups.conf entry is:
[Gamatronic]
port = /dev/ttyS1
desc = "Home Gamatronic UPS"
driver = genericups
2006 Mar 22
0
Gamatronic Smart Compact 750 with NUTs
I was told by someone who used to have a Gamatronic to use the Fenton
driver. However, when I use the Fenton driver I receive the following
error:
Unknown ups - please report this ID string: #GAMATRONICS SC06GM0G
V8.0
Detected Unknown C06GM0G on /dev/ttyS1
The person who pointed me at this driver mentioned that Gamatronic changed
their banner and a patch or code change is needed. I
2013 Jan 17
3
how to use "..."
Dear users,
I'm trying to learn how to use the "...".
I have written a function (simplified here) that uses doBy::summaryBy():
# 'dat' is a data.frame from which the aggregation is computed
# 'vec_cat' is a integer vector defining which columns of the data.frame
should be use on the right side of the formula
# 'stat_fun' is the function that will be run to
2016 Jan 06
0
[HCL] NHS Laser Senoidal 5000VA supported by gamatronic
This is the same as https://github.com/networkupstools/nut/issues/254 , right?
(It's on my TODO list. DDL updates take a little longer than HCL updates.)
Other comments below.
> On Dec 29, 2015, at 1:55 PM, Thiago Wiezbicki - NHS <thiago.wiezbicki at nhs.com.br> wrote:
>
> Device Manufacturer: NHS
> Device Name: Laser Senoidal 5000VA
>
> upsc output when the UPS is
2009 Apr 02
0
Sparse PCA problem
Dear R user,
I want to do sparse principal component analysis
(spca). I am using elastic net package for this and spca() and the code is
following from the example.
My question is How can I decide the *K =? *and *para=c(7,4,4,1,1,1)) . So,
here k=6 i.e the no of Principal Components. and each pcs say , *
**
pc1 number of non zero loading is 7
pc2 number of non zero loading
2006 Jun 14
3
Trouble Configuring NUT with Gamatronic USB
Hi
I am running FC5 with nut coming from the fc5 extras repositories. I
am trying to configure a Gamatronic D-Compact ups. The cable that came
with the ups has a serial connector on one end and a usb on the other.
cat /proc/bus/usb/devices produces
T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 4 Spd=1.5 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P:
2007 Dec 27
0
SAS to R - if you have SAS 8.2+
Hi there,
the attached R function uses the SAS Integrated Object
Model (IOM) and it can deal with SAS dates and long
variable names. All you need to provide is the folder
where the SAS data file is and the data file name
without the extension. The function requires the rcom
package.
This is meant to be first cut...but improvements and
suggestions are more than welcome!
Gyula
import.sas.data
2006 Jul 15
2
Shutdown Problem
Hi
I'm hoping someone can help.
I'm running fc5 with nut 2.0.3. I just recently acquired 2 Gamatronic
SmartCompact ups for my Linux boxes. As you can see from the info below,
everything looks ok. When I unplug the ups from the wall, after a while, the
computer shutdowns very rudely. That it is just turns off. No scrolling down
of processes shutting down It does not seem shutdown
2014 Nov 22
2
[HCL] NHS Expert C Online 6000 supported by gamatronic
*Q: Quick question: does "battery.runtime" update when the device is on
battery, or is this field always zero?*
*A: Yes, the UPS battery time starts counting when the device starts on
battery.*
Q: "battery.runtime.low" should be the number of seconds remaining before
switching to "LB" status. This seems large, even for a 6000 VA UPS. Is this
configurable?
A: I
2013 Dec 17
4
Gamatronic company
Greetings to all developers of the Network UPS Tools, and Merry
Christmas greetings to those of you who celebrate!
I have been looking in to your work from time to time, and I am very
impressed with your efforts. I think this is a good time to officially
supply the required information about Gamatronic products to the
community. Furthermore, I would like to know how our company may
contribute
2013 Dec 18
0
Gamatronic company
Hi Leon!
Thanks for your effort in reaching out!
I have been involved in Open Source projects and used Open Source for
years. Your questions are very common ones for companies interested
in getting involved in Open Source projects, so I will attempt to
provide you with some answers.
NUT is a collaborative effort, but as these projects go there is not
a single person "in charge"
2015 Dec 29
2
[HCL] NHS Laser Senoidal 5000VA supported by gamatronic
Device Manufacturer: NHS
Device Name: Laser Senoidal 5000VA
upsc output when the UPS is in normal condition:
battery.charge: 100
battery.current: 0.4
battery.date: 12292015
battery.runtime: 00000
battery.runtime.low: 59940
battery.temperature: 00
battery.voltage: 163.4
device.mfr: NHS Sistemas de Energia
device.model: Laser Senoidal 5000VA
device.type: ups
driver.name: gamatronic
2016 Jan 08
2
[HCL] NHS Laser Senoidal 5000VA supported by gamatronic
Below the answers:
> This is the same as https://github.com/networkupstools/nut/issues/254 , right?
Yes, this UPS is the same.
> Does battery.runtime only get updated when on battery power, or is this with a different load?
> battery.runtime.low: 59940
> battery.temperature: 00
Yes, this time time is updated on battery power, This is a dynamic counter that changes with a different
2014 Nov 17
0
[HCL] NHS Expert C Online 6000 supported by gamatronic
On Nov 12, 2014, at 5:46 AM, Thiago Wiezbicki <thiagowzb at gmail.com> wrote:
>
>
> Device Manufacturer: NHS
> Device Name: Expert C Online 6000
>
> upsc output:
>
> battery.charge: 100
> battery.current: 0.6
> battery.date: 01012014
> battery.runtime: 00000
Quick question: does "battery.runtime" update when the device is on battery, or is this