Search found 12 matches
- Tue Sep 16, 2025 7:48 pm
- Forum: Bugs
- Topic: Arduino Integration - Library install Error
- Replies: 0
- Views: 3722
Arduino Integration - Library install Error
Hi, I came across an error while setting up the Arduino Integration. I followed the instruction guide and when I clicked the 'Install' Megunolink library for Arduino, I see a "Unable to find Arduino Library Directory" error. Please see attached screenshot. I installed the Megunolink librar...
- Fri Mar 15, 2019 4:10 pm
- Forum: MegunoLink
- Topic: Interface window resizing issue
- Replies: 4
- Views: 12466
Re: Interface window resizing issue
Hi Phil,
Thanks for the idea. That sure is a work around for that issue.
Cheers, Sai.
Thanks for the idea. That sure is a work around for that issue.
Cheers, Sai.
- Thu Mar 14, 2019 8:24 pm
- Forum: MegunoLink
- Topic: Interface window resizing issue
- Replies: 4
- Views: 12466
Re: Interface window resizing issue
UPDATE: I managed to find and activate the scrolling options under the 'layout' dropdown menu in the properties of the main interface window. See the picture for the settings. By declaring Autoscroll as True, the scrolling bars appear when the window is moved to a different size/resolution screen. B...
- Thu Mar 07, 2019 7:45 pm
- Forum: MegunoLink
- Topic: Interface window resizing issue
- Replies: 4
- Views: 12466
Interface window resizing issue
Hi, I've made an interface using one of my 27" display monitors. I've adjusted the sizes of the window & visualizers according to that monitor size (See picture 1). When I try to move this window to a smaller or bigger screen than my original monitor, the window doesn't resize accordingly. ...
- Mon Mar 04, 2019 8:49 pm
- Forum: MegunoLink
- Topic: Way to Rename pages in Tab Control for Interface
- Replies: 2
- Views: 7921
- Mon Feb 25, 2019 3:15 pm
- Forum: MegunoLink
- Topic: Way to Rename pages in Tab Control for Interface
- Replies: 2
- Views: 7921
Way to Rename pages in Tab Control for Interface
Hi, I'm working on an Interface project and I'm using the 'Tab control' container from the toolbox. I was wondering if there is a way to rename the tab page titles so that its easy to identify their specific functionality.
Thanks.
Thanks.
- Mon Feb 18, 2019 9:10 pm
- Forum: MegunoLink
- Topic: Interface Panel Numeric updown value update issue
- Replies: 2
- Views: 7292
Re: Interface Panel Numeric updown value update issue
Thank you very much Phil, for identifying and also fixing the problem for me.
I've tested it and its working fine. Now, I've add the rest of my project functionality to it. Kudos for the great support.
Cheers.
I've tested it and its working fine. Now, I've add the rest of my project functionality to it. Kudos for the great support.
Cheers.
- Thu Feb 14, 2019 9:58 pm
- Forum: MegunoLink
- Topic: Interface Panel Numeric updown value update issue
- Replies: 2
- Views: 7292
Interface Panel Numeric updown value update issue
Hi, I'm working on an interface panel with some tools. My current issue is with a "Numeric up down" tool. I've attached the Arduino code file and the Megunolink interface panel file. I'm using the Numeric up down tool to define a 'loop' variable. The loop, when executed should monitor a te...
- Tue Mar 06, 2018 2:59 pm
- Forum: MegunoLink
- Topic: Serial communication issue with 16 bit external ADC for arduino
- Replies: 8
- Views: 23280
Re: Serial communication issue with 16 bit external ADC for arduino
Hi Philip,
That was it. I wasn't using the ads1115.begin() command in my XY plotting program. I've initialized the 16 bit adc and it worked. I've attached a picture of my results.
Thanks for your help.
That was it. I wasn't using the ads1115.begin() command in my XY plotting program. I've initialized the 16 bit adc and it worked. I've attached a picture of my results.
Thanks for your help.
- Mon Mar 05, 2018 9:28 pm
- Forum: MegunoLink
- Topic: Serial communication issue with 16 bit external ADC for arduino
- Replies: 8
- Views: 23280
Re: Serial communication issue with 16 bit external ADC for arduino
Here's a little more information. I've changed the code a little to send messages to the monitor instead of plotting (Still using the 16 bit ADC). The data from the Monitor visualizer is attached in a text file below. You can see the PWM step signal (the values 0,5,10 etc..it goes up to 150). The cu...