LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in mac version

Hello everyone,

I am working on a final stage of the project and I need to build a .exe file for window and executable file for mac os. I used the 2014 LabVIEW version for window .exe file and its working well. But I used 2018, 2019, and 2020 for mac os executable file and it didn't work. 

 

The overall project is working fine in mac os but the part where the project needs to build external knobs itself is not working. Every time I need to create it manually. 

 

In my project I used two methods to create external knobs; It automatically create with the depends on Id and second, it will create by the user manually. 

 

I window version both functionality is working properly but in mac os, only manual method is working but automatically knobs creating functionality is not working. 

 

If someone has any video what I need to do? 

0 Kudos
Message 1 of 4
(2,397 Views)

What exactly do you mean by "external knobs"?

0 Kudos
Message 2 of 4
(2,346 Views)

Hi, thanks for replying. 

 

External knobs are just a feature that is used for inserting the values during simulation. 

The issue is this knobs should be created automatically, but this logic is not working when I create an executable file in mac os, however, it is working properly in window .exe file as well as in mac project file too but when I created the mac executable files from mac project it did not work. 

0 Kudos
Message 3 of 4
(2,320 Views)

If by knob you mean a control on the front panel, you can't programmatically create controls in VI's.

 

(Well you can, if you do scripting and have a VI do it on a VI that is in edit mode.  But then you just have a front panel knob that isn't connected to anything.)

 

Perhaps you should attach your project so we can have a clearer understanding of what you are actually trying to do.

 

 

0 Kudos
Message 4 of 4
(2,314 Views)