Search found 11 matches

by skprabhala53
Fri Mar 15, 2019 4:10 pm
Forum: MegunoLink
Topic: Interface window resizing issue
Replies: 4
Views: 9977

Re: Interface window resizing issue

Hi Phil,

Thanks for the idea. That sure is a work around for that issue.

Cheers, Sai.
by skprabhala53
Thu Mar 14, 2019 8:24 pm
Forum: MegunoLink
Topic: Interface window resizing issue
Replies: 4
Views: 9977

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...
by skprabhala53
Thu Mar 07, 2019 7:45 pm
Forum: MegunoLink
Topic: Interface window resizing issue
Replies: 4
Views: 9977

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. ...
by skprabhala53
Mon Feb 25, 2019 3:15 pm
Forum: MegunoLink
Topic: Way to Rename pages in Tab Control for Interface
Replies: 2
Views: 6459

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.
by skprabhala53
Mon Feb 18, 2019 9:10 pm
Forum: MegunoLink
Topic: Interface Panel Numeric updown value update issue
Replies: 2
Views: 5752

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.
by skprabhala53
Thu Feb 14, 2019 9:58 pm
Forum: MegunoLink
Topic: Interface Panel Numeric updown value update issue
Replies: 2
Views: 5752

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...
by skprabhala53
Tue Mar 06, 2018 2:59 pm
Forum: MegunoLink
Topic: Serial communication issue with 16 bit external ADC for arduino
Replies: 8
Views: 13291

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.
by skprabhala53
Mon Mar 05, 2018 9:28 pm
Forum: MegunoLink
Topic: Serial communication issue with 16 bit external ADC for arduino
Replies: 8
Views: 13291

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...
by skprabhala53
Mon Mar 05, 2018 9:12 pm
Forum: MegunoLink
Topic: Serial communication issue with 16 bit external ADC for arduino
Replies: 8
Views: 13291

Re: Serial communication issue with 16 bit external ADC for arduino

Hi, So I tried your version of the code and I got the same graph as you. The values are accurate. So I tried my old code again (using the 16 bit ADC and its library). The plotting didn't work. I'll try to explain the situation as clearly as possible. I have an analog circuit that sources current to ...