Displaying 20 results from an estimated 516 matches for "ambient".
2005 Nov 18
1
APC Matrix 5000 UPS
...ing the special black up APC cable, not the
grey one.
I know the Matrix UPS is capable of much more than this, as using the
APC software from a Windows box gives full functionality, but I need
something that runs under Linux.
Here's some debugging output if it is of any help:
upsc gives:
ambient.humidity: 019.2
ambient.humidity.alarm.maximum: NO,NO
ambient.humidity.alarm.minimum: NO,NO
ambient.temperature: 24.13
ambient.temperature.alarm.maximum: NO,NO
ambient.temperature.alarm.minimum: NO,NO
driver.name: apcsmart
driver.parameter.port: /dev/ttyS0
driver.version: 2.0.2
driver.version.inter...
2009 Jul 09
1
apcsmart and dual environmental sensors
Hi,
We have a several AP9612TH environmental cards (they have 2 probe
connectors) inserted into our APC UPS devices which monitor temperature
and humidity. The apcsmart nut module knows how to query the
ambient.temperature and ambient.humidity using the 't' and 'h' commands
of the UPS (refer to apcsmart.h). The results of the 't' and 'h'
commands are from probe 1.
If you submit via the serial port the commands 'T' and 'H' you can
obtain temperature and humi...
2009 May 07
1
Findings of dual APC UPS sensor attachments
...PSes (serial port/apcsmart) with the APC
Temp/Humidity sensor cards (AP9612TH). The sensor cards have 2 plugs for
2 separate sensors. So far, we have only used one of the sensors in
conjunction with the apcsmart module from nut. This has been working
great. Example output:
[nut at nut]# upsc APC11
ambient.humidity: 037.2
ambient.humidity.alarm.maximum: NO,NO
ambient.humidity.alarm.minimum: NO,NO
ambient.temperature: 21.08
ambient.temperature.alarm.maximum: NO,NO
ambient.temperature.alarm.minimum: NO,NO
We thought of utilizing the second sensor port and have not been able to
determine how to read th...
2012 Oct 23
1
apcsmart and #311678 feature request thoughts
...y/elegantly, so this is what I've
been thinking about (or rather sitting on mostly implemented piece,
still needing some testing though):
- any variable that may include multiple data, would be (during runtime)
split into appropriate *.N.* sets; for example instead of adding 'T' as
ambient.1.temperature - which is in practice two (or possibly more
depending on model ?) values - it would be split and added as
ambient.1.temperature and ambient.2.temperature - in addition to already
existing 't' as ambient.temperature
- additionally - any enumerable/writable value will also...
2011 Feb 15
1
selecting columns
I need help.
I have very big .csv files with many unnecessary columns. From the original
.csv files I would like to create a new .csv file with just the columns I
need.
For example:
The original column heading are: Date, Time, Location, Sensor Name, Sensor
Serial, Ambient Temp, IR Temp, Sensor Name.1, Sensor Serial.1, Ambient
Temp.1, IR Temp.1, Sensor Name.2, Sensor Serial.2, Ambient
Temp.2,..........Sensor Name.45
I would like to create a new .csv file with only Date, Time, Sensor Serial,
IR Temp, Sensor Serial.1, IR Temp.1, Sensor Serial.2, IR Temp.2,.....Sensor...
2008 Sep 19
1
APC SmartUPS 750 (SUA750) missing ambient data with usbhid-ups
...0) which has the temperature and humidity
SmartSlot card installed. When NUT 2.2 communicates with this UPS over
/dev/ttyS0 using apcsmart, using the APC Smart cable connected to the
SUA750 serial port, and this ups.conf:
[su700]
driver=apcsmart
port = /dev/ttyS0
I can see the ambient temperature and humidity data with "upsc su700 at localhost".
If I switch the driver configuration to use the USB port on the SUA750,
disconnect the serial cable, hook up the USB cable, and restart everything
using this ups.conf:
[su700]
driver=usbhid-ups
port = auto...
2013 Jul 23
1
Libreria contaminacion ambiental
Hola, perdón por la simplicidad de la pregunta, pero no he encontrado
apenas información al respecto y a ver si alguien me podría ayudar.
Conoce alguien la existencia de alguna librería para el análisis de ruidos
(independientemente de la fuente de éstos) para estudios de contaminación
ambiental
Un saludo y gracias
[[alternative HTML version deleted]]
2014 Feb 27
2
snmp-ups sends status "OL OB" on HP R3000 UPS with AF465A management card
...in addition to being nonsensical, drives upsmon crazy (it flips
between the two states every second).
Here is the upsc output (from one of the UPSes -- they're both similar):
-----------------------------<cut>--------------------------------
mcbackup:/etc/ups # upsc R3000-B at localhost
ambient.temperature: 28.0
ambient.temperature.high: 40.00
ambient.temperature.low: 0.00
battery.charge: 99.00
battery.current: 0.00
battery.runtime: 7440.00
battery.voltage: 13.10
device.mfr: HP
device.model: HP RT3000 G2 UPS
device.serial: 3C83435450
device.type: ups
driver.name: snmp-ups
driver.parameter...
2013 Jul 23
0
Libreria contaminacion ambiental
...ensaje, por favor, edite la
linea del asunto (subject) para que el texto sea mas especifico que:
"Re: Contents of R-help-es digest...". Además, por favor, incluya en
la respuesta sólo aquellas partes del mensaje a las que está
respondiendo.
Asuntos del día:
1. Libreria contaminacion ambiental (Jorge Naya Macias)
----------------------------------------------------------------------
Message: 1
Date: Tue, 23 Jul 2013 10:51:34 +0200
From: Jorge Naya Macias <jorge.nayamacias@gmail.com><mailto:jorge.nayamacias@gmail.com>
To: R-help-es@r-project.org<mailto:R-help-es@r-proj...
2006 Aug 07
8
Login form question
I''m using Rails Recipes to create a login form but instead of username
and password, my setup is firstname, lastname, password.
I seemed to be gramatically challenged and not sure how to set up the
parameter list. Can anyone offer up a suggestion.
The book shows the method starting like:
if request.post?
user = User.find(:first, :conditions => [''username = ?'' ,
2019 Oct 24
4
calculo porcentaje de subcategirías para individuos diferentes
...ne poco más o poco menos de 1000
datos.
Necesito saber el % de uso de hábitat natural. Es un sencillo cálculo de
porcentaje, pero me gustaría hacerlo mas automatizado para no tomar tanto
tiempo en correrlo manualmente.
Entonces tengo una columna con la ID de cada perro, y otra con las
categorías de ambiente (urbano, rural y mar).
He calculado el promedio con este script para el perro 1:
## encontrar el numero total de zonas naturales por perro
P01 <-subset(TODOS, TODOS$ID=="P01")
ruralP01 <- subset(P01,P01$Zone=="rural")
marP01 <- subset(P01,P01$Zone=="mar")...
2006 Nov 23
2
apcsmart and ambient data (was: NUT and MonAMI plugin)
...9;ve configured NUT to talk to our APC-8000[3], which comes
with
> an "AP9619" [4] expansion card. This card has an external temperature
probe,
> but it doesn't seem to appear in the variables NUT returns: the UPS's
> internal temperature is mentioned, but no
"ambient.temperature.measured".
> I've copied the output below.
>
> Should the external probe's temperature be reported or does the
smart-apc
> driver and/or the serial interface not support this?
in theory, we have the ambient.* collection (check
http://eu1.networkupstools.or...
2006 Jun 09
18
Is IRB the ruby console ?
I''m running script/console but keep getting the message that irb.bat is not
recognized as an internal or external command, operable program or batch
file.
If it means anything I am running instant rails. I can invoke irb straight
forward.
TIA
Stuart
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jun 18
13
Currency calculation
I''m thinking of experimenting with some currency conversion. However,
I''d like the conversions to be in synch with the current rates.
Anyone know (and this maybe out in left field) if there is some online
(perhaps xml) or other data stream I can connect with in my code to
output values based on user selection ?
TIA
Stuart
2014 Jul 03
0
sysOID for SMART-UPS 2200 RM XL
...evice.
Going back to the classic MIB detection method.
Detected SMART-UPS 2200 RM XL on host guyups2.gy.ls.cbn (mib: apcc 1.2)
[guyups2] Warning: excessive poll failures, limiting error reporting
[guyups2] Warning: excessive poll failures, limiting error reporting
[LIVE] guybackup:~ # upsc guyups2
ambient.1.humidity.alarm.high: 60.00
ambient.1.humidity.alarm.low: 30.00
ambient.1.temperature.alarm.high: 40.00
ambient.1.temperature.alarm.low: 10.00
ambient.humidity: 0.00
ambient.temperature: 25.0
battery.charge: 100.00
battery.charge.restart: 0
battery.current: 0.00
battery.current.total: 0.00
battery...
2016 Mar 01
0
Missing MIB Report
...ist without being concerned about orphaning this report.
~$ uname -a
Linux <obfuscated> 3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
ups.conf driver = snmp-ups
~$ upsc serverclosetups at localhost
Init SSL without certificate database
ambient.1.humidity.alarm.high: 60.00
ambient.1.humidity.alarm.low: 30.00
ambient.1.temperature.alarm.high: 40.00
ambient.1.temperature.alarm.low: 10.00
ambient.humidity: 0.00
ambient.temperature: 32.0
battery.charge: 100.00
battery.current: 0.00
battery.current.total: 0.00
battery.date: 09/15/2015
battery....
2023 Jul 19
0
Estimado/a: Guía Integral de Visitas de Seguridad en el Ambiente de Trabajo
stps
Estimado/a
Espero que te encuentres bien. Me complace invitarte a participar en nuestro curso online (18 de agosto 2023) "Gu?a Integral de Visitas de Seguridad en el Ambiente de Trabajo: STPS-IMSS-SINAPROC". Este curso te brindar? las herramientas necesarias para desarrollar pol?ticas de contrataci?n o realizar ajustes contractuales, con el objetivo de fundamentar la reducci?n de la jornada laboral, ajustes salariales y modificaciones en los lugares de trabajo des...
2005 Jul 01
3
Ambient MD 3200 (X100P Clone)
Has anyone had any success with this card?
Thank you.
Sandy.
2016 Oct 04
2
encoder with FEC+DTX enabled but not detecting noise
Hi,
When we pass around 9K samples of only ambient noise (no voice), the
encoder which is enabled FEC+DTX is detecting only some 140 frames as
non-voice (returning only TOC, no frame content). We were expecting all or
more to be identified as non-voice.
Our idea was to check how the decoder re-generates the original ambient
noise during the silenc...
2010 Jun 08
3
Tool for convert VMware to Xen
...s.
LPIC-1 - LPI ID: lpi000119659 / Code: p2e4wz47e4
https://www.lpi.org/caf/Xamman/certification
MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100
https://mcp.microsoft.com/authenticate/validatemcp.aspx
P Antes de imprimir pense em sua responsabilidade e comprometimento com o
Meio Ambiente. Before printing this message, think about your ecologic
responsability and environment commitment.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users