Search found 446 matches

by philr
Wed Nov 22, 2017 10:40 am
Forum: MegunoLink
Topic: using a checkbox
Replies: 2
Views: 5418

Re: using a checkbox

Hi change your code to use this
[IPCheckBox1.Checked ? "1" : "0"]

That will send a 1 or 0 for true or false. I'm not sure if the addvariable supports Boolean but If not use an integer and do your logic on that.

Cheers
Phil
by philr
Tue Nov 21, 2017 5:37 am
Forum: Projects
Topic: Interface panel for my Hardware
Replies: 7
Views: 42504

Re: Interface panel for my Hardware

Have you installed the MegunoLink library to your Arduino IDE? if not follow this page https://www.megunolink.com/documentation/arduino-integration/ Once installed you can look on the main MegunoLink toolbar to see a "Library Examples" button. Click on that and locate the table example fro...
by philr
Tue Nov 21, 2017 2:59 am
Forum: Projects
Topic: Interface panel for my Hardware
Replies: 7
Views: 42504

Re: Interface panel for my Hardware

Yes exactly. MegunoLink isn't able to just pick data out of a serial stream. It requires a specific protocol is used. For example this is a plotting message: {TIMEPLOT:Cos|DATA|Cosine|T|-0.94} Our messages require a "{" and "}" at each end with specific contents between. Our Ardu...
by philr
Tue Nov 21, 2017 1:49 am
Forum: Projects
Topic: Interface panel for my Hardware
Replies: 7
Views: 42504

Re: Interface panel for my Hardware

Hi Rainer, I recommend you use the table instead of a textbox. See this example https://github.com/Megunolink/MLP/blob/master/examples/Table/SendToTable/SendToTable.ino If you program your arduino with this example and open the table visualier in megunolink you will see two numbers changing over tim...
by philr
Mon Nov 20, 2017 8:34 am
Forum: General Discussion
Topic: Change language
Replies: 2
Views: 20817

Re: Change language

Hi Rainer, unfortunately, we don't have a way to change the language. It's all based on the location of the system you are using. I'll add it to our feature request list. My only suggestion at this point is to change the location temporarily on the computer you are using.

Cheers
Phil
by philr
Sun Nov 19, 2017 11:46 pm
Forum: MegunoLink
Topic: Multiple Message monitors
Replies: 1
Views: 3923

Re: Multiple Message monitors

Hi Hugh, megunolink should let you connect to multiple serial connections at the same time? I'm not sure why you cant have all three active at once.
by philr
Sun Nov 05, 2017 10:59 pm
Forum: MegunoLink
Topic: Multiple SoftwareSerials connections
Replies: 3
Views: 6506

Re: Multiple SoftwareSerials connections

That sounds like a good (and probably more reliable) solution.
Phil
by philr
Sun Nov 05, 2017 10:56 pm
Forum: General Discussion
Topic: Documentation of MegunoLink and Builder
Replies: 1
Views: 19304

Re: Documentation of MegunoLink and Builder

Hi, at this stage we only have online documentation. The best thing to do is use a web browser (such as chrome) and print the sections you would like to pdf.

Here are some instructions for chrome.
https://www.labnol.org/software/save-we ... pdf/21153/

Cheers
Phil
by philr
Tue Oct 31, 2017 5:20 am
Forum: MegunoLink
Topic: Multiple SoftwareSerials connections
Replies: 3
Views: 6506

Re: Multiple SoftwareSerials connections

Good question. I don't believe it should matter. I would have thought the instances of software serial objects should be separate. Let us know how you go!
by philr
Wed Oct 25, 2017 2:21 am
Forum: MegunoLink
Topic: Multiple Tables
Replies: 3
Views: 6544

Re: Multiple Tables

Good question, once you get your interface set up how you want I believe when you save your interface (.mlx file) it will store those channel names and load them when the interface is opened again.

Phil