11-22-2007 04:56 PM
11-23-2007 05:35 AM
11-23-2007 06:23 AM
Hi Mike,
Could you clarify a little more exactly what your wishing to do over your current setup. I must admit it's been a while since I looked at vb6 but I could try and create an example for you during the course of the day (although perhaps also part of next week too as our machine with VB6 on is usually in high demand!). If you could include your LabVIEW code in this forum that would be great too.
Thanks,
11-23-2007 09:20 AM
11-23-2007 10:11 AM
Hi, its quite a large app, so dont really want to put all the code on here...but basically in part of it an array gets filled with all the channel data. And i would just like to be able to click a button and a vb app on another machine have the data to use for data reduction, performance checking etc. So its its simplistic form i have a 1 dimensional array of around 200 rows of data. I have simply flattened this at the mo to a string and sent it down the tcp/ip port to the other pc running the vb app and the winsock which does work, fine, i was just wondering if that is the best way.
I cant make the whole app a dll as it does alot more than just this, this is just probably 1% of the whole picture...but important none the less..
11-23-2007 10:46 AM
11-26-2007 03:32 AM
Hi,
I can't think of a way that would be better if the app is too large or complex for a dll to do all the work. If this way it meeting your time requirements and not throttling your PC then I would suggest sticking with it as TCP/IP is connection orientated so there should be no data loss/corruption.
Regards,