Jump to content

Paul W

Members
  • Posts

    4
  • Joined

  • Last visited

Paul W's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. QUOTE (MikaelH @ Jun 12 2008, 05:41 PM) Thank you MikaelH, Even after straightening out the inheritance issue, I was getting this error: "LabVIEW: An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @. The file " is not a valid LabVIEW file." I searched through all the classes (Luckily only 2) in the project. The line: <Property Name="NI.LVClass.ParentClassLinkInfo" Type="Bin">....................</Property> was gone as expected. I tried searching for file and "" and """ but didn't see anything that looked wrong in the XML file. The program running fine. This was just a test run for some LVOOP and Endevo UML Modeller practice. Thank you again for the reply.
  2. Playing around with LV 8.5.1 and LVOOP with UML Modeller from Endevo. Deleted a parent class. Decided it wasn't needed. Expected errors - AND got it. Error message is: This labVIEW class cannot find its parent class. (That is understandable) Details: This VI is part of a LabVIEW class. No part of the class is executable at this time because the parent class is missing. To fix this error, load the missing .lvclass file into memory or edit the class to inherit off of LabVIEW Object. LabVIEW Object is the ultimate ancestor class for all LabVIEW classes and is always in memory. Tried that, and it wonit work. Everytime I check the Inheritance in the properties, it says parent missing. Sooooo, I tried to create a new class with the same name as the original parent. The class is created in the dependencies folder and has no ctl. It is also marked NOT LOADED. Any other ideas how to fix it? I am a noob so the instructions need to be rather precise. OK, tried this and it worked. I changed the Inheritance to another (unrelated class) and that worked. :!: Then I could change the inheritance to the LabVIEW object class. Couldn't just go straight to the LV Object class. Had to go through an intermediary. :headbang: (Honest, this wasn't an attempt to up my post count.)
  3. The parent class was deleted. And that is ok, because it was empty. Now when I launch the Main.vi I get the broken arrow. Selecting the child class returns this error: This LabVIEW class cannot find its parent class. (Ok, I get it.) Details: This VI is part of a LabVIEW class. No part of the class is executable at this time because the parent class is missing. To fix this error, load the missing .lvclass file into memory or edit the class to inherit off of LabVIEW Object. LabVIEW Object is the ultimate ancestor class for all LabVIEW classes and is always in memory.
  4. The parent class was deleted. And that is ok, because it was empty. Now when I launch the Main.vi I get the broken arrow. Selecting the child class returns this error: This LabVIEW class cannot find its parent class. (Ok, I get it.) Details: This VI is part of a LabVIEW class. No part of the class is executable at this time because the parent class is missing. To fix this error, load the missing .lvclass file into memory or edit the class to inherit off of LabVIEW Object. LabVIEW Object is the ultimate ancestor class for all LabVIEW classes and is always in memory.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.