LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

network Question?

I touch Labview recently.I have following questions want to ask all of you.
I think here must be several grand master could answer my questions.

1. My Labview ver. is 6.0
I want to ask how to make VI file to exe. file .
I can't find ths "Application Builder" menu....

2.In network,I want to use two computer do the function of transmission.
a.send waveform signal,I want to use Datasocket.A is trans site.B is
receiver.
and save in to the database. Besides, B site is 24 hours on-line, to
receiver A's
data all the time.And also in A site has one message box, you can type
the
characteristic of the sending signal.Also save in to the database
b.send message:something like MSN messager system
I want to use "case" and "whi
le loop".....but I don't know what to do
next.

3.Is there need several VIs to combine one VI or just in one VI?

please help me.......thanks a lot
0 Kudos
Message 1 of 3
(2,388 Views)
re: Your Question No. 1

The Application Builder is a component of "LabVIEW Professional Development System" only. If you use "LabVIEW Full Development System" or "LabVIEW Base Package" this feature is not available.

Refer to the NI Main-Catalog 2001 (page 74) for a summary of specific feature of each development system.
Christian

Test Engineering
digades GmbH
www.digades.com
0 Kudos
Message 2 of 3
(2,388 Views)
Hi,
regarding Q nr 2, you can find some great examples for both DS and TCP/IP in order to do your data exchange ... take a look in lv folder\examples\comm\datasktx.llb datasktxwin.llb tcpex.llb
regarding Q nr 3, you can use the structure of these libraries as a guidance.
good luck
Message 3 of 3
(2,388 Views)