JPH087611B2 - How to check sequential function chart of programmable controller - Google Patents

How to check sequential function chart of programmable controller

Info

Publication number
JPH087611B2
JPH087611B2 JP63334667A JP33466788A JPH087611B2 JP H087611 B2 JPH087611 B2 JP H087611B2 JP 63334667 A JP63334667 A JP 63334667A JP 33466788 A JP33466788 A JP 33466788A JP H087611 B2 JPH087611 B2 JP H087611B2
Authority
JP
Japan
Prior art keywords
level
steps
sfc
simultaneous
connection
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP63334667A
Other languages
Japanese (ja)
Other versions
JPH02178706A (en
Inventor
章洋 鈴木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yaskawa Electric Corp
Original Assignee
Yaskawa Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yaskawa Electric Corp filed Critical Yaskawa Electric Corp
Priority to JP63334667A priority Critical patent/JPH087611B2/en
Publication of JPH02178706A publication Critical patent/JPH02178706A/en
Publication of JPH087611B2 publication Critical patent/JPH087611B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Programmable Controllers (AREA)

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明はプログラマブルコントローラの用いるプログ
ラムであるシーケンシャルファンクションチャート(以
後SFCと称する)のチェック方法に関する。
The present invention relates to a method for checking a sequential function chart (hereinafter referred to as SFC) which is a program used by a programmable controller.

[従来の技術] 第8図はSFCの構成例を示す図である。図中のブロッ
クはステップを示し、図中の記号“−”は遷移条件を示
す。次のステップへ制御を移行させる接続子の種類とし
ては、同時分岐81(1つのステップから複数のステップ
すべてに制御が移行する接続)と、同時合流84(複数の
ステップから1つのステップに制御が移行する接続)
と、分岐82(1つのステップから遷移条件の成立したス
テップに制御が移行する接続)と、合流83(分岐により
選択されたステップから再び1つの流れに制御を戻す接
続)の4種類があり、いずれもそれぞれの遷移条件が成
立したとき、前段のステップから次のステップに歩進
(次のステップへの制御の移行)する。また、同時分岐
と同時合流、および分岐と合流はそれぞれ、必ず対を形
成して用いられる。そこで、第9図(a)、(b)、
(c)を参照して、ステップ001からステップ002および
ステップ003への同時分岐に対してステップ004,005,006
のステップ007への同時合流が対を形成していない誤っ
たプログラムを作成した場合の動作を、次に説明する。
[Prior Art] FIG. 8 is a diagram showing a configuration example of an SFC. The blocks in the figure indicate steps, and the symbol "-" in the figure indicates a transition condition. The types of connectors that transfer control to the next step include simultaneous branch 81 (connection in which control transfers from one step to all multiple steps) and simultaneous merging 84 (control from multiple steps to one step Connection to migrate)
There are four types: a branch 82 (a connection in which control shifts from one step to a step in which a transition condition is satisfied) and a merge 83 (a connection in which control is returned to one flow again from the step selected by the branch). In each case, when the respective transition conditions are satisfied, the step advances from the preceding step to the next step (control shift to the next step). In addition, simultaneous branching and simultaneous merging, and branching and merging are always used in pairs. Therefore, FIGS. 9 (a), (b),
Referring to (c), steps 004, 005, 006 are performed for simultaneous branching from step 001 to step 002 and step 003.
The operation in the case where the simultaneous merging to step 007 creates a wrong program that does not form a pair will be described below.

まず、ステップ001がアクティブ(図中、影線で示
す)とされ(第9図(a)),遷移条件100が成立すれ
ばステップ002,003へ同時分岐する(第9図(b))。
次に、アクティブとされたステップ002,003はそれぞ
れ、遷移条件101,103が成立したときステップ004,006へ
歩進する(第9図(c))。この場合、ステップ005は
アクティブとされないので、次のステップ007への同時
合流は不可能である。
First, step 001 is activated (indicated by a shaded line in the figure) (FIG. 9 (a)), and if the transition condition 100 is satisfied, the process simultaneously branches to steps 002 and 003 (FIG. 9 (b)).
Next, the activated steps 002 and 003 respectively advance to steps 004 and 006 when the transition conditions 101 and 103 are satisfied (FIG. 9 (c)). In this case, step 005 is not activated, so simultaneous merging to the next step 007 is not possible.

従来、このようなSFCのエラーの有無をチェックする
方法は特に提案されておらず、ユーザがその都度各ステ
ップを読み出して動作をチェックしていた。
Conventionally, a method for checking the presence or absence of such an SFC error has not been particularly proposed, and the user has read each step and checked the operation each time.

[発明が解決しようとする課題] 上述した従来のチェック方法は、ユーザが各ステップ
ごとに動作をチェックしなければならないので、ユーザ
にとってはSFCのデバッグに極めて多くの手間と時間が
かかるという欠点がある。
[Problems to be Solved by the Invention] In the above-described conventional check method, the user has to check the operation at each step, so that there is a drawback in that the user takes a lot of time and effort to debug the SFC. is there.

[課題を解決するための手段] 本発明のプログラマブルコントローラのSFCのチェッ
ク方法は、 SFCの最初のステップに数値1を割当ててそのステッ
プのレベルとし、 プログラムの流れにしたがうステップの歩進のたび
に、 1つのステップが次の1つのステップのみに接続され
ていた場合は、前段ステップのレベルをそのまま移行し
て次のステップのレベルとし、 1つのステップが次の複数のステップと同時分岐接続
されていた場合は、前段ステップのレベルに同時分岐接
続された次の複数のステップの個数を乗じた数値を複数
の同時分岐先それぞれのステップのレベルとし、 1つのステップが次の複数のステップと分岐接続され
ていた場合は、前段ステップのレベルをそのまま移行し
て分岐接続されているそれぞれのステップのレベルと
し、 複数のステップが次の1つのステップと合流接続され
ていた場合は、合流接続されているそれぞれのステップ
のレベルがすべて同一か否かをチェックして、すべての
レベルが一致していないときは前記合流接続のエラーと
判定し、 複数のステップが次の1つのステップに同時合流接続
されていた場合は、同時合流接続されているそれぞれの
ステップのレベルの逆数の合計値の逆数を次のステップ
のレベルとし、該レベルが1未満である場合は前記同時
合流接続のエラーと判定し、 最後のステップのレベルが最初のステップのレベルと
一致したとき、前記SFCの各ステップの相互間の接続関
係は正しいと判定するものである。
[Means for Solving the Problem] In the method for checking the SFC of the programmable controller of the present invention, the numerical value 1 is assigned to the first step of the SFC to set the level of that step, and each time the step advances according to the flow of the program. , If one step is connected only to the next one step, the level of the previous step is moved as it is to the level of the next step, and one step is simultaneously branched and connected to the next multiple steps. In the case of a step, the value of the previous step level is multiplied by the number of the next multiple steps connected at the same time to be the level of each of the multiple simultaneous branch destinations, and one step is connected to the next multiple steps. If so, the level of the preceding step is transferred as it is and set as the level of each step that is branched and connected. If multiple steps are connected to the next one by merging, it is checked whether the levels of the respective merging and connecting steps are all the same. If it is determined that there is an error in the confluent connection, and multiple steps are simultaneously joined to the next one step, the reciprocal of the sum of the reciprocals of the levels of the steps that are jointly joined is calculated as the reciprocal of the next step. Level, and if the level is less than 1, it is determined as an error of the simultaneous merging connection, and when the level of the last step matches the level of the first step, the connection relationship between the steps of the SFC is It is determined to be correct.

[作用] 第4図,第5図,第6図,第7図はそれぞれ同時分
岐,分岐,合流,同時合流の各接続例に対して本発明を
適用した場合の説明図である。本発明によれば、SFCの
プログラムにおいて前段のステップから次段のステップ
への接続情報を、所定の規準にしたがって各ステップに
与える。以下の説明においてはこの接続情報をレベルと
呼ぶ。したがって、各ステップは最初のステップからの
接続情報を、順にレベルにより伝えられ持つことができ
る。同時分岐接続の場合(第4図)、ステップ001のレ
ベルを1とすれば、次のステップ002,003,004のレベル
はステップ個数3を乗じていずれも3とする。分岐接続
の場合(第5図)、ステップ001のレベルはそのまま次
のステップ002,003に移行させる。合流接続の場合(第
6図)、ステップ001,002はそのレベルが等しいときの
みレベルもそのまま移行させる。このときステップ001
とステップ002のレベルが異なっているときはSFCのエラ
ーとする。同時合流接続の場合(第7図中の下2ステッ
プ)、ステップ005,006,007それぞれのレベル3の逆数
の和 の逆数1を以て次のステップ008のレベルとする。レベ
ルは必ず1以上であるため、もし、この場合の計算結果
が1未満のときはSFCのエラーとする。
[Operation] FIG. 4, FIG. 5, FIG. 6, and FIG. 7 are explanatory diagrams when the present invention is applied to the respective connection examples of simultaneous branching, branching, merging, and simultaneous merging. According to the present invention, the connection information from the previous step to the next step in the SFC program is given to each step according to a predetermined standard. In the following description, this connection information is called a level. Thus, each step can carry the connection information from the first step, conveyed in order by level. In the case of the simultaneous branch connection (FIG. 4), if the level of step 001 is 1, the level of the next steps 002, 003, 004 is multiplied by the number of steps 3, and all are set to 3. In the case of branch connection (FIG. 5), the level of step 001 is directly transferred to the next steps 002 and 003. In the case of the merge connection (FIG. 6), steps 001 and 002 shift the level as it is only when the levels are equal. At this time step 001
If the levels of Step 002 and Step 002 are different, an SFC error occurs. In case of simultaneous merging connection (lower two steps in Fig. 7), sum of reciprocals of level 3 of steps 005, 006 and 007 respectively The reciprocal of 1 is used as the level of the next step 008. Since the level is always 1 or more, if the calculation result in this case is less than 1, it is an SFC error.

SFCは同時分岐と同時合流ならびに分岐と合流が、そ
れぞれ対で用いられているので、もしSFCの記述内容に
矛盾が無ければ、上述した第7図の例で示したように最
初のステップと最後のステップとのレベルが一致するの
で、ステップのレベルの追跡チェックを行なうことによ
り、SFCの各ステップ相互間の接続関係が正しいか否か
を判定することができる。
Since SFC uses simultaneous branching, simultaneous merging, and branching and merging in pairs, if there is no contradiction in the description of SFC, as shown in the example of FIG. Since the level of the SFC is the same as that of the step of SFC, it is possible to determine whether or not the connection relationship between the steps of the SFC is correct by performing the tracking check of the level of the step.

[実施例] 次に、本発明の実施例を図面を参照して説明する。[Embodiment] Next, an embodiment of the present invention will be described with reference to the drawings.

第1図は本発明のプログラマブルコントローラのSFC
のチェック方法の一実施例を適用するSFCの構成を示す
図である。
FIG. 1 shows the SFC of the programmable controller of the present invention.
FIG. 6 is a diagram showing a configuration of an SFC to which an embodiment of the check method of FIG.

最初のステップ001は遷移条件100を介してステップ00
2,003に同時分岐接続され、ステップ002は遷移条件101
を介してステップ004に接続され、ステップ003は遷移条
件102,103それぞれを介してステップ005,006に分岐接続
されている。また、ステップ004,005,006は遷移条件104
を介して最後のステップ007に同時合流接続されてい
る。
The first step 001 is step 00 via transition condition 100
Simultaneous branch connection to 2,003, step 002 is transition condition 101
Is connected to step 004 through step 003, and step 003 is branched and connected to steps 005 and 006 through transition conditions 102 and 103, respectively. In addition, steps 004, 005, and 006 are transition conditions 104
Connected at the same time to the final step 007 via.

そこで、このSFCに本実施例を適用する場合、まず、
ステップ001のレベルを初期値の1とする。ステップ00
2,003はステップ001に同時分岐接続されているため、レ
ベルはそれぞれ2となり、ステップ004のレベルはステ
ップ002のレベルが2であるから2、ステップ005,006の
レベルはステップ003と分岐接続されているために、そ
れぞれ2となる。ここで、ステップ004,005,006とステ
ップ007は同時合流接続されているため、ステップ007の
レベルは の計算結果の逆数2/3となり、これは1未満であるから
このSFCはエラーと判定される。これは分岐接続に対し
て合流接続がないためのエラーである。
Therefore, when applying this embodiment to this SFC, first,
The level of step 001 is set to an initial value of 1. Step 00
Since 2,003 is simultaneously branched and connected to step 001, the level is 2, and the level of step 004 is 2, because the level of step 002 is 2, and the level of steps 005 and 006 is branched and connected to step 003. , 2 respectively. Here, since steps 004, 005, 006 and step 007 are connected at the same time, the level of step 007 is The reciprocal of the calculation result of is 2/3, which is less than 1, so this SFC is judged as an error. This is an error because there is no merging connection for the branch connection.

第2図は本実施例を適用するSFCの他の構成を示す図
である。
FIG. 2 is a diagram showing another configuration of the SFC to which this embodiment is applied.

最初のステップ001は遷移条件200,201を介してステッ
プ002,003と分岐接続され、ステップ002は遷移条件202
を介してステップ004に接続され、ステップ003は遷移条
件203を介してステップ005,006に同時分岐接続されてい
る。また、ステップ004,005,006は、それぞれ遷移条件2
04,205,206を介して最後のステップ007に合流接続され
ている。
The first step 001 is branched and connected to steps 002 and 003 via transition conditions 200 and 201, and step 002 is a transition condition 202.
Is connected to the step 004 via the transition condition 203, and the step 003 is connected to the steps 005 and 006 via the transition condition 203 at the same time. In addition, steps 004, 005, and 006 are the transition conditions 2
It is connected to the final step 007 via 04,205,206.

そこで、このSFCに本実施例を適用する場合、まず、
ステップ001のレベルを初期値の1とする。ステップ00
2,003はステップ001に分岐接続されているからレベルは
それぞれ1となり、ステップ004のレベルはステップ002
のレベルを受けて1、ステップ005,006のレベルはステ
ップ003との同時分岐接続により、それぞれ2となる。
ここで、ステップ004,005,006とステップ007とは合流接
続になているため、レベル一致のチェックが実行される
が、ステップ004のレベルとステップ005,006のレベルが
一致しないため、このSFCはエラーと判定される。これ
は同時分岐接続に対して同時合流接続がないためのエラ
ーである。
Therefore, when applying this embodiment to this SFC, first,
The level of step 001 is set to an initial value of 1. Step 00
Since 2,003 is branched and connected to step 001, the level is 1, and the level of step 004 is step 002.
The level of Steps 005 and 006 becomes 2 due to the simultaneous branch connection with Step 003.
Here, since step 004, 005, 006 and step 007 are merged and connected, the level matching check is executed, but since the level of step 004 and the level of step 005, 006 do not match, this SFC is judged as an error. . This is an error because there is no simultaneous merging connection for simultaneous branching connections.

第3図は本実施例を適用するSFCのさらに他の構成を
示す図である。
FIG. 3 is a diagram showing still another configuration of the SFC to which this embodiment is applied.

最初のステップ001は遷移条件300を介してステップ00
2,003と同時分岐接続され、ステップ002は遷移条件301
を介してステップ004に接続され、ステップ003は遷移条
件302を介してステップ005,006に同時分岐接続されてい
る。また、ステップ004,005,006は遷移条件303を介して
最後のステップ007に同時合流接続されている。
The first step 001 is step 00 via transition condition 300
Connected to 2,003 at the same time, step 002 is transition condition 301
Is connected to step 004 through step 003, and step 003 is simultaneously branched and connected to steps 005 and 006 through transition condition 302. Further, steps 004, 005, and 006 are simultaneously merged and connected to the last step 007 via the transition condition 303.

そこで、このSFCに本実施例を適用する場合、まずス
テップ001のレベルを初期値の1とする。ステップ002,0
03のレベルはステップ001との同時分岐接続によりそれ
ぞれ2となり、ステップ004のレベルはステップ002のレ
ベルを受け、ステップ005、006のレベルはステップ003
との同時分岐接続により、それぞれ4となる。ここで、
ステップ004,005,006とステップ007とは同時合流接続さ
れているため、最後のステップ007のレベルは の計算結果の逆数の1となり、最初のステップ001のレ
ベルと一致するのでこのSFCは正当と判定できる。
Therefore, when the present embodiment is applied to this SFC, first, the level of step 001 is set to 1 which is the initial value. Step 002,0
The level of 03 becomes 2 by simultaneous branch connection with step 001, the level of step 004 receives the level of step 002, and the levels of step 005 and 006 are step 003.
It becomes 4 each by simultaneous branch connection with. here,
Since steps 004, 005, 006 and step 007 are connected at the same time, the level of the last step 007 is Since this is the reciprocal of the calculation result of 1 and matches the level of the first step 001, this SFC can be judged to be valid.

[発明の効果] 以上説明したように本発明は、SFCの最初のステップ
にレベル1を割当て、シーケンスに流れにしたがい順次
に次のステップのレベルを定めてゆき、合流接続のとき
は合流するすべてのステップのレベルが不一致の場合、
また、同時合流接続のときは同時合流する各ステップの
レベルの逆数の和をとり、その計算結果の逆数が1未満
の場合に、いずれもこのSFCのエラーと判定し、最後の
ステップのレベルが最初のステップのレベルに一致した
とき、このSFCは正当であると判定することにより、基
本的な文法ミスでありながらユーザの検出の難しい分岐
・合流,同時分岐・同時合流の相互関係のエラーを漏れ
なく容易にチェックすることができるので、ユーザのプ
ログラムデバッグの負担を著しく軽減することができる
効果がある。
[Effects of the Invention] As described above, according to the present invention, level 1 is assigned to the first step of the SFC, the level of the next step is sequentially determined according to the flow of the sequence, and all the points are joined when the join connection is made. If the levels of the steps in
In the case of simultaneous merging connection, the sum of the reciprocals of the levels of the merging steps is taken. If the reciprocal of the calculation result is less than 1, it is judged as an error of this SFC and the level of the last step is When this SFC is judged to be valid when it matches the level of the first step, it is a basic grammatical error, but it is difficult for the user to detect a branch / merge, simultaneous branch / simultaneous merge mutual error. Since the check can be performed easily without omission, there is an effect that the burden on the user for debugging the program can be significantly reduced.

【図面の簡単な説明】[Brief description of drawings]

第1図は本発明のプログラマブルコントローラのSFCの
チェック方法の一実施例を適用するSFCの構成図、第2
図は同実施例を適用する他のSFCの構成図、第3図は同
実施例を適用するさらに他のSFCの構成図、第4図,第
5図,第6図,第7図はそれぞれ同時分岐,分岐,合
流、同時合流の各接続例に対して本発明のチェック方法
を適用した場合の説明図、第8図は従来のSFCの構成例
を示す図、第9図(a),(b),(c)はSFCを実行
したときのステップの歩進動作の説明図である。 001,〜,008…ステップ、100〜104,200〜206,300〜303…
遷移条件、81…同時分岐、82…分岐、83…合流、84…同
時合流。
FIG. 1 is a configuration diagram of an SFC to which an embodiment of the SFC check method of a programmable controller of the present invention is applied,
FIG. 3 is a configuration diagram of another SFC to which the same embodiment is applied, FIG. 3 is a configuration diagram of yet another SFC to which the same embodiment is applied, and FIG. 4, FIG. 5, FIG. 6, FIG. FIG. 8 is an explanatory diagram when the check method of the present invention is applied to each of the simultaneous branching, branching, merging, and simultaneous merging connection examples, FIG. 8 is a diagram showing a configuration example of a conventional SFC, FIG. (B), (c) is explanatory drawing of the step operation of a step when SFC is performed. 001, ~, 008 ... Step, 100 ~ 104,200 ~ 206,300 ~ 303 ...
Transition condition, 81 ... Simultaneous branch, 82 ... Branch, 83 ... Merge, 84 ... Simultaneous merge.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】プログラマブルコントローラの用いるシー
ケンシャルファンクションチャートのチェック方法であ
って、 シーケンシャルファンクションチャートの最初のステッ
プに数値1を割当ててそのステップのレベルとし、 プログラムの流れにしたがうステップの歩進のたびに、 1つのステップが次の1つのステップのみに接続されて
いた場合は、前段ステップのレベルをそのまま移行して
次のステップのレベルとし、 1つのステップが次の複数のステップと同時分岐接続さ
れていた場合は、前段ステップのレベルに同時分岐接続
された次の複数のステップの個数を乗じた数値を複数の
同時分岐先それぞれのステップのレベルとし、 1つのステップが次の複数のステップと分岐接続されて
いた場合は、前段ステップのレベルをそのまま移行して
分岐接続されているそれぞれのステップのレベルとし、 複数のステップが次の1つのステップと合流接続されて
いた場合は、合流接続されているそれぞれのステップの
レベルがすべて同一か否かをチェックして、すべてのレ
ベルが一致していないときは前記合流接続のエラーと判
定し、 複数のステップが次の1つのステップに同時合流接続さ
れていた場合は、同時合流接続されているそれぞれのス
テップのレベルの逆数の合計値の逆数を次のステップの
レベルとし、該レベルが1未満である場合は前記同時合
流接続のエラーと判定し、 最後のステップのレベルが最初のステップのレベルと一
致したとき、前記シー−ケンシャルファンクションチャ
ートの各ステップ相互間の接続関係は正しいと判定する
プログラマブルコントローラのシーケンシャルファンク
ションチャートのチェック方法。
1. A method of checking a sequential function chart used by a programmable controller, wherein a numerical value 1 is assigned to the first step of the sequential function chart to set the level of the step, and each step of the step according to the flow of the program is performed. , If one step is connected only to the next one step, the level of the previous step is moved as it is to the level of the next step, and one step is simultaneously branched and connected to the next multiple steps. In the case of a step, the value of the previous step level is multiplied by the number of the next multiple steps connected at the same time to be the level of each of the multiple simultaneous branch destinations, and one step is connected to the next multiple steps. If yes, leave the level of the previous step as it is The level of each step that is branched and connected in a row, and if multiple steps are connected to the next one step by merge, check whether the levels of each of the connected steps are the same. If all the levels do not match, it is judged that there is an error in the confluent connection, and if multiple steps are simultaneously confluent in the next step, each of the converging connections is The reciprocal of the sum of the reciprocals of the step levels is taken as the level of the next step. If the level is less than 1, it is determined that the simultaneous merging connection has an error, and the level of the last step matches the level of the first step. Then, the programmable controller that determines that the connection relationship between each step of the sequential function chart is correct How to check the sequential function chart.
JP63334667A 1988-12-28 1988-12-28 How to check sequential function chart of programmable controller Expired - Lifetime JPH087611B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63334667A JPH087611B2 (en) 1988-12-28 1988-12-28 How to check sequential function chart of programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63334667A JPH087611B2 (en) 1988-12-28 1988-12-28 How to check sequential function chart of programmable controller

Publications (2)

Publication Number Publication Date
JPH02178706A JPH02178706A (en) 1990-07-11
JPH087611B2 true JPH087611B2 (en) 1996-01-29

Family

ID=18279913

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63334667A Expired - Lifetime JPH087611B2 (en) 1988-12-28 1988-12-28 How to check sequential function chart of programmable controller

Country Status (1)

Country Link
JP (1) JPH087611B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7132785B2 (en) 1999-11-18 2006-11-07 Color Kinetics Incorporated Illumination system housing multiple LEDs and provided with corresponding conversion material
US7350936B2 (en) 1999-11-18 2008-04-01 Philips Solid-State Lighting Solutions, Inc. Conventionally-shaped light bulbs employing white LEDs

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01248206A (en) * 1988-03-30 1989-10-03 Toshiba Corp Programmable controller

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7520634B2 (en) 1997-12-17 2009-04-21 Philips Solid-State Lighting Solutions, Inc. Methods and apparatus for controlling a color temperature of lighting conditions
US7132785B2 (en) 1999-11-18 2006-11-07 Color Kinetics Incorporated Illumination system housing multiple LEDs and provided with corresponding conversion material
US7350936B2 (en) 1999-11-18 2008-04-01 Philips Solid-State Lighting Solutions, Inc. Conventionally-shaped light bulbs employing white LEDs

Also Published As

Publication number Publication date
JPH02178706A (en) 1990-07-11

Similar Documents

Publication Publication Date Title
US20050223295A1 (en) Method for the creation of sequences for testing software
JPS63278145A (en) Parameter correspondence check system
EP0498367B1 (en) Program debugging device and process
DE69333806T2 (en) Method and apparatus for test sequence generation
JP2921502B2 (en) Fault location estimation method for sequential circuits
JPH087611B2 (en) How to check sequential function chart of programmable controller
JPS62198937A (en) Inspectable electronic apparatus
CN114417779A (en) Chip connection method and device, computer equipment and computer readable storage medium
JP2006514364A (en) Method and automation system for determining the processing sequence of functional blocks of an automation system
JPS61187047A (en) Logical circuit simulation system
JP2943161B2 (en) Failure simulation method
JPH0254600B2 (en)
JPS6053350A (en) Automatic test system of multi-stage relay transmission system
JPH05210401A (en) Sequence program matching method
JPH04352049A (en) E2 prom program test system
JPS58166465A (en) Zap data correction control system
JPS61202240A (en) Debug processing system for logic circuit
CN120050164A (en) Network configuration issuing method and device, electronic equipment and storage medium
JPH0870349A (en) System for automatically judging test result of electronic exchange
JPH02297080A (en) Integrated circuit mask pattern verifying method
JPH01136496A (en) Verification route automatic selection system
JPH04365174A (en) Signal delay time calculating system
JPH0769392B2 (en) Method for estimating fault location of logic circuit
JPS635473A (en) Rewiring processing system
JPH0328972A (en) Mask pattern verifying method