|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: Enabling Default Dashboard in C++
Quote:
|
|
#2
|
||||
|
||||
|
Re: Enabling Default Dashboard in C++
I haven't looked into the dashboard stuff in depth but I have a few questions myself. Is the dashboard application customizable? If so, how do I customize it? Is the source code to the dashboard application available? My understanding is that the dashboard application is expecting data packet stream of a certain format. So if I customize the data packer for a different format, I need to change the dashboard application correspondingly. In addition, I would like to customize the dashboard application with different controls, lights, knobs and graphs. I am trying to change dashboard application into a diagnostic tool.
Thanks. |
|
#3
|
|||||
|
|||||
|
Re: Enabling Default Dashboard in C++
Quote:
If you don't already use LabVIEW, it will be a bit of a learning curve for you, but it's not particularly difficult. |
|
#4
|
||||
|
||||
|
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 |