1460707924-5bd411f0-fe8f-47ce-bf0f-1d334053b311

1. A computer-implemented method comprising:
loading, at a computing device, a process into a virtual machine operating under control of a hypervisor communicatively interfaced with a host operating system kernel of a host operating system of the computing device, the hypervisor executing under control of the host operating system;
exposing, at the computing device, a subset of an Application Programming Interface (API) to the virtual machine, wherein the process interfaces with the host operating system kernel via the subset of the API; and
executing the process in the virtual machine.
2. The computer-implemented method of claim 1, further comprising:
exposing, at the computing device, a copy-on-write memory image associated with the operating system kernel to the virtual machine.
3. The computer-implemented method of claim 2, further comprising:
exposing, at the computing device, a read-only memory image of the operating system kernel to the virtual machine.
4. The computer-implemented method of claim 1, further comprising:
receiving, at the hypervisor, a request from the process to write to a copy-on-write memory image;
allocating a private copy portion of the copy-on-write memory image to the process executing in the virtual machine; and
writing to the private copy portion of the copy-on-write memory image based on the request from the process.
5. The computer-implemented method of claim 1, wherein the hypervisor controls a plurality of virtual machines, each of which comprises a read-only view of the operating system kernel in memory, and wherein:
each virtual machine contains a single executing process;
the hypervisor exposes a subset of the API to each virtual machine; and wherein
the hypervisor exposes a copy-on-write memory image associated with the operating system kernel to each virtual machine.
6. The computer-implemented method of claim 1, wherein the process executes as a guest operating system under control of the hypervisor.
7. The computer-implemented method of claim 1, wherein exposing the subset of the API to the virtual machine comprises:
exposing non-restricted operations of the operating system kernel accessible via the API to the virtual machine; and
hiding restricted operations accessible to the operating system kernel accessible via the API from the virtual machine.
8. The computer-implemented method of claim 1, wherein:
the API comprises interfaces to restricted operations of the operating system kernel and interfaces to non-restricted operations of the operating system kernel;
the subset of the API exposed to the virtual machine comprises the interfaces to the non-restricted operations; and wherein
the interfaces to the restricted operations are not exposed to the virtual machine.
9. The computer-implemented method of claim 8, wherein the restricted operations are selected from a group comprising:
requests to load executable code after an initial process load associated with a computer application;
requests to access memory locations which are not allocated to the computer application;
requests to make executable memory locations writable;
requests to make writable memory locations executable;
requests to commit modifications to dynamic shared objects; and
requests to self-modify the computer application.
10. The computer-implemented method of claim 1, further comprising:
marking an executable image associated with the process as read-only in the copy-on-write memory image; and
disabling interfaces in the subset of the API to mark all or a portion of the executable image associated with the process as writable in the copy-on-write memory image.
11. The computer-implemented method of claim 1, further comprising:
loading a second process into a second virtual machine operating under control of the hypervisor;
exposing a copy-on-write memory image associated with the operating system kernel to the virtual machine; and
exposing a read-only memory image of the operating system kernel to the virtual machine.
12. The computer-implemented method of claim 11, wherein a first process of a first virtual machine is hidden from a second process of a second virtual machine via the hypervisor, and wherein the second process of the second virtual machine is hidden from the first process of the first virtual machine via the hypervisor.
13. The computer-implemented method of claim 1, further comprising:
removing the virtual machine when the process terminates; and
removing the virtual machine from a plurality of virtual machines operating under control of the hypervisor.
14. The computer-implemented method of claim 1, wherein executing the process in the virtual machine comprises executing the process in recording mode to generate an operations profile.
15. The computer-implemented method of claim 14, wherein executing the process in recording mode comprises:
executing the process in the virtual machine;
recording all requests made to the API from the executing process; and
storing the recorded requests in the operations profile.
16. The computer-implemented method of claim 15, wherein the subset of the API exposed to the virtual machine is based on the operations profile.
17. The computer-implemented method of claim 16, wherein the subset of the API exposed to the virtual machine is based further on a restricted operations profile.
18. A non-transitory computer-readable medium, having instructions stored thereon that, when executed by a processor, perform a method comprising:
loading a process into a virtual machine operating under control of a hypervisor communicatively interfaced with a host operating system kernel of a host operating system of the computing device, the hypervisor executing under control of the host operating system;
exposing a subset of an Application Programming Interface (API) to the virtual machine, wherein the process interfaces with the host operating system kernel via the subset of the API; and
executing the process in the virtual machine.
19. The computer-readable medium of claim 18, wherein the method to be performed further comprises:
exposing a copy-on-write memory image associated with the operating system kernel to the virtual machine.
20. The computer-readable medium of claim 19, wherein the method to be performed further comprises:
exposing at least a portion of a read-only memory image of the operating system kernel to the virtual machine, wherein the portion of the read-only memory image comprises one or more modular components of the operating system in the read-only memory image.
21. A computing device comprising:
a memory; and
a processor, coupled to the memory, to execute a hypervisor under control of a host operating system, the hypervisor communicatively interfaced with a host operating system kernel of the host operating system via an Application Programming Interface (API), the hypervisor to load a process into a virtual machine operating under control of the hypervisor, and to expose a subset of the API to the virtual machine, wherein the process interfaces with the host operating system kernel via the subset of the API, and wherein the processor is to execute the process in the virtual machine.
22. The computing device of claim 21, further comprising:
an operations recorder, coupled with the memory and the processor, to record all API requests initiated by the executing process, regardless of whether the API requests are supported by the subset of the API exposed to the virtual machine; and wherein
the operations recorder is operable to further store the recorded API requests in an operations profile.
23. The computing device of claim 21, further comprising:
a copy-on-write memory controller, coupled with the memory, to manage a copy-on-write memory image stored in the memory and associated with the operating system kernel, and wherein
the copy-on-write memory controller is operable to further:
expose the read-only memory image of the operating system kernel to the virtual machine via the hypervisor,
receiving from the hypervisor, a request to write to the copy-on-write memory image on behalf of the process,
allocate a private copy portion of the copy-on-write memory image to the process executing in the virtual machine, and
write to the private copy portion of the copy-on-write memory image based on the request from the hypervisor.
24. A computer-implemented method comprising:
loading, at a computing device, a process within a virtual machine under control of a hypervisor, the hypervisor being communicatively interfaced with a host operating system kernel of a host operating system via an Application Programming Interface (API), the hypervisor executing under control of the host operating system;
exposing a subset of the API to the virtual machine, wherein the subset of the API comprises a plurality of non-restricted operations of the host operating system kernel to the process loaded within the virtual machine; and
initiating execution of the process in the virtual machine.
25. The computer-implemented method of claim 24, further comprising:
receiving a request from the process executing in the virtual machine to perform an operation; and
transacting the operation requested by the process to the operating system kernel when the operation is exposed to the virtual machine via the subset of the API.
26. The computer-implemented method of claim 24, wherein a portion of the API unexposed to the virtual machine via the subset of the API comprises one or more restricted operations selected from a group comprising:
requests to load executable code after an initial process load associated with a computer application;
requests to access memory locations which are not allocated to the computer application;
requests to make executable memory locations writable;
requests to make writable memory locations executable;
requests to commit modifications to dynamic shared objects; and
requests to self-modify the computer application.
The claims below are in addition to those above.
All refrences to claim(s) which appear below refer to the numbering after this setence.

