search for: ivtscd

Displaying 12 results from an estimated 12 matches for "ivtscd".

Did you mean: itsc
2018 Mar 14
2
Interfacing with Siemens SITOP UPS500S
Hello all, For an upcoming project I will have to interface with a 24V DC UPS from Siemens (full name: Siemens SITOP UPS500S, manufacturer nr 6EP1933-2EC41). As this device is not listed in the compatibility list, I will have to write my own driver. I already found out, that the UPS has a serial-over-USB interface (USB full-speed, 12 MBps), using an FTDI chip. Over this serial port, it will
2023 Sep 16
1
Nut-upsdev Digest, Vol 206, Issue 5
..._atcl_usb tripplite >> bcmxcp_usb everups nutdrv_qx tripplitesu >> belkin gamatronic oldmge-shut tripplite_usb >> belkinunv genericups oneac upscode2 >> bestfcom isbmex optiups upsd >> bestfortress ivtscd powercom upsmon >> bestuferrups liebert powerpanel usbhid-ups >> bestups liebert-esp2 rhino victronups >> blazer_ser masterguard richcomm_usb >> " >> >> My lsusb is showing "Bus 001 Device 008: ID 04e2:...
2023 Sep 19
1
Nut-upsdev Digest, Vol 206, Issue 5
...ite >> bcmxcp_usb??? everups?????? nutdrv_qx tripplitesu >> belkin??????? gamatronic??? oldmge-shut tripplite_usb >> belkinunv???? genericups??? oneac upscode2 >> bestfcom????? isbmex??????? optiups????????? upsd >> bestfortress? ivtscd??????? powercom???????? upsmon >> bestuferrups? liebert?????? powerpanel usbhid-ups >> bestups?????? liebert-esp2? rhino victronups >> blazer_ser??? masterguard?? richcomm_usb >> " >> >> My lsusb is showing "Bus 0...
2009 Oct 02
1
sign of battery.current
What is the sign of battery.current value? I wonder if the negative number means charging or discharging. Gabor
2018 Mar 14
0
Interfacing with Siemens SITOP UPS500S
...erial converters, but there are complications with wrestling the USB interface away from the kernel driver, so I'd advise against that if you can help it. I don't recall any other drivers which parse a continuous stream of data without sending a query command. For a query/response example, ivtscd.c is relatively straightforward to understand. Given the fixed-length strings and unambiguity of the commands, you might want a loop like the following: ser_flush_in() while(!done && !timed_out) { ser_get_char() // append to buffer check for match check for timeout } One...
2014 Nov 23
0
building NUT on Mac OS X Yosemite (website/documentation)
...n it is taking long..minutes (near an hour right now) generating man page: > > /opt/local/bin/a2x --doctype manpage --format manpage --attribute mansource="Network UPS Tools" --attribute manversion="2.7.2.5" --attribute manmanual="NUT Manual" --destination-dir=. ivtscd.txt > a2x: WARNING: --destination-dir option is only applicable to HTML based outputs > > > regards, > jean > > > >> Le 20 nov. 2014 ? 15:10, Charles Lepple <clepple at gmail.com <mailto:clepple at gmail.com>> a ?crit : >> >> On Nov 20, 20...
2023 Sep 19
1
Nut-upsdev Digest, Vol 206, Issue 5
...>>> bcmxcp_usb everups nutdrv_qx tripplitesu >>> belkin gamatronic oldmge-shut tripplite_usb >>> belkinunv genericups oneac upscode2 >>> bestfcom isbmex optiups upsd >>> bestfortress ivtscd powercom upsmon >>> bestuferrups liebert powerpanel usbhid-ups >>> bestups liebert-esp2 rhino victronups >>> blazer_ser masterguard richcomm_usb >>> " >>> >>> My lsusb is showing "Bus...
2014 Nov 23
6
building NUT on Mac OS X Yosemite (website/documentation)
...t;> then it is taking long..minutes (near an hour right now) generating man page: /opt/local/bin/a2x --doctype manpage --format manpage --attribute mansource="Network UPS Tools" --attribute manversion="2.7.2.5" --attribute manmanual="NUT Manual" --destination-dir=. ivtscd.txt a2x: WARNING: --destination-dir option is only applicable to HTML based outputs regards, jean > Le 20 nov. 2014 ? 15:10, Charles Lepple <clepple at gmail.com> a ?crit : > > On Nov 20, 2014, at 7:11 AM, Jean Perriault (GM TAF) <jpweb.taf at gmail.com <mailto:jpweb.taf...
2023 Sep 23
1
Nut-upsdev Digest, Vol 206, Issue 5
...mxcp_usb??? everups?????? nutdrv_qx tripplitesu >>> belkin??????? gamatronic??? oldmge-shut tripplite_usb >>> belkinunv???? genericups??? oneac upscode2 >>> bestfcom????? isbmex??????? optiups upsd >>> bestfortress? ivtscd??????? powercom upsmon >>> bestuferrups? liebert?????? powerpanel usbhid-ups >>> bestups?????? liebert-esp2? rhino victronups >>> blazer_ser??? masterguard?? richcomm_usb >>> " >>> >>>...
2023 Sep 23
1
Nut-upsdev Digest, Vol 206, Issue 5
...mxcp_usb everups nutdrv_qx tripplitesu >>>> belkin gamatronic oldmge-shut tripplite_usb >>>> belkinunv genericups oneac upscode2 >>>> bestfcom isbmex optiups upsd >>>> bestfortress ivtscd powercom upsmon >>>> bestuferrups liebert powerpanel usbhid-ups >>>> bestups liebert-esp2 rhino victronups >>>> blazer_ser masterguard richcomm_usb >>>> " >>>> >>>> My lsu...
2014 Nov 20
0
building NUT on Mac OS X Yosemite (website/documentation)
On Nov 20, 2014, at 7:11 AM, Jean Perriault (GM TAF) <jpweb.taf at gmail.com> wrote: > Hello, > Here is a summary of discussions around NUT builds on Mac OS X 10.10. > > Starting from https://github.com/networkupstools/nut-website/issues/7 > > @JeanPerriault > I've found msort on macports (https://trac.macports.org/browser/trunk/dports/textproc/msort/Portfile,
2014 Nov 20
2
building NUT on Mac OS X Yosemite
Hello, Here is a summary of discussions around NUT builds on Mac OS X 10.10. Starting from https://github.com/networkupstools/nut-website/issues/7 <https://github.com/networkupstools/nut-website/issues/7> @JeanPerriault I've found msort on macports (https://trac.macports.org/browser/trunk/dports/textproc/msort/Portfile, http://billposer.org/Software/Downloads/ msort.pdf), but I'm