Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/12/09 23:45
Read: times


 
Msg Score: 0
 +1 Informative
 -1 Overrated
#163397 - Give the customer value while making money
Responding to: ???'s previous message
Maybe I'm just tired because I have spent a couple of hours on planes. But I feel a need for a long relaxing vacation. But I think Richard should plan one too, to reduce the stress levels.

On the question how you can adjust the light intensity without wasting four or seven or a gazillion driver outputs for each pixel, I write:
Per Westermark said:
You either use PWM and modulate the that 1ms of glory time for the scanline.

and
Per Westermark said:
All in a nice PWM module or using the timer capture/compare or something like that?

And the assumption is that you have to go for a more complex processor:
Richard Erlacher said:
PWM can be used for that, can't it? If you have PWM available in your MCU, or if you can justify it as part of the selection criteria, then yes, by all means, it should be considered.

Yes, it is very very much considered. And possible to do with timers and interrupts or compare/match registers.

Richard Erlacher said:
I'm not convinced that PWM as a voltage control is the answer

Who talked about voltage control? Just energy control.

About size of components:
Richard Erlacher said:
Let's see ... a 16-pin SSOP's and a 20-pin soic vs a PLCC-44? Those two are not smaller than the PLCC, but not much larger either. Further, the ssop-16 can be put under (on the opposite side of the board) the SOIC-20 if necessary. I don't think packaging will be a problem, considering the 10:1 price difference. If necessary, that will easily pay for another PCB to economize on profile

No, the ssop16 can not - but must - be put under (on the opposite side of) the board. The top side is already filled with the diodes. One thing discussed here is that when the diodes are small, you may have troubles to fit the driver chips for a fully DC sign even with 16-output combined shift registers/drivers. Going discrete would be totally, absolutely, fully impossible. For a multiplexed sign on the other hand, it doesn't matter if you can use a 44-pin PLCC in the same board space as a 20-pin SSOP since the limiting factor is amount of power loss allowed in the chip. In the end, you can't really go higher than 8-output chips right now. But even in a multiplexed solution, the number of components or solder points (and error source) would increase a lot if a commercial display isn't built with integrated shift registers/latchers/drivers. So packaging do matter for both multiplexed and DC-driven signs.

Extra PCB to economize on profile? Remember that if you put two PCB above each other, you will have a bit of a problem with the cooling of any components on the inside of this sandwich. Since the diodes are obviously on the outside (the front) and since the reason for using two PCB is that the outside back is already full of driver electronics, the components on this inside would then have to be hot driver electronics, and we all know that the current they can support directly follows from the ambient temperature they are used in. If that extra PCB requires active cooling your MTBF will be affected.

Richard Erlacher said:
Yes, but, unless you can find a more efficient LED, the power has to increase if the light output must increase. It's all energy ... if you need more light, you have to put in more electricity.

1 LED => 2V for LED + x V for constant-current regulator to regulate with.
2 LED => 2x2V for LEDs + x+eps V for constant-current regulator to regulate with, where eps < x or normally << x.
4 LED => 4*2V for LEDs + ...
The energy loss in the constant-current regulator will decrease compared to the energy sent to the diodes when you drive the diodes in series. Four diodes in series do not require four times the voltage to regulate with in the cc driver. The required eps in this case can often be almost zero.

