Skip to content

Commit a418801

Browse files
Merge pull request #53 from GreaseM0nk/patch-1
Update labview-hello-world.adoc
2 parents f06dd48 + a0eb6b5 commit a418801

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

-8.47 KB
Loading
24.5 KB
Loading
274 Bytes
Loading

www/en/modules/ROOT/pages/labview-hello-world.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,17 @@ image::cm_011.00_Ctrl-H_HandsOnPi20240_Initialize.png[]
8181

8282
NOTE: The VISA resource name is *bold*. This means that it needs to have an input.
8383

84-
* Now, right-click on VISA Resource Name Initialize.vi and select create
85-
constant.
84+
We will need to create a Constant for the VISA Reference Terminal.
85+
86+
* Right-click the `VISA Resource Name` input node on *Initialize.vi*
87+
(as named by the poup tip strip) and hover over `Create` and select `Constant`.
88+
89+
image::cm_017.00_RightClick-Create-Constant_Initialize.png[]
90+
image::cm_018.00_Initialize-IOconstantWired.png[]
91+
92+
Constants are terminals on the block diagram that supply fixed data
93+
values to the diagram. We`ll discuss data types etc. later in the
94+
session.
8695

8796
If you press the Run arrow now you will notice that there is only 1
8897
issue left.
@@ -103,19 +112,10 @@ down window, hover over `Visible Items` and select `Label`.
103112
image::cm_015.00_RightClick-VisibleItems-Label.png[]
104113
image::cm_016.00_WriteDO_TrueConstant_Labeled.png[]
105114

106-
We will also need to create a Constant for the VISA Reference Terminal. Like before, Right-click the `VISA Resource Name` tip strip and create a Constant
107-
108-
image::cm_017.00_RightClick-Create-Constant_Initialize.png[]
109-
image::cm_018.00_Initialize-IOconstantWired.png[]
110-
111-
Constants are terminals on the block diagram that supply fixed data
112-
values to the diagram. We`ll discuss data types etc. later in the
113-
session.
114-
115115
* Finally let's wire in a couple of outputs.
116116

117-
* Right-click on IDN for Initialize.vi and select `Create Indicator`.
118-
Then we need an error out, so Right-click at the bottom the Close.vi and
117+
* Right-click on IDN for *Initialize.vi* and select `Create Indicator`.
118+
Then we need an error out, so Right-click at the bottom right corner of the *Close.vi* and
119119
select `Create Indicator`.
120120

121121
image::cm_019.00_RightClick-Create-Indicator_Initialize.png[]

0 commit comments

Comments
 (0)