Problems with Infi90FCLib in 800xA.... How to solve them
Hi People
I'm trying to configure some control strategies with Infi90FCLib Library, however when i compile the program for pass to Test Mode (for softcontroller) some blocks cannot pass the compile stage..... Generating the following error: Error 1436, Unknown Global Variable InfiAppData.
Some blocks like Device driver pass the compiling whereas AOL or ControlStation
Can you please help me with this problem
Thanks is Advance
Voted best answer
Please refer to Infi90lib manual
3BUA000938-310 page 46:
The global variable is created by double clicking the application (Say
Application_1) and in the “Global variables” tab, add a variable named
“infiappdata” of Data type “InfiAppData”
Further details are in the manual as to the values needed here. This is an excerpt from the Infi90lib 3.1 but is equally applicable to older Lib versions.
Add new comment