And everyone (?) knows that if you have to transfer 1kW of power from point A to point B, then you will lose less power in the cable if you send it as 1kV 1A, than if you send it as 1V 1kA (unless you are willing to spend a huge amount of money for the transfer media. The vehicle industry looks at 48V systems in cars because of the cost of all the copper wiring in a 12V system.

All traces in the PCB are resistors. The transistors in the row drive have a voltage loss. The PSU has efficiency figures. All these steps one by one all adds up to the same result: A display with multiple diodes in series in each pixel will be more power-efficient than a display with the diodes in parallell. And controlling he "on" time of the diodes will efficiently adjust their intensity in a huge number of intensity steps. Allowing a huge number of intensity steps by turning on a varying number of diodes would either require a huge number of diodes, or that you design the system so that the diodes are driven by n, 2n, 4n, 8n, ... current units so you can get 75% intensity by lighing the 8n + 4n diode and 87.5% by lighting the 8n + 4n + 2n diode...

Does efficiency matter? If a text-only display, you normally have quite few LED lit at a time. In a billboard sign you may just as well display black text on a lit background, so you can have a very high average of diodes lit. Say 30%. Say the panel has 640x480x4 (monochrome). Say you drive 10mA/LED @ 2V (no need for max intensity). That gives 3686 amps. Say 2V for diodes and 1V for control = 11kW.

Say you drive your diodes in series. 0.25 as many driver outputs. Now 8V for diodes and about 1V for control. 922 amps and 9V gives 8.3kW.

If the customer finds that the display consuming 8.3kW on average looks visually more pleasing since the visual diode spacing doesn't vary with the environmental light - do you think they buy the "cheap" display needing 8.3kW, or do they buy the much more expensive display that looks worse and requires 11kW?

Note that the above was just an example, without aiming for a specific driver chip so a real-life solution can probably reduce the difference between the two designs by 30-40% by letting the single-diode solution run with a lower regulation margin than the solution with all diodes in series. But it does show that power matters. And the above figures did not take into account the difference in losses in the cables and PCB wires and the efficiency figures for a PSU supplying 3V or one supplying 9V.

Richard Erlacher said:
If I need a sign that has to be readable from 500 meters in daylight, I need a way to make it bright enough and to make the pixels large and bright enough to be visible. If there's a way to do that without increasing the LED count, driver count, power, etc, that's wonderful, but they must all be traded off in order to attain an optimal solution. The definition of optimal can vary widely, though.

The way to do it without increasing the driver count is obivous - run them in series.
The way to do it without increasing the power loss in the driver is obvious - run them in series.

Richard Erlacher said:
If you have PWM available in your MCU, or if you can justify it as part of the selection criteria, then yes, by all means, it should be considered.

1) No need for a hardware PWM - software will do just fine.
2) The cost of hardware PWM in the processor would probably represent the cost of a single-digit number of diodes. PWM hardware isn't exotic.

Richard Erlacher said:
I don't think packaging will be a problem, considering the 10:1 price difference.

What 10:1 price difference? And when does a price difference matter if the cheaper solution doesn't solve the problem? It is irrelevant what discrete components costs if you can't fit them on the available space.

Richard Erlacher said:
Let's see ... the current goes into the LED here ... and it comes out of it there ... through the CC current sink ... isn't that the case? LED forward voltage is the same ... How do you get MORE current to flow through the LED without having it flow through the current sink? If the current sink is constant-current, how would you increase the power?

I must have missed something here. We already had a couple of posts mentioning the magic word: Series. You do not try to put more current through them. You try to let the cc driver supply current to multiple diodes in series. More power to the diodes but not more current through the driver and a small increase in the voltage drop required by the CC driver.

Richard Erlacher said:
If you're just controlling duty cycle, and subsequently integrating the waveform, then it doesn't matter whether you have hardware or firmware control over it. In fact, all you need to do is shorten/lengthen the ON time. You certainly don't need dedicated PWM hardware.

Correct. Requiring dedicated PWM hardware was your assumption. And using multiple fully on/off diodes instead of varying the duty cycle seems to be your recommended solution.

Richard Erlacher said:
Whether you connect them in series or in parallel depends on your positive supply. Clearly, if you have multiple LED's per pixel and want to control them individually, you have to have correspondingly multiple drivers per pixel. Otherwise it matters not whether they're in series or in parallel.

Correct. IF you want to drive them individually. You want to do it. But you will have troubles finding large numbers of sign manufacturers who wants this. A huge sign takes lots of power. Individual control has worse efficiency. And takes more components. And takes more processor capacity = time. Lots of reasons why the people who build signs do not see any advantage with this but do see big disadvantages.

