I would like to let you know I have uploaded Dashboard Monitor v 1.3 to the Whitepapers area of chiefdelphi.com.
This program is written in VB. It allows you to monitor and record dashboard output from your Innovation First Operator Interface module. Labels are customizable. Recorded data can be played back in slower speed and single-stepping. A cvs converter is coming soon.
Please email me [email protected] if you have any questions or problems running this program.
Is it possible for you to share your source, or how you accomplished this. I’m interested in writing a dashboard program, but want something a little differently configured.
I really don’t want to give out all the source code at this time.
However, I will post a sample VB project to the White Papers area in the next several days. It is going to contain the core dashboard communication subroutines. It should be a good starting point.
I downloaded the program, and have it opened up in VB. However I"m not in the lab right now and won’t be able to test it out until later tonight. I’m guessing that the following lines:
set the different data streams being passed from the basic stamp to visual basic variables. So therefore, if I wanted a textbox to display the results of analoginput(1), then I’d set the caption of textbox to
I really don’t want to give out all the source code at this time.
However, I will post a sample VB project to the White Papers area in the next several days. It is going to contain the core dashboard communication subroutines. It should be a good starting point. **
Your dashboard program looks very nice. I also downloaded your piece of VB code, which should be useful. Do you have any plans to release the complete source to your dashboard monitor someday?
I would like to work on the next version during this off-season. The future enhancements include:
graphical representation of steering direction and output
allow user to hide/show individual values
flexibility on how to show the values
etc…
If people really want to write their own front-end instead of using a customizable one, I rather release a ActiveX Control that allow you to attach event handling code to process dashboard data. I really hesitate to release my source code (at its current state) because it is not ready to be released. I wrote the program in a week – without the proper engineering.
The short answer - I won’t release the source code before the next season.