2006. 6. 20. 13:39

예전에 저가의 미니 PLC모듈인 컴파일테크놀리지(http://www.comfile.co.kr) 사의 TCP-33과 TCP-37을 사용 할 일 있어 위의 사진돠 같은 베이스보드를 만들어 봤는데 I/O 드라이브 용으로 사용이 가능하다.
입, 출력은 모두 포토커플러로 1, 2차 절연 되어 있으며, 특히 출력은 달링턴 구조로 되어 있기 때문에 왠만한 부하를 직접 구동 하는데도 문제가 없다. 입력 16점에 출력 8점으로 구성하였다.

- 회로도 - : 1150776591_PLC_Base.pdf  <-  PLC_Base.pdf

Posted by Paul Hwang
2006. 3. 7. 17:47

분해능이 좀 되는 A/D Converter를 쓰려면 보통은 12-Bit 이상의 것을 사용하게된다.
그러나 12-Bit 이상의 A/D Converter는 가격대가 올라가기 마련이다.
아래의 회로는 AT89c1051 또는 2051을 이용한 12-BitA/D Converter를 만들어 보았다.

1141719948_ad12bit.pdf(회로도)    1141719948_readfreq.C5k(Source File)    1141719948_READFREQ.HEX(HEX File)

 

Vin에 입력될 수 있는 전압은 0V ~ 10V까지이다. 입력이 10V일때 A/D 출력(패러럴)은 0xFFF 이다.
TP1 좌측의회로는 V-F Converter로 Vin에 10V의 전압이 인가될 때100KHz가 출력이 된다.
위의 회로를 잘 이용하면 A/D Converter Device없이 아날로그 데이터를 측정하여 처리 할 수 있는 마이크로프로세서의Firmware를작성 할 수가 있다.

Posted by Paul Hwang
2006. 3. 4. 23:17


Parts List:
R1 = 1K R2 = 47 ohm P1 = 50K potentiometerC1 = 0.001&micro;F, (1nF) ceramicC2 = 0.1&micro;F, (100nF), ceramic
C3 = 470&micro;F, 25V, electrolytic D1,D2 = 1N4148, general purpose signal diodes
D3 = MBR1645, NTE6081, or similar. 45V/16A Schottky Diode
Q1 = BUZ11, NTE2389, MosFET, High Speed Switch, N-channel, 30V/35A
IC1 = NE555, 8-pin Timer/Oscillator

Couple Notes:
This circuit is capable of regulating 12V motors and DC light bulbs. No coolrib required for Q1 or D3 if the current
does not exceed 2A. If it does, a sufficient coolrib for both the Schottky Diode (D3) and MosFET Q1 is required.
The regulation is obtained via PWM or Pulse Width Modulation. The output pin 3 of the 555 provides square-wave with an adjustable duty-cycle. What that basically means is that the pulse width changes the speed of the motor. The output from the 555 feeds the mosfet via current limiting resistor R2 of 47 ohms. Because the MosFET Q3 only "switches" and is not behaving like a pot, its energy-waste level is negliable, and also provides the motor more coupling at low rpm.
The maximum current Q1 can provide (safely) is about 10A. The replacement type mentioned in the parts list (NTE2389 can provide up to 35A at 60V. I use a cpu-cooler-fan for additional cooling at high rpm.

펌) http://www.uoguelph.ca/~antoon/circ/pwm555.html

Posted by Paul Hwang
2006. 3. 1. 15:17
Posted by Paul Hwang
2006. 3. 1. 13:18

Retarder(리타더)는 와전류식 자기 부하장치로 차대동력계, 엔진동력계, 대형차량의 제동장치 등에 이용되는 제품입니다.

샤시다이나모미터(차대동력계)는 자동차의 성능 및 부하상태에서의 배출가스농도를 검사하는 기기입니다.

본 회로는 자동차의 환경검사용 차대동력계의 리타더 콘트롤러로교류 상용전원을 직류(DC 0V ~ 300V)로 바꾼다음 이 전원을 PWM콘트롤하여 리타더에 공급하여리타더를 구동하는 회로 입니다.

콘트롤러에 입력 제어 전압을 DC 0V~5V를 입력하면 리타더 출력 PWM 펄스 듀티비를0% ~ 100%까지 제어할 수 있습니다.

1141188852_리타다콘트롤.pdf(회로도)    1141188852_Retarder.zip(펌 웨어)

Posted by Paul Hwang