Richard Erlacher said:
3:1 for higher integration is, at least, worth a look, while 10:1 generally is not

Relevance of price difference between solutions has to be scaled with their quality factor. In this case, the discrete solution may have a perceived quality factor of zero because of form factor, MTBF or cooling requirements.

Richard Erlacher said:
In "normal" ambient lighting, you need only one pixel to be on at a time in order to ensure visibility, or, each one to be ON 1/4 of the time, which you can make to look reasonable by multiplexing the four LED's. Sometimes it requires two at a time. On the other hand, at 3 in the afternoon, the sun shines through the trees, window, or whatever, and makes the sign hard to read unless you really increase the illumination, so, instead of driving one LED at a time, and having to dim the room lighting, you drive all four.

Would you prefer to buy a display with black and four light levels and very visible change between the levels? And the possibility of flickering if you have too little filter time + hysterese in the light sensor?
Or would you prefer to buy a way cheaper display with less power consumtion for the same maximum display intensity and that will change intensity with almost invisible intensity steps?

Richard Erlacher said:
The added benefit is that, with multiple LED's and multiple drivers, the drivers don't overheat, the LED's are still driven within their limits, etc.

But the CC driver doesn't really care if it is driving one 4V LED at 100mA, or two 2V LED in series at 100mA so long as you adjust the input voltage. All it see is a current of 100mA and the voltage drop required to regulate the current to 100mA. The next factor is that if you run 1 to 4 LED, then at low light, one output will run at full power while three outputs will run at zero power. With the four LED in series you can request 25% LED intensity with a single output running at 100mA peak, but only 25mA avg which means that all output transistors in the driver chip can work at similar load.

Richard Erlacher said:
It's simply a matter of using more of what you already use, rather than looking for something "better."

What is wrong with looking for something "better", when something "better" happens to actually be better and cheaper?

Richard Erlacher said:
What processing power are you hoping to save? What would a self-contained display do aside from display the characters, monitor ambient light, and receive new buffer contents? It could, I suppose, manage its power supply ...

This MCU has little to do other than to operate the scrolling display. It uses 1280 pixels to display two lines (?) of 80 characters (The O/P said it was two lines of English in Roman alphabet.) He uses up 80 memory locations just for his text, and then has to manage the rest of the display and scrolling operation.


You think that a manufacturer designs a display board specifically for a 80x16 display? And then design another board for a 160x32 display. And a third design for a 240x8 display? The display board beside my computer runs 960x64 pix. If I need to control four outputs for each pixel then I need four times as much image memory for the bitmaps. And I obviously need to generate the data for four times as large bitmaps. And I need four times as high clock frequency when sending out data to shift registers or emit data on four times as many chains or let the shifting take four times as long. And the display board may not just "display". It may have to spend time communicating with something or computing something. Possibly running a full weather station to let you know temperature, wind, ... at the top of the downhill slope.

You can almost always find faster processors. Or you can add more processors. But the fact is that wastefully adding requirements for extra outputs removes one degree of freedom. Freedom that could have been used for solving a problem the customer actually can make use of. Maybe doing real-time video instead of just scrolling horisontal text.

Your suggestions seems to end up costing the customer more. More board space for control logic. More processing power needed to drive the image. More power loss feeding the sign. Do you think that sign manufacturers don't know what they are doing? A good designer should try to reduce the production cost and maitainance costs so that the seller makes more money and at the same time give the customer an additional value so that they select your product instead the competitors. Telling that your product consumes 20% more energy because that mamoth sign with 640x480*4*3 (full-color with four diodes times three colors/pixel) decides to run the diodes individually instead of in series doesn't help. To sell them a 1280x960x3 full-color display for the same price would probably be an easier deal. Because that is basically what you are suggesting: A high-res sign sold as (and forcibly limited to be) a low-res sign with multiple diodes/pixel.

How much would you pay for a TV with a HD panel controlled in a way that it gives SD resolution and allow 5 levels of R, G and B for a total of dithered 125 colors?

