Project Functions in WinCC6.0

Join Date
Apr 2006
Location
Rourkela
Posts
18
Hi experts,
I am new to WinCC and want to use project functions and call them from Actions. Both functions and actions get compiled properly with no errors.
When I run the action, it gives the message, "Unresolved external function".
The project function is in library folder and the action is in PAS foder.

When the action is run, where does it look for the project functions? Other than the library folder, does WinCC store the info in any other place?

I can retype the project function code in action but that will throttle the
modular programming which computer wizards are fussy about.

M B S Namboothiripad.
 
namboothiripad.mbs said:
When I run the action, it gives the message, "Unresolved external function".

This means WinCC cannot find the function. Have you verified that you spelled the function name correctly in your calling action? Have you tried regenerating the header (esp. if you are copying functions between projects or servers).

Apart from storing functions in the project directory they can also be stored in aplib directory under the WinCC home dir. Wherever they are stored, you should be able to call them without problems.
 

Similar Topics

Hi, I have had problem with upgrading some projects from v16 to v18. I tried it on 3 diffrent computers. I want to post this so that anyone that...
Replies
3
Views
148
I am running CCW 13 trying to upload to a micro 820 vers.12 I get an output message OPC server is unable to load project controller. Please help!
Replies
5
Views
223
Hello, I am trying to get a Yokogawa Hart pressure Transmitter and a Rosemount Temp Transmitter to read on a 1769-IF4 module on an L33ERM...
Replies
10
Views
375
I have just installed Studio 5000 V30.11 on my Windows 11 Pro machine. First I had an "Invalid Pointer" error that required me to update Factory...
Replies
2
Views
115
I'm trying to import a .prj file and I keep getting the error message: Project import error. i Any ideas how to get around this? Thanks.
Replies
0
Views
69
Back
Top Bottom