01-31-2025 11:42 PM
Hi All,
I am NEW to LabView. At my office we are using Alicats and I am able to use an Alicat with the AlicatSimpliedExample.vi to read out data.
In total we have 4 Alicats and I thought that I can easily copy the AlicatSimpleExample.vi 4 times into my project. Unfortunately this is not the case and the ControlPanel is not able to talk to the Alicats when using different UnitIds.
How can I make multiple copies of the AlicatSimpleExample.vi running in my project? On my system all devices are showing up under one single com port.
Appreciate your help,
--Roman
02-01-2025 11:33 AM - edited 02-01-2025 11:34 AM
I assume your VI is from the LabVIEW driver set downloaded from here. I cannot find any file named "AlicatSimpleExample.vi". Is it any of these? (Note that there are examples for multiple instruments.)
It is not entirely clear what you are doing, for example the word "project" has a very defined meaning.
What kind of error messages do you get? How are things connected?
If you are new to LabVIEW, did you try any of the basic learning resources listed at the top of the forum?
02-09-2025 10:51 PM
Thanks for your response!
Exactly, I want to re-use some of these examples and modify them accordingly. By creating subvi's I was able to have some progress.
Now, I am able to have mutliple of these controllers for different Alicats. The UI looks a little bit messy but I guess this is part of the journey learning the tool.
--Roman
02-14-2025 10:13 PM
Hi All,
I want to take advantage of the Alicat example "Alicat Simplified Driver Example_Multiple Devices with Setpoint".
What is the easiest way to copy the example into my own VI? When I copy the block diagram, I lose the structure in the front panel. I feel also some wiring gets lost. Any suggestions?
Thanks
02-17-2025 02:19 AM
Hi Roman,
@RomanWB wrote:
What is the easiest way to copy the example into my own VI?
Use the example VI as subVI of your own MainVI…
02-24-2025 07:42 PM
Hi Gerd,
I was able to setup my project using a similar example.
Thanks for helping,
--Roman