Displaying 7 results from an estimated 7 matches for "vbat".
Did you mean:
bat
2005 Dec 16
2
multiple plots per page
...I would like to place nine (3X3) plots per page. I am not properly
implement mfrow(3,3) in the script below:
jpeg("xyplot.jpg") #names output file
my_args <- commandArgs() #sets up to take args from dos batch command
mfcol(3,3) #set page for 3X3
TEMPS <- c(-15,25,85)#list of temps
VBATS <- c(3,3.6,4.7)#list of Bats
BOARDS <- c("YZ0DC","ZD0DC","0E0DC","2E0DC","3E0DC")#list of boards
#load the xtal data into "all" with formatting for memory saving
all <- read.csv(my_args[3], colClasses=c('factor',
rep('...
2012 Oct 17
5
Problem reading vitals from Gigabyte H77-DH3H
Hello everyone,
I'm unable to read temperature Gigabyte H77-DH3H motherboard. Is that
motherboard supported or am I doing it incorrectly?
When trying to access hw.acpi.thermal everything appears to be ok, but
it is not, the system always returns 27,8C and 29,8C which fooled me
initially - the values never change.
Here is output:
[chinatsu]:/root# sysctl hw.acpi.thermal
2004 Sep 13
1
ProSLIC and measuring of PSTN parameters like Voltage, Polarity, Power (A) and Frequency (Hz)
Hi,
I am interesting how can I use the capabilities of ProSLIC to
measure the following PSTN parameters:
- Voltage (V) & Polarity (+-);
- Current (A);
- Frequency (Hz).
Are there any ready for use tools? If there aren't ready for use
tools how can I do the above measuring?
Best Regards,
Miroslav Nachev
2010 Jan 02
0
Tyan s4985 motherboard and lm_sensors
...= +6.40 V, max = +5.54 V) ALARM
+12V: +5.78 V (min = +12.28 V, max = +12.28 V) ALARM
-12V: -6.93 V (min = +6.06 V, max = +5.65 V) ALARM
-5V: -3.84 V (min = +2.49 V, max = +0.28 V) ALARM
V5SB: +5.73 V (min = +6.69 V, max = +5.86 V) ALARM
VBat: +3.09 V (min = +1.66 V, max = +0.82 V) ALARM
fan1: 0 RPM (min = 10227 RPM, div = 2) ALARM
fan2: 0 RPM (min = 6250 RPM, div = 2) ALARM
fan3: 0 RPM (min = 2789 RPM, div = 2) ALARM
temp1: +41?C (high = -54?C, hyst =...
2007 Dec 08
0
lmsensors sensors.conf file for gigabyte GA7N400 Pro2
...)
+5V: +4.99 V (min = +4.74 V, max = +5.25 V)
+12V: +11.90 V (min = +11.39 V, max = +12.61 V)
-12V: -15.70 V (min = -12.63 V, max = -11.41 V) ALARM
-5V: -8.10 V (min = -5.26 V, max = -4.77 V) ALARM
Stdby: +4.57 V (min = +4.76 V, max = +5.24 V) ALARM
VBat: +4.08 V
fan1: 2556 RPM (min = 0 RPM, div = 8)
fan2: 2083 RPM (min = 3013 RPM, div = 8) ALARM
fan3: 1591 RPM (min = 3013 RPM, div = 8) ALARM
M/B Temp: +30?C (low = +15?C, high = +40?C) sensor = thermistor
CPU Temp: +26?C (low =...
2007 Apr 17
3
acpitool
I downloaded and installed acpitool
when I run it I get
Battery Status <not available>
AC Adapter <not availble>
Thermal Info <not available>
I was trying to find out how hot the CPU is?
Any ideas how to get this information?
THanks,
jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Sep 03
1
Current status on _outgoing_ Swedish/Dutch DTMF CLIP for TDM400 FXS interfaces?
...get stats on channel
%s\n", argv[1]);
} else {
printf("TIP: %7.4f Volts\n", (float)stats.tipvolt /
1000.0);
printf("RING: %7.4f Volts\n", (float)stats.ringvolt
/ 1000.0);
printf("VBAT: %7.4f Volts\n", (float)stats.batvolt /
1000.0);
}
} else if (!strcasecmp(argv[2], "regdump")) {
struct wctdm_regs regs;
int numregs = NUM_REGS;
memset(®s, 0, sizeof(regs));
res = ioctl(fd...