1. A dimensional measurement device configured to send a first beam of light to a remote target, the target having a position in space, the target returning a reflected portion of the first beam as a second beam, the measurement device comprising:
a first light source configured to emit a first light;
a fiber coupler assembly including a coupler input port, a coupler output port, a coupler measure port, and a coupler reference port, the fiber coupler assembly configured to receive a first portion of the first light through the coupler input port, to send a second portion of the first portion out of the coupler output port, and to send a third portion of the first portion out of the coupler reference port;
a fiber-optic switch including a switch input port, a switch measure port, and a switch reference port, the fiber-optic switch configured to receive the second portion through the switch input port, to receive a first electrical signal in a first state or a second state, and to send the second portion out of the switch measure port if the first electrical signal is in the first state or to send the second portion out of the switch reference port if the first electrical signal is in the second state;
an optical system configured to receive the second portion from the switch measure port and to send the second portion out of the dimensional measurement device as the first beam, the optical system further configured to receive the second beam as a fourth portion, to send the fourth portion into the switch measure port, the fiber-optic switch configured to receive the fourth portion and to send the fourth portion into the coupler output port, the fiber coupler assembly configured to send a fifth portion of the fourth portion out of the coupler measure port;
a reference retroreflector configured to receive the second portion from the switch reference port and to return it to the coupler output port as a sixth portion, the fiber coupler assembly configured to send a seventh portion of the sixth portion to the coupler measure port;
a first electrical circuit configured to provide the first electrical signal in the first state or the second state, to convert the third portion into a first reference value, to convert the fifth portion into a first measure value if the first electrical signal is in the first state, and to convert the seventh portion into a second reference value if the first electrical signal is in the second state; and
a processor configured to determine a first distance from the dimensional measurement device to the target, the first distance based at least in part on the first measure value, the first reference value, and the second reference value.
2. The dimensional measurement device of claim 1, wherein the third portion is converted into a first reference electrical signal by a reference optical detector, the fifth portion is converted into a first measure electrical signal by a measure optical detector, and the seventh portion is converted into a second reference electrical signal by the measure optical detector.
3. The dimensional measurement device of claim 1, further comprising:
a first motor and a second motor that together are configured to direct the first beam of light to a first direction, the first direction determined by a first angle of rotation about a first axis and a second angle of rotation about a second axis, the first angle of rotation produced by the first motor and the second angle of rotation produced by the second motor; and
a first angle measuring device configured to measure the first angle of rotation and a second angle measuring device configured to measure the second angle of rotation, wherein the processor is further configured to provide three-dimensional coordinates of the retroreflector target, the three-dimensional coordinates based at least in part on the first distance, the first angle of rotation, and the second angle of rotation.
4. The dimensional measurement device of claim 2 wherein the target is a retroreflector target.
5. The dimensional measurement device of claim 4 wherein the target is a spherically mounted retroreflector.
6. The dimensional measurement device of claim 1 wherein the dimensional measurement device further comprises a modulator to modulate the first light.
7. The dimensional measurement device of claim 6, wherein the modulator is configured to modulate the optical power of the first light approximately as a sinusoid of constant frequency.
8. The dimensional measurement device of claim 7, wherein the first electrical circuit is configured to extract a first reference phase of the third portion, a first measure phase of the fifth portion, and a second reference phase of the seventh portion.
9. The dimensional measurement device of claim 6, wherein the modulator is configured to modulate the optical power of the first light in a pulsed fashion.
10. The dimensional measurement device of claim 6, wherein the modulator is configured to modulate the optical power of the first light as a waveform having a time-varying frequency.
11. The dimensional measurement device of claim 4, wherein the first electrical circuit is configured to select one of the first state and the second state based at least in part on the first measure value.
12. The dimensional measurement device of claim 4, wherein the first electrical circuit is configured to select the first state and the second state based at least in part on a time since the second reference value was last obtained.
13. The dimensional measurement device of claim 4, wherein the first electrical circuit is configured to select one of the first state and the second state based at least in part on a change in measured temperature since the second reference value was last obtained.
14. The dimensional measurement device of claim 4, wherein the first electrical circuit is configured to select one of the first state and the second state based at least in part on whether the processor is in a mode to determine first distance values.
15. A method for a dimensional measurement device that sends a first beam of light to a target, the target returning a portion of the first beam as a second beam, the method comprising steps of:
providing a first light source, a fiber coupler assembly, a fiber-optic switch, an optical system, a reference retroreflector, a first electrical circuit, and a processor, the first light source configured to emit a first light, the fiber coupler assembly including a coupler input port, a coupler output port, a coupler measure port, and a coupler reference port, the fiber-optic switch including a switch input port, a switch measure port, and a switch reference port;
receiving a first portion of the first light through the coupler input port;
sending a second portion of the first portion out of the coupler output port;
sending a third portion of the first portion out of the coupler reference port;
receiving the second portion through the switch input port;
receiving by the fiber-optic switch a first electrical signal in a first state or a second state;
sending the second portion out of the switch measure port if the first electrical signal is in the first state or sending the second portion out of the switch reference port if the first electrical signal is in the second state;
receiving by the optical system the second portion from the switch measure port and sending the second portion out of the dimensional measurement device as a first beam;
receiving by the optical system the second beam as a fourth portion and sending the fourth portion into the switch measure port;
receiving by the fiber-optic switch the fourth portion and sending the fourth portion into the coupler output port;
sending a fifth portion of the fourth portion to the coupler measure port;
receiving by the reference retroreflector the second portion from the switch reference port and returning a sixth portion to the coupler output port;
sending a seventh portion of the sixth portion to the coupler measure port;
converting the third portion into a first reference value, converting the fifth portion into a first measure value if the first electrical signal is in the first state, and converting the seventh portion into a second reference value if the first electrical signal is in the second state;
determining a first distance from the dimensional measurement device to the target, the first distance based at least in part on the first measure value, the first reference value, and the second reference value; and
storing the determined first distance.
16. The method of claim 15, further comprising steps of:
providing a reference optical detector and a measure optical detector;
converting the third portion into a first reference electrical signal with the reference optical detector;
converting the fifth portion into a first measure electrical signal with the measure optical detector; and
converting the seventh portion into a second reference electrical signal with the measure optical detector.
17. The method of claim 16, further comprising steps of:
providing a first motor, a second motor, a first angle measuring device, and a second angle measuring device, the first motor and the second motor together configured to direct the first beam of light to a first direction, the first direction determined by a first angle of rotation about a first axis and a second angle of rotation about a second axis;
producing the first angle of rotation with the first motor;
producing the second angle of rotation with the second motor;
measuring the first angle of rotation;
measuring the second angle of rotation; and
determining three-dimensional coordinates of the retroreflector target based at least in part on the first distance, the first angle of rotation, and the second angle of rotation.
18. The method of claim 17, wherein the step of receiving by the fiber-optic switch the fourth portion and sending the fourth portion into the coupler output port further includes the step of selecting one of the first state and the second state based at least in part on the first measure value.
19. The method of claim 17, wherein the step of receiving by the fiber-optic switch the fourth portion and sending the fourth portion into the coupler output port further includes the step of selecting one of the first state and the second state based at least in part on a change in measured temperature since the second reference value was last obtained.
20. The method of claim 17, wherein the step of receiving by the fiber-optic switch the fourth portion and sending the fourth portion into the coupler output port further includes the step of selecting one of the first state and the second state based at least in part on whether the processor is in a mode to determine first distance values.

