03-28-2024 09:07 PM
LabViewを勉強し始めたばかりで質問があります。
バイト形式(I8)配列を読み込んでワード整数(I16)形式に変換する処理を組もうとしています。
例
配列0番目の要素が0、配列1番目の要素が1の場合、256のワード変数を得る。
これはVBのBinaryReader.ReadInt16メソッドに該当する処理です。
LabViewで同等の処理を行うにはどうすればよいでしょうか。
お手数ですが、アドバイスの程宜しくお願い致します。
Solved! Go to Solution.
04-01-2024 01:23 PM
Check the function JOIN numbers
ON diagram right click then select numberic-> data manipulation -> join numbers
04-03-2024 10:58 AM
4 different solutions. (For some reason does not Swap bytes work an I8 array, but you can ofcourse do it after merging as in solution 4)
04-04-2024 12:15 AM
I was able to achieve the desired control by using the " join numbers" function.
Thank you for your reply.
04-04-2024 12:17 AM
I was able to achieve the desired control by using the " join numbers" function.
Yamaeda, thank you for your reply.