Search found 32 matches

by Mike-AU
Fri May 17, 2019 1:05 pm
Forum: MegunoLink
Topic: Re: 18650 Conditioner unit.
Replies: 20
Views: 35101

Re: 18650 Conditioner unit.

Question Phil, Is it possible to change the serial monitor properties on the run? I like the serial monitor, But it be nice if I could make a control to toggle visable, invisable property. EG lay a serial monitor over the center of the gui and just pop it open when needed to check some instructions ...
by Mike-AU
Thu May 16, 2019 10:57 am
Forum: MegunoLink
Topic: Re: 18650 Conditioner unit.
Replies: 20
Views: 35101

Re: 18650 Conditioner unit.

Okay great news Phil , pString works a treat and is very small code wise. Works fantastic for changing the colours on the pic boxes. is there a "but" coming? Yes there is, you can only use one pString at a time. This tiny function controls 20 individual picture boxes. ---------------------...
by Mike-AU
Wed May 15, 2019 6:14 am
Forum: MegunoLink
Topic: Re: 18650 Conditioner unit.
Replies: 20
Views: 35101

Re: 18650 Conditioner unit.

I shall study that, it may be a work around.. I found another case where it will be helpful. under each pair of radio button I have a picture box, 20 of them. Now each picture box has three states Red/Yellow/Green . these stand for charging, resting, discharging . I allows at a glance feedback to wh...
by Mike-AU
Fri May 10, 2019 9:55 pm
Forum: MegunoLink
Topic: Interface object positioning
Replies: 10
Views: 20102

Re: Interface object positioning

Three things that are usefull for you in the situation you describe;- The "undo" function in the edit tab once you have an object where you want it, in the properties menu on the right hand side is a lock function. one you lock it hell on earth wont move it till you unlock it again. Howeve...
by Mike-AU
Tue May 07, 2019 8:47 am
Forum: MegunoLink
Topic: Re: 18650 Conditioner unit.
Replies: 20
Views: 35101

Re: 18650 Conditioner unit.

Be more than happy to ... this will be a long post as I will drop 2 versions of code to show the problem, feel free to delete this post later if you like. or shorten it. OK where to start... look at this line:- Serial.print("Power: "); Serial.print(power_mW); Serial.print("mW ");...
by Mike-AU
Sun May 05, 2019 1:07 pm
Forum: MegunoLink
Topic: Interface object positioning
Replies: 10
Views: 20102

Re: Interface object positioning

Make them all the same size is easy just click on one and copy it and paste, you now have 2 the same size. If you move one inline with the other, little blue lines appear when you are dead inline. Also in the property window to the right, there is a line near the bottom, gives you height and width o...
by Mike-AU
Wed May 01, 2019 11:51 pm
Forum: MegunoLink
Topic: Re: 18650 Conditioner unit.
Replies: 20
Views: 35101

Re: 18650 Conditioner unit.

Meguno's inability to accept variables as "Names" has severely diminished , the usability when dealing with a lot of data and visualizers. Unfortunately this has led to four different panels having to be designed. Each new panel having to be both simpler and "Dumber" than the pre...
by Mike-AU
Mon Apr 29, 2019 12:10 am
Forum: MegunoLink
Topic: Re: 18650 Conditioner unit.
Replies: 20
Views: 35101

Re: 18650 Conditioner unit.

New day and i got to upload the new sketch... all 20 channels work just fine. 20 relay controls work fine. The Interface panel is working great and looking cool to with a metal tile background. Now, Phil dear sir, is there a way to get these table to "remember" their channel settings? If n...
by Mike-AU
Sun Apr 28, 2019 11:22 am
Forum: MegunoLink
Topic: Re: 18650 Conditioner unit.
Replies: 20
Views: 35101

Re: 18650 Conditioner unit.

Yup I figured that. Just for experimental experience, I wrote another sketch . The read and print loop blew out from 24 lines to just under 300 lines of code. This includes 20 "Table cell1("bay1");" statements to create 20 channels to talk to 20 tables on. Once i have inserted th...
by Mike-AU
Sun Apr 28, 2019 3:58 am
Forum: MegunoLink
Topic: Re: 18650 Conditioner unit.
Replies: 20
Views: 35101

Re: 18650 Conditioner unit.

Is there a way of declaring 20 seperate tables?

is this done under on Table command with 20 channels or is it done with 20 seperate table variables.

Mike.