LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW + Data Engine

I am currently doing a project requires Neural Network function using LabVIEW 7.1. The AI function is implemented using Data Engine V.I version 4. It is an add-on tools to the LabVIEW. When i execute the program, an error 5009  occurred at MLP Set Stop Condition+. There is no description for the error and I have set the stop conditions to be 5000 epochs. Can anyone please give me some advice on the problem? Thanks.
0 Kudos
Message 1 of 4
(3,275 Views)
hob84,
What is the exact name of the toolkit and what is the vi that is giving you the error? Which Version of LabVIEW are you using?
 
Chris C
0 Kudos
Message 2 of 4
(3,250 Views)
The tool kit that i am using is called DataEngine VI version 4 from MIT GmbH and the LabVIEW that i currently using is of version 7.1.
Hereby i enclosed a document file that shows the problem encountered.

Tham
0 Kudos
Message 3 of 4
(3,239 Views)
hob84,
The error you're running into is going to be a little hard to trouble shoot. The error 2147417851 is an ActiveX error, meaning that you are calling another application from LabVIEW, and that application is then throwing an error. To completely understand the nature of the problem, you'll need to contact the vendor of the application.
 
You may also find some useful information in this post titled: Error with executable using ActiveX object in ver 7
 
Chris C
Message 4 of 4
(3,208 Views)