04-26-2023 07:26 PM
i made asmall project on labview thad i saved, but i can t modify and develop the project, the connections and blocs are diseabled, do you have a recommendation?
04-27-2023 12:21 AM
Hi must,
@MUST23 wrote:
i made asmall project on labview thad i saved, but i can t modify and develop the project, the connections and blocs are diseabled, do you have a recommendation?
When it's a "small project" then I see two options:
04-27-2023 05:17 AM
@MUST23 wrote:
i made asmall project on labview thad i saved, but i can t modify and develop the project, the connections and blocs are diseabled, do you have a recommendation?
What Connections and Blocs are they? Any ActiveX Connections?
Sometimes when you access windows application and the version gets changed you may need to properly update and re-link to work without errors (Property and Invoke node gets disabled)
Also as stated by @GerdW share the Project since it is small as you said.
04-27-2023 11:39 AM
If you locked your vi, then from the menu bar go to
File
VI Properties (Ctrl + i)
From the drop down menu select "Protection"
Select Unlocked (no password)
04-27-2023 05:03 PM
for my saved project, i can open Front panel, but window of Block diagram is not open , i don't see it
04-27-2023 05:11 PM
i saved my project in a directory on my mac desktop, when I run it, the front panel opens but the other block diagram window is not found
04-27-2023 05:38 PM
I've never used LabVIEW for MAC, but if you open your vi and using Ctrl+e you don't see the block diagram then you saved the vi without it's block diagram and you wont be able to get it back.
04-27-2023 07:45 PM
Before you do any more LabVIEW development, put in place a Version Control System (two that many LabVIEW developers use are GIT and Subversion), and always keep your LabVIEW development up-to-date on the VCS Repository. Don't leave Home (or your WorkPlace) Without It!
Bob Schor
P.S. -- if, as it appears, you've "lost all of your Block Diagrams", then, one hopes, you remember enough of the code to begin to reconstruct the entire Project from scratch. Try to adhere to the following schedule:
04-27-2023 08:38 PM
@Antoniooh wrote:
I've never used LabVIEW for MAC, but if you open your vi and using Ctrl+e you don't see the block diagram then you saved the vi without it's block diagram and you wont be able to get it back.
There used to be a shortcut key combo to save without the BD (I don’t remember what it was). One of my former cow-orkers would sometimes hit it by mistake when he meant to hit ctrl-S.
04-27-2023 09:25 PM
@paul_a_cardinale wrote:
@Antoniooh wrote:
I've never used LabVIEW for MAC, but if you open your vi and using Ctrl+e you don't see the block diagram then you saved the vi without it's block diagram and you wont be able to get it back.
There used to be a shortcut key combo to save without the BD (I don’t remember what it was). One of my former cow-orkers would sometimes hit it by mistake when he meant to hit ctrl-S.
@paul_a_cardinale wrote:
@Antoniooh wrote:
I've never used LabVIEW for MAC, but if you open your vi and using Ctrl+e you don't see the block diagram then you saved the vi without it's block diagram and you wont be able to get it back.
There used to be a shortcut key combo to save without the BD (I don’t remember what it was). One of my former cow-orkers would sometimes hit it by mistake when he meant to hit ctrl-S.
What a "useful" feature! I sure hope the PC version of LabVIEW is missing this one ...
Bob Schor