labview 在VISA Configure Serial Port有-1073807330的错误信息解决办...
时间:10-02
整理:3721RD
点击:
在VISA Configure Serial Port有-1073807330的錯誤訊息
转
http://digital.ni.com/public.nsf/websearch/EE626AEC9A0E34ED86256E40000E06A0?opendocument&Submitted&&node=133020_ZHT
問題:當我執行VISA Configure Serial Port.vi時有-1073807330 "The specified state of the attribute is not valid, or is not supported as defined by the resource."
解答:這個錯誤訊息最常是因為"stop bits"的數據給錯. stop bits是接收一個列舉(enumeration)的資料型態, 如果你是接一個數字進去的話(1, 1.5, 2), 就會有此錯誤訊息. 所以請按在stop bit上, 選擇create constant來做一個列舉的選項. 如果真的必要使用數字的資料型態的話, "10"代表1個stop bit. "15"代表1.5個stop bits, "20"代表2個stop bits.
转
http://digital.ni.com/public.nsf/websearch/EE626AEC9A0E34ED86256E40000E06A0?opendocument&Submitted&&node=133020_ZHT
問題:當我執行VISA Configure Serial Port.vi時有-1073807330 "The specified state of the attribute is not valid, or is not supported as defined by the resource."
解答:這個錯誤訊息最常是因為"stop bits"的數據給錯. stop bits是接收一個列舉(enumeration)的資料型態, 如果你是接一個數字進去的話(1, 1.5, 2), 就會有此錯誤訊息. 所以請按在stop bit上, 選擇create constant來做一個列舉的選項. 如果真的必要使用數字的資料型態的話, "10"代表1個stop bit. "15"代表1.5個stop bits, "20"代表2個stop bits.
自己顶顶!