Search found 10 matches

by supershepp
Sun Feb 03, 2019 8:42 pm
Forum: MegunoLink
Topic: sending commands from my interface panel to my board
Replies: 4
Views: 12395

Re: sending commands from my interface panel to my board

wish it was that simple. I had it configured that and it works sending over USB port. I will go back and change it so i can look in another place for the problem.
by supershepp
Sat Feb 02, 2019 10:53 pm
Forum: MegunoLink
Topic: sending commands from my interface panel to my board
Replies: 4
Views: 12395

Re: sending commands from my interface panel to my board

I am working with an Ethernet shield.I figured i would go with UDP because I want meguno to broadcast commands to two ardurino network cards. Im sure i could this with TcP as well.

So i am able to send a value from my number box to my mega. Cool, but it only sends one command and i need to send two ...
by supershepp
Sat Feb 02, 2019 5:10 am
Forum: MegunoLink
Topic: sending commands from my interface panel to my board
Replies: 4
Views: 12395

sending commands from my interface panel to my board

So I'm having some issues writing a code to receive a value from my "number box" and put that value into an integer var within my code. I am able to make this work with command handler though my USB port but not through my UDP port.

Anyone has a clue?

Thanks
by supershepp
Mon Jan 14, 2019 10:22 pm
Forum: MegunoLink
Topic: Changing colors
Replies: 5
Views: 14962

Re: Changing colors

can the forecolor and backcolor be changed on the progression bar? i would like it to change colors at a preset point during the progression. The example color changing does not work. with or without the F() code.
by supershepp
Fri Jan 11, 2019 7:06 pm
Forum: MegunoLink
Topic: Just a little help please
Replies: 4
Views: 13530

Re: Just a little help please

So i have learned a few things that may help others in the future.

I stated that i wanted my float var to print a decimal. I learned that is you are making a calculation you can put the "." in your code line an it will send over the remaining numbers.

so lets say your code reads like this ...
by supershepp
Thu Jan 10, 2019 10:37 pm
Forum: MegunoLink
Topic: Just a little help please
Replies: 4
Views: 13530

Re: Just a little help please

Thanks Philr for your help with this. I was able to get the color option working. I used the example in the Meguno for that line which includs the F() clause.

Now about this Decimal. i am able to get my number into the proper format for the Var called "loco". the problem is when the analogue value ...
by supershepp
Thu Jan 10, 2019 4:53 am
Forum: MegunoLink
Topic: Just a little help please
Replies: 4
Views: 13530

Just a little help please

Hello anyone out there?
So I need a little help. I have written this program that will require a floating value to be sent from Arduino to Meguno.

User inputs an one decimal number (23.5),into a number box. Then click a button to broadcast on the serial bus the number. Arduino receives that ...
by supershepp
Wed Jan 09, 2019 5:49 pm
Forum: MegunoLink
Topic: Changing colors
Replies: 5
Views: 14962

Re: Changing colors

Thanks for your input sir,
Their is no command on the Serial bus. The code is crashing in the compiler.
I notice when i type the words "SetForeColor" , this text does not change colors (orange) as it does when i type "SetNumber" or "Serial. print"
it's as if Ardurino ide does not recognize these ...
by supershepp
Mon Jan 07, 2019 11:08 pm
Forum: MegunoLink
Topic: TrackBar Transformation
Replies: 1
Views: 7112

TrackBar Transformation

How can I change the TrackBar into the property of the Progression Bar? I would like to use the Trackbar to receive values from my sketch and reflect the number in text box.

Thanks in advance
by supershepp
Mon Jan 07, 2019 7:35 pm
Forum: MegunoLink
Topic: Changing colors
Replies: 5
Views: 14962

Changing colors

So i'm having a bit of an issue trying to figure out how to change the forecolor and backcolors of my dynamic label or progression bar. Anyone out their can give me a hand?

my code is to read a pot and display the pot position. Then set a location for the motor to turn the pot to that location. I ...