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.

The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 
SercoSteveB
3045 Views
9 Comments

Name the following from the Application Control Palette?

Application Control Palette 30_09_2016.png


a) 1 = New VI, 2 = Open Application Reference, 3 = Open VI Reference, 4 = New Object

b) 1 = New VI Reference, 2 = Open VI Reference, 3 = Open Application Reference, 4 = New VI

c) 1 = New VI Object, 2 = Open VI, 3 = Open Application Reference, 4 = New VI

d) 1 = New VI, 2 = Open VI Reference, 3 = Open Application Reference, 4 = New Object

SercoSteveB
3463 Views
14 Comments

Assuming that Waveform Chart is initially clear (empty of data), what are the contents of Waveform Chart following the first execution of the VI?

The original post can be found here.  Oh the nostalgia!

Nested FOR Loops Waveform Chart 28_09_2016.png

Nested FOR Loops Waveform Chart Answers 28_09_2016.png

SercoSteveB
3231 Views
10 Comments

What are the contents of Numeric Array Out and Array Size Out following execution of the VI?

The original post can be found here.  Oh the nostalgia!

Nested FOR Loops 26_09_2016.png

a) Numeric Array Out = A 2D array of Random Numbers with 4 columns and 6 rows, Array Size Out = {6,4}

b) Numeric Array Out = A 2D array of Random Numbers with 6 columns and 4 rows, Array Size Out = {6,4}

c) Numeric Array Out = A 2D array of Random Numbers with 4 columns and 6 rows, Array Size Out = {4,6}

d) Numeric Array Out = A 2D array of Random Numbers with 6 columns and 4 rows, Array Size Out = {4,6}

SercoSteveB
3415 Views
13 Comments

Assuming the initial values:

Numeric Value In 1 = 254

Numeric Value In 2 = 5

What is the value of Numeric Value Out following execution of the VI?

NOTE:  The original post can be found here.  Oh the nostalgia!!

U8 Addition Nostalgia 8.png

a) 0

b) 3

c) 255

d) 259

SercoSteveB
3880 Views
13 Comments

What is Numeric Value Out following execution of the VI?

NOTE:  The original post 'The Daily CLAD' post number 18, can be found here.  Oh the nostalgia!!

Data Flow Propery Nodes.PNG

a) 0

b) 3

c) 4

d) 5

SercoSteveB
3815 Views
11 Comments

What are the contents of Numeric Array Out following execution of the VI?

Nester Loops Shift Register 22_09_2016.png

a) A 1D array containing {0,0,0}

b) A 1D array containing {0,0,0,0}

c) A 1D array containing {0,2,48}

d) A 1D array containing {0,4,96}

SercoSteveB
3247 Views
9 Comments

What is the value of Numeric Out following execution of the VI?

NOTE:  The original post "The Daily CLAD" - post number 7, can be found here.  Oh the nostalgia!!

Multi Element Shift Register 20_09_2016.png

a) 0

b) 1

c) 3

d) 7

SercoSteveB
3137 Views
13 Comments

What is the value of Numeric Out following execution of the VI?

NOTE:  The original post "The Daily CLAD" - post number 3, can be found here.  Oh the nostalgia!!

For Loop Iteration Count 17_09_2016.png

a) 0

b) 5

c) 32

d) 40

SercoSteveB
3552 Views
12 Comments

What is Numeric Value Out following execution of the VI?

NOTE:  The original post "The Daily CLAD" - post number 5, can be found here.  Oh the nostalgia!!

For Loop Shift Register 16_09_2016.png

a) 0

b) 5

c) 6

d) 25

SercoSteveB
4203 Views
12 Comments

What are the values of String Out, Boolean Out, Numeric Out and Numeric Array Out following execution of the VI?

NOTE:  The original post "The Daily CLAD" - post number 9, can be found here.  Oh the nostalgia!!

For Loop Iteration Control 14_09_2016.png

a) String Out = "SteveLikesLabVIEW", Boolean Out = TRUE, Numeric Out = 5, Numeric Array Out = {0}

b) String Out = "SteveLikesLabVIEW", Boolean Out = FALSE, Numeric Out = 5, Numeric Array Out = {0,1,2}

