Search found 9 matches

by leon
Fri Jan 01, 2021 8:54 am
Forum: Builder
Topic: 2 instances of "Ready" in lower left corner of built apps
Replies: 2
Views: 19488

Re: 2 instances of "Ready" in lower left corner of built apps

Hello Phil,
Can I also "up vote" this in your development requests.
Cheers,
Leon
by leon
Sun Dec 27, 2020 4:57 am
Forum: MegunoLink
Topic: Command Parameters
Replies: 2
Views: 12317

Re: Command Parameters

Thanks for the quick reply Phil. I am using .RemainingParameters() as suggested and formatting the message in the UI with key pair values separated by a delimiter. The template for "CommandHandler" has been modified to increase the buffer size to allow for the longer message. Will see how ...
by leon
Sat Dec 26, 2020 3:02 am
Forum: MegunoLink
Topic: Command Parameters
Replies: 2
Views: 12317

Command Parameters

Firstly, merry xmas. I have several text boxs on the UI and I want to pass the values to Arduino using Serial Command. The issue is that a person can type text within a text box that includes spaces. eg John Citizen When data is passed to Arduino, it see this as two separate parameters. For example ...
by leon
Sun Dec 15, 2019 9:42 am
Forum: MegunoLink
Topic: Textbox, Command and Parameters.NextParameter()
Replies: 1
Views: 6179

Textbox, Command and Parameters.NextParameter()

In visualiser I am using Textboxs for the user to enter data. I want to be able to obtain the string values and save them to a csv file. The way I am trying to achieve this is to; 1. obtain data from textbox in key/value pairs and pass it back to Arduino via Serial Command. 2. obtain the data via Pa...
by leon
Sun Dec 08, 2019 12:30 am
Forum: MegunoLink
Topic: Table question
Replies: 6
Views: 15402

Re: Table question

Has the ability to create a table with multiple columns and rows in the current version?
The reason I ask is the original question was three years ago ?
Cheers,
Leon
by leon
Sun Dec 08, 2019 12:12 am
Forum: Bugs
Topic: Visualiser - Gauge
Replies: 1
Views: 21005

Visualiser - Gauge

In the visualiser, the gauge property "Needle Width" doesnt apply the value to the needle but the needle diameter (or radius) of the needle pivot point. Additionally the colour of the needle has a limited range of colours. I would like to use "white" however it doesnt appear in t...
by leon
Thu Nov 14, 2019 9:37 am
Forum: MegunoLink
Topic: Saving interface values
Replies: 6
Views: 12071

Re: Saving interface values

Gday Phil, Im obtaining analog pressure readings from a 0.5-4.5v pressure transducer and converting the voltage to pressure in BAR. The pressure data is passed to the interface and displayed as a gauge. . . . . . //Update interface panel with transducer value MyPanel.SetNumber(F("MyGauge")...
by leon
Wed Nov 13, 2019 9:31 am
Forum: MegunoLink
Topic: Saving interface values
Replies: 6
Views: 12071

Re: Saving interface values

I have found a solution.
Regards Leon
by leon
Tue Nov 12, 2019 2:40 am
Forum: MegunoLink
Topic: Saving interface values
Replies: 6
Views: 12071

Saving interface values

I am playing around with collecting pressure reading via a 0.5v-4.5V pressure transducer using an Ardunio Uno board. In a particular test "run", pressure reading are captured depending on the state of three states of a switch. The pressure value is passed to the interface for display. This...