Chitika

Sunday, December 27, 2015

Microwave Troubleshooting - Some Essential Techniques

Microwave Oven is an essential part of modern days kitchen not only in developed countries but also in many developing countries.Like many other electrical home appliances,microwave ovens are also liable to develop some minor or major faults over the period of time as they are used in routine.In this article some techniques to repair a faulty microwave oven are presented.

Components and Items Required for Troubleshooting :

For troubleshooting a microwave oven you may need the following components and tools:
Figure 1 : A Typical Microwave Oven

Thursday, December 10, 2015

Converting Binary Array to Integer Value in Labview

Sometimes its is required to convert binary array into integer value in Labview or sometimes it is required to convert individual binary bits acquired from parallel data lines of output from Analog-to-Digital Converter into integer value that may be used for further processing or mathematical manipulations.Here is a simple Code for implementing this idea in Labview:
Figure 1 : The Front Panel
The Front Panel of this code implementation in Labview is shown in Figure 1.The Front Panel shows to ways of converting to number one from Boolean Array and the other from individual Boolean Bits combined through Build Array function.