| 查看: 193 | 回复: 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. 哪位虫友知道这是怎么回事,怎么来改哦? |
» 猜你喜欢
什么是人一生最重要的?
已经有7人回复
版面费该交吗
已经有17人回复
体制内长辈说体制内绝大部分一辈子在底层,如同你们一样大部分普通教师忙且收入低
已经有19人回复
【博士招生】太原理工大学2026化工博士
已经有8人回复
280求调剂
已经有4人回复
面上可以超过30页吧?
已经有12人回复
为什么中国大学工科教授们水了那么多所谓的顶会顶刊,但还是做不出宇树机器人?
已经有11人回复
网上报道青年教师午睡中猝死、熬夜猝死的越来越多,主要哪些原因引起的?
已经有9人回复

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













回复此楼