@@ -81,8 +81,17 @@ image::cm_011.00_Ctrl-H_HandsOnPi20240_Initialize.png[]
8181
8282NOTE: 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
8796If you press the Run arrow now you will notice that there is only 1
8897issue left.
@@ -103,19 +112,10 @@ down window, hover over `Visible Items` and select `Label`.
103112image::cm_015.00_RightClick-VisibleItems-Label.png[]
104113image::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
119119select `Create Indicator`.
120120
121121image::cm_019.00_RightClick-Create-Indicator_Initialize.png[]
0 commit comments