Search found 32 matches

by Mike-AU
Fri Jul 05, 2019 12:05 pm
Forum: Projects
Topic: 18650 Conditioner unit.
Replies: 20
Views: 108001

Re: 18650 Conditioner unit.

been using 115,000 will try your suggestion.
Mike.
by Mike-AU
Sat Jun 29, 2019 11:00 pm
Forum: Projects
Topic: 18650 Conditioner unit.
Replies: 20
Views: 108001

Re: 18650 Conditioner unit.

Re-installing fixed the issue, Thanks Phill. On your next update, could you please look at upgrading the priority of messages from the interface to the Arduino, they seem to lag quite badly at times. maybe in simpler interfaces this is not a problem, but the thing I am putting together is showing th...
by Mike-AU
Fri Jun 21, 2019 8:35 am
Forum: Projects
Topic: 18650 Conditioner unit.
Replies: 20
Views: 108001

Re: 18650 Conditioner unit.

OK, seems we have a couple of issues... since the latest release, when compiling the sketch , it no longer lets "go" of the serial port and allows the upload. I now have to click on connection manager ,disconnect the panel, upload the sketch and reconnect the panel when done. Problem with ...
by Mike-AU
Tue Jun 11, 2019 11:09 pm
Forum: Projects
Topic: 18650 Conditioner unit.
Replies: 20
Views: 108001

Re: 18650 Conditioner unit.

Morning Phil.. After burning the midnight oil last night, I dont think the Message library is the answer. its more of a way to set custom messages. I re-studied the Number up/down section and discovered that "Value" can be swapped out with the function 'DoubleValue". I tried that this...
by Mike-AU
Tue Jun 11, 2019 10:16 am
Forum: Projects
Topic: 18650 Conditioner unit.
Replies: 20
Views: 108001

Re: 18650 Conditioner unit.

Thanks Phil, why did i have gut feeling you was gonna say that LOL.. Yes number up/down boxes is what i ment.. Strange that we can read them but not do anything with the result. I mean really, if you set a box with the number 5 in it, is it not a good idea that the arudino is made to do something or...
by Mike-AU
Mon Jun 10, 2019 7:24 am
Forum: Projects
Topic: 18650 Conditioner unit.
Replies: 20
Views: 108001

Re: 18650 Conditioner unit.

Hey Phil.... me again.... having issues,. with this code:- Serial.println(" Checkbox routine Started"); Panel.GetValue(("ckb1"), ("Value")); delay(5000); I get a return of what the checkbox is set too , but i A) cant work with the data returned and B) in the serial moni...
by Mike-AU
Mon Jun 03, 2019 6:38 am
Forum: MegunoLink
Topic: Re: 18650 Conditioner unit.
Replies: 20
Views: 35026

Re: 18650 Conditioner unit.

Update for you phil, I have set two small radio buttons on screen , they toggle between show Serial monitor or hide Serial monitor. works well if not a bit slow cause Arduino is working hard. Also I set it to foreground layer, this allows me other controls on screen that i can use by setting them to...
by Mike-AU
Sat Jun 01, 2019 7:46 am
Forum: MegunoLink
Topic: Interface object positioning
Replies: 10
Views: 20072

Re: Interface object positioning

The relay buttons were the easiest to do, they are just a pair of radio buttons, One sends a !RON 5\R the other a !ROFF 5\r command to turn pin x on or off on the arduino. The all on all off buttons just run a loop to set the 20 pins either high or low depending on the request. When I have cleaned t...
by Mike-AU
Fri May 31, 2019 11:47 pm
Forum: MegunoLink
Topic: Interface object positioning
Replies: 10
Views: 20072

Re: Interface object positioning

Ok here we go with a few more hints If you have several items in a row but you cant get the mouse to move them just a fraction, go to the properties menu, scroll down and find the position properties, or size property. It will be a two part number separated by a comma. EG 40,20 for a 40x20 pixel box...
by Mike-AU
Fri May 17, 2019 10:52 pm
Forum: MegunoLink
Topic: Re: 18650 Conditioner unit.
Replies: 20
Views: 35026

Re: 18650 Conditioner unit.

Great news, I am sorry I ask so many questions but I am still learning all the little nuances of the software.

MLP is both easy to set up quickly, but very comprehensive when you need to "Fine Tune" it.

Any hints on how to get a second or third instance of Pstring running?

Mike.