05-21-2017 06:49 PM
I am working on a project that requires recording an excel file and sending it to another computer via Bluetooth. I know i could send it directly using Bluetooth installed in laptop, but i do not want to use that process. I am thinking to pick 1 row from excel on each ''for loop'' iteration and convert into U8( Byte) array which could be transmitted via Bluetooth write vi ( cannot send all the rows simultaneously ) However,I am using read from spreadsheet vi which can either read 2D arrays or first row only. I cannot find a way to change the row number in each iteration. Can someone help me find a way to do that? otherwise if someone has a better idea to send and receive Excel or Text files using bluetooth, please let me know.
05-22-2017 12:30 AM
Once you have the 2D Array use Array Indexing or for loop to get individual rows.
Read more : https://zone.ni.com/reference/en-XX/help/371361J-01/glang/index_array/ and http://www.ni.com/white-paper/7571/en/