From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

more information about LabVIEW

Hi , 

i want your help . i want to improve my LabVIEW Knowledge . so ,if there any books , articles ,websites could help me for my mission .

Best Regard .

0 Kudos
Message 1 of 6
(2,098 Views)

Hi Emna.

 

did you notice the "Training resources" section in the header of the LabVIEW board?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(2,083 Views)

Hi Emna,

 

Like GerdW said, the top of the forum has a few links to available training materials.

 

If you have access to the "Online Training" (with the SSP) then I'd suggest starting there.

Core 1 and Core 2 contain lots of useful information to get started with, and after that you will be better informed to choose more advanced topics from that site.

 

NI also has badges available now for various sets of topics - some of these have associated learning material and studying towards those can give a nice incentive and milestones for progress. You can also put the badges on e.g. LinkedIn. A link is here: https://learn.ni.com/badges


GCentral
0 Kudos
Message 3 of 6
(2,048 Views)

Both of these books are a decade old, but are still my standard references.  "LabVIEW for Everyone", Travers and Kring, will tell more more than you want to know about the ins and outs of LabVIEW.  If you want to develop good, stable, well-documented LabVIEW code, get "The LabVIEW Style Book" by Peter Blume, which is less concerned with teaching you the "How" of LabVIEW coding than with showing you the importance of "Style", neat Block Diagrams, the use of sub-VIs, the importance of design and documentation, and what I call being more concerned with what you want to do than with how you want to do it.  Here's a sample Style guideline -- Every Block Diagram Should Fit on a Single Laptop Screen (my paraphrase).  I'm pleased to say that >95% of mine follow this guideline.

 

Bob Schor

Message 4 of 6
(2,020 Views)

@Bob_Schor wrote:

Every Block Diagram Should Fit on a Single Laptop Screen (my paraphrase).  I'm pleased to say that >95% of mine follow this guideline.


With more laptops sporting 4K screens (i hate that nomenclature, it's 2160p or 8MP) i'd say it's better expressed as "a VI should generally be less than 15 blocks" or similar.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 5 of 6
(2,008 Views)

I believe the Style Book expressed it in Pixels (but I don't remember if it was 1024 x 768 or something larger -- I generally am willing to accept 1280 x 1024, or even 1920 x 1080, but generally "Small is Beautiful").

 

Bob Schor

0 Kudos
Message 6 of 6
(1,998 Views)