![]() |
Need help with Network Tables
I have no experience with Network Tables. I need to send an 2d array to a LabVIEW dashboard using network tables, and I don't quite know where to start.
Code:
public java.lang.Boolean[] getBooleanArray(java.lang.String key,If someone used Network Tables to comunicate to a dashboard last year and could post that code, I think I could gain a further understanding of network tables from that. Thanks. |
Re: Need help with Network Tables
For my usage I use:
Code:
|
Re: Need help with Network Tables
We just got support for 1D arrays this year, I don't think 2D arrays are currently viable (unless the above poster's solution works for you)
if you ABSOLUTELY need a table, and you can do some data processing on the dashboard (not familiar with configuring the lv dashboard), than you can always send the data as a string encoded with the raw bytes of the 2D array |
Re: Need help with Network Tables
Quote:
|
Re: Need help with Network Tables
Quote:
|
| All times are GMT -5. The time now is 07:58 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi