Search found 446 matches

by philr
Fri Nov 17, 2023 8:00 am
Forum: MegunoLink
Topic: XYplot nDecimalPlaces only working on Yaxis
Replies: 2
Views: 1558

Re: XYplot nDecimalPlaces only working on Yaxis

Hi Jeff, looks like maybe a bug in the library. You can see the library files here https://github.com/Megunolink/MLP/blob/master/src/utility/XYPlot.h I think maybe if you modify the same file on your computer by changing line 120 to be more like line 122 you should get decimal places for x value as ...
by philr
Wed Oct 18, 2023 8:24 am
Forum: MegunoLink
Topic: Feature request: send coordinates from XY Chart click
Replies: 4
Views: 5905

Re: Feature request: send coordinates from XY Chart click

Hope you find it useful.
Cheers
Phil
by philr
Wed Oct 18, 2023 8:21 am
Forum: MegunoLink
Topic: why is the interface panel flashing "Interface Panel: Unknown Object" ?
Replies: 3
Views: 2135

Re: why is the interface panel flashing "Interface Panel: Unknown Object" ?

Im told it could also happen if you have multiple interface panels and you arent using channels to separate out the data. For example if you have two interface panels each with a separate text box when you send the command to the second text box the first interface panel will complain that it doesnt...
by philr
Wed Oct 18, 2023 8:14 am
Forum: MegunoLink
Topic: Bug - Feature request for slider
Replies: 1
Views: 2204

Re: Bug - Feature request for slider

Thanks for the suggestion. Will add to the list.
by philr
Wed Oct 18, 2023 8:14 am
Forum: MegunoLink
Topic: why is the interface panel flashing "Interface Panel: Unknown Object" ?
Replies: 3
Views: 2135

Re: why is the interface panel flashing "Interface Panel: Unknown Object" ?

Hi John, I think this happens when you try to act upon an object incorrectly. Did you figure it out? I'd simplify your program down to just one control and see if it occurs. Try and isolate out this issue.

Cheers
Phil
by philr
Wed Oct 18, 2023 8:12 am
Forum: MegunoLink
Topic: MyCSVMessage save is failing at 3 am during windows 11 maintenance
Replies: 6
Views: 2273

Re: MyCSVMessage save is failing at 3 am during windows 11 maintenance

Hi John, I have no idea what would be causing this one. Can you try doing it more regularly to pinpoint more accurately when its happening and for how long? Is it possible to disable windows maintenance?

Cheers
Phil
by philr
Fri Aug 18, 2023 8:01 am
Forum: General Discussion
Topic: Deploy the GUI for other users
Replies: 3
Views: 6598

Re: Deploy the GUI for other users

You can use a second copy of MegunoLink if you are the only user. If there are multiple users then we expect you to purchase a second license for that machine.

Builder is also an option. Reach out for a discount since you wont be using it commercially if you want to go down that avenue.

Cheers
Phil
by philr
Fri Aug 18, 2023 8:00 am
Forum: MegunoLink
Topic: Serial communication Stops
Replies: 2
Views: 2328

Re: Serial communication Stops

Good catch. Noise must have been ruining the USB connection.
by philr
Fri Aug 18, 2023 7:56 am
Forum: MegunoLink
Topic: Button Shape
Replies: 1
Views: 2062

Re: Button Shape

Hi, you could put your own custom button in as an image and use the onclick event.

Cheers
Phil
by philr
Sun Jul 16, 2023 1:48 am
Forum: MegunoLink
Topic: megunolink for arduino idl 2.1.0
Replies: 2
Views: 4109

Re: megunolink for arduino idl 2.1.0

Hi, this will be fixed for AVR microcontrollers in the current update. Its also important to note this only works for AVR microcontrollers and is actually an optional feature. It just adds the convenience of not having to disconnect from a COM port before uploading firmware. You can of course manual...