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 ana_cont

  1. ana_cont

    Converting A Capacitor To An Ideal Transmission Line

    https://electronics.stackexchange.com/questions/401025/how-i-can-make-transmission-line-from-inducor-and-capacitor
  2. ana_cont

    Converting A Capacitor To An Ideal Transmission Line

    https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwipsJybqc_8AhXvsaQKHeQBAbYQFnoECA4QAQ&url=https%3A%2F%2Fwww.unioviedo.es%2Fpcasielles%2Fuploads%2Fproyectantes%2Fcosas_lineas.pdf&usg=AOvVaw0p4gcwY4WpJCVSUNyrZsHF as you control 1673983673 are you control...
  3. ana_cont

    [SOLVED] compiler cmcon=7; pic16 //LCD module connections

    ============================ Moderator action: Added C code tags ============================ float pulse; #define sw portd.rd0 void main(){ trisc=0x00; portc=0; trisd.f0=1; while(1){ if(sw==1) while(sw==1); pulse++; } if(pulse>=500)pulse=0; if(rd0_bit==1)pulse++; if((pulse>=0)&&(pulse<=51)){...
  4. me

    me

  5. IMG_20221103_124333.jpg

    IMG_20221103_124333.jpg

  6. ana_cont

    [SOLVED] compiler cmcon=7; pic16 //LCD module connections

    hi, if ihave 52 pulse hz need to say v=w/t which t is time taken 60 second ,w=52 one revolution ned value of v simple ineed the v to make action t hanks.
  7. ana_cont

    [SOLVED] compiler cmcon=7; pic16 //LCD module connections

    int puls=0; #define sw portd.rd0 void main(){ trisc=0x00; portc=0; trisd.f0=1; while(1){ if(sw==1) while(sw==1); pulse++; } if(pulse>=500)pulse=0; if(rd0_bit==1)pulse++; if(pulse==pulse<=51){ portc.f4=0; } while(1){ if(pulse>=52){ while(pulse==52); pulse=pulse *(52/60); pulse=0.8666667; }...
  8. ana_cont

    [SOLVED] compiler cmcon=7; pic16 //LCD module connections

    t hank you very muct h 1668711979 thanks 1668711983 thanks
  9. ana_cont

    [SOLVED] compiler cmcon=7; pic16 //LCD module connections

    hi brain proram compile ok, but simulation not 1668698859 here ihave mix varible types of math: int puls=0; #define sw portd.rd0 void main(){ trisc=0x00; portc=0; trisd.f0=1; if(sw==1) while(sw==1); pulse++; } if(pulse>=500)pulse=0; if(rd0_bit==1)pulse++; if(pulse==pulse<=51){ portc.f4=0; }...
  10. ana_cont

    [SOLVED] compiler cmcon=7; pic16 //LCD module connections

    //LCD module connections sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RB0_bit; sbit LCD_D5 at RB1_bit; sbit LCD_D6 at RB2_bit; sbit LCD_D7 at RB3_bit; sbit LCD_RS_Direction at TRISB4_bit; sbit LCD_EN_Direction at TRISB5_bit; sbit LCD_D4_Direction at TRISB0_bit; sbit...
  11. ana_cont

    rpm not displaied const wh_length=11;const pulse=36;const meter_pulse=(100/wh_length)*pulse;int meter=0;char speedshow[30];char RPMshow[30];

    Hi I will try it thank you hi i will try and be back i will try floating for devision and be back thank you
  12. ana_cont

    rpm not displaied const wh_length=11;const pulse=36;const meter_pulse=(100/wh_length)*pulse;int meter=0;char speedshow[30];char RPMshow[30];

    hi iam new in mikro c and not forget to say thank you for answer but still need help please
  13. ana_cont

    rpm not displaied const wh_length=11;const pulse=36;const meter_pulse=(100/wh_length)*pulse;int meter=0;char speedshow[30];char RPMshow[30];

    const wh_length=11; const pulse=36; const meter_pulse=(100/wh_length)*pulse; int meter=0; char speedshow[30]; char RPMshow[30]; char distanceshow[30]; int count_puls=0; int speed ; int rpm=0; void TMR0_init (void); T1SE; TF00; E11; GIE1; unsigned int_option_reg...

Part and Inventory Search

Back
Top