Jump to content

LabView to VB Down & Dirty Comparison Request


Recommended Posts

I've heard a lot of the accolades for LV, but I haven't seen what I consider a breakdown of the strengths and weaknesses of both LV & VB. My production test applications typically require these capabilities:+ integration of existing VB6 USB applications (e.g., code written by Texas Instruments) -- high percentage of application+ RS-232 control of a device (assume both new & older equipment)+ USB control of a device (assume no LV driver exists)+ bit banging+ some GPIB control (pre-Agilent (H.P.) instruments -- generally not very much GPIB code per application Also, if I needed to write the low level stuff in VB, what restrictions/requirements are there for calling VB functions from LV? I have a client-server application coming up where I'll have a client communicating with two USB servers. The USB servers will be asynchronously responding to 1/sec queries from the UUT -- most of the responses by the servers to the UUT will not require communication with the client. They'll be "I'm still here responses" with occasional responses to the client and commands from the client. My plan is to use IP sockets. One for each server application and one for the client and let XP's preemptive multi-tasking handle the time slicing. One application trying to manage this would suffer bottlenecks and be hard to debug. Anyone know enough about VB and LV to provide me a much needed objective comparison? Thanks,Bill

Link to comment
  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.