(0)| 12/31/2010 9:40 AM | |
|
Posts: 1742 Rating:
|
Hello, SCL knows two types of Functions (FC) - FC that do return a value - FC that do not return a value Your way ofcalling FC105is makingthe assumption thatFC105 does not return a value. But FC105 is a function that returns a WORD (an error code as return value) Therefore you must link the call to a variable accepting the return value. See a valid call in the document in annex. Just to see the difference in declaration: in my example FC5 is a function without return value (type = VOID). AttachmentFC105call.pdf (1128 Downloads) |
This contribution was helpful to
|
|
Follow us on