Wednesday, January 30, 2013

Control Uninterruptible Power Supply Using PIC17C43 Microcontroller

That is a design circuit for Microchip Uninterruptible Power Supply (UPS) reference design with PIC17C43 microcontroller. Here’s the figure of the power supply;At times, power from a wall socket is neither clean nor uninterruptible. Many abnormalities such as blackouts, brownouts, spikes, surges, and noise can occur. Under the best conditions,...
read more "Control Uninterruptible Power Supply Using PIC17C43 Microcontroller"

Control Centigrade and Fahrenheit Scale Digital Thermometer Using LCD Display

This is a design circuit for Digital thermometers are cool devices as they show temperatures in human readable formats. This digital thermometer project is based on a PIC16F688 microcontroller and a DS1820 temperature sensor, and it displays temperature on a character LCD screen in both Celsius and Fahrenheit scales. I selected PIC16F688...
read more "Control Centigrade and Fahrenheit Scale Digital Thermometer Using LCD Display"

Friday, January 25, 2013

Control Using Reset IC in Microcontroller

This is a the design of microcontroller based electronics project, the use of Reset IC is critical for highly critical applications that need to ensure that the MCU will only operate at its optimum voltage. Without the use of reset circuitry, the MCU may go into a tristate of which it may go into abnormal operation. This is the figure if...
read more "Control Using Reset IC in Microcontroller"

Control The Voltage Regulator

The DC voltage produce by this circuit is depend on the load; the heavier the load (more current to the load) means the capacitor discharge time will be more faster and as a result the DC voltage output level will be drop. The circuit above is called unregulated AC to DC converter; because it could not maintain its voltage output level, this...
read more "Control The Voltage Regulator"

Control Making a Binary Clock Using a PIC Microcontroller

This is a design circuit for binary clock circuit. This circuit is the same hardware as the led matrix project using a 16F88 PIC microcontroller and an LED matrix.  Its worth taking a look there as the same hardware description applies on how to multiplex the display. This is the figure of the circuit;To display hours, minutes and seconds...
read more "Control Making a Binary Clock Using a PIC Microcontroller"

Control DC to DC Step-Up Regulator

This is a design circuit for the Maxim MAX756 is the sample of easy to use DC to DC step-up switching regulator; this chip is used to increase the typically low input DC voltage 1.1 volt - 1.8 volt to the output DC voltage of 3.3 Volt or 5 Volt at maximum 200mA load (300mA on 3.3 Volt output). This is the figure of the circuit;This means...
read more "Control DC to DC Step-Up Regulator"

Monday, January 21, 2013

Control PLC omron to VB example

In this post , I'd like to Change the state of PLC (run,monitor,stop) from the VB.I send the command from VB to PLC and then PLC responds and the change their state ,please make VB interface below:write the source code below:Dim data 'General DeclarationPrivate Sub kirim()Dat$ = datal = Len(Dat$)A = 0For I = 1 To lOpo$ = Mid$(Dat$, I, 1)A...
read more "Control PLC omron to VB example"

Sunday, January 20, 2013

Control Push button ON VB to Omron PLC

On VB interface you can make SET dan RESET button and Temporary Push Button to commuicate with OMRON PLC, please make VB interface below:Then Write Source code belowDim data 'General DeclarationPrivate Sub kirim()Dat$ = datal = Len(Dat$)A = 0For I = 1 To lOpo$ = Mid$(Dat$, I, 1)A = Asc(Opo$) Xor ANext IREAD MORE.....
read more "Control Push button ON VB to Omron PLC"

Saturday, January 19, 2013

Control Ladder Diagram Start delta circuit

As we know start delta use for starting induction motor to reduce rush .in this post I made the start delta control with PLC:Power Wiring diagram for Start Delta:Star Delta Power Wiring DiagramREAD MORE.....
read more "Control Ladder Diagram Start delta circuit"

Thursday, January 17, 2013

Control Ladder quiz for 3 Groups

I used Mitsubishi PLC, but you can convert the ladder diagram to other PLC type such as siemens, AB, ,omron etc or other as long you configure the I/O.first make the I/O table :Input Device:DeviceAddressNotePush Button 1X1for the first groupPush Button 2X2for the second group Push button 3X3for the thrid groupPush button 4X4Reset by the judgeOutput Device:READ MORE.....
read more "Control Ladder quiz for 3 Groups"

Control PIC Frequency Counter Operating Up To 50 MHz

This is a design circuit for general theory of operation of this circuit and notes on frequency counting. This circuit is based on PIC microcontrollers for the main control unit of the circuit. This is the figure of the circuit; The LCD is used in 4 bit mode interface so you only need 4 data lines and three control lines and it then...
read more "Control PIC Frequency Counter Operating Up To 50 MHz"

Control Multiple PIC16F84 Proteus Simulated Projects

Proteus is a software tool that allows simulation of various circuits including microcontroller based ones. You can complete entire project with simulator including hardware and software parts. And only then you can move towards manufacturing real device. This page is dedicated only to PIC16F84 microcontroller projects where you can download...
read more "Control Multiple PIC16F84 Proteus Simulated Projects"

