Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
CFLY Regular Member Joined: 20/05/2015 Location: FrancePosts: 41
Posted: 01:57am 24 Oct 2016
Copy link to clipboard
Print this post
sagt3k Guru Joined: 01/02/2015 Location: ItalyPosts: 313
Posted: 02:16am 24 Oct 2016
Copy link to clipboard
Print this post
HI CfLY I don't understand why AVAST creates this warning. Can You create an exception on AVAST to run the application? Thanks
CFLY Regular Member Joined: 20/05/2015 Location: FrancePosts: 41
Posted: 02:39am 24 Oct 2016
Copy link to clipboard
Print this post
I look if it is possible ...
CFLY Regular Member Joined: 20/05/2015 Location: FrancePosts: 41
Posted: 02:47am 24 Oct 2016
Copy link to clipboard
Print this post
Exception on AVAST OK ! I can run the application Thanks
sagt3k Guru Joined: 01/02/2015 Location: ItalyPosts: 313
Posted: 02:54am 24 Oct 2016
Copy link to clipboard
Print this post
Hi CFLY You are welcome. Please try all the features and let me know if there are problems. Sagt3k
sagt3k Guru Joined: 01/02/2015 Location: ItalyPosts: 313
Posted: 08:25am 24 Oct 2016
Copy link to clipboard
Print this post
Hi drkl Micromite Lab works so: - has an editor dedicated for MMBasic and it allows saving to a local db - has a UART and or TCP console to interact with HW - Tutorial and Help can work directly with Uart or TCP - "Script Engine" is an independent tool with 4 languages, is NOT connected with "Editor CODE", but you can interact with the dedicated commands with UART or TCP. It is possible to acquire data from Micromite MKII and put data on charts, or save data on mySQL DB or send data to DWEET etc. It is provided with a set of commands to create complex graphics control, events on objects etc. Manuals are under construction that will bring all the users to be able to use all the instruments developed. Thank you for your interest sagt3k
drkl Senior Member Joined: 18/10/2015 Location: HungaryPosts: 102
Posted: 09:31am 24 Oct 2016
Copy link to clipboard
Print this post
Hi sagt3k,
Thank you. It is an exact reply. I understand. (Waiting for manual ....)
drkl
isochronic Guru Joined: 21/01/2012 Location: AustraliaPosts: 689
Posted: 08:07pm 24 Oct 2016
Copy link to clipboard
Print this post
I see from the starting posts, the script engine 4 languages MMBasic, C, Pascal, Javascript .. which prompts the questions - is the C (and the Pascal I guess) compiled ? also I think Javascript and Pascal use double precision, so, what datatypes are available ? Can other languages be added ?
sagt3k Guru Joined: 01/02/2015 Location: ItalyPosts: 313
Posted: 09:08pm 24 Oct 2016
Copy link to clipboard
Print this post
Hi chronic Yes the script engine has 4 language (standard basic, C, Pascal and Javascript). The script has an interpreted engine, with a certain compatibility to original languages and a subset commands. I for example love pascal and I can guarantee high compatibility. The engine then interprets and execute the languages. Anyway all languages have the same functions and results to ensure the same execution in term of times. yes there are many datatypes, integer, float, string, array, extended float etc. no.. I can't add other languages. Thanks in advance sagt3k
isochronic Guru Joined: 21/01/2012 Location: AustraliaPosts: 689
Posted: 12:26pm 04 Nov 2016
Copy link to clipboard
Print this post
Sounds good..I am intrigued by the scripted C, maybe an example ?
sagt3k Guru Joined: 01/02/2015 Location: ItalyPosts: 313
Posted: 11:35pm 05 Nov 2016
Copy link to clipboard
Print this post
Hi chronic Do you need a particular example? I can interact with micronite in uart or in tcp, create chart etc. thanks sagt3k
atmega8 Guru Joined: 19/11/2013 Location: GermanyPosts: 724
Posted: 04:14am 06 Nov 2016
Copy link to clipboard
Print this post
MQTT?
MMBASIC has no IP Stack, but would it make sense with devices like those from Lantronix "serial to TCP" Bridge?
Maybe a Stupid idea...
sagt3k Guru Joined: 01/02/2015 Location: ItalyPosts: 313
Posted: 04:30am 06 Nov 2016
Copy link to clipboard
Print this post
Hi atmega8 I use esp-link firmwaee on esp8266. You can connect tcp-uart in wifi on port 23. sagt3k