| 查看: 195 | 回复: 1 | |||
| 当前主题已经存档。 | |||
zxwuli金虫 (正式写手)
|
[交流]
labview编程中小问题
|
||
|
boolean"测量":Boolean latch action is incompatible with local variables details if a boolean control has local variables, it cannot use latch mechanical action. the first local variable to read a boolean control with latch action would reset its walue to the default. 哪位虫友知道这是怎么回事,怎么来改哦? |
» 猜你喜欢
材料与化工调剂
已经有26人回复
一志愿211,化学310分,本科重点双非,求调剂
已经有19人回复
求调剂288
已经有7人回复
298求调剂
已经有13人回复
281求调剂
已经有3人回复
265求调剂
已经有11人回复
301求调剂
已经有5人回复
343求调剂
已经有3人回复
272分材料子求调剂
已经有18人回复
273求调剂
已经有57人回复

when you use latch functions for a boolean control
★ ★
zxwuli(金币+2,VIP+0):我的程序要求多个地方使用一个boolean,只能用local variables啊 9-23 17:59
zxwuli(金币+2,VIP+0):我的程序要求多个地方使用一个boolean,只能用local variables啊 9-23 17:59
|
the logical value of the boolean control is kept the same as the default. however, its local variables you create from this boolean control will receive a new value which is different from the default. this controversy incurs your error. replace all local variables of a boolean control with real boolean controls. [ Last edited by bote on 2009-9-23 at 03:05 ] |
2楼2009-09-23 02:16:35













回复此楼