Page 1 of 1

Telemetry DDE and Visual Basic 6

PostPosted: Fri Sep 20, 2013 12:52 pm
by JayDee
Hi Guys,
A long shot but..
has anyone got a simple VB6 example DDE client receiving Telem data. We have a very simple example that is getting some data but its not working well or near ideal.
Anyone with better VB6 skills and an example project file would be much appreciated.
Regards, J.

Re: Telemetry DDE and Visual Basic 6

PostPosted: Sat Sep 21, 2013 1:51 am
by Holmz
Is the computer CPU overtaxed?
A common approach would be to write a simulator which spits out a varying stream that looks like the ECU.
Then you can test to see if it is related to the ECU's stream (size/rate) and move your VB code into DLLs which a significantly faster.
Or MatLab, which is still way slower than high compiled code, but way faster than VB.

Re: Telemetry DDE and Visual Basic 6

PostPosted: Sat Sep 21, 2013 2:31 am
by JayDee
Hi Holmz,
I dont think so, the PC is fine with the processing, its my awful attempt at VB6!...its been a long long time since I wrote anything and I'm away on event with no reference books and we would like to knock up a simple program that reacts to a couple of DDE values from the Telem. Very simple but then so is my VB knowledge... I can get a single value to update fine but struggle to get 2 or three values to do so. I sure its my code and not data overload.
:)
J.