07-13-2022, 05:16 PM
(This post was last modified: 07-13-2022, 11:49 PM by iliaslamprou.)
(07-13-2022, 12:29 AM)Hi Ilias,thank you for your advice. Not sure if it's beneficial to use only the V-pins. Most of the data are integers and floats, which then needs to be converted to strings. Using strings can clog up your memory very fast. Having the extra T pins for text values was initially a great idea.Anyway, there are still some nice improvements in comparison to version 6.0.08 and I'll see how I get on with it.Thanks again for your great work!Mat Wrote: Hi Mat,
no, the T pins are no longer supported
You have to use the Vpins for any type of variables
There is an example on the Virtuino web site examples
https://virtuino.com/downloads/examples/...y_text.zip
The M pins are internal variables that you can use inside the app only.
They are usefull for calculation, dashboard changing ect.
You can copy a Vpin to a Mpin. Use the widget "Script".
Using the widget "Script", enter as script the parameter x only
Enter as input the arduino V variable
Enter as output an M variable