How much would you pay for a TV with the same size display, but built with a SD panel and where you instead have intensity control on the pixels?

List of 307 messages in thread
TopicAuthorDate
Scrolling Message in LED Display with 8051??            01/01/70 00:00      
   2 separate problems            01/01/70 00:00      
   the simple way            01/01/70 00:00      
      didnot get you            01/01/70 00:00      
         Standard circular buffer            01/01/70 00:00      
            Thanks            01/01/70 00:00      
               Flickering in scrolling            01/01/70 00:00      
                  Clip to viewport            01/01/70 00:00      
                     Testing on 8x8 display.            01/01/70 00:00      
                        Write fastest loop and count instructions            01/01/70 00:00      
                           Any other suggestions            01/01/70 00:00      
                              yes and no            01/01/70 00:00      
                                 Frankly speaking            01/01/70 00:00      
                                    time, time, time            01/01/70 00:00      
                              You should investigate old-style monochrome video adapters            01/01/70 00:00      
                                 but pretty close            01/01/70 00:00      
                                    not wishing to start a debate ...            01/01/70 00:00      
                                       pixel rate            01/01/70 00:00      
                                          Yes, that's true, but it's irrelevant            01/01/70 00:00      
                                             Persistence matters, and algorithm            01/01/70 00:00      
                                                I believe there's a difference in approach here            01/01/70 00:00      
                                                   Shift registers to drive rows, not columns.            01/01/70 00:00      
                                                      ...which is why they don'tfit this sort of application            01/01/70 00:00      
                                                         Think about pulse quota when multiplexing            01/01/70 00:00      
                                                            Yes, the multiplexing affects ultimate brightness ...            01/01/70 00:00      
                                                               never heard of 2 lines???            01/01/70 00:00      
                                                                  Yes, but most people can only read one at a time            01/01/70 00:00      
                                                                     16 pix            01/01/70 00:00      
                                                                        It's news to me ...            01/01/70 00:00      
                                                                           Good with forums            01/01/70 00:00      
                                                      Do you mean a REGISTERED shift register?            01/01/70 00:00      
                                                         Yes            01/01/70 00:00      
                                                            Absolutely!            01/01/70 00:00      
                                                         never seen one            01/01/70 00:00      
                                                      That's the answer i was looking for...            01/01/70 00:00      
                                       one can change the colour on an LED            01/01/70 00:00      
                                       a monochrome display has one LED per pixel            01/01/70 00:00      
                                          It is seldom so simple as one would like            01/01/70 00:00      
                                             I too read 8x8 as pixels/LEDs. However, probelm with scroll            01/01/70 00:00      
                                                Please leave that CRT            01/01/70 00:00      
                                                   But we area focused            01/01/70 00:00      
                                                   Chequebook time!            01/01/70 00:00      
                                                   You haven't told us anything useable!            01/01/70 00:00      
                                                      The Information            01/01/70 00:00      
                                                      The Information            01/01/70 00:00      
                                                         Mr. amir            01/01/70 00:00      
                                                      The Information            01/01/70 00:00      
                                                      The Information            01/01/70 00:00      
                                                      The Information            01/01/70 00:00      
                                                         Quoting Andy on this            01/01/70 00:00      
                                                            re the rating of "Quoting Andy on this"            01/01/70 00:00      
                                                               LOL            01/01/70 00:00      
                                                                  It was me, Per...            01/01/70 00:00      
                                                                     Feedback            01/01/70 00:00      
                                                                        I agree with you in all points, but...            01/01/70 00:00      
                                                                           I agree, Kai --- in most cases ...            01/01/70 00:00      
                                                                              Kick-starting threads do require some form of pushing            01/01/70 00:00      
                                                         That will be UGLY            01/01/70 00:00      
                                                            Not necessarily...            01/01/70 00:00      
                                                         That is not ALL the information.            01/01/70 00:00      
            Looked at circular buffer yet?            01/01/70 00:00      
   Has anyone looked at Allegro?            01/01/70 00:00      
      A specific chip for the shift-register solution            01/01/70 00:00      
         Think about total power loss            01/01/70 00:00      
            you tell me            01/01/70 00:00      
      the A6833 and similar offerings            01/01/70 00:00      
   Code, problem, information and schematic.            01/01/70 00:00      
      BU4094 is fast enough, but...            01/01/70 00:00      
         look at 74HC595            01/01/70 00:00      
            Yes, and not to forget the 74HC4094...            01/01/70 00:00      
               and 80 resistors            01/01/70 00:00      
                  Mickey Mousing?? Availibility!            01/01/70 00:00      
                     my absolute impression ...            01/01/70 00:00      
                        Almost total silence            01/01/70 00:00      
                           ??            01/01/70 00:00      
                              How to activate Aamir?            01/01/70 00:00      
                                 I don't want to activate Aamir!            01/01/70 00:00      
                                    Yes, most comments here are free-running without the OP            01/01/70 00:00      
                                       Maybe the wrong sorts of questions were asked            01/01/70 00:00      
                        Let's see what the O/P wants to do            01/01/70 00:00      
                           with the amount of effort the OP shows ....            01/01/70 00:00      
                              What you have failed to consider ...            01/01/70 00:00      
                                 did you read            01/01/70 00:00      
                                    Yes, I did!            01/01/70 00:00      
                        And my absolute impression is...            01/01/70 00:00      
                           why should I do that?            01/01/70 00:00      
                              I have to agree            01/01/70 00:00      
                  What does it cost? How many would be needed?            01/01/70 00:00      
                     Exactly!            01/01/70 00:00      
                     ST2221 EQUIVALENT            01/01/70 00:00      
                        It's not widely available in the developing world            01/01/70 00:00      
                           Max power loss at high ambient temperatures            01/01/70 00:00      
                              Interesting point ... but ...            01/01/70 00:00      
                                 8- or 16-bit drivers for different applications            01/01/70 00:00      
                           because            01/01/70 00:00      
                              Is this a chicken and egg sort of question?            01/01/70 00:00      
                                 Different chips for different problems            01/01/70 00:00      
                                 no, applea and oranges            01/01/70 00:00      
                                    Isn't that a design parameter?            01/01/70 00:00      
                                       Physics and practical realities            01/01/70 00:00      
                                          In some cases, perhaps LED's are not the right technology            01/01/70 00:00      
                                       and what does all that to do with ....            01/01/70 00:00      
                                          They have to remain within specified limits.            01/01/70 00:00      
                                             Still missing muxed concept            01/01/70 00:00      
                                                No ... I'm not missing the concept ...            01/01/70 00:00      
                                                   yes you are            01/01/70 00:00      
                                                      You're thinking too narrowly, methinks.            01/01/70 00:00      
                                                         no, you are muddling            01/01/70 00:00      
                                                            It's just another way to manage a big sign            01/01/70 00:00      
                                                               not so, back at ya            01/01/70 00:00      
                                                                  PWM or shorter on times.            01/01/70 00:00      
                                                                  There's more than one way to skin a cat            01/01/70 00:00      
                                                                     Start producing signs.            01/01/70 00:00      
                                                                        Those arguments are weak!            01/01/70 00:00      
                                                                           not for those that have an inkling of understanding            01/01/70 00:00      
                                                                              So ... how fast can you clock 'em?            01/01/70 00:00      
                                                                                 if you had read and not muddled....            01/01/70 00:00      
                                                                                    Not Bad ! That IS a lot more reasonable!            01/01/70 00:00      
                                                                                       why on earth would you want to do that            01/01/70 00:00      
                                                                                          If a little bit is good, sometimes more is better ...            01/01/70 00:00      
                                                                                             you might, I wouldn't            01/01/70 00:00      
                                                                                                I can envision such a thing ... but I don't build signs            01/01/70 00:00      
                                                                                                   I feel the need to SHOUT            01/01/70 00:00      
                                                                                                      Time to get back to scrolling            01/01/70 00:00      
                                                                                                         as long as the CC drives one pixel            01/01/70 00:00      
                                                                                                            Don't everyone love a DC-driven sign?            01/01/70 00:00      
                                                                                                               In the interest of discussion ...            01/01/70 00:00      
                                                                                                                  get your head out of your ....            01/01/70 00:00      
                                                                                                                     consider ALL the alternatives ...            01/01/70 00:00      
                                                                                                                        Inkling?            01/01/70 00:00      
                                                                                                                           It comes down to why this is being discussed            01/01/70 00:00      
                                                                                                                              Where is the progress?            01/01/70 00:00      
                                                                                                                                 Robert Erlacher ??            01/01/70 00:00      
                                                                                                                                    Oops            01/01/70 00:00      
                                                                                                                                 Let's leave irrelevant issues out ... for now            01/01/70 00:00      
                                                                                                                                    Quote examples            01/01/70 00:00      
                                                                                                                                       No citation needed!            01/01/70 00:00      
                                                                                                            ... about that schematic ...            01/01/70 00:00      
                                                                                                               Still thinking single diode            01/01/70 00:00      
                                                                                                                  It doesn't HAVE to be done in a conventional granularity            01/01/70 00:00      
                                                                                                               I do not think so            01/01/70 00:00      
                                                                        One other thing ...            01/01/70 00:00      
                                                                     THAT IS what PWM does            01/01/70 00:00      
                                                                        For that, you don't need dedicated hardware            01/01/70 00:00      
                                                                           never said so            01/01/70 00:00      
                                                                              Give the customer value while making money            01/01/70 00:00      
                                                                                 A lot of intersting issues have been forced to the surface            01/01/70 00:00      
                                                                                    Go for KISS            01/01/70 00:00      
                                             fruit salad            01/01/70 00:00      
                                                Not exactly ... I think you're ignoring the point            01/01/70 00:00      
                                                   this is where you are confoosed            01/01/70 00:00      
                                                      There's nothing confusing about the procedure            01/01/70 00:00      
                                                         NO, NO, NO            01/01/70 00:00      
                                                            Yes, non-mpx is probably easier ...            01/01/70 00:00      
                                                         Resistor on varying-current side? Hot, hot, hot            01/01/70 00:00      
                                                   Please forget CRT            01/01/70 00:00      
      why this complex, why so enamored by darlingtons?            01/01/70 00:00      
         Of course, your Allegro thingis would perfectly fit...            01/01/70 00:00      
            not the transistors, the ULN in the columns            01/01/70 00:00      
      Back to square one. First experiment with fast output            01/01/70 00:00      
      Power is not Sufficient            01/01/70 00:00      
         Semi-correct            01/01/70 00:00      
      Sorry guys            01/01/70 00:00      
   Switch statement            01/01/70 00:00      
      ULN2803 ????            01/01/70 00:00      
         WHY?????            01/01/70 00:00      
         The 2803's OK ... with a current source Anode driver            01/01/70 00:00      
            Yes, unless high cathode currents...            01/01/70 00:00      
               If he's sinking current from, at most, 16 cathodes ...            01/01/70 00:00      
                  Not 16 at a time. 0 or 1 for column. 0..80 for row            01/01/70 00:00      
                     I got it from the O/P's first post            01/01/70 00:00      
                        But you don't do 80:1            01/01/70 00:00      
                           I couldn't have said it better myself!            01/01/70 00:00      
                     Code hang-ups...            01/01/70 00:00      
                        Watchdog is nice            01/01/70 00:00      
                        not a 'bright' idea            01/01/70 00:00      
                           Yes, muxed displays requires high currents to not be dim            01/01/70 00:00      
            which varies by a factor of 1:80            01/01/70 00:00      
               It's not dirt-simple, but it's not rocket-science, either            01/01/70 00:00      
                  first/second????            01/01/70 00:00      
                  evidently it is            01/01/70 00:00      
                     I just came to think of this quiz            01/01/70 00:00      
   Happy three months            01/01/70 00:00      
      It didnot work for me again.....            01/01/70 00:00      
         are you familiar with Ohms law            01/01/70 00:00      
         Write test-code for driving the diodes            01/01/70 00:00      
         I'm afraid to tell you,...            01/01/70 00:00      
            Don't shift so much            01/01/70 00:00      
               Yes, he must shift byte-wise...            01/01/70 00:00      
                  The alternative...            01/01/70 00:00      
                     Try this, Aamir...            01/01/70 00:00      
                        Thanks Sir.......            01/01/70 00:00      
                        I knew someone would do his work for him!            01/01/70 00:00      
                           Yes, and it was fun!            01/01/70 00:00      
                              Yes, of course ... but they were far too complex            01/01/70 00:00      
                                 I'm really sorry that they were "far too complex"...            01/01/70 00:00      
                                    one step at a time            01/01/70 00:00      
                                       All many of these guys want is someone to do their work            01/01/70 00:00      
                                       Big-bang            01/01/70 00:00      
                                          Lessons learned            01/01/70 00:00      
                                             Lessons...            01/01/70 00:00      
                                                the difference            01/01/70 00:00      
                                                   He learns and learns and learns...            01/01/70 00:00      
                                                      that would be true            01/01/70 00:00      
                                                         That's the point...            01/01/70 00:00      
                                                            show me one            01/01/70 00:00      
                                                      Only feedback tells where the correct level is            01/01/70 00:00      
                                                Knowledge is still the morst valuable gift            01/01/70 00:00      
                                                   You really never had a look at something bigger??            01/01/70 00:00      
                                                      Read what I write, not what you want me to write            01/01/70 00:00      
                                                         Sorry, Per, but...            01/01/70 00:00      
                                                            Atleast give OP some time            01/01/70 00:00      
                                                               male cow manure            01/01/70 00:00      
                                                               This guy is a STUDENT! And probably a lazy one.            01/01/70 00:00      
                                                                  Poor...            01/01/70 00:00      
                                                                     It should be a career-ender            01/01/70 00:00      
                                                               Ignorance is bliss?            01/01/70 00:00      
                                                                  Is this a Social Work forum?            01/01/70 00:00      
                                                                     Is this a Social Work forum? - no            01/01/70 00:00      
                                                                        ethical behaviour            01/01/70 00:00      
                                                                           Good elbows...            01/01/70 00:00      
                                                                              Some people are just lazy, and think they're entitled.            01/01/70 00:00      
                                                                              Robots has no feelings            01/01/70 00:00      
                                                                     Where do you put the limit?            01/01/70 00:00      
                                                                        Its not the point            01/01/70 00:00      
                                                                           Prove your point!            01/01/70 00:00      
                                                                              point of disagreement ?            01/01/70 00:00      
                                                                                 Teflon-avoidance of arguments            01/01/70 00:00      
                                                                                    back to the old one            01/01/70 00:00      
                                                                                 There must be a willingness to do the work!            01/01/70 00:00      
                                                                                    a nasty thought            01/01/70 00:00      
                                          by silence the OP has admitted            01/01/70 00:00      
                                             He has admitted??            01/01/70 00:00      
                                                it is a known fact that            01/01/70 00:00      
                                                   Do you think, that I aggree if I don't reply...            01/01/70 00:00      
                                                      yes, IF            01/01/70 00:00      
                                                It may not have been in this thread            01/01/70 00:00      
                                                   Plain bogus...            01/01/70 00:00      
                                                   School projects always problematic            01/01/70 00:00      
                                                      This is a recurring theme            01/01/70 00:00      
                                                         Regular on Keil too            01/01/70 00:00      
                                    Well, too many components            01/01/70 00:00      
                                    I was looking for a product I could buy, not a work-product.            01/01/70 00:00      
      And still stuck on the basics            01/01/70 00:00      
   This one's not too costly!            01/01/70 00:00      
      Nice one            01/01/70 00:00      
   facts            01/01/70 00:00      
   Silence talks...            01/01/70 00:00      
      It's because the due-date of his assignment has passed            01/01/70 00:00      
         No the OP, but the two drive-by-shooters            01/01/70 00:00      
            For Per Westermark            01/01/70 00:00      
            "Drive-by-shooters"? Are you cuckoo??            01/01/70 00:00      
               I think that was the basic problem            01/01/70 00:00      
                  Yes, and as we do not know the state of knowledge...            01/01/70 00:00      
                     Once more you focus on bowing and other nonsense            01/01/70 00:00      
                        Do you feel better now??            01/01/70 00:00      
                           Why?            01/01/70 00:00      
                              Answers...            01/01/70 00:00      
                                 Try looking from the other direction            01/01/70 00:00      
                                    Forum rules...            01/01/70 00:00      
                                       Constant misunderstandings, or kicking in open doors            01/01/70 00:00      
                                          bow? no, but questions should be answered.            01/01/70 00:00      
                     but we do            01/01/70 00:00      
                        Making mistakes and confusing things...            01/01/70 00:00      
                           Missing help?            01/01/70 00:00      
                              Why do you all the time interfere in...            01/01/70 00:00      
                                 When we ask an O/P a question ...            01/01/70 00:00      
                                    But that's it, Richard!            01/01/70 00:00      
                                       You're right, Kai, but not in the way that you might think            01/01/70 00:00      
                                 Can't see "not helped"            01/01/70 00:00      
                                    I'm tired, Per...            01/01/70 00:00      
                                       Weapons down Kai :)            01/01/70 00:00      
                                       we all are            01/01/70 00:00      
                                          we all are -            01/01/70 00:00      
                                             So enumerate the factual errors then            01/01/70 00:00      
                                                You were wrong            01/01/70 00:00      
                                                   I wish that someday ...            01/01/70 00:00      
                                                      I wish that someday ... Is that so            01/01/70 00:00      
                                                         And your argument was?            01/01/70 00:00      
                                                            Example            01/01/70 00:00      
                                                               Just curious            01/01/70 00:00      
                                                                  No reverse way just wanted to show            01/01/70 00:00      
                                                                     assisted != having others to do the job            01/01/70 00:00      
                                                                        From this at least it dosent make            01/01/70 00:00      
                                                                           Come on, now, Ap Charles ...            01/01/70 00:00      
                                                                              Have you read what Aamir wrote?            01/01/70 00:00      
                                                                                 Yes, it looks like part of the assignment spec            01/01/70 00:00      
                                                                                    Assignment specs? Hardly...            01/01/70 00:00      
                                                                                       I guess we see different things in the quoted post            01/01/70 00:00      
                                                                                          These are good arguments...            01/01/70 00:00      
                                                                                             We'll never know for certain            01/01/70 00:00      
                                                                                       switch not the big problem            01/01/70 00:00      
                                                                                          Direct and Indirect calls            01/01/70 00:00      
                                                                                             Size of feet?            01/01/70 00:00      
                                                                                                I can see your point            01/01/70 00:00      
                                                                                                   Probably yet another language problem            01/01/70 00:00      
                                                                                                      The O/P has a part to play, as do we of 8052.COM            01/01/70 00:00      
                                                                                                      Yes            01/01/70 00:00      
                                                                                          Oh dear, Per, please...            01/01/70 00:00      
                                                                                             In the eye of the beholder            01/01/70 00:00      
                                                                                                Sorry, I didn't want to hurt you!            01/01/70 00:00      
                                                                                 again, it is obvious            01/01/70 00:00      
                                                            Not big-bang solution, but snippet of code!            01/01/70 00:00      
                                                I'm not the only one who confuses things...            01/01/70 00:00      
                                                   Yes, language barrier            01/01/70 00:00      
                                                   Yes, it's true ...            01/01/70 00:00      
                           wrong question            01/01/70 00:00      

Back to Subject List