LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hi please help me!!!!!!!

Hi friends,
 
I am a c++ programmer , I have no idea about Labview.
 
I am attaching a sreenshot having front panel.
 
There are buttons like "Initialise", "Focus And Align", "Align Scan" which control an existing device.
 
I have to control a new device using RS232 communication; Having all these options.
 
Please let me know how I understand these buttons code in existing VI  ???
Is there some supporting document or mannual through which I can understand ; how to control an instrument using RS232  communication in labview ????
 
Please help me........
 
thanks & regards,
Subhash Madhukar
0 Kudos
Message 1 of 6
(3,139 Views)
 

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


Paul
Message 2 of 6
(3,122 Views)

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

0 Kudos
Message 3 of 6
(3,077 Views)
Menu bar: Window->Show Block Diagram or Ctrl+E.

This will open the block diagram, where as Stradis mentioned is the source code of a LV VI.

André
Regards,
André (CLA, CLED)
0 Kudos
Message 4 of 6
(3,065 Views)

duplicate post

i explain there what you can do.

 

-----------------------------------------------------------------------------------------------------
... And here's where I keep assorted lengths of wires...
0 Kudos
Message 5 of 6
(3,062 Views)

Thanks Mr. Stradis,

I thought first post objective is not clear to user, so I posted again.

I got the idea, thnaks.

 

0 Kudos
Message 6 of 6
(3,019 Views)