Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: rossfree; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Re: Machine Automation Program - need peer feedback...

    Thanks again Jerson,

    I thought that's what you meant by a stepper coil table... but I have no need for that.

    The steps that I refer to in the 'BRANCH' command, are process steps in my...
  2. Re: Machine Automation Program - need peer feedback...

    Hi Jerson,

    Thank you for your feedback.

    I don't have enough experience to know why I would use 'select case' over 'branch'. Is there a speed gain? Keep in mind my example is somewhat bare...
  3. Re: Machine Automation Program - need peer feedback...

    The point of this code example is to show how I am accomplishing multiple movements at the same time. Quite frankly I don't know another way and would like to know if others are doing it differently....
  4. Machine Automation Program - need peer feedback...

    I am a using PicBasic Pro to program machines at work. I have no peers around me that I can lean on for support or ideas. I know I'm not very good at this stuff and I learn best when there are others...
  5. Re: Final stages of programming a new machine... would like a critical eye on my prog

    Thanks guys. I will upload later today.

    Came to a stopping point last night. The machine is not finished but it runs and runs well. Still have operator control menus to write and a couple more...
  6. Final stages of programming a new machine... would like a critical eye on my program

    Hi all,

    I'm in the final stages of programming a semi-automated machine I designed for work. I'm a mechanical designer by trade but hobby a bit in electronics and programming. I talked my boss...
  7. Re: I thought it was like riding a bike... Help please! 16f630 config

    I got it working. Here's the code I used:

    CMCON = 7
    TRISA = %111000
    TRISC = %111000
    porta = 0
    portc = 0

    Push var porta.4
    '****************************************************************
  8. Re: I thought it was like riding a bike... Help please! 16f630 config

    Hi,

    Thank you for your response!

    I want all of the LED's to stay ON. But the first two turn off. I don't understand why. I suspect I need to do something to PORTA that I have not done. PORTC is...
  9. I thought it was like riding a bike... Help please! 16f630 config

    I'm trying to write a very simple program but can't get off the ground. I don't read data sheets very well though I have spent hours trying. Much of it simply goes over my head. I feel sure that I'm...
  10. Replies
    15
    Views
    8,661

    A VAR WORD B VAR WORD TNTH VAR BYTE HUNDTH VAR...

    A VAR WORD
    B VAR WORD
    TNTH VAR BYTE
    HUNDTH VAR BYTE


    A = B * 100 'A is temporary storage of computation
    A = DIV32 558 'using DIV32... B can be any integer up to 65534
    TNTH = A DIG 1 'GRAB...
  11. Thread: PIC Audio

    by rossfree
    Replies
    28
    Views
    18,099

    It may be a little late to point this out but......

    It may be a little late to point this out but...

    STARWARS ISN'T REAL!...
    .
    .
    .
    .
    .
    .
    .
  12. Replies
    15
    Views
    8,661

    Not knowing the size of B, I've used DIV32. B can...

    Not knowing the size of B, I've used DIV32. B can be any integer up to 65534.

    A VAR WORD
    B VAR WORD


    A = B * 100 'A is temporary storage of computation
    A = DIV32 558 'using...
  13. Thread: PIC Audio

    by rossfree
    Replies
    28
    Views
    18,099

    ...You could even pre-program the chip to call an...

    ...You could even pre-program the chip to call an mp3 file that sounds like the base commander is calling you on your headset. HA! It could add to the realism.

    The processor need not be bigger...
  14. Thread: PIC Audio

    by rossfree
    Replies
    28
    Views
    18,099

    Dave, It seems like there is an answer in...

    Dave,

    It seems like there is an answer in using several of the ideas mentioned. Using the PIC as your control device to since when you are speaking, a simple lm386 sound distortion circuit for...
  15. Thread: PIC Audio

    by rossfree
    Replies
    28
    Views
    18,099

    I recommend the element of surprise... Do you...

    I recommend the element of surprise...

    Do you see how careless those storm troopers were! It would be easy to conseal a light saber in the crowd. Just at the right moment... POW! BAM!
    BLING! Cut...
  16. Yep... that should do it. Thank you Skimask ...

    Yep... that should do it.

    Thank you Skimask

    Ross
  17. Accessing several bits together in a byte or word...

    I know there is a way... but can't find it in a search and can't remember how to do it...

    I would like to insert a three-bit number into a byte or word such as...

    Put 110 into byte xxxxxxx and...
  18. Skimask, there for a minute I was looking for a...

    Skimask, there for a minute I was looking for a lamb to slaughter. Your words made me ssshhhhiiiivvvverrrr... no wait... I had my had on the fuse block. Made me think I should be naked with lit...
  19. MAX232 Pin Voltages / Bootloader / Microcode Studio

    Listed below are voltage measurements I took off of a MAX232. The circuit is a carbon copy of the bootloader circuit found on Mecanique's Microcode Studio Website:
    ...
  20. Alright... let me re-phrase that. Thank you...

    Alright... let me re-phrase that.

    Thank you Skimask for your help and polite comments! And again let me say how much I appreciate all who contributed to the correction of my most dispickable...
  21. Happiness is a board that programs with the...

    Happiness is a board that programs with the bootloader!

    That was the problem... the 876 is happy and computer is chitting at it merilly. It was the mirrored D-Sub. A mistake I can live with... but...
  22. I just checked the data sheet on the 876 (is...

    I just checked the data sheet on the 876 (is everyone proud of me! :-)

    Using the bootloader and a MAX232, I am using high voltage programming? Yes? and the PGM pin is associated with Low Voltage...
  23. Do you have 16F876 or 16F876A selected in your...

    Do you have 16F876 or 16F876A selected in your programmer, or which chip do you have?

    I'm using a 16f876. Microcode Studio is also set to 16f876.



    It's a thought...
    How about the PGM...
  24. Artwork attached:

    To Pic_User,

    Thank you for your reply.

    Did you etch it yourself? No... PCB123. I made two boards. No solder-mask or SS. And I found a problem earlier... my metal can crystal was intermittantly...
  25. Thank you for replying... I am not having...

    Thank you for replying...

    I am not having trouble with the breadboard. It's my new circuit board that does not allow me to program the chip. On the breadboard, I can program just fine.

    I do...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4