caramoan tour package

caramoan tour package

Author Topic: All Request Help for Circuit Design and Simulation using Proteus  (Read 1215 times)

Offline ElektroniC8

  • Size AA Battery
  • ****
  • Posts: 111
  • Pogi/Ganda Points: 1


By elektronic8 at 2010-01-15


By Elektronic8 at 2010-01-15







Mga master, first time ko gumamit ng Proteus. pano palitan ang value ng xformer ng halimbawa 25-0-25? saka bakit malikot mali ba ang value ng rectifier diode?

Philippine Electronics Forum


Offline ElektroniC8

  • Size AA Battery
  • ****
  • Posts: 111
  • Pogi/Ganda Points: 1
Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #1 on: January 16, 2010, 02:10:23 PM »
bakit angtaas ng volt niya mga master dahil ba hendi naka-set ang value na volt ng transformer

Philippine Electronics Forum

Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #1 on: January 16, 2010, 02:10:23 PM »

Offline ElektroniC8

  • Size AA Battery
  • ****
  • Posts: 111
  • Pogi/Ganda Points: 1
Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #2 on: January 16, 2010, 02:22:37 PM »
hanap nga ako sa youtube kung pano magset

Philippine Electronics Forum

Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #2 on: January 16, 2010, 02:22:37 PM »

Offline KANGARO

  • Size C Battery
  • *****
  • Posts: 222
  • Pogi/Ganda Points: 18
  • Gender: Female
Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #3 on: January 16, 2010, 02:42:04 PM »
sa secondary output ng x'former ilang voltage bah naka set

Philippine Electronics Forum

Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #3 on: January 16, 2010, 02:42:04 PM »

Offline ElektroniC8

  • Size AA Battery
  • ****
  • Posts: 111
  • Pogi/Ganda Points: 1
Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #4 on: January 16, 2010, 02:49:11 PM »
sa secondary output ng x'former ilang voltage bah naka set

master base sa picture nakadefault pa siya hendi ko alam iset ang value

Philippine Electronics Forum

Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #4 on: January 16, 2010, 02:49:11 PM »

Offline KANGARO

  • Size C Battery
  • *****
  • Posts: 222
  • Pogi/Ganda Points: 18
  • Gender: Female
Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #5 on: January 16, 2010, 02:53:40 PM »
master base sa picture nakadefault pa siya hendi ko alam iset ang value

ok, if nakadefault try to measure muna secondary ng x'former. tanggalin mo muna ibang components dyn

Offline ElektroniC8

  • Size AA Battery
  • ****
  • Posts: 111
  • Pogi/Ganda Points: 1
Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #6 on: January 16, 2010, 02:55:56 PM »
so master bali isang capacitor mona at yung load niya ang nakalagay?

Offline ElektroniC8

  • Size AA Battery
  • ****
  • Posts: 111
  • Pogi/Ganda Points: 1
Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #7 on: January 16, 2010, 03:08:24 PM »

By elektronic8 at 2010-01-15

ang baba naman ng output parang hendi dumaan sa bridge :) 25v yung input nasa 23.4 yung ouput.

Offline ElektroniC8

  • Size AA Battery
  • ****
  • Posts: 111
  • Pogi/Ganda Points: 1
Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #8 on: January 16, 2010, 03:55:59 PM »
bakit ganun

Offline ElektroniC8

  • Size AA Battery
  • ****
  • Posts: 111
  • Pogi/Ganda Points: 1
Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #9 on: January 17, 2010, 08:52:48 PM »
My second  program :)


By elektronic8 at 2010-01-17

my first program may problema



By elektronic8 at 2010-01-17


Quote

char *text = "This is my First PIC Programming by Elektronic8";
 int i;
    // Lcd pinout settings
// Lcd pinout settings
sbit LCD_RS at RB2_bit;
sbit LCD_EN at RB3_bit;
sbit LCD_D4 at RB4_bit;
sbit LCD_D5 at RB5_bit;
sbit LCD_D6 at RB6_bit;
sbit LCD_D7 at RB7_bit;

// Pin direction
sbit LCD_RS_Direction at TRISB2_bit;
sbit LCD_EN_Direction at TRISB3_bit;
sbit LCD_D4_Direction at TRISB4_bit;
sbit LCD_D5_Direction at TRISB5_bit;
sbit LCD_D6_Direction at TRISB6_bit;
sbit LCD_D7_Direction at TRISB7_bit;

void main() {
Lcd_Init();    // load the pin  and pinout

TRISB = 0; // PORTB is output
// Initialize LCD connected to PORTB
Lcd_Cmd(_LCD_CLEAR); // Clear display
Lcd_Cmd(_LCD_CURSOR_OFF); // Turn cursor off

 for(i = 15; i>= 1; i--)
 {
    if(i== 1){
  i=15;
  Lcd_Cmd(_LCD_SHIFT_RIGHT );
  Delay_100ms();
  Lcd_Out(1,i,text);
  }



 }
 


ano problem ng program ko bakit hendi lahat na text nadidisplay?
mga master  :( ::)

Offline ElektroniC8

  • Size AA Battery
  • ****
  • Posts: 111
  • Pogi/Ganda Points: 1
Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #10 on: January 19, 2010, 11:12:54 PM »
katatapos kolang gumawa ng simple usart gumawa rin ako ng program sa controller using c#.net tapos mikro c pro yung sa hex :) naka-view ba ang elab ng *.swf file  flash

Offline ElektroniC8

  • Size AA Battery
  • ****
  • Posts: 111
  • Pogi/Ganda Points: 1
Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #11 on: January 19, 2010, 11:19:45 PM »

By elektronic8 at 2010-01-19

hendi pwede pala mga master

Philippine Electronics Forum

Re: All Request Help for Circuit Design and Simulation using Proteus
« Reply #11 on: January 19, 2010, 11:19:45 PM »

 

Privacy Policy

Contact Us: elabph@yahoo.com