I would like to ask — currently, I have a smart object that contains 5 MATHDR32 variables.
I have around 731 objects,
which results around 3688 MATHDR32 variables in total.
However, for some reason, not all of them are being processed.
After reviewing the documentation for MATHDR32, I found the following statement:
"You can sum up a maximum of 4096 numerical constants among all Mathematics formulas. Any further constants will be assumed as 0 during Runtime."
Even though the total number of variables is still below this limit, some of them are still not being calculated properly.
Could you kindly advise what could be the possible solution for this?
---
Additionally, I read one of the suggestions:
"If you require a larger number of variables/constants, we recommend the use of zenon Logic."
Is there a tutorial available on how to use zenon Logic with smart objects?