Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by brucelee2

  1. brucelee2

    Measuring Power out of a 3-Phase Motor controller/inverter

    Hi All, An update.. We have decided to use a different approach. Instead of using power measurment devices with a clamp(risk of inaccurate measurment is to high) or field point modules(too slow anyway) we have decided to use a combination of high voltage instrumentation amplifiers and true RMS...
  2. brucelee2

    Measuring Power out of a 3-Phase Motor controller/inverter

    Ill give the company a call in asia to find out...I assume if the device samples at a fast enough rate to get a good average then things should be ok.
  3. brucelee2

    Measuring Power out of a 3-Phase Motor controller/inverter

    The Power caused by the high frequency components are not important really...Do you think this measurment device will work? Uni-Trend Group Limited
  4. brucelee2

    Measuring Power out of a 3-Phase Motor controller/inverter

    Hi Fvm and walkura I realise the current will be of sine form as the motor windings act as a kind of filter. I fully understand how to measure the current, im using LEM modules. Its the calculation of power that im not 100% sure of. I can filter the voltage over the phases(removing the high...
  5. brucelee2

    Measuring Power out of a 3-Phase Motor controller/inverter

    Hi All, Im working on project for my final bachelor thesis that involves an EV test bench setup. DC battery bank(180V)>>Motor-controller>>3-phase delta connected motor. I need to measure the power at different stages. Does anyone have an idea for measuring the power coming out of the...
  6. brucelee2

    Two cascaded Chars into a single Int

    Hi Brian, Are you basically doing the following as a result of what you mentioned earlier: packedword = (highbyte << x) | lowbyte ;;where x=8 How does your method work, could you please explain? Thanks for the help BTW :-) ---------- Post added at 15:58 ---------- Previous post was at 15:54...
  7. brucelee2

    Two cascaded Chars into a single Int

    Hi all, Im using MikroC. I have a screen coordinate coming in from a serial link. The coordinate is 16 bits in total, but arrives as two 8 chars. example: 0x03,0x0E ==>is coordinate 782. How can i convert this into a single integer so that i may carry out position analysis? Thanks for the...
  8. brucelee2

    Two 8-bit chars into a 16-bit number

    Oh ok. Im using MikroC, so ill consult the manual to see if there is such a function in the compiler. thanks again
  9. brucelee2

    Velleman K8056 Relay Board communication problem

    Found the problem. It was a faulty MAX232 level converter. When the MAX232 was connected to the relay board then the signal output became poor, this was not the case when connected to the PC. NOw it works fine. Thanks anyway
  10. brucelee2

    Two 8-bit chars into a 16-bit number

    Hi, I have a HMI which sends two 8-bit chars which represent a 16-bit touch screen coordinate. So in an example, the HMI sends: 0X03 then 0X0E (both seperate) which represent the coordinate 030E (782). How can i combine the two into a single variable to represent the number 782? I was thinking...
  11. brucelee2

    Velleman K8056 Relay Board communication problem

    Im trying to control my Velleman K8056 Relay Board using a microcontroller. The board works fine when connected to the PC using the Velleman program. Im using a MAX232 level converter between the MCU and PC/Relay Board Im using a MikroC USART library for my PIC18F4550. The code is below. Ive...
  12. brucelee2

    LCD Hanging up....Request: Bit Urgent

    I would think the cause is an interrupt problem/ inteferance
  13. brucelee2

    Camera interfacing with AVR

    It could be a 'Composite Signal'. Use a scope to determine it. --- Bruce
  14. brucelee2

    Serial Communication ATmega32 Codevision AVR

    Oh ok. If you need help let me know. It quite easy to use. If you think i have been helpful please click 'helped' below.
  15. brucelee2

    Serial Communication ATmega32 Codevision AVR

    What do you mean ''Talking is not allowed.''?

Part and Inventory Search

Back
Top