|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#6
|
||||
|
||||
|
Re: Enabling Default Dashboard in C++
To build on what Alan said, open up the dashboard example projects on both the Labview and C++ side. The packet that's filled in on the C++ side maps to the pink cluster on the left side of the Labview diagram. As long as you get them to match, you can change them to whatever you want. The next thing to do is to trace the pink line coming out of the data type. It leads to a block that converts the binary stream into data of that type. The output of that block is a cluster that you can use the unbundle by name block to get the data. My suggestion is to find where the unbundles are in the example and replace them with logic controls of your own. Once you get the hang of it and come up with a good way of packing your data, it's pretty easy.
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Camera picture on Dashboard with default project code? | neg0riz0r | NI LabVIEW | 2 | 18-02-2010 10:53 |
| Camera working in C++ and default dashboard | pafwl | C/C++ | 0 | 03-02-2010 22:06 |
| Classmate Question: Default Path Location for Driver Dashboard | Ziaholic | FRC Control System | 4 | 25-01-2010 13:56 |
| Default Labview Dashboard and Windriver Example Help | sircedric4 | Programming | 7 | 25-02-2009 01:58 |
| Help with connecting default dashboard project | mminutto | NI LabVIEW | 2 | 30-01-2009 15:26 |