IEC 61131-3 Overloaded Functions #2788
franz-hoepfinger-4diac
started this conversation in
General
Replies: 1 comment
|
Calling |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
IEC 61131-3 defines overloaded Functions.
like ADD.
myUInt1 is implicitly converted to a UDINT, the multiplication has a UDINT result
myUDInt := myUInt1 * myUDInt2;
as i see it currently 4diac does only Support a ADD of same Types right ?
implicit Conversion is not there ?
Thanks,
Franz
All reactions