09-29-2007 06:10 AM
09-29-2007
08:06 AM
- last edited on
03-25-2025
08:31 AM
by
Content Cleaner
your not going to get too much information by displaying the panel. LabVIEW is a fully featured, computer language. The block diagram (source code) is where the 'action' is taking place. If possible I would suggest you post the entire VI. But let me make this clear, you are talking about learning a new language here. Depending on the skills of the programmer who write this, and what your trying to do, it may require that you write it from scratch or you may be able to cobble together sub-routines (sub-vis) that are already written. The controls you are concerned about are unique to your project and/or situation. I suggest using the help built into labview, as well as resources on this website for getting started in labview. If time is crucial, you may be better off finding an alliance partner or contractor to come in and get you educated AND up and running quickly.
Here are some links for you to check out:
Alliance Partners
One source to find contractors and another to ask for contractors
good luck
Message Edited by Stradis on 09-29-2007 09:09 AM
09-30-2007 02:54 AM
Thanks Stradis ,
Actually when I click on the button an integer value is send to the instrument.
For example when I click "Initialize" ; device control command code is 02 i.e "start transmitting".
Please let me know how to change the code i.i 02 to 03 ???????
Where is the code setting of the button ????
thanks
Subhash
09-30-2007 05:25 AM
09-30-2007 05:35 AM
i explain there what you can do.
09-30-2007 06:34 PM
Thanks Mr. Stradis,
I thought first post objective is not clear to user, so I posted again.
I got the idea, thnaks.