Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is currently a known issue in 4diac IDE. If you make chains of blocks with ANY_xxx pins we are not able to derive the data type for all pins. This is something were we really would need support. A workaround that will at least deploy a correct IEC 61499 application to 4diac FORTE would be to manually set a value for each undefined ANY_XX input pin (e.g., in your case |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm creating a test composite fb which F_MUL and F_DIV fbs in its FB Network, it looks like:


According to the error msg: Data type ANY_NUM requires type specifier as part of literal, I change the 60 literal to 60_UDINT, but its not working:
So, what type speicifier i need to append to it?
Beta Was this translation helpful? Give feedback.
All reactions