c) String Out = <empty string>, Boolean Out = FALSE, Numeric Out = 0, Numeric Array Out = {0}

d) String Out = <empty string>, Boolean Out = FALSE, Numeric Out = 0, Numeric Array Out = <empty array>

SercoSteveB
3150 Views
11 Comments

I am not really one for rehashing and posting old material, although I do occasionally do it coincidently , but as it has been almost four and a half years since the early posts saw light of day I thought I would take a trip down memory lane and do a Nostalgia Series.  I am not copying the old posts, simply re-introducing the LabVIEW concepts made 1600+ days ago. 

NOTE:  The original post "The Daily CLAD" - post number 1, can be found here.  Oh the nostalgia!!

What is Numeric Value Out following execution of the VI?

Blast from the Past 1 of 10.png

a) 6

b) 9

c) 16

d) 17

SercoSteveB
3304 Views
15 Comments

If a Wait Until Next ms Multiple function with a constant of 100 wired to it is placed in the same loop as a section of code that take a total of 37 ms to complete its 4th iteration, how many ms until the next iteration beigns?

a) 14 ms

b) 63 ms

c) 100 ms

d) 437 ms

SercoSteveB
3194 Views
13 Comments

Identify the Constants shown below?

Constants 13_09_2016.png

a) 1 = Variant, 2 = Array, 3 = Cluster, 4 = String

b) 1 = Variant, 2 = Cluster, 3 = String, 4 = Array

c) 1 = Cluster, 2 = Variant, 3 = Array, 4 = String

d) 1 = Variant, 2 = Cluster, 3 = Array, 4 = String

SercoSteveB
3151 Views
10 Comments
SercoSteveB
3212 Views
14 Comments
SercoSteveB
3046 Views
5 Comments
SercoSteveB
2984 Views
7 Comments

Name the nodes/VIs shown:

Synchronisation.png

a) 1=Obtain Notifier, 2=Obtain Queue, 3=Obtain Semaphore Reference, 4=Create Rendezvous

b) 1=Obtain Queue, 2=Obtain Notifier, 3=Obtain Semaphore Reference, 4=Create Rendezvous

c) 1=Obtain Notifier, 2=Obtain Queue, 3=Create Rendezvous, 4=Obtain Semaphore Reference

d) 1=Obtain Notifier, 2=Obtain Queue, 3=Obtain Semaphore Reference, 4=Obtain Rendezvous

SercoSteveB
3526 Views
11 Comments

Task Overview

Consider the Front Panel shown below:

Coding Challenge 1.PNG


Construct a VI that performs a case insensitive search of a defined folder and lists all of the files within that folder whos filenames begin with a defined prefix.  The VI should by default only search within the folder specified but be capable of optionally including a recursive search of all subfolders within the defined start folder. 

The VI should output an array containing the pathnames of all files, within the search folder (or folders) whos filenames begin with the defined prefix.

The VI should detect any problems with data entered by the user, in particular into the Starting Folder and Filename Prefix controls, before any search operations are carried out and provide appropriate error codes and messages in Error Out.

Controls


NameTypeDescription
Starting Folder PathThe path from which to start the search
Serach SubfoldersEnumDefines if the VI should include a recursive search of subfolders within the 'Starting Folder'
Filename PrefixStringThe filename prefix to search for
Error InError ClusterDefault No Error In.

Indicators

NameTypeDescription
Files DetectedArray of PathsAn array containing the pathnames of files within the 'Starting Folder', and optionally its' subfolders, whos filenames begin with the string defined in 'Filename Prefix'.
Error OutError Cluster

Provides the user an indication of any errors encountered by the searcher.

NOTE:  A VI containing the Front Panel shown above is attached and could be used as a starting point for your VI.

SercoSteveB
3152 Views
8 Comments

Assuming the defaults for a Numeric, what is the value of Data Entry Limits:Maximum following execution of the VI?

Data Entry Limits MAX.PNG

a) 0

b) 1

c) Inf

d) NaN

SercoSteveB
4142 Views
12 Comments

What is Numeric Value Out following execution of the VI?

Compound Arithmetic 02_09_2016.png

a) 0

b) 1

c) 2

d) 254