We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formula based on '*' does not work:
formula "($*0.1000000)" always results zero, while "($/10.000000)" works. The libformula in git however seems to work fine.
https://groups.google.com/forum/#!topic/ember-plus-discuss/Snbg43ed6Hg
The text was updated successfully, but these errors were encountered:
Dear @stian-barnfind
Today I have the same issue and I fixed by removing the $.
{ "number": 1, "identifier": "ParameTypeReal", "description": "", "value": 0, "minimum": 0, "maximum": 4096, "access": "readWrite", "format": "%8.2f°", "enumeration": "", "factor": 1, "isOnline": true, "formula": "10*\n10/", "default": 100, "type": "real" },
Otherwise using formula with $ doesn't work with latest emberPlusViewr.
Best Regards, Youssef
Sorry, something went wrong.
No branches or pull requests
Formula based on '*' does not work:
formula "($*0.1000000)" always results zero, while "($ /10.000000)" works. The libformula in git however seems to work fine.
https://groups.google.com/forum/#!topic/ember-plus-discuss/Snbg43ed6Hg
The text was updated successfully, but these errors were encountered: