LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview newbie

Hi,

I'm just starting programming in G. For me its a little bit difficult
because I am a C/C++ Programmer an used to think line by line. I still
don't know in which sequence a loop will be handled. I have a lot of
questions which will be answered in one sentence so i am looking for an
IRC channel i can use while working with LabVIEW.

Does anyone know such a channel?
And is there any free Version i can try on Linux?

thanxs,
Max
0 Kudos
Message 1 of 3
(2,810 Views)
Hi Markus,

according to the LabView manual all data lines and code nodes where all data is present which is necessary to execute the node will be executed parallel. Well as far as the CPU is able to do this I presume.
Try to use the debug modus by hitting the light bulb and follow the data flow. This will show you in which way the code is executed.

Hope this will help you.

Stephan
0 Kudos
Message 2 of 3
(2,810 Views)
No trail version for Linux...

Regards,

Wiebe.

"Markus Manninger" wrote in message
news:1066218843.578575@knapp.co.at...
> Hi,
>
> I'm just starting programming in G. For me its a little bit difficult
> because I am a C/C++ Programmer an used to think line by line. I still
> don't know in which sequence a loop will be handled. I have a lot of
> questions which will be answered in one sentence so i am looking for an
> IRC channel i can use while working with LabVIEW.
>
> Does anyone know such a channel?
> And is there any free Version i can try on Linux?
>
> thanxs,
> Max
>
0 Kudos
Message 3 of 3
(2,810 Views)