1460707916-d3d40d88-46fe-4a4b-94d6-4a350c64217a

What is claimed is:

1. A method for setting a gain in an automatic gain controller of a receiver comprising:
detecting a peak signal voltage from an estimated amplitude signal or a recovered carrier signal from a received signal; and
setting the gain dependent on a difference between the detected peak signal voltage and a peak reference voltage.
2. The method as claimed in claim 1 further comprising:
converting the estimated amplitude signal, the recovered carrier signal and a reference signal to a same common mode, the peak signal voltage being detected from the converted estimated amplitude signal and the converted recovered carrier signal.
3. The method as claimed in claim 2 further comprising:
detecting the peak reference voltage from the converted reference signal.
4. The method as claimed in claim 1 wherein the peak signal is detected from the estimated amplitude signal until the amplitude of the carrier signal decreases below the amplitude of the estimated amplitude signal.
5. The method as claimed in claim 4 wherein the peak signal is detected from the carrier signal after the carrier is recovered.
6. The method as claimed in claim 1 wherein the carrier signal is an I signal.
7. The method as claimed in claim 1 wherein the carrier signal is a Q signal.
8. The method as claimed in claim 1 wherein the carrier signal is an I signal and a Q signal.
9. An apparatus for setting gain in an automatic gain controller of a receiver comprising:
a first peak detector for detecting a signal peak voltage from an estimated amplitude signal or from a carrier signal recovered from a received signal; and
an integrator which sets the gain dependent on a difference between the peak signal voltage and a peak reference voltage.
10. The apparatus as claimed in claim 9 further comprising:
a converter for converting the estimated amplitude signal, the recovered carrier signal and a reference signal to a same common mode, the first peak detector detecting the signal peak voltage from the converted estimated amplitude signal and the converted recovered carrier signal.
11. The apparatus as claimed in claim 9 further comprising:
a second peak detector for detecting a peak reference voltage from the converted reference signal.
12. The apparatus as claimed in claim 9 wherein the peak signal voltage is detected from the estimated amplitude signal until the amplitude of the carrier signal decreases below the amplitude of the estimated amplitude signal.
13. The apparatus as claimed in claim 12 wherein the peak signal is detected from the I signal after the carrier is recovered.
14. The apparatus as claimed in claim 9 wherein the carrier signal is a I signal.
15. The apparatus as claimed in claim 9 wherein the carrier signal is a Q signal.
16. The apparatus as claimed in claim 9 wherein the carrier signal is an I signal and a Q signal.
17. The apparatus as claimed in claim 9 wherein the differential comparator includes a plurality of matched differential amplifiers.
18. The apparatus as claimed in claim 9 wherein the differential amplifiers have the same common mode rejection ratio.
19. An apparatus for setting a gain in an automatic gain controller of a receiver comprising:
means for detecting a peak signal voltage from an estimated amplitude signal or a recovered carrier from a received signal; and
means for setting the gain dependent on a difference between the detected peak signal voltage and a peak reference voltage.
20. The apparatus as claimed in claim 19 further comprising:
means for converting the estimated amplitude signal, the recovered carrier signal and a reference signal to a same common mode; and
means for detecting the peak signal voltage from the converted estimated amplitude signal and the converted carrier signal.
21. The apparatus as claimed in claim 20 further comprising:
means for detecting a peak reference voltage from the converted reference signal.
22. The apparatus as claimed in claim 19 wherein the peak signal is detected from the estimated amplitude signal until the amplitude of the carrier signal decreases below the amplitude of the estimated amplitude signal.
23. The apparatus as claimed in claim 22 wherein the peak signal is detected from the carrier signal after the carrier is recovered.
24. The apparatus as claimed in claim 19 wherein the carrier signal is an I signal.
25. The apparatus as claimed in claim 19 wherein the carrier signal is a Q signal.
26. The apparatus as claimed in claim 19 wherein the carrier signal is an I signal and a Q signal.
27. A method for setting the gain of a receiver in an automatic gain controller in the receiver comprising:
detecting a peak signal voltage from an estimated amplitude signal or a recovered carrier signal from a received signal, the peak signal detected from the estimated amplitude signal until the amplitude of the carrier signal decreases below the amplitude of the estimated amplitude signal and the peak signal detected from the recovered carrier signal after the carrier is recovered; and
setting the gain dependent on a difference between the detected peak signal voltage and a peak reference voltage.
28. An apparatus for setting gain of a receiver in an automatic gain controller in the receiver comprising:
a first peak detector for detecting a signal peak voltage from an estimated amplitude signal or from a carrier signal recovered from a received signal, the peak signal detected from the estimated amplitude signal until the amplitude of the carrier signal decreases below the amplitude of the estimated amplitude signal and the peak signal detected from the recovered carrier signal after the carrier is recovered; and
an integrator which sets the gain dependent on a difference between the peak signal voltage and a peak reference voltage.
The claims below are in addition to those above.
All refrences to claim(s) which appear below refer to the numbering after this setence.

