Skip to content

Commit 7cd56cb

Browse files
author
Fabiola De la Cueva
committed
Implemented feedback from Petter Weibring
Index.adoc 1. Repleased select the 7.0 release of VirtualBox with 7.0.X that way if VirtualBox makes a new 7.0.x release, we don't have to change the documentation 2. Fixed issue with image in_014.00 (I forgot to add [] at the end) Course-Manual.adoc 3. Added a new line before image cm_029.00 so it would show up 4. Added new line between images cm_034.00 and cm_035 to ensure they show up good 5. REmoved the For a blinking LED because that text was mentioned later 6. Added new line in between images cm_038 and image cm_039 7. Fixed syntax for image 040 8. Modified the description of the slowing down of the LED blinking with specifying that to have the LED ON for 500ms and OFF for 500ms, write 500 9. Fixed image cm_047 by adding [] 10. The text below the event structure elements needed to be reversed number one points to the Timeout and number 2 to the event selector
1 parent 2e5e7d8 commit 7cd56cb

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

cti-doc_en/content/modules/ROOT/pages/course-manual.adoc

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ Here we can see that no errors were apparent and Identity has a value.
187187
image::cm_028.00_IDN_ReturnData_Displayed.png[]
188188

189189
But more importantly the LED on the hardware has turned on.
190+
190191
image::cm_029.00_LED_Turns_ON.png[]
191192

192193
== Lesson 2 – For Loops
@@ -256,6 +257,7 @@ execute.)
256257
(10 times on and 10 times off.)
257258

258259
image::cm_034.00_RightClick-Create-Constant_TerminalN_ForLoop.png[]
260+
259261
image::cm_035.00_ForLoopWired-20N.png[]
260262

261263
In order for the program to `blink` successfully it will need to know
@@ -268,21 +270,19 @@ Register.` Wire the True Constant to the Shift Registers and the DO
268270

269271

270272
image::cm_036.00_RightClick-AddShiftRegister-ForLoop.png[]
271-
image::cm_037.00_ForLoopWiredIncludingShiftRegister.png[]
272273

273-
* For a blinking LED you will need to invert the boolean value after
274-
every loop. To do this Right-click anywhere to bring up the functions
275-
palette. Hover over `Boolean` then select the `Not` Boolean. Wire this
276-
into the shift registers.
274+
image::cm_037.00_ForLoopWiredIncludingShiftRegister.png[]
277275

278276
* Double click the green wire connecting the True Constant to the SubVI and delete it. Move the True Constant outside the For Loop. Wire the Constant through the For Loop and into the Shift Registers.
279277

280278
image::cm_038.00_DoubleClick-GreenWire-Delete-DragTrueConstant.png[]
279+
281280
image::cm_039.00_DragTrueConstantOutsideForLoop-WireToShiftRegister.png[]
282281

283282

284283
• Remember to wire it back into the SubVI.
285-
040.00_ForLoopWired-TrueFromShiftRegisterToWriteDO.png[]
284+
285+
image::cm_040.00_ForLoopWired-TrueFromShiftRegisterToWriteDO.png[]
286286

287287
NOTE: If you were to run the program at this point the LED would light up, but would not `blink.`
288288

@@ -300,7 +300,7 @@ function. Select and place inside the Loop.
300300

301301
* Create a constant by Right-clicking on the left side of the `Wait`
302302
function. The `Wait` function executes in milliseconds, therefore to
303-
slow down the Loop by 5 seconds, write 500.
303+
have the LED ON for 500ms and Off for 500ms, write 500.
304304

305305
image::cm_042.00_RightClick-FunctionsPalette-Timing-Wait(ms).png[]
306306
image::cm_043.00_ForLoopWired-Not.png[]
@@ -369,7 +369,8 @@ Loop and wire it up to the Conditional Terminal in the bottom right
369369
corner. If the Button on the Front Panel is pressed when the program is
370370
running then the Loop will end and the `blinking` LED will stop.
371371

372-
image::cm_047.00_WhileLoopWired-BooleanSwitchWiredToStopTerminal.png
372+
image::cm_047.00_WhileLoopWired-BooleanSwitchWiredToStopTerminal.png[]
373+
373374

374375
=== Exercise – Use DI to stop the loop
375376

@@ -915,9 +916,10 @@ appropriate case to handle that event.
915916

916917
image::cm_114.00_EventStructure.png[]
917918

918-
. The event selector label specifies which events cause the displayed
919-
case to execute.
919+
920920
. The Timeout terminals specifies the number of milliseconds to wait for
921921
an event before timing out.
922+
. The event selector label specifies which events cause the displayed
923+
case to execute.
922924
. The Event Data Node identifies the data LabVIEW returns when an event
923925
occurs

cti-doc_en/content/modules/ROOT/pages/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CAUTION: {wip}
44

55
== Install Virtualbox
66

7-
Go to https://www.virtualbox.org/wiki/Downloads[Virtualbox.org] and download version 7.0.
7+
Go to https://www.virtualbox.org/wiki/Downloads[Virtualbox.org] and download version 7.0.X
88

99
image::in_001.00_DownoadVirtualBox.png[]
1010

@@ -16,7 +16,7 @@ there, scroll down to click on "Previous Releases"
1616

1717
image::in_001.02_DownoadVirtualBox-ClickOnPreviousReleases.png[]
1818

19-
Select the 7.0 release
19+
Select the 7.0.X release
2020

2121
image::in_001.03_DownoadVirtualBox-SelectVersion7.0.png[]
2222

@@ -80,7 +80,7 @@ We strongly recommend that you open Firefox before you activate LabVIEW.
8080
Open up the start-up menu and click on Other>>Post a question on the NI Forums
8181
This will open the NI Forums.
8282

83-
image::in_014.00_OpenNIwebsite.png
83+
image::in_014.00_OpenNIwebsite.png[]
8484

8585
If you don't have an account, please create one and log in. If you already have an account, please log in.
8686
The first time you open Firefox it may take a little longer to refresh.

0 commit comments

Comments
 (0)