Control MIC 702 Mictronics Circuit

This is a design circuit that can be used to convert a standard LCD interface parallel to serial interface model, use a microcontroller or a dedicated circuit such as the MIC 702 Mictronics you can download the complete data sheet and French by clicking this link. This is a circuit specially designed to transform the parallel interface and...
read more "Control MIC 702 Mictronics Circuit"

Control Driver an RGB LED Using Three Microcontroller Pins

The RGB LED contains three LEDs encased in one shell: Red, Green and Blue (some contain an extra blue led - as blue LEDs generate less output intensity (candela) per mA). It looks like a single white led except that it has four leads - one for the common ground connection and one for each led. This is the figure of the circuit;This project...
read more "Control Driver an RGB LED Using Three Microcontroller Pins"

Saturday, January 12, 2013

Control PLC program 1 button on and off

This is the Ladder diagram program for application one Push button for On and OFF the lamp .Using OMRON PLC type CJ1M.job description circuit:1.first time the button is pressed then the lamp ON2.second time the button is pressed then lights OFF3.back to a description number 1Addressing Input and output :DeviceAddressNOTEPush button 1 (PB1)00.00Chanel 0 bit 0Push button 1 (PB1)00.00Chanel 0 bit 0Lamp01.00Chanel 1 bit 0Internal...
read more "Control PLC program 1 button on and off"

Control Program PLC 1 tombol on dan off

Pada koleksi program kali ini , saya akan coba membuat aplikasi satu buah tombol untuk On dan OFF sebuah lampu.Dengan menggunakan PLC OMRON type CJ1M.deskripsi kerja rangkaian:1.Jika tombol ditekan pertama kali maka lampu ON2.Jika tombol ditekan yang kedua kali maka lampu OFF3.Kembali ke deskripsi no1.Pengalamatan Input dan output: DeviceAlamat/AddressKeteranganPush...
read more "Control Program PLC 1 tombol on dan off"

Friday, January 11, 2013

Control BASIC of MODBUS RTU Serial

What is Modbus?Modbus is a serial communication protocol developed by Modicon published by Modicon® in 1979 for use with its programmable logic controllers (PLCs). In simple terms, it is a method used for transmitting information over serial lines between electronic devices. The device requesting the information is called the Modbus Master and the devices supplying information are Modbus Slaves. In a standard Modbus network, there...
read more "Control BASIC of MODBUS RTU Serial"

Control Omron PLC and VB via Ethernet

In this post I'd like to share how to connect PLC omron with VB via converter serial to ethernet in this case I use MOXA, please make Vb interface below:Write the source code below:Private Sub Command1_Click()Text1.Text = “”cmd$ = “@00WR0001FFFF”Call Checksum(cmd$, cksm$)command.Text = cmd$ + cksm$ + “*” + Chr$(13)Winsock1.RemoteHost = “192.168.1.100″Winsock1.RemotePort...
read more "Control Omron PLC and VB via Ethernet"

Control Power logic or powe meter to Visual basic

This sample application VB for monitoring Diris A20 power meter vendor by SOCOMEC,I use Modbus RTU protocol to communication between Diris A20 and VB.first make Vb interface below:write The source code below:Dim CRCTable(0 To 511) As ByteDim CRC_Low, CRC_High As BytePrivate Sub CRC_16(ByVal Data As String, Length As Integer)Dim i As IntegerDim...
read more "Control Power logic or powe meter to Visual basic"

Control Omron PLC talk To VB

in this post I'd like to share about how to make PLC talk to the Visual Basic, and Then make Monitoring the condition of machine or PLC .Visual basic can Read and Write data to the PLC by send message to PLC and PLC send back the responds to the Visual Basic. Connection between PLC and VB used Serial communication Port or Host Link...
read more "Control Omron PLC talk To VB"

Thursday, January 10, 2013

Control MODBUS RTU WITH VB

This is the basic of Serial MODBUS RTU , in this post I would like to share about how to get data from Device Modbus RTU to Visual Basic (PC)First make VB interface below:Write the source code below:Dim CRCTable(0 To 511) As ByteDim CRC_Low, CRC_High As BytePrivate Sub CRC_16(ByVal Data As String, Length As Integer)Dim i As IntegerDim Index...
read more "Control MODBUS RTU WITH VB"

Sunday, January 6, 2013

Control PIC Serial Port

This is a tutorial for microcontroller tutorial circuit (you can use it on any other PIC device even a 16F84 as it uses a software implementation of the transmit part of a USART). The circuit uses the standard MAX232 level translator chip but you could use an SP202ECP which has identical pin out (and is cheaper!) and lets you use 100nF capacitors...
read more "Control PIC Serial Port"

Friday, January 4, 2013

Control 12V to 24V DC- DC Converter

This simple circuit is a DC-DC converterthat converting up 12V source to a 24V. It can be used to run radios,small lights, relays, horns and other 24V accessories from a 12Vvehicle with a maximum draw of about 800mA. The Schematic 12V to 24V DC- DC ConverterThis DC-DC Convertercan be used to charge one 12V battery from another, or step...
read more "Control 12V to 24V DC- DC Converter"