Search found 36 matches

by rsfoto
Tue Dec 12, 2017 4:56 pm
Forum: MegunoLink
Topic: Format Text Box for Floating Point Numbers
Replies: 9
Views: 15991

Re: Format Text Box for Floating Point Numbers

Hi, Interesting. I did take a quick look into the URL you mentioned but I did not get it quite. Will take a longer look toady in the afternoon. I am using the numeric updown box but I do not like the arrows there as I am not choosing and sending anything from the box to the Arduino. I am just receiv...
by rsfoto
Tue Dec 12, 2017 1:18 am
Forum: MegunoLink
Topic: Format Text Box for Floating Point Numbers
Replies: 9
Views: 15991

Re: Format Text Box for Floating Point Numbers

Hi Hugh, Can not help you at the moment but I would also like to learn how to do that. ¿ Would you care to share the code ? I do not have much experiencie with coding but have you checked how to cut off those decimals in the Arduino code ? If I am not mistaken there is a math function with ABS() may...
by rsfoto
Tue Dec 05, 2017 1:31 am
Forum: Projects
Topic: New Project and got it going :-)
Replies: 0
Views: 58410

New Project and got it going :-)

Hi, After reading a bit in the Documentation section and clearing my mind from complicated thinking I managed to get a second project going. Simple Arduino set up using a normal LED for measuring voltage according to how much light in the room. I write the values as numbers as well as plot them in a...
by rsfoto
Tue Dec 05, 2017 12:14 am
Forum: MegunoLink
Topic: #include xxxxx
Replies: 0
Views: 26109

#include xxxxx

Hi,

I was wondering :shock: what is the difference between

#include "MegunoLink.h"

and this

#include <MegunoLink.h>

Thank you
by rsfoto
Thu Nov 30, 2017 9:56 pm
Forum: MegunoLink
Topic: MegunoLink Pro Builder
Replies: 2
Views: 5390

Re: MegunoLink Pro Builder

Unfortunately not. Same limitation as megunolink proper. Windows 7+. Microsofts newer .net frameworks don't support XP anymore. Phil Hi Phil, Thanks. That is not good as I do have in my astronomical Observatory PC with Windows XP Pro and I can not update the OS version due to incompatibility of nec...
by rsfoto
Thu Nov 30, 2017 7:55 pm
Forum: MegunoLink
Topic: MegunoLink Pro Builder
Replies: 2
Views: 5390

MegunoLink Pro Builder

Hi,

Do the compiled User Interfaces build with the Builder run on PC with Windows XP Pro SP3 ?

regards Rainer
by rsfoto
Tue Nov 28, 2017 4:00 pm
Forum: MegunoLink
Topic: Fixed size of Interface panel
Replies: 2
Views: 5685

Re: Fixed size of Interface panel

Unfortunately not. The interface panel is completely independent of the overall window for the application. MegunoLink will remember your windows size so once you find something you like close it and open it again and it should still be as you left it. Phil Hi Phil, OK and thanks. Will have to info...
by rsfoto
Tue Nov 28, 2017 3:59 pm
Forum: MegunoLink
Topic: Visualizer panel " Programmer "
Replies: 2
Views: 5574

Re: Visualizer panel " Programmer "

philr wrote: Tue Nov 28, 2017 1:59 am I tried it here and both seemed to work fine.
Phil
Hi Phil,

Thanks. I was just afraid that the bootloader could damage the main programming of the chip or something :-)

regards Rainer
by rsfoto
Mon Nov 27, 2017 11:59 pm
Forum: MegunoLink
Topic: Visualizer panel " Programmer "
Replies: 2
Views: 5574

Visualizer panel " Programmer "

Hi I was wondering how to programm my Arduino using the programmer. FIrst I tried to program it using the original *.ino file but no success. The I read somewhere that I need a hex file, made a search how to make a hex file of my *.ino sketch and now after learning how to do that I have 2 hex files ...
by rsfoto
Mon Nov 27, 2017 9:25 pm
Forum: MegunoLink
Topic: Fixed size of Interface panel
Replies: 2
Views: 5685

Fixed size of Interface panel

Hi, Remembering my days when I used to do a bit of VB programming (all forgot now) I remembered that there was the possibility to fix the size of a window with all the buttons and boxes inside so everything was always visible and not resizable. Now I thought this could be done as well here but ¿ may...