Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    6,738

    Re: PBP 3 will not compile

    How can I find out which machines my PBP3 is registers on? Regards Graham Guthrie
  2. Replies
    6
    Views
    6,738

    Re: PBP 3 will not compile

    I am slowly progressing but have now getting a message that says HIGHJACKED_LCDOUT not found PBPPIC??.LIB.
    Can you please advise on how to install this in the correct Library.

    Thank, you Graham...
  3. Replies
    6
    Views
    6,738

    Re: PBP 3 will not compile

    I am now trying to compile on an old Xp laptop machine and am getting the following message: Warning: unable to open INCLUDE file c:\libraries\documents\pbp projects\newexclusion\lcd_anypin.pbp....
  4. Replies
    6
    Views
    6,738

    PBP 3 will not compile

    I have installed pbp 3 on a Windows 7 machine and have registered with correct serial number. When I compile the asm file using microchip mpasm tool suite it compiles correctly. If I try to use the...
  5. Replies
    5
    Views
    5,846

    Re: Using an incremental rotary encoder?

    ppr=pulses per rotation.
  6. Replies
    4
    Views
    18,035

    Re: LCD Display Formatting

    Yes your formatting looks good.
  7. Replies
    21
    Views
    11,982

    Re: 12F1840 ADCIN troubles, help needed :(

    Firstly ADCON1=%11100011 'JUSTIFY statement is conflicting with DEFINE ADC_CLOCK 3.
    Secondly IF VOLTAGE=>1023 THEN statement can never be greater than 1023. DEFINE ADC_BITS 10 means maximum...
  8. Replies
    32
    Views
    45,103

    Re: Version 3.0.8 released.

    I have installed 3.0.8 and it works fine with mplab 8.92.
  9. Replies
    32
    Views
    45,103

    Re: Version 3.0.8 released.

    Will version 3.0.8 still work with mplab 8.92
  10. Replies
    29
    Views
    14,238

    Re: Again ADC with 12F675 ...

    I think you may wat to try the following: if (vala >650) and (vala <920) then go sub xx
  11. Replies
    31
    Views
    19,248

    Re: Watt's the wattage when used on a PIC?

    Dave with a 47k resistor the current at 12 volts is only about 255 Micro amps. I have used this method hundreds of times and never had any problems. The input resistor can be as high as 270K and stil...
  12. Replies
    31
    Views
    19,248

    Re: Watt's the wattage when used on a PIC?

    Why do you not just use a 47k resistor in series with the input pin. The internal diodes in the pic will clamp the input voltage anyway. No need for zeners or voltage dividers.
  13. Re: removing pbp3 from xp machine to windows 7 machine

    Thank you all, if have managed to deactivate and reactivate on new machine.
  14. removing pbp3 from xp machine to windows 7 machine

    How do I remove pbp3 from an xp machine and reinstall an a windows 7 machine?
    I have installed on a new windows 7 machine but it installs as a trial version. how do i get licence transfered to new...
  15. Replies
    4
    Views
    3,992

    Re: A/D, and compiler issues.

    Bob, please post your code so that we can see what you are trying to do.
  16. Re: Rentron's TX-IR PIC Needed / Pre-programmed PIC12F609

    PROCESSOR p12f609
    #include "p12f609.inc"
    __CONFIG _MCLRE_OFF & _CP_OFF & _WDT_OFF & _XT_OSC

    start:
    BANKSEL ANSEL
    CLRF ANSEL
    MOVLW fDh
    MOVWF TRISIO
  17. Replies
    4
    Views
    3,350

    Re: Calibration Word & Processor Speed

    The Define OSC 8 does not change the oscillator speed. I only tell the compiler the speed so that internal delays are calculated correctly. To change the internal oscillator speed the osccon register...
  18. Replies
    1
    Views
    3,517

    18F26J11 and CTMU problem

    I am trying to get the CTMU touch controller working. I have 8 touch pads, KBD1,KBD2,KBD3,KBD4,SHIFT1,SHIFT2,UP,DOWN. Values and loaded into two variables called SWITCH and SHIFT. Everything works...
  19. Re: Problem with MPASM not having required INC files

    Keith, MPLAB 8.9 is still available and that supports all the present microprocessors.
  20. Replies
    13
    Views
    28,693

    Re: Input problems with 12F629?

    ANSEL and CMCON are only required for a 12f675 that has analog input capability. A12f629 does not have analog inputs so these commands are not required for the 12f629.
    The clear command is not...
  21. Replies
    68
    Views
    46,397

    Re: Single PIC to Blink 5 LEDs Independently?

    Looking at the compiler include file for a 12f683 the CCPR1 VAR WORD EXT has already been included. I think you should be able to comment this line out.
    Can you please tell me what the...
  22. Replies
    68
    Views
    46,397

    Re: Single PIC to Blink 5 LEDs Independently?

    You do not need a seperate hardware timer for each led. A single timer would do the job.:smile: Adapt the following code to suit your needs.


    #config
    __CONFIG _CONFIG1, _LVP_OFF & _FCMEN_ON...
  23. Replies
    9
    Views
    10,904

    Re: don't work on circuit, please help

    Trisc should be = %00000100
  24. Replies
    22
    Views
    9,869

    Re: 16f887 to 18f4685 transition

    I think your problem may be caused by your oscillator frequency. When using the 16f887 what oscillator were you using? When using the usart frequency you should use a crystal oscillator for stable...
  25. Replies
    2
    Views
    2,984

    Re: Servo Motor control using MATLAB and PIC.

    I think you may be in the incorrect forum. This forum has nothing to do with Matlab.
Results 1 to 25 of 40
Page 1 of 2 1 2