GDS(Goop Development Suite)

cancel
Showing results for 
Search instead for 
Did you mean: 

GDS Error when creating property node method on EndovoGOOP400 Class

After creating a new GOOP Class using the class provider EndovoGOOP400 I tried to add a method to the class.

Adding a method of the type property node resulted in a GDS error.

The GDS Error Log reported an error 7 (File not found).

After some debugging it appeared that there is a problem in the file

C:\Program Files\National Instruments\LabVIEW 2013\resource\Framework\Providers\Symbio_GDS\ClassProviders\Provider_EndevoGOOP400\Templates\G4BaseTemplate_Simple_6x8x6\methods\methods.ini

It contains :

[PropertyNodeMethods]

Read Property=G4BaseTemplate_Simple_6x8x6__ReadProperty.vi

Write Property=G4BaseTemplate_Simple_6x8x6__WriteProperty.vi

While it should be :

[PropertyNodeMethods]

Read Property=G4BaseTemplate_Simple_6x8x6_ReadProperty.vi

Write Property=G4BaseTemplate_Simple_6x8x6_WriteProperty.vi

So without the double underscore at the end.

Changing this to a single underscore solved the problem.

Hopefully this will be fixed in a next version.

Kind regards,

Stefan

Message 1 of 8
(9,921 Views)

Thanks for findign that Stefan.

Even OpenGDS still have that problem. I'll update it and release a new version.

Cheers,

Mike

0 Kudos
Message 2 of 8
(8,076 Views)

Is this problem solved? I am having the same issue.

Btw thanks to Stefan his solution works. I just noticed that his message contains the fix

StefanLemmens wrote:

After creating a new GOOP Class using the class provider EndovoGOOP400 I tried to add a method to the class.

Adding a method of the type property node resulted in a GDS error.

The GDS Error Log reported an error 7 (File not found).

After some debugging it appeared that there is a problem in the file

C:\Program Files\National Instruments\LabVIEW 2013\resource\Framework\Providers\Symbio_GDS\ClassProviders\Provider_EndevoGOOP 400\Templates\G4BaseTemplate_Simple_6x8x6\methods\methods.ini

It contains :

[PropertyNodeMethods]

Read Property=G4BaseTemplate_Simple_6x8x6__ReadProperty.vi

Write Property=G4BaseTemplate_Simple_6x8x6__WriteProperty.vi

While it should be :

[PropertyNodeMethods]

Read Property=G4BaseTemplate_Simple_6x8x6_ReadProperty.vi

Write Property=G4BaseTemplate_Simple_6x8x6_WriteProperty.vi

So without the double underscore at the end.

Changing this to a single underscore solved the problem.

Hopefully this will be fixed in a next version.

Kind regards,

Stefan

0 Kudos
Message 3 of 8
(8,076 Views)

Yes it's fxed in the latest openGDS version.

What version are you running?

0 Kudos
Message 4 of 8
(8,076 Views)

It looks like you're not runing OpenGDS?
Uninstall the Symbio_GDS, and use the latest OpenGDS version.

http://opengds.github.io/

0 Kudos
Message 5 of 8
(8,076 Views)

I have installed it from here;

http://www.ni.com/gate/gb/GB_EVALTLKTGOOP/US

When i check it from "Product information and Uninstal..."; verson 4.8 (R4H)

1.Is it sufficient to uninstall GOOP suite from this "Product information and Uninstall..." page?

2.Does the version at github cause any conflict with my ongoing project?

3.Are there new features?

Thanks for your kind efforts...

0 Kudos
Message 6 of 8
(8,076 Views)

Yes, you can use that way to uninstall it.

There will not be any conflicts, the software is based on the same code base, but with lots of improvements and new features.

  1. E.g.

- Rename VI(s) option. It can rename all dynamic VIs in one go.

- Create LV Code from text based Java or c# code

- (if you use the latest version: Untested), you get a 100times improvement in UML class diagram analysis speed.

0 Kudos
Message 7 of 8
(8,076 Views)

Thanks for help. I installed the new version and as you said the problem is fixed. Let me comprehend the tool first. Then I can install and test the beta version.

0 Kudos
Message 8 of 8
(8,076 Views)