Skip to content

Commit 2b79d72

Browse files
author
Fabiola De la Cueva
committed
More updates for the new VM
Replaced images that made reference to root or the previous VM with the new VM fixed bug with image in_020.00_DownloadZip.png not displaying correctly replaced extracting to root/Desktop with only extracting to Desktop Replaced the reference to LabVIEW2022 with LabVIEW2024 Added extra instructions on how to run the terminal to mark the exe Added instructions on how to build the exe in case of errors
1 parent 5873257 commit 2b79d72

33 files changed

+41
-3
lines changed
-35.5 KB
Loading
-1.46 KB
Loading
80.9 KB
Loading
5.92 KB
Loading
50.9 KB
Loading
152 KB
Loading
15.5 KB
Loading
539 KB
Loading

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

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ image::in_019.00_GitHubCTImaterial.png[]
145145

146146
Select the course you wish to give.
147147

148-
image::in_020.00_DownloadZIP.png
148+
image::in_020.00_DownloadZIP.png[]
149149

150150
Download as a zip file
151151

@@ -155,7 +155,7 @@ Click on the file symbol
155155

156156
image::in_022.00_Extract.png[]
157157

158-
and extract to /root/Desktop
158+
and extract to Desktop
159159

160160
image::in_023.00_ExtractDestination.png[]
161161

@@ -168,7 +168,7 @@ image::in_024.00_ExtractedMaterials.png[]
168168

169169
Open up ../4) LabVIEW Instrument Drivers in a window
170170

171-
Using the File System icon on the desktop navigate to /usr/local/natinst/LabVIEW-2022-64/instr.lib
171+
Clicking on the Computer icon on the desktop and then on the File System, navigate to /usr/local/natinst/LabVIEW-2024-64/instr.lib
172172

173173
Drag HandsOnPi2040 directory to ../instr.lib
174174

@@ -183,9 +183,47 @@ image::in_026.00_HandsOnInstrumentPalette.png[]
183183

184184

185185
The file CTIPicoVISAEmulator.exe needs to be set to be executable
186+
Open the GettingStartedLabVIEW1-English-main folder and navigate to 3) LabVIEW Instrument Emulator/builds/HandsOn
187+
and right-click on CTIPicoVISAEmulator folder and select "Open in Terminal"
188+
189+
image::in_026.99_OpenInTerminal.png[]
190+
191+
Then type ls key:Enter[]
192+
193+
Then type ./CTIPicoVISAEmulator.exe key:Enter[]
194+
195+
If you get a Permission denied, then type
196+
197+
chmod u+x CTIPicoVISAEmulator.exe key:Enter[]
198+
199+
Now you should be able to type ./CTIPicoVISAEmulator.exe key:Enter[]
186200

187201
image::in_027.00_MarkEXE.png[]
188202

203+
.Click here if you are getting other errors
204+
[%collapsible]
205+
====
206+
If you get other errors, then you need to build the Emulator executable for your VM.
207+
208+
Navigate to Desktop/GettingStartedLabVIEW1-English-main/3) LabVIEW Instrument Emulator/Project and double-click on HandsOn.lvproj ot open it in LabVIEW
209+
210+
Double-click Build Specifications
211+
212+
Right-click on CTIPicoVISAEmulator and click on Build
213+
214+
image::in_027.01_BuildSpecifications.png[]
215+
216+
Once is done, click on the Explore button
217+
218+
image::in_027.02_Explore.png[]
219+
220+
and you should be able to execute the exe
221+
222+
image::in_027.03_EmulatorExecuting.png[]
223+
224+
====
225+
226+
189227
== Setting Pico Firmware
190228

191229

-35.5 KB
Loading

0 commit comments

Comments
 (0)