How to measure power consumption of a brushless DC motor

Hi,
    I need to measure the power consumption of a moog 23-23 motor using a PXI platform because I need to save the instant power consumption data. I have a Dqmx 6259 and a FPGA module. The problem is that I don't know if I should measure the current and voltaje of all three coils of the motors or if it is enuogh measuring just one, plus is it better to measure in differential mode all the signals directly with the DAQmx or shoul I use a differential amplifier first?

I don't see anything wrong with your approach; however, I'll throw out a few thoughts:
If you could tie the sending of the change-voltage command (in your DLL) to the START TASK command for DAQ, you could reduce the variability in the time between the two events. Maybe that's important, maybe not.
Can you set the voltage via some LabVIEW code, rather than a DLL?
You might or might not want a variable sampling rate - if you expect 10 mSec, you might want to sample at 10 kHz to catch the 1% difference between 10.2 and 10.3 mSec. But if you're expecting 500 mSec, you could sample at 200 Hz to catch the 1% difference between 500 mSec and 505 mSec, thereby saving data space and processing time. Maybe that's important, maybe not.
Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com
Blog for (mostly LabVIEW) programmers: Tips And Tricks

Similar Messages

  • VI that measures power consumption(HP 4155A)

    can anyone help me in writing a VI for measuring power consumption
    using parameter analyser 4155A.
    Iam using HP 4155A semiconductor parameter analyser for setting up constant power source to the circuit.
    now i have to measure the power consumption.

    GoHere
    Ian F
    Since LabVIEW 5.1... 7.1.1... 2009, 2010
    依恩与LabVIEW
    LVVILIB.blogspot.com

  • Measuring Power Consumption

    I bought a Kill-a-Watt power meter some time ago and used it to measure how much power my MAc ***** up. I currently have a Mini and it's power consumption I think is tremendous. I am considering purchasing a MacPRO sometime in the next few months and was wondering what the MacPro, or any other Mac for that matter, uses in electricity in 3 different modes: sleep, pegged, running
    Mac Mini:
    running: 19-20 watts
    pegged: 33 watts
    sleep: 2-3 watts
    Also, please post how you measured the electricity used.
    Thanks, Jim

    Here is what Apple has to say:
    http://www.apple.com/environment/resources/calculator.html
    Also:
    http://www.apple.com/environment/resources/specs.html
    -mj
    [email protected]
    Message was edited by: macjack

  • How to measure power factor in FPGA

    Hello,
    I am acquiring analog signals of 50 Hz frequency using NI 9215 and cRIO 9073.
    I am using DC and RMS measurement FPGA VI to get the RMS value of voltage and current in the FPGA.
    Similarly, i need to measure the power factor taking the voltage and current values in the FPGA.
    I am able to get the power factor in RT using the VI , which calculates phase angle.
    But in FPGA, I guess it is not direct. Please can I know, how to obtain the power factor in FPGA itself.
    Thank you.
    Hema

    OK, I haven't used FPGA version, so I'm out of my cage. If it is indeed limited, as JamesBeams says above, then there's not much you can do except rework the math yourself.
    I would think that such a VI would not be allowed to be transferred onto the FPGA in the first place, but that's just a guess.
     Perhaps there's a list of acceptable / unacceptable FPGA vi functions, and you could confirm that it's not available.
    You might also ask the tech support folks:
    http://sine.ni.com/apps/utf8/niae_asc.main 
    Message Edited by CoastalMaineBird on 06-29-2009 05:14 AM
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • How to measure memory consumption during unit tests?

    Hello,
    I'm looking for simple tools to automate measurement of overall memory consumption during some memory-sensitive unit tests.
    I would like to apply this when running a batch of some test suite targetting tests that exercise memory-sensitive operations.
    The intent is, to verify that a modification of code in this area does not introduce regression (raise) of memory consumption.
    I would include it in the nightly build, and monitor evolution of summary figure (a-ah, the "userAccount" test suite consumed 615Mb last night, compared to 500Mb the night before... What did we check-in yesterday?)
    Running on Win32, the system-level info of memory consumed is known not to be accurate.
    Using perfmon is more accurate but it seems an overkill - plus it's difficult to automate, you have to attach it to an existing process...
    I've looked in the hprof included in Sun's JDK, but it seems to be targetted at investigating problems rather than discovering them. In particular there isn't a "summary line" of the total memory consumed...
    What tools do you use/suggest?

    However this requires manual code in my unit test
    classes themselves, e.g. in my setUp/tearDown
    methods.
    I was expecting something more orthogonal to the
    tests, that I could activate or not depending on the
    purpose of the test.Some IDEs display mmeory usage and execution time for each test/group of tests.
    If I don't have another option, OK I'll wire my own
    pre/post memory counting, maybe using AOP, and will
    activate memory measurement only when needed.If you need to check the memory used, I would do this.
    You can do the same thing with AOP. Unless you are using an AOP library, I doubt it is worth additional effort.
    Have you actually used your suggestion to automate
    memory consumption measurement as part of daily builds?Yes, but I have less than a dozen tests which fail if the memory consumption is significantly different.
    I have more test which fail if the execution time is siginificantly different.
    Rather than use the setUp()/tearDown() approach, I use the testMethod() as a wrapper for the real test and add the check inside it. This is useful as different test will use different amounts of memory.
    Plus, I did not understand your suggestion, can you elaborate?
    - I first assumed you meant freeMemory(), which, as
    you suggest, is not accurate, since it returns "an
    approximation of [available memory]"freeMemory gives the free memory from the total. The total can change so you need to take the total - free as the memory used.
    - I re-read it and now assume you do mean
    totalMemory(), which unfortunately will grow only
    when more memory than the initial heap setting is
    needed.more memory is needed when more memory is used. Unless your test uses a significant amount of memory there is no way to measure it reliably. i.e. if a GC is perform during a test, you can have the test appear to use less memory than it consumes.
    - Eventually, I may need to inlcude calls to
    System.gc() but I seem to remember it is best-effort
    only (endless discussion) and may not help accuracy.if you do a System.gc(); followed by a Thread.yield() at the start it can improve things marginally.

  • Anyone know how to monitor power used on USB Port?

    I have an external quickertek usb wireless device that keeps shutting down my Macbook pro. It runs fine for a few days and then locks the entire system up. Quicktek made me a special device with an external power adapter thinking the problem was the USB port being asked for more power than it could deliver but the system is still crashing. I'd like to monitor my power output on that single USB port to see if the new device is really working properly but not sure how to measure power consumption on a usb.
    Can anyone tell me if this is possible and if so how?
    Thanks,
    glenn

    cybercrypt13 wrote:
    thanks guys, I'm not sure how accurate the actual current power being used is as it seems to always say 500ma but I'll play around with it and see if I can get it to work for me.
    glenn
    Remember that 500 ma is the limit, so if a device attempts to draw more, it most likely will be current-limited at .5A.
    At least it's a start.
    This might also be useful:
    http://developer.apple.com/documentation/HardwareDrivers/Conceptual/HWTechUSB/Articles/usbimplementation.html
    And thanks
    Message was edited by: nerowolfe

  • Quad G5: Actual Power Consumption

    I haven't seen the numbers posted, so I thought I'd share from this config:
    Quad 2.5 Ghz G5 (Rev A, dual pumps)
    4.5 GB PC2-4200 RAM (4 x 1 GB, 2 x 256 MB)
    Geforce 6600
    Western Digital 250 GB SATA Drive (WD2500JS)
    Seagate 400 GB SATA Drive (ST3400832AS)
    No firewire or USB devices connected (except keyboard, mouse)
    Here was the measured power consumption (in watts):
    455 Peak measured (with 4 CPU's at 100%, disks writing)
    275 Idle (CPU at Highest)
    245 Watching a DVD (CPU at Automatic)
    210 Idle (CPU at Reduced)
    43 Mac Sleeping
    The specs page lists "At least 10A" required at 120 volts. Even if you squeezed 9 drives into the G5, I don't see how one would ever approach 1200 watts.
    I use a Belkin 1500VA (830 watts) UPS, which is 55% loaded when the Quad is at its peak, and can sustain that for around 10 minutes.
    At 7 cents per kWh, running BOINC could cost 77 cents per day, running idle would be 36 cents, and sleeping 8 cents.

    I posted similar results a few months ago. Amazing that people were worried (when the Quads first appeared) that they'd have to run new power lines to support them.
    I used a 'Kill A Watt' to measure - what did you use?

  • +5W power consumption when playing audio on X201 with Linux

    Hi folks!
    My Thinkpad X201’s power consumption raises from ~10W to ~15W when playing any kind of audio under linux. This problem does not seem to be CPU-related (for example when streaming with pulseaudio over ethernet instead of playing directly on the X201 the power consumption does hardly increase) and does not occur under Windows. I’m using Fedora x86_64 16 with Kernel v3.2.1 but it also occured with a v3.2.1 vanilla kernel; Fedora 14 and 15; Ubuntu 11.10 and 12.04 and so on.
    I’ve allready posted my problem several months ago here: http://forum.thinkpads.com/viewtopic.php?f=9&t=99246 but haven’t gotten any useful answers.
    I measured power consumption with powertop but also confirmed with readings from /sys:
    while true; do bc -l <<< "$(cat /sys/class/power_supply/BAT0/current_now)/10^6*$(cat /sys/class/power_supply/BAT0/voltage_now)/10^6"; sleep 1; done
     The output of lspci -vvv:
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
    Subsystem: Lenovo Device 215e
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin B routed to IRQ 43
    Region 0: Memory at f2520000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Address: 00000000fee0f00c Data: 41c1
    Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
    ExtTag- RBE- FLReset+
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
    ClockPM- Surprise- LLActRep- BwNot-
    LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
    Capabilities: [100 v1] Virtual Channel
    Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
    Arb: Fixed- WRR32- WRR64- WRR128-
    Ctrl: ArbSelect=Fixed
    Status: InProgress-
    VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
    Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
    Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
    Status: NegoPending- InProgress-
    VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
    Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
    Ctrl: Enable+ ID=1 ArbSelect=Fixed TC/VC=02
    Status: NegoPending- InProgress-
    Capabilities: [130 v1] Root Complex Link
    Desc: PortNumber=0f ComponentID=00 EltType=Config
    Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
    Addr: 00000000fed1c000
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd-hda-intel
    cat /proc/asound/card0/codec#0:
    Codec: Conexant CX20585
    Address: 0
    AFG Function Id: 0x1 (unsol 1)
    Vendor Id: 0x14f15069
    Subsystem Id: 0x17aa2155
    Revision Id: 0x100302
    No Modem Function Group found
    Default PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=4, o=0, i=0, unsolicited=1, wake=0
    IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[2]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[3]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    Node 0x10 [Audio Output] wcaps 0xc1d: Stereo Amp-Out R/L
    Control: name="Master Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Device: name="CONEXANT Analog", type="Audio", device=0
    Amp-Out caps: ofs=0x4a, nsteps=0x4a, stepsize=0x03, mute=1
    Amp-Out vals: [0x3b 0x3b]
    Converter: stream=8, channel=0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x11 [Audio Output] wcaps 0xc1d: Stereo Amp-Out R/L
    Amp-Out caps: ofs=0x4a, nsteps=0x4a, stepsize=0x03, mute=1
    Amp-Out vals: [0x3c 0x3c]
    Converter: stream=0, channel=0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x12 [Audio Output] wcaps 0x611: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x5]: PCM AC3
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x13 [Beep Generator Widget] wcaps 0x70000c: Mono Amp-Out
    Control: name="Beep Playback Volume", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
    Control: name="Beep Playback Switch", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
    Amp-Out caps: ofs=0x07, nsteps=0x07, stepsize=0x0f, mute=0
    Amp-Out vals: [0x00]
    Node 0x14 [Audio Input] wcaps 0x100d1b: Stereo Amp-In R/L
    Device: name="CONEXANT Analog", type="Audio", device=0
    Amp-In caps: ofs=0x4a, nsteps=0x50, stepsize=0x03, mute=1
    Amp-In vals: [0x81 0x81] [0x80 0x80] [0x81 0x81] [0x80 0x80]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 4
    0x17 0x18 0x23* 0x24
    Node 0x15 [Audio Input] wcaps 0x100d1b: Stereo Amp-In R/L
    Amp-In caps: ofs=0x4a, nsteps=0x50, stepsize=0x03, mute=1
    Amp-In vals: [0x4a 0x4a] [0x4a 0x4a] [0x4a 0x4a] [0x4a 0x4a]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 4
    0x17* 0x18 0x23 0x24
    Node 0x16 [Audio Input] wcaps 0x100d1b: Stereo Amp-In R/L
    Amp-In caps: ofs=0x4a, nsteps=0x50, stepsize=0x03, mute=1
    Amp-In vals: [0x4a 0x4a] [0x4a 0x4a] [0x4a 0x4a] [0x4a 0x4a]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 4
    0x17* 0x18 0x23 0x24
    Node 0x17 [Audio Selector] wcaps 0x30050d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x04, stepsize=0x27, mute=0
    Amp-Out vals: [0x02 0x02]
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 4
    0x1a 0x1b* 0x1d 0x1e
    Node 0x18 [Audio Selector] wcaps 0x30050d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x04, stepsize=0x27, mute=0
    Amp-Out vals: [0x00 0x00]
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 4
    0x1a* 0x1b 0x1d 0x1e
    Node 0x19 [Pin Complex] wcaps 0x400581: Stereo
    Pincap 0x0000001c: OUT HP Detect
    Pin Default 0x042140f0: [Jack] HP Out at Ext Right
    Conn = 1/8, Color = Green
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x00:
    Unsolicited: tag=37, enabled=1
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 2
    0x10* 0x11
    Node 0x1a [Pin Complex] wcaps 0x400481: Stereo
    Pincap 0x00001324: IN Detect
    Vref caps: HIZ 50 80
    Pin Default 0x61a190f0: [N/A] Mic at Sep Rear
    Conn = 1/8, Color = Pink
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x00: VREF_HIZ
    Unsolicited: tag=38, enabled=1
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x1b [Pin Complex] wcaps 0x400581: Stereo
    Pincap 0x00011334: IN OUT EAPD Detect
    Vref caps: HIZ 50 80
    EAPD 0x2: EAPD
    Pin Default 0x04a190f0: [Jack] Mic at Ext Right
    Conn = 1/8, Color = Pink
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x00: VREF_HIZ
    Unsolicited: tag=38, enabled=1
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 2
    0x10* 0x11
    Node 0x1c [Pin Complex] wcaps 0x400581: Stereo
    Pincap 0x00000014: OUT Detect
    Pin Default 0x612140f0: [N/A] HP Out at Sep Rear
    Conn = 1/8, Color = Green
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=37, enabled=1
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 2
    0x10* 0x11
    Node 0x1d [Pin Complex] wcaps 0x400581: Stereo
    Pincap 0x00010034: IN OUT EAPD Detect
    EAPD 0x2: EAPD
    Pin Default 0x601700f0: [N/A] Speaker at Sep N/A
    Conn = Analog, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x20: IN
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 2
    0x10* 0x11
    Node 0x1e [Pin Complex] wcaps 0x400481: Stereo
    Pincap 0x00000024: IN Detect
    Pin Default 0x40f001f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x1f [Pin Complex] wcaps 0x400501: Stereo
    Pincap 0x00000010: OUT
    Pin Default 0x901701f0: [Fixed] Speaker at Int N/A
    Conn = Analog, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 2
    0x10* 0x11
    Node 0x20 [Pin Complex] wcaps 0x400781: Stereo Digital
    Pincap 0x00000010: OUT
    Pin Default 0x40f001f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 1
    0x12
    Node 0x21 [Audio Output] wcaps 0x611: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x5]: PCM AC3
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x22 [Pin Complex] wcaps 0x400781: Stereo Digital
    Pincap 0x00000010: OUT
    Pin Default 0x40f001f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 1
    0x21
    Node 0x23 [Pin Complex] wcaps 0x40040b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x04, stepsize=0x2f, mute=0
    Amp-In vals: [0x02 0x02]
    Pincap 0x00000020: IN
    Pin Default 0x90a601f0: [Fixed] Mic at Int N/A
    Conn = Digital, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Node 0x24 [Audio Mixer] wcaps 0x20050b: Stereo Amp-In
    Amp-In caps: ofs=0x4a, nsteps=0x4a, stepsize=0x03, mute=1
    Amp-In vals: [0x00 0x00] [0x00 0x00]
    Power states: D0 D1 D2 D3 D3cold
    Power: setting=D0, actual=D0
    Connection: 2
    0x10 0x11
    Node 0x25 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Is anyone able to confirm this problem or does anyone have a solution? I’m really desperate since I often use my Thinkpad as a big but wonderful portable music player (with headphones of course! Don’t want to annoy my fellow trainpassengers …).
    Thanks in advance
    Michael

    Any updates on this?

  • How can I measure power consumed by a digital cmos circuit

    Hi,
    I'm trying to measure the power consumed by a cmos digital circuit. Can anyone please give me the steps to do that?
    I have already created a simple XOR circuit using basic CMOS gates. I understand that I can measure the power by conecting a wattmeter, but how exactly do I connect it to my circuit?
    Please help.
    Asmit

    Hi Asmit,
    Digital parts in Multisim behave base on on/off and there are pin drivers at the gate input/output pins to drive a high or low logic to the appropriate voltage level. The model doesn't provide you with power consumption.
    Tien P.
    National Instruments

  • How do i monitor power consumption on my Note 3?

    The power consumption rate has jumped suddenly and I want to shut off the app that is causing the higher consumption.  2 weeks ago I only had to charge the phone 2 x weekly, but now it needs recharging daily.  I assume that some app is running even when I'm not using the phone, but how do I determine which one?

    Do the battery usage stats give any clues?

  • How does power consumption calculus in Mavericks works ?

    Hello,
    I'm currently having a look at the new activity monitor interface in Mavericks, and especially the new "power consumption" feature.
    It is a great and interesting feature, and i would like to know more about it, especially how it works.

    Still applicable.
    AppleWorks in OS 10.7/10.8
    AppleWorks in OS 10.7/10.8 (2)

  • MacBook Power Consumption

    We operate tens of macbooks at our campus for student loans. We are trying to cut on the power consumption of the loans operation. I am interested to know how much power does the power brick consume when:
    a) nothing is connected to the MagSafe jack.
    b) the macbook is fully charged and the LED is lit green.
    Please don't guess or think! give me a firm answer if you know. I appreciate that!

    I pulled out my 1940s era General Electric Wattmeter. This is a two-coil instrument that measures Vrms * Irms * cos( phase angle) = actual Watts. This type of meter does not measure reactive power that does not deliver energy to the load but circulates in the system. Reactive power is a concern because the out-of-phase current of reactive power does cause energy loss (I squared R loss) by heating the wires carrying the current.
    Power brick energized, but not attached to computer - unmeasurable.
    Power brick energized, attached to computer, green LED on - about 0.7 Watt.
    Power brick energized, attached to computer, OSX booted, but idle - 8 to 10 Watts.
    Power brick energized, attached to computer, screen saver running - 8 - 12.5 Watts.
    Power brick energized, attached to computer, 5th Element DVD playing - 12.5 -15 Watts.
    Power brick energized, attached to computer, Grapher, contours.gcx - 18.5 - 20.5 Watts.
    Once in a while, I could get the MacBook to peak at about 25 Watts (averaged by the mechanical dynamics of my meter) of power consumption. The initial plug-in of the power pack to the socket also consumes several amps for a split second - too hard to measure accurately with my crude equipment. There's also a little audible crack! as the prong touches the outlet, so it is obviously a pretty large momentary in-rush of current.
    When the power brick is unplugged, the Irms current draw is about 22 mA according to my Fluke 8060A. Presumably that's almost all reactive at close to -90 degrees phase angle relative to the voltage. Switch mode power packs like the MacBook's tend to be capacitive loads. That's about 2.64 VARs of reactive power.
    When the MacBook is idling at about 9.5 Watts of real power consumption, the current draw is about 245 mA. The real power corresponds to about 70 mA of in phase current. This gives the surprising result of about 234 mA of lagging reactive current.
    In terms of what real-world thing can you do? For 10 to 100 MacBooks, I don't belive it is worthwhile to do anything. Probably remediating the power supply to reduce the reactive current load would be good thing. At industrial scales, factories worry about current phase angle a lot. Power providers bill for reactive current they have to generate, otherwise they would lose revenue by heating their transmission lines, but the customer gets no energy delivered to the manufacturing process by the out-of-phase reactive current.
    Probably, the energy consumed and eventual environmental waste generated by remediating 10-100 power supplies, not to mention the engineering hours required, would not offset the power that would be saved over the useful life of the MacBook.
    On the other hand, grumbling at Apple to contract with the manufacturer for a greener design for the power pack for the many thousands of users would be a good thing on which to expend a little energy.
    PS: just to be sure my Wattmeter is giving reasonable results, I plugged in a "60 Watt" bulb that's been used for about 200 hours. According to the meter, it draws 58 watts.
    Bill
    Message was edited by: impulse_telecom

  • I915 power consumption issue after switch to systemd?

    After switching to systemd I noticed a massive increase of power consumption on my Thinkpad X220 (i5 Sandy Bridge).
    The strange thing is, that after some reboots it randomly seems to catch the i915 power saving mode and the consumption gets from ~24W to ~7W at idle. But only after several reboots.
    Adding the good old i915.i915_enable_rc6=1 to the boot parameters doesn't make any differences. But looking at the powertop detail outputs it seems to be a i915 issue.
    Using the latest linux kernel from core (3.6.4) and latest intel drivers (2.20.12).

    I started to get suspicious because I have only ever had the issue in my office. Last week, when I encrypted my drive, my machine wrote to disk for more than 14 hours solid. I then did all the set up and all the restoring from backup etc. with no issue whatsoever. Lenovo ran the thing for 48 hours straight with no problem. But once in my office...
    So I asked the local IT people if they could think of anything other than overheating and explained the issue. They took my laptop yesterday , booted it from a hardware testing CD and ran it for a couple of hours sitting on top of a hot computer in the server room which is definitely hot. (It has a whole bunch of computers, I guess.) No issue. They then ran stress tests for a while in the same place. No problem. Highest recorded temp: 65C.
    The head of IT then took my power adapter to a more general IT service to be tested and inspected. They looked at it, they opened the plug to check the fuse, they tested it. No problem. Of course, the guy also explained why he was asking and the other IT person said, "Oh, is that on level 1?" "Yes..." So apparently there was another machine (a Mac), I think, doing just the same thing in an office in my part of the building. Testing showed that the power spikes and when the power spikes, the laptop shut down as a safety measure. Solution: they installed a UPS for that one laptop. They didn't tell anybody else, including the local IT people.
    What the local IT people were going to do was to install equipment to monitor the power in my office and see if anything weird was causing my laptop to react. However, that was when this was an extremely-unlikely-but-we-are-getting-desperate-for-theories scenario. Clearly, that theory no longer seems wildly implausible at all. So the current hypothesis is that it is most likely that my machine is also reacting to the spikes in power by shutting itself off. (I'm not sure why it should have just started doing this but who knows what the state of the electricals is and how that might vary?)
    I have been told that a surge protector will do no good. (They've given me one anyway but apparently it will not deal with spikes in phase 3 power or something - I didn't understand this bit but the head IT person said he didn't understand it either but the electricals IT person showed him with graphs on the whiteboard. So it must be true.)
    The current plan is to try to get the UPS from central IT which was provided for the other laptop since that person's discipline has since moved to another floor of the building so the UPS probably went back to central IT. They are going to ask during a meeting tomorrow about this possibility. Otherwise, they are planning to order a UPS for me on Monday.
    I'm somewhat surprised that the abrupt shutdowns haven't screwed my data. I've lost work but not seen fs corruption. I didn't take my laptop today. I'll need it next week but I do not plan to plug it in in my office until I have a UPS.
    I'm pretty annoyed, to be honest. I've wasted hours on this and got incredibly stressed about it. The IT people have also wasted a (smaller) amount of time. I hoped to have a new draft of an article I'm working on written by the end of reading week but that didn't happen due to all of this. And they *knew*. It would be different if this was an unknown problem just discovered - of course, one could understand that. But there's a known problem which can cause this type of problem and presumably could well damage equipment without these sorts of safety shutdown features and they don't tell anybody.
    And, no, I doubt very much indeed that a damaged personal machine would be considered the institution's liability. (Maybe if it was a student's machine and the student was required to use it or something but even then...)
    I can't believe it does much good to their equipment either.
    The local IT people did know there was an issue with some burnt out devices but that was about eight years ago and only got mentioned as a outside possibility when other diagnostics turned up no result.
    What gets me is that the proposed solution will only solve the issue for me - not for anybody else in my part of the building on level 1.

  • Higher power consumption after suspend

    Hello,
        It seems that my power consumption is significantly higher after resuming from a suspend than before. I suspend with the systemctl command. Measuring the battery usage (with powertop or looking at /sys/class/power_supply/BAT0/power_now on my laptop), I get the following numbers :
        - 6-7 W before suspend
        - 10-11 W after
    Those number are quite stable in time, in particular the higher consumption stays until shutdown. I have tried looking at the power decomposition of powertop, and it seems that the backlight display consumption is indeed higher, although I keep the same luminosity level. I tend to consider the decomposition usage by powertop as a guess estimate anyway, so I am not sure whether this means anything.
    Any ideas on how to solve this issue, or how to investigate further on?
    Cheers,
    Guillaume

    Have a look at powertop before and after suspend. I noticed that some power saving options get turned off when suspending. I don't have a solution though.

  • Plant Maintenance wether we can consider the power consumption of equipment

    hi
    In plant maintenance the client want to know the power consumption of each m/c ie is equipment if it is possible then how what are steps and where i have to enter that data. pls guide us

    hi Navin,
    Create the measuring point for machine and then ask user to create the measuring document to capture the power consumption.
    i hope it will help.
    Regards,
    Manish

Maybe you are looking for

  • Inutilização de NFE  nao atualiza  status no R/3

    Amigos  aconteceu uma coisa muito estranha, Ao solicitar a inutilizacao de  uma NFE,  o SEFAZ  retornou ok codigo 102 Entao no GRC  ficou autorizado com status 102  No R/3 o cancelamente foi feito  normalmente todos os documentos foram estornados por

  • Cannot open a JSf file in jdev with WYSWYG

    HI, I startup Jdeveloper 11g studio edition version 11.1.2.3.0 with all features option selected. but I cannot open a *.Jspx file in jdev with WYSWYG showing. anyone can give help?

  • PLD Excise Variables

    Dear Experts We are newly upgraded 2007. In 2005 Purchase Order PLD we used to get excise amount by variable Number 350. In 2007 I suppose to give Variable No 350 the value not come. Is there any other variable Number? regards

  • 1. How do I add CSS effects to a certain element?

    How do I add CSS effects to a certain element? There are several effects (like customized hover effects) that I could with CSS. I want to know how do I add the CSS effects for a certain element/object from within Edge animate.

  • FTP Security - Repeated Login Attempts

    Over the past 2 weeks or so, i've seen about a bazillion of these types of entries in the system log of one of our ftp servers: Aug 21 03:39:22 ns ftpd[4099]: ACL Check failed for Administrator Aug 21 03:39:22 ns ftpd[4099]: ACL Check failed for Admi