1. The MEMS vaporizer composes: a silicon substrate, a micro-channel array created in the silicon substrate, a membrane suspending over the micro-channel array and supported by the silicon substrate, at least a resistance heater disposed on one side portion of the membrane and laterally across one end portion of the top of the micro-channel array, a resistance temperature sensor disposed on the membrane and adjacent to the resistance heater, two cavities are created in the silicon substrate and connected to the two end exits of the micro-channel array respectively, which all are integrated to be a vaporizer chip, a printed circuit board for packaging the vaporizer chip, a reservoir for inserting the printed circuit board with the vaporizer chip therein so as to dispose one cavity on its bottom and connect with one end exit of the micro-channel array, a liquid stored in the reservoir, and an air filter disposed on the top of the reservoir which allows air entering the reservoir and a same volume of the liquid in the reservoir entering the micro-channel array.
2. The MEMS vaporizer of claim 1, wherein said vaporizer is installed in an electronic cigarette for vaporizing an e-liquid usually containing a mixture of propylene glycol, vegetable glycerin, nicotine, and flavorings, while others releasing a flavored vapor without nicotine.
3. The MEMS vaporizer of claim 1, wherein said liquid contains the active ingredients of cannabis, which can be used for inhalation.
4. The MEMS vaporizer of claim 1, wherein said liquid contains an herb, oil, or wax, which can be used for inhalation.
5. The MEMS vaporizer of claim 1, wherein said liquid is driven to flow from the reservoir to the micro-channel array by capillary force that results from the interaction of cohesion of molecules of the liquid to each other and adhesion of these molecules to the constructing material of the micro-channel array.
6. The MEMS vaporizer of claim 1, wherein said resistance heater is used for allowing an electrical current to flow through therein and heat the liquid in the micro-channel array up to its boiling temperature so as to enable the phase change from the liquid to its vapor.
7. The MEMS vaporizer of claim 1, wherein said resistance temperature sensor is disposed with the resistance heater on the membrane, which allows for measuring the temperature of the resistance heater directly and accurately.
8. The MEMS vaporizer of claim 1, wherein said membrane has a sandwiched structure consisting of a bottom silicon nitride layer or the like, a central polysilicon layer, and a top silicon nitride layer or the like.
9. The MEMS vaporizer of claim 1, wherein said membrane has a sandwiched structure consisting of a bottom silicon nitride layer or the like, a central amorphous silicon layer, and a top silicon nitride layer or the like.
10. The MEMS vaporizer of claim 1, wherein said membrane has a sandwiched structure consisting of a bottom silicon nitride layer or the like, a central amorphous silicon carbide layer, and a top silicon nitride layer or the like.
11. The MEMS vaporizer of claim 1, wherein said resistance heater and resistance temperature sensor are passivated by coating a bottom silicon nitride layer or the like, and a top amorphous silicon carbide layer on their surface.
12. The MEMS vaporizer of claim 1, wherein said vaporizer is configured as: the micro-channel array consisting of 1 to 30 micro-channels in which each micro-channel has a length ranging from 50 to 500 micron, a width ranging from 20 to 200 micron, and a height ranging from 10 to 50 micron, and two adjacent micro-channels are separated by a trapezium-shape side wall with a top width ranging from 2 to 20 micron.
13. The MEMS vaporizer of claims 1 and 8, wherein said central polysilicon layer has a thickness ranging from 2 to 5 micron, both said bottom and top layer have a thickness ranging from 1000 to 8000 angstrom.
14. The MEMS vaporizer of claims 1 and 9, wherein said central amorphous silicon layer has a thickness ranging from 2 to 5 micron, said bottom and top layer have a thickness ranging from 1000 to 8000 angstrom.
15. The MEMS vaporizer of claims 1 and 10, wherein said central amorphous silicon carbide layer has a thickness ranging from 2 to 5 micron, said bottom and top layer have a thickness ranging from 1000 to 8000 angstrom.
16. The MEMS vaporizer of claim 1, wherein said the resistance heater is made of Ta\u2014Al or Ni\u2014Cr alloy thin film, or the like which has a resistance ranging from 1 to 100 ohm.
17. The MEMS vaporizer of claim 1, wherein said the resistance temperature sensor is made of Ni metal thin film or the like which has a resistance ranging from 100 to 1000 ohm.
18. The MEMS vaporizer of claim 1, wherein said air filter is made of PTFE, regenerated cellulose, nylon, cellulose nitrate, polycarbonate, aluminum oxide, etc.
19. A method of manufacturing said MEMS vaporizer in claim 1 of the MEMS vaporizer, which comprises steps of:
Providing a silicon substrate having a resistivity ranging from 0.1 to 0.001 ohm-cm and a (100) crystal orientation;
Depositing a silicon nitride layer on the surface of the silicon substrate by LPCVD (low pressure chemical vapor deposition) which has a thickness ranging from 2000 to 3000 angstrom;
Performing a lithographic process for creating a silicon revealed rectangular array in the silicon nitride layer;
Performing an anodization process in a HF solution for converting the revealed silicon rectangular array into a porous silicon array;
Depositing a bottom silicon nitride layer or the like by LPCVD or PECVD (plasma enhance chemical vapor deposition) on the surface of the porous silicon array, which has a thickness ranging from 1000 to 8000 angstrom;
Depositing a central polysilicon layer by LPCVD, or a central amorphous silicon layer by PECVD, or a central amorphous silicon carbide layer by PECVD on the surface of the bottom silicon nitride layer or the like which has a thickness ranging from 2 to 5 micron;
Depositing a top silicon dioxide layer or the like on the surface of the central polysilicon layer, or central amorphous silicon layer, or central amorphous silicon carbide layer, which has a thickness ranging from 1000 to 8000 angstrom;
Creating at least a resistance heater on the top of the porous silicon array by sputtering and photolithography;
Creating a resistance temperature sensor, an electrical interconnection, and several bonding pads on the top of the silicon substrate including the porous silicon array by photolithography process, sputtering, and plating;
Depositing a passivation layer on the top of the resistance heater and resistance temperature sensor by PECVD, which consists of a bottom silicon nitride layer or the like with a thickness ranging from 2000 to 5000 angstrom and a top silicon carbide layer with a thickness ranging from 2000 to 5000 angstrom;
Performing a photolithography process and a dry etching process for creating two cavities recessed in the silicon substrate, and connecting to the two side end portions of the porous silicon array respectively, which have a length equal to the width of the porous silicon array and a width ranging from 200 to 400 micron;
Etching porous silicon in a dilute KOH solution for creating a micro-channel array and a membrane, which all result in a completed vaporizer chip.
20. The method of claim 19, wherein further comprises a step of installing the vaporizer chip on a printed circuit board (PCB) by mounting and wire bonding so as to connect the micro-channel array with a control circuit.
21. The method of claim 19, wherein further comprises a step of inserting the printed circuit board with the vaporizer chip into a molted plastic reservoir so that the micro-channel array of the vaporizer can be provided with a liquid stored in the reservoir.
22. The method of claim 19, wherein said HF solution for the anodization process consists of one or two parts 48 wt % HF and 1 part ethanol and an anodic current density ranging from 40 to 80 mAcm.sup.2.
23. The method of claim 19, wherein said porous silicon array consists of 1 to 30 porous silicon rectangular regions in which each rectangular region has a length ranging from 50 to 500 micron, a width ranging from 20 to 200 micron, and a depth ranging from 10 to 50 micron, and two adjacent regions are separated by a trapezium side wall with a top width ranging from 2 to 20 micron.
24. The method of claim 19, wherein said resistance heater is made of Ta\u2014Al or Ni\u2014Cr alloy thin film, or the like and has a resistance ranging from 1 to 100 ohm.
25. The method of claim 19, wherein said resistance temperature sensor is made of Ni metal thin film or the like and has a resistance ranging from 100 to 1000 ohm.
The method of claim 19, wherein said wet etching porous silicon is performed in a diluted KOH solution which contains 1-2 volume % KOH in DI water.