「Control flow」を含む例文一覧(8522)

<前へ 1 2 .... 161 162 163 164 165 166 167 168 169 170 171 次へ>
  • In the vibration resistant device with a spool valve and a pressure differential meter, nonlinearity of the spool valve is compensated by conducting control so that a feedback value of the pressure differentiation value follows a normative model Gref in which relation of an input voltage and an output flow rate has linearity including a zero point in order to improve dynamic characteristics of the spool valve in its dead zone.
    スプール弁及び圧力微分計を備えた除振装置において、スプール弁の不感帯での動特性を向上させるために、圧力微分値のフィードバック値が、入力電圧と出力流量との関係がゼロ点を通る線形性を備えた規範モデルGrefに追従するような制御を行い、スプール弁の非線形性を補償する。 - 特許庁
  • A water supplying/draining means 40 is provided with a flowmeter 41 for measuring a flow rate of a quantity of seawater to be supplied and sending a measuring signal to the control means, a washing/draining timer 4 storing a washing starting time and washing time when automatically washing the inside of piping, a water feed valve 43 and a washing/draining valve 44 (d).
    d.給水される海水量の流量を計測し計測信号を制御手段に送出する流量計41と、配管内部を自動洗浄する際の洗浄開始時刻と洗浄時間を記憶している洗浄排水用タイマ42と、給水弁43と、洗浄排水弁44を備えて成る給排水手段40。 - 特許庁
  • When the added value exceeds the fixed value, the network control apparatus 9 adds the notified packet flow transfer data volume and the transfer data volume of the packet processing apparatus 7 to the transmitting source subscriber user storage apparatus 1, and when an added value does not exceed a fixed value, sets a logical tunnel between the transmitting source subscriber user storage apparatus 1 and the packet processing apparatus 7.
    一定値を超過する際は、通知されたパケットフローの転送データ量と、送信元加入者ユーザ収容装置1に対するパケット処理装置7の転送データ量を加算し、一定値を超過しない際は、当該送信元加入者ユーザ収容装置1と当該パケット処理装置7間に論理的なトンネルを設定する。 - 特許庁
  • This exhaust emission control device 1 is for purifying the exhaust gas by discharge plasma, and is provided with a plasma generating part 19 having a main electrode 11 sandwiched by a dielectric plate 8 and impressed with voltage for generating the plasma and a gas flow passage 10 formed so that the exhaust gas can pass and generating the plasma by an impression of the voltage on the main electrode 11.
    放電プラズマにより排気ガスを浄化する排気ガス浄化装置1において、誘電板8により挟まれる、プラズマを発生させるための電圧が印加される主電極11と、排気ガスが通過できるように形成され、主電極11への電圧の印加によりプラズマが発生するガス流路10とを有するプラズマ発生部19を設ける。 - 特許庁
  • The refrigerating apparatus which employs the screw compressor is equipped with a control valve for controlling the flow rate of refrigerant into an oil cooler in a liquid refrigerant pouring pipeline, according to an oil temperature after passing the oil cooler, whereby the cooling rate of oil in the oil cooler can be controlled and the temperature of oil in an oil returning pipeline can be controlled properly.
    スクリュー圧縮機を用いた冷凍装置において、オイル冷却器通過後のオイル温度に応じて、前記液冷媒注入用管路における前記オイル冷却器への冷媒流量を制御する制御弁を備えたので、オイル冷却器でのオイル冷却量を制御でき、オイル戻し用管路中のオイル温度を適正に制御することができる。 - 特許庁
  • When the valve element crosses a terminal position of the pressure control section, force in the direction of valve closing loaded on the valve element is reduced to increase valve opening when it is fully opened so that sufficient flow rate of refrigerant can be ensured when the solenoid is not energized and the variable displacement compressor can be quickly shifted to operation for achieving the minimum discharge capacity.
    また、弁体が圧力制御区間の終点位置を越えると、弁体に負荷される閉弁方向の力が減少することにより全開時の弁開度が大きくなるため、ソレノイドの非通電時において十分な冷媒流量を確保することができ、可変容量圧縮機を吐出容量最小の運転に迅速に移行させることができる。 - 特許庁
  • Related to a drive device for fan filter units 3 which are fitted to the ceiling of a clean room 1 and control the flow of clean air in the clean room 1, a motor 4 which drives the fan filter unit 3 is equipped with an inverter unit 5 for changing the speed of the motor 4, allowing independent operation for each fan filter unit 3.
    クリーンルーム1の天井に複数取り付けられて、クリーンルーム1内のクリーンエアの流れを制御するファンフィルターユニット3の駆動装置において、各々のファンフィルターユニット3を駆動するモータ4に、当該モータ4の速度を可変可能なインバータユニット5をそれぞれ搭載して、各々のファンフィルターユニット3毎に独立して運転する。 - 特許庁
  • An FET 24 is controlled by the same signal as a control signal to be applied to an FET 4, and detection currents α×Iout are made to flow by a prescribed current ratio α to currents Iout flowing through the FET 4, and a voltage degradation detection circuit 23 makes active a reset signal when detecting that the detection currents α×Iout has risen over a prescribed threshold Iref.
    FET24は、FET4に与えられる制御信号と同じ信号で制御されてFET4に流れる電流と所定の電流比αで検出電流を流し、電圧低下検出回路部23は、その検出電流α・Ioutが所定の閾値Irefを超えて上昇したことを検出するとリセット信号をアクティブにする。 - 特許庁
  • The shortcuts taken by optimized code may occasionally produce surprising results: some variables you declared may not exist at all; flow of control may briefly move where you did not expect it; some statements may not be executed because they compute constant results or their values were already at hand; some statements may execute in different places because they were moved out of loops.
    最適化されたコードが通る近道は、時には驚くべき結果を生み出すかもしれません。 定義したはずの変数が存在しなかったり、制御の流れが予想もしなかった場所に移動したり、結果が定数とわかる計算や、結果がすでに手元にある文は実行されなくなり、ある文がループの外に追い出されて別の場所で実行されたりします。 - JM
  • When Mitsuhide AKECHI became the ruler of Fukuchiyama, he drastically changed the course of the river by building an embankment as long as one km for the purpose of developing the castle's residential area which later became a castle town, and improved the flow of the river; however, since floods still occurred, subsequent administrators spared no effort towards flood control.
    明智光秀が福知山を統治するようになると、光秀は後に城下町ともなる城に連なる居住地造営と治水のため、長さ1kmにも及ぶ築堤により川筋を大幅に変更したことにより由良川の流れは大幅に改善されたが、それでも洪水は収まらずその後の為政者も治水に尽力を惜しまなかった。 - Wikipedia日英京都関連文書対訳コーパス
  • In the inkjet recording head 32 which discharges the ink supplied to the pressure chambers 44 from an ink flow path 38, from the nozzles 42 by the operation of actuators 50, these actuators 50 are arranged each for every pressure chamber 44 and driven under control so as to simultaneously oscillate the actuators by staggering the phases of their resonance modes from the viewpoint of time.
    インク流路38から圧力室44へ供給されたインクをアクチュエーター50の動作によってノズル42から吐出させるインクジェット記録ヘッド32において、圧力室44毎にアクチュエーター50を1つ配置し、そのアクチュエーター50の複数の共振モードを時間的に位相をずらして同時に振動させるように駆動制御する。 - 特許庁
  • In this case, since pressure of the freezing evaporator 4 exceeds the pressure of the refrigerating evaporator 5 when, for example, defrosting operation ends, operation returns to normal control after supplying refrigerant to the freezing evaporator 4 because refrigerant flows into the refrigerating evaporator 5 having small flow passage resistance easily.
    この場合、例えば除霜運転終了時は、冷凍用蒸発器4の圧力が冷蔵用蒸発器5の圧力以上となっており、このような場合は、流路抵抗が小さく設けられた冷蔵用蒸発器5に冷媒が流れやすくなることから、冷凍用蒸発器4に冷媒を供給してから通常制御に復帰する。 - 特許庁
  • The device for improving combusting efficiency using intermolecular repulsion by compression, a magnetic circuit, mixing of combustion auxiliary gas, and electrification is structured for performing engine control in a fuel activated state using activation rate in supplied fuel as a feedback signal such as a rate of dissolved oxygen, ionization tendency, magnetic polarization, and flow velocity of supplied fuel.
    燃焼にいたる流路中に圧縮、磁気回路、燃焼補助気体の混和、電化によって分子間疎力を持って燃焼効率を向上させる装置において、供給燃料中の活性率を溶存酸素率、イオン化傾向、磁気分極、供給燃料流速などフィードバック信号として燃料活性状態の機関制御を行なう。 - 特許庁
  • This method includes the steps of fixing at least one or more variables based on at least one or more moving average deviations of at least one or more engine operating parameters, respectively, and of adjusting a flow rate of thermal control air 36 so that blade tip gap degrading value may be offset based on at least one or more variables over fixed operation engine flight cycle number.
    本方法は、一定の運転エンジン飛行サイクル数にわたってそれぞれ平均した1つ以上のエンジン運転パラメータの1つ以上の移動平均値に基づいて1つ以上の変数を決定する段階と、1つ以上の変数に基づいてブレード先端間隙劣化値を相殺するように熱制御空気(36)の流量を調整する段階とを含む。 - 特許庁
  • When a vehicle height corresponding to a left front wheel is heightened, torsion is generated to a stabilizer in a direction for making a distance between a wheel holding device and a vehicle body corresponding to the left front wheel larger by actuation of a torsion actuator (S4), and an independent control valve corresponding to the left front wheel is opened to flow air into an air spring (S5).
    左前輪に対応する車高を高くする場合には、ねじりアクチュエータの作動により、左前輪に対応する車輪保持装置と車体との間の距離が大きくなる向きにスタビライザバーにねじれを生じさせ(S4)、左前輪に対応する個別制御バルブを開状態とすることによりエアばねにエアを流入させる(S5)。 - 特許庁
  • A wavelength variable laser device has a gain chip having a gain part 106 and a phase adjustment region 107, a current source 601 for making a positive current flow to the phase adjustment region, a voltage source 603 for applying negative voltage to the phase adjustment region, and a control part 601 for selectively driving the current source or the voltage source according to the direction of a wavelength shift.
    ゲイン部106と位相調整領域107を有するゲインチップ、位相調整領域に正方向電流を流す電流源601、位相調整領域に負方向電圧を印加する電圧源603、波長シフトの方向に応じて電流源あるいは電圧源を選択的に駆動する制御部601を有する。 - 特許庁
  • A drum heater to warm the surface of the photosensitive drum is provided in the photosensitive drum, and detection means which detect the temperature and the humidity of installation circumstances are provided in the image forming device, and a control means is provided which operates the drum heater only at the time of discriminating circumstances, in which a picture flow occurs, by using these detection values.
    感光体ドラムの表面を温めるためのドラムヒータを感光体ドラムの内部に設けるとともに、画像形成装置の内部に設置環境の温度と湿度を検知するための各検知手段を設け、その検出値を利用して画像流れが発生する環境と判断される時にのみドラムヒータを作動させる制御手段を設ける。 - 特許庁
  • Electric signals for controlling a capacity control valve 5 controlling the capacity of the variable displacement compressor 1 are directly measured, a difference between refrigerant high pressure side pressure and low pressure side pressure in the refrigeration cycle and refrigerant flow rate are estimated from these electric signals, and the energy of the refrigeration cycle and the number of revolutions of an engine are utilized to estimate the drive torque.
    容量可変型圧縮機1の容量を制御する容量制御弁5を制御する電気信号を直接測定し、これから冷凍サイクル内の冷媒高圧側圧力と低圧側圧力との差圧と冷媒流量とを推定して冷凍サイクルのエネルギを、さらにエンジン回転数を利用して駆動トルクを推定する。 - 特許庁
  • A control circuit 27 switches a second switching element 32 to an OFF state while a first switching element 24 is in an ON state and switches it to the ON state when the first switching element 24 is in the OFF state and the voltage value of a primary coil 22 is larger than a driving power supply voltage value after a current flow through a first diode 26.
    制御回路27は、第1のスイッチング素子24がON状態の間に、第2のスイッチング素子32をOFF状態に切換え、第1のスイッチング素子24がOFF状態で、第1のダイオード26に電流が流れた後、一次コイル22の電圧値が駆動電源電圧値よりも大きい時にON状態に切換えるようにした構成である。 - 特許庁
  • The output buffers 22 here, are connected to a plurality of post stages of the oscillation circuit 12 in parallel, and the buffer control circuit 48 adjusts the drive capability of the output buffers 22 by outputting, to the output buffers 22, a signal for adjusting the number of operating output buffers 22 in accordance with current caused to flow from the output buffer.
    ここで出力バッファ22は、発振回路12の後段に複数並列に接続されるとともに、バッファ制御回路48は、出力バッファから流れる電流に応じて出力バッファ22の稼動数を調整する信号を出力バッファ22に出力することにより出力バッファ22の駆動能力を調整している。 - 特許庁
  • The heating medium circulating circuit 40 has an electromagnetic three way valve 43 (selecting means) which selects one of the heat pump 20 and the hot water storage tank 10 to supply heat to the operated floor heating panels 30A and 30B and electromagnetic flow control valves 46A and 46B for limiting an amount of heat supplied to each of the floor heating panels 30A and 30B.
    熱媒循環回路40は、ヒートポンプ20及び貯湯槽10のうち1つを選択して、運転中の床暖房パネル30A,30Bへの熱供給を可能にする電磁三方弁43(選択手段)と、各床暖房パネル30A,30Bへの熱供給量を制限する電磁流量制御弁46A,46Bとを有している。 - 特許庁
  • This wind direction controller includes a hollow case 7 communicated with a duct 5 and open 10 to the inside of a room 6, a housing 8 pivotally supported inside the case in a rotatable manner for changing the flow angle of air A flowing into the room via a duct 5 and a control means for controlling the rotation of the housing 8.
    ダクト5側に連通されてなると共に室内6側に開口10されてなる中空状のケース7と、該ケース7の内部に回転自在に軸支されることで前記ダクト5を介して流入された空気Aの流れ角度を変更可能なるハウジング8と、該ハウジング8を回転制御する制御手段とを少なくとも備えてなる風向調整装置。 - 特許庁
  • In the case where the conductivity C is larger than the specified allowable value, a control unit 10 controls the pump 2 so as to increase the filter passing flow rate Q1 than the case where the cooling water pressure P is of the specified allowable pressure or less and the conductivity C is of the allowable value or less to accelerate drop in the conductivity C.
    そして、コントロールユニット10は、電気伝導率Cが所定許容値より大きい場合は、冷却水圧力Pが所定許容圧力以下となる範囲内であって電気伝導率Cが許容値以下の場合よりもフィルタ通過流量Q1を増加させるようにポンプ2を制御して、電気伝導率Cの低下を促す。 - 特許庁
  • A swash plate type hydraulic pump 20 is driven by the engine 18 for travelling, discharged pressure oil of the hydraulic pump is supplied to first and second hydraulic motors 28, 52 through first and second flow control valves 48, 54, a coolant compressor 30 is driven by the first hydraulic motor, and an evaporator fan 44 is driven by the second hydraulic motor.
    走行用エンジン18によって斜板式油圧ポンプ20を駆動し、同油圧ポンプの吐出圧油を第1及び第2流量制御弁48,54を介し第1及び第2油圧モータ28,52に供給し、第1油圧モータによって冷媒圧縮機30を駆動すると共に第2油圧モータによりエバポレータファン44を駆動する。 - 特許庁
  • East changing current can be prevented from flowing through electric wires W1, W2, even when FETQ4, Q5, Q6 reverse from on to on respectively, permit gentle rise current to flow through the electric wires W1, W2, thereby preventing generation of large unwanted radiation noises and performing speed control, until low speed is reached.
    これによって、FETQ4、Q5、Q6ぞれぞれがオフからオンに反転したときにも、変化の早い電流が電線W1、W2に流れることを防止でき、電線W1、W2に立ち上がりの緩やかな電流が流れるようにして大きな不要輻射ノイズの発生を防止すると共に、低速まで速度制御可能になる。 - 特許庁
  • To provide an exhaust emission control device which can improve productivity by simplifying joint between parts using a shaft center, correspond to a variety of flow speeds of an exhaust gas from the time of idling to full- open driving, improve durability through uniform use of an entire catalyst support and prevent deterioration of the catalyst.
    本発明は、軸心の利用により各部の接合が容易となって生産性を高めることが可能となり、かつアイドリング時から全開運転時までの幅広い排気ガスの流速に対応でき、触媒担体全体の均一使用により耐久性を向上させると共に、触媒劣化を防止することが可能な排気ガス浄化装置を提供することにある。 - 特許庁
  • An inlet port in which a liquid flows by a pump and a gas discharge port for discharging the gas separated from the liquid are provided to the upper part of a hermetically closed cylindrical main body and a liquid outlet port is provided to the bottom part of the main body part and a flow rate control means is provided to at least one of the gas discharge port and the liquid outlet port.
    密閉された筒状本体部の上部に、ポンプよりの液体が流入する入口ポートと液体中から分離された気体を排出する気体排出ポートとを有し、前記本体部の底部には液体の出口ポートを有しており、前記気体排出ポート又は液体の出口ポートの少なくとも一方に流量制御手段を備えている。 - 特許庁
  • To most suitably control the properties of floc to be settled in a settling tank and the flow of water to be treated containing the floc just before flowing into the settling tank without substantially causing size increase of the whole device and with simple improvement, and to obtain treated water of excellent quality even at a high treating rate.
    実質的に装置全体の大型化を招くことなく、かつ、簡単な改良にて、沈澱槽で沈降されるべきフロックの性状やそのフロックを含む被処理水の流れを、沈澱槽内への流入直前にて最適に制御できるようにし、高い処理速度にあっても優れた水質の処理水を得ることができるようにする。 - 特許庁
  • Flowing water holes 42A penetrating vertically are formed on the top plate 32 of a main body 34 of an upper nozzle, which allows most of the coolant C flowing upward in the body 34 of the upper nozzle and hitting the top plate 32, to ascend via the flowing water holes 42A, to reduce the degree which the control rod is given vibration due to the flow of the coolant C.
    上部ノズル本体34のトッププレート32に垂直方向に貫通する複数の流水孔42Aを設けて上部ノズル本体34を上向きに流れてトッププレート32に当たる冷却材Cの大部分をこれらの流水孔42Aを経て上昇して冷却材Cの流れによって制御棒に振動が付与される程度を少なくする。 - 特許庁
  • In a condition wherein a pressure is controlled, a hydraulic pump body 3a is driven at the minimum revolving speed by an AC servo motor 1 rotated by the signals S1, S2 of a controller 6 through a servo motor driver 2, its pilot pressure is applied to a capacity control piston 3b through an electromagnetic proportional valve 3c, to minimize the tilt angle and the discharged flow of the pump.
    圧力制御状態では、コントローラ6の信号S1,S2でサーボモータドライバ2を介して回転するACサーボモータ1が液圧ポンプ本体3aを最小回転数で回転駆動し、そのパイロット圧力が電磁比例弁3cを介して容量制御用ピストン3bに印加され、ポンプ傾転角及び吐出流量が最少となる。 - 特許庁
  • A radio IC tag 1 storing required personal information in each of flow rate measuring instruments to be a meter-reading object is set, a microcomputer 2 for control provided inside the instrument is connected to the radio IC tag, and a reader/writer 3 is adjacently operated to perform meter-reading operation and meter reading, being able to perform meter-reading without opening/closing the lid.
    検針対象となる流量計測機器のそれぞれに所要の個別情報を記憶させた無線ICタグ1を設定し、機器内部に設けた制御用マイクロコンピュータ2とこの無線ICタグとを接続して、リーダ/ライタ3の近接操作により検針操作と検針読み取りを行うようにして蓋を開閉せずに検針できるようにした。 - 特許庁
  • The apparatus for manufacturing a semiconductor comprises a processing chamber in which an article being processed is placed, an exhaust pipe for discharging gas in the processing chamber to the outside, and a control valve provided in a gas supply pipe and controlling the flow of pressure recovering gas at the time of raising the pressure in the processing chamber under the pressure reduced state by supplying the pressure recovering gas thereto.
    半導体製造装置は被処理体が配置される処理チャンバと、処理チャンバに連結され、処理チャンバ内のガスを外部に排出するための排気管と、配気管に設けられ、減圧状態の処理チャンバに復圧ガスを供給して処理チャンバ内の圧力を上昇させる際に復圧ガスの流れを制御する制御バルブを備えている。 - 特許庁
  • The radiator unit 10 comprises a heat exchanger 11 arranged in the exhaust passage 3 for radiating the heat of exhaust gas, a bypass passage 4 for passing the exhaust gas by bypassing the heat exchanger 11, and a flow control valve 12 for regulating a ratio of the exhaust gas passing through the heat exchanger 11 arranged in the exhaust passage 3 and the bypass passage 4.
    放熱部10は、排気通路3に設けられ排気ガスの熱を大気中に放出する熱交換器11と、排気ガスを、熱交換器11をバイパスさせるバイパス通路4と、排気通路3に設けられ熱交換器11とバイパス通路4とに流れる排気ガスの流量割合を調整する流量調整弁12とを備えている。 - 特許庁
  • This exhaust control valve for sphygmomanometers has serially-connected first and second coils having inverse winding directions, a movable iron core slidable in the interior of the first coil and a fixed iron core fixed in the interior of the second coil, and is configured to push the packing toward the air flow inlet by using a repulsion force applied between the movable and fixed iron cores.
    巻き方向が反対の、直列接続の第一のコイルと第二のコイルを設け、更に、第一のコイル内部で摺動可能な可動鉄芯と、第二のコイル内部で固定されている固定鉄芯とを設け、可動鉄芯と固定鉄芯の間で作用する反発力を利用してパッキンを空気流入口へ押し付ける構造とする。 - 特許庁
  • When a ball extraction switch 21 arranged on a rear surface of the pachinko machine 11 is operated by a specified operation pattern in this state, the ball extraction control circuit 19 makes a ball discharging device 15 continuously perform a discharging operation and extracts pachinko balls within the machine by discharging the balls within a ball tray through the same ball flow-down path 16 as that when prize balls flows down.
    この状態で、パチンコ機11の裏面に配置された球抜きスイッチ21を特定の操作パターンで操作すると、球抜き制御回路19は、球排出装置15を連続的に排出動作させて、機内のパチンコ球を、賞球が流下するのと同じ球流下路16を通して球皿内へ排出して球抜きする。 - 特許庁
  • A fault output circuit is constituted, such that a converter 10 fetches a short circuit abnormality detection signal, that a faulty signal output circuit 12 generates a signal in on-condition of a transistor Tr of open collector configuration, and that the collector of the transistor takes in control power for a short-circuit abnormality indicating circuit 11, etc., through a diode 15 for inhibiting reverse flow.
    故障出力回路は、変換部10で短絡異常検出信号を取り込み、故障信号出力回路12ではオープンコレクタ構成のトランジスタTrのオン状態で発生し、トランジスタのコレクタには逆流阻止用ダイオード15を通して短絡異常表示回路11等のための制御電源を取り込む構成にする。 - 特許庁
  • The exhaust emission control device cleans exhaust gas of the internal combustion engine by a nitrogen oxides collection type exhaust gas cleaning catalyst, wherein a sulfur collecting material having a composite oxide with an alkali metal element or an alkaline earth metal element and Ti as the main components is set in an exhaust gas flow passage upstream of the nitrogen oxides collection type exhaust gas cleaning catalyst.
    内燃機関の排気ガスを窒素酸化物捕捉型の排気浄化触媒により浄化する排気浄化装置であって、アルカリ金属元素或いはアルカリ土類金属元素とTiを主たる成分とする複合酸化物を有する硫黄分捕捉材を窒素酸化物捕捉型廃棄浄化触媒の上流側の排ガス流路に設置されていることを特徴とする。 - 特許庁
  • This device is provided with an ion current detection means 33 detecting ion current generated in a combustion chamber 6 of an engine 1, and a judgment means 30 judging the operation condition of the intake air flow control valve 29 based on a waveform shape of ion current in relation to progress of crank angle detected by the ion current detection means 33 after ignition in the combustion chamber 6.
    エンジン1の燃焼室6内に発生するイオン電流を検出するイオン電流検出手段33と、燃焼室6における点火後にイオン電流検出手段33によって検出された、クランク角の進行に対するイオン電流の波形形状に基づいて、吸気流動制御弁29の作動状態を判定する判定手段30と、を備える。 - 特許庁
  • When it is difficult to raise temperature of the NOx catalyst to the temperature at which SOx can be discharged only by supplying reducer to the NOx catalyst or to maintain temperature of the NOx catalyst at that temperature during execution of SOx poisoning recovery control, reducer is supplied to the NOx catalyst while reducing the flow rate of exhaust gas passing through the NOx catalyst.
    SOx被毒回復制御の実行時において、NOx触媒に還元剤を供給するのみではNOx触媒の温度をSOxの放出が可能な温度まで上昇させる又は該温度に維持させることが困難な場合、NOx触媒を通過する排気の流量を減少させつつNOx触媒に還元剤を供給する。 - 特許庁
  • The system further includes a plenum 52 connected to the input ports of the fluidic oscillators to supply the fluid to the fluidic oscillators and a feedback chamber 29, 31 disposed along each feedback line of each fluidic oscillator to define a feedback flow path for the control fluid to cause oscillatory fluid motion between the first output port and the second output port.
    システムは、流体振動子に流体を供給するために、流体振動子の入力ポートに接続されたプレナム52と、第1の出力ポートと第2の出力ポートとの間に振動流体運動を発生させるために、制御流体に対して帰還流路を規定するように、各流体振動子の各帰還ラインに沿って配置された帰還チャンバ29、31とを更に含む。 - 特許庁
  • The controller 20 includes a voltage detection part 72 detecting the voltage of the fuel cell 22 after operation of the fuel cell 22 is stopped, and a scavenging control part 74 starting scavenging in the fuel gas flow passage 36 with the scavenging gas supply device 18 after the detected voltage is decreased temporarily, increased, and decreased again to become a preset voltage or less.
    コントローラ20は、燃料電池22の運転停止後に、前記燃料電池22の電圧を検出する電圧検出部72と、検出された前記電圧が一旦下降した後、上昇してさらに下降することにより設定電圧以下になった際、掃気ガス供給装置18による燃料ガス流路36の掃気を開始させる掃気制御部74とを有している。 - 特許庁
  • The fuel cell system is provided with: a fuel cell stack 2 having a unit cell 20 pinching an electrolyte film with electrodes 22 and equipped with a gas flow channel 23 for leading in reaction gas to the electrodes 22; a pH detection means estimating or detecting a state of a pH value within the fuel cell stack 2; and a control means 36 for controlling water volume in the fuel cell stack 2.
    電解質膜21を電極22で狭持し、さらに電極22に反応ガスを導入するガス流路23を備えた単位セル20を有する燃料電池スタック2と、燃料電池スタック2内のpH値の状態を推定または検出するpH検知手段と、pH検知手段の出力に応じて、燃料電池スタック2内の水量を制御する制御手段36を備える。 - 特許庁
  • When a time-sharing control circuit 15 selects a terminal FB1 to start a constant current circuit 9 operating, the voltage of the terminal FB1 is fed back to an LED drive voltage Vout outputted from a DCDC converter 17 so as to enable a constant current to flow stably through a light emitting unit 6, so that the LED drive voltage Vout operates efficiently at an optimal voltage value.
    DCDCコンバータ17が出力するLED駆動電圧Voutには、時分割制御回路15がFB1を選択して定電流回路9が動作しているとき、発光ユニット6に定電流が安定して流れるように端子FB1の電圧がフィードバックされるので、LED駆動電圧Voutが効率的に最適な電圧値で動作する。 - 特許庁
  • A flow control valve 32 which can vary the ratio of flowing between the first water channel 14 and a water supply cylinder 33 as an alkaline water side path and the second water channel 15 and a first drain hose as an acid water side path of the electrolyzer 12 is arranged to adjust the ratio of flowing between both the water paths, thereby optimizing the pH value of the electrolyzed water.
    又、電気分解装置12のアルカリ性水側経路である第1の水路14及び給水筒33と、酸性水側経路である第2の水路15及び第1の排水ホース26の流水比率を変化させることが可能な流量制御弁32により、それら両水路の流水比率を調整して、電気分解した水のpH値を適正にする。 - 特許庁
  • To obtain a power supply board in which power apparatus components and control element components contained in the power supply board housing can be cooled while sustaining temperature rise balance properly with circulation air flow formed in the power supply board housing by a cooling fan for cooling the power apparatus components, i.e. the heat generating components contained in the power supply board housing, forcibly.
    電源盤筐体に収納された発熱部品である電力用機器部品を強制冷却する冷却用ファンにより電源盤筐体の内部に形成される循環空気流によって電源盤筐体に収納された電力用機器部品および制御用素子部品をそれぞれ温度上昇バランスを適正に保って冷却できる電源盤を得る。 - 特許庁
  • Since foreign matter included in fuel flowing into the inside of an injector is removed by the fuel filter 7 by providing the fuel filter 7 in an inlet port 22 of the injector, a ratio of foreign matter in fuel flowing into an oil storage chamber and a control chamber provided on the downstream side in the direction of fuel flow more than the fuel filter 7 is reduced.
    また、インジェクタのインレットポート22に燃料フィルタ7を設置することにより、インジェクタの内部に流入する燃料中に含まれる異物が燃料フィルタ7によって除去されるため、燃料フィルタ7よりも燃料流方向の下流側に設けられる油溜まり室内および制御室内に流入する燃料中の異物割合を減少できる。 - 特許庁
  • When staring supplying air to a fuel cell, the fuel cell system opens a on-off valve to control it to supply the air to the fuel cell, and adjusts such that air quantity supplied in the fuel cell becomes a prescribed quantity, after bringing pressure loss of the channel back to normal by discharging the condensed water remaining in the channel with air more than a predetermined flow rate outside the system.
    燃料電池に空気の供給を開始する際に、開閉弁を開放して燃料電池への空気の供給を行なうよう制御すると共に、所定流量以上の空気で流路に溜まった凝縮水をシステム系外に排出することで流路の圧力損失を正常に戻した後、燃料電池に供給する空気量を所定量になるように調整する。 - 特許庁
  • To provide an exhaust device that changes the exhaust route communicating from the inside to the outside of an image forming apparatus without complicated control, sufficiently removes a discharge product inside the image forming apparatus by low power consumption, and prevents occurrence of an image defect such as a void or image flow resulting from the discharge product.
    画像形成装置の内部から外部に連通する排気経路を複雑な制御をすることなく切替えることができるとともに、画像形成装置内部の放電生成物を低消費電力で充分に除去することができ、放電生成物に起因する白抜けや像流れなどの画像欠陥が発生するのを防止することができる排気装置を提供する。 - 特許庁
  • In the one embodiment, the catheter device can be used to (i) precondition heart muscle tissue before the heart is isolated from the circulatory system, (ii) deliver cardioplegia into the coronary sinus during the cardiac surgery when the heart is isolated from the circulatory system, and (iii) control the blood flow through the heart after the heart is reconnected with the circulatory system.
    一実施例では、そのカテーテル装置を、(i)心臓を循環器系から切り離す前に心筋細胞を予め調整し、(ii)心臓手術中に心臓を循環器系から切り離すときに心筋保護液を冠状静脈洞に搬送し、(iii)心臓が循環器系と再接続された後で心臓を通る血流を制御するために使用することができる。 - 特許庁
  • Furthermore, the infusion system includes a control system that communicates with the first and second delivery devices and the measurement device, determines an optimum first infusate infusion flow rate based on the measured amount of undelivered first infusate remaining in the infusion system, a predetermined infusion time period, and a predetermined first infusion time period, and controls the first delivery unit accordingly.
    さらに、この輸液システムは、第1および第2送出装置ならびに測定装置と連絡し、輸液システム内に残っている前記測定した未送出第1注入剤の量、所定の注入時間、および所定第1注入時間に基づいて最適な第1注入剤注入流量を決定し、それに応じて第1送出ユニットを制御するための制御システムを備えている。 - 特許庁
<前へ 1 2 .... 161 162 163 164 165 166 167 168 169 170 171 次へ>

例文データの著作権について