import .awl source file

ason

Member
Join Date
Oct 2005
Location
Home
Posts
317
Hi awanna use this function

RtoI_Dec.AWL
Source File: Convert Real to Int and move decimal place.
http://www.plcs.net/downloads/index.php?direction=0&order=&directory=Siemens

Have tryied to "insert new object/extarnal souce.." in the source folder
and after that a compile, but gets 18 error,
"variable tempreal does not match a declration and is not tempreal in the symbol table" etc..
every one is about symbol table.

and wonder in what way i going to use that file..
 
The source code has the function name declared as a symbol

Code:
FUNCTION "RtoI_Dec" : VOID

Edit the source and use FC89 for example:
Code:
FUNCTION FC89 : VOID
 
Thanks alot!!! (y)

L D[AR2 said:
The source code has the function name declared as a symbol

Code:
FUNCTION "RtoI_Dec" : VOID

Edit the source and use FC89 for example:
Code:
FUNCTION FC89 : VOID
 

Similar Topics

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
71
Good day colleagues, I have a problem with a plc slc 5 since I export the tags to my factory program to load them into a panel view 1000 plus 6...
Replies
0
Views
113
hey good afternoon ! I have a simple question, I need to import an Add on instruction to a controller that is in operation and cannot stop. Is it...
Replies
6
Views
288
I am very familiar with Studio 5000 PLC programming. And I'm very familiar with C-More HMI programming. But this is my first time using a C-More...
Replies
2
Views
311
I am trying to import addresses and symbols from a PanelBuilder32 application into the RSLogix 5 Address/Symbol database - however each time I...
Replies
5
Views
533
Back
Top Bottom