17.12.2016, 00:04
(This post was last modified: 17.12.2016, 00:13 by Erwin van der Zwart.)
Hi,
I think the only easy way to do this with standard visu is by creating objects.
You could consider to set a json object (stringified) with multiple vars to a 255 byte object with javascript and json.pdecode it on server side. You have to be sure it don't exceed the 255 chars in any case to avoid having a incomplete dataset on the server side.
Another way (that i would use) is to create a html file as explained in the apps document and upload it to the app ftp user folder.
Inside this html file you can use javascript or read/write to storage but also perform direct LUA from the .lp files.
Not the most easy to start with, but when you master that you can build whatever you need.
See: http://forum.logicmachine.net/showthread...t=appstore
BR,
Erwin
I think the only easy way to do this with standard visu is by creating objects.
You could consider to set a json object (stringified) with multiple vars to a 255 byte object with javascript and json.pdecode it on server side. You have to be sure it don't exceed the 255 chars in any case to avoid having a incomplete dataset on the server side.
Another way (that i would use) is to create a html file as explained in the apps document and upload it to the app ftp user folder.
Inside this html file you can use javascript or read/write to storage but also perform direct LUA from the .lp files.
Not the most easy to start with, but when you master that you can build whatever you need.
See: http://forum.logicmachine.net/showthread...t=appstore
BR,
Erwin