08-05-2016 04:16 PM
Hi,
When I try to run Host Main.vi in the Temperature Controller Example, I get a pop up stating that an error occured at Loadclass.vi because it could not find the Temperature Controller Logic configuration.lvclass. I'm assuming it wouldn't find the other classes either if it was allowed to continue. Do I need to manually add the classes to the project? Thanks
08-05-2016 04:55 PM
If you have both engines under the PC target in your configuration, you'll need to make sure you've rescripted the host includes file to reflect that. In the DCAF Configuration Editor, go to Tools and choose the option to rescript the includes VI for the PC target. After doing this it should work for you. You do not need to manually add classes to the project - this is what the includes VI takes care of for you.
08-05-2016 05:03 PM
I would suggest including this step in the PDF document that comes with the example. Makes sense now that I understand what it is doing. Thanks
08-08-2016 02:17 PM
Happy to help! Thanks for the feedback. It is posted as an issue on our Documentation repo: https://github.com/LabVIEW-DCAF/SampleApplications/issues/16