| 查看: 194 | 回复: 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. 哪位虫友知道这是怎么回事,怎么来改哦? |
» 猜你喜欢
机械工程264学硕求调剂
已经有3人回复
264求调剂
已经有9人回复
求调剂
已经有6人回复
22408 266求调剂
已经有7人回复
求调剂
已经有14人回复
273求调剂
已经有43人回复
307求调剂
已经有13人回复
327求调剂
已经有7人回复
338求调剂
已经有6人回复
326分,一志愿沪9,求生物学调剂
已经有3人回复

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














回复此楼