Search found 8 matches

by cephid
Sun Apr 16, 2023 10:32 am
Forum: General Discussion
Topic: Linux
Replies: 1
Views: 4728

Linux

Can MegunoLink be run under Linux using 'Wine'? I have tried but the install fails. I would prefer this rather than virtualising Windows or making a dual boot system.
by cephid
Thu Sep 02, 2021 2:56 pm
Forum: MegunoLink
Topic: Error Sending: The semaphore timeout period has expired
Replies: 3
Views: 6947

Re: Error Sending: The semaphore timeout period has expired

I have recently been receiving a similar message after moving from an Atmega Arduino to STM32 'Blue Pill'. Might have to start again:-(
by cephid
Thu May 06, 2021 4:25 pm
Forum: Builder
Topic: Packaged mlpz does not run
Replies: 3
Views: 23346

Re: Packaged mlpz does not run

It seems as though the file association is lost when installed in the programs folder. Had no issues when the folder was put onto the root of the drive (I repackaged the files which I knew ran on my work pc). Will do some more work on the problem tomorrow just to confirm my suspicion.
by cephid
Thu May 06, 2021 12:07 pm
Forum: Builder
Topic: Packaged mlpz does not run
Replies: 3
Views: 23346

Re: Packaged mlpz does not run

Now, if I uninstall the package and reinstall, everything is ok. But will I see the initial problem on another PC which has never had a package installed? Time to set up some virtual machines to find out!
by cephid
Thu May 06, 2021 11:57 am
Forum: Builder
Topic: Packaged mlpz does not run
Replies: 3
Views: 23346

Re: Packaged mlpz does not run

Problem partly solved. the mlpz file needs to be opened with MegunlLink.Host. When installed, the mlpz file has defaulted to opening with a browser. Next question, how is this avoided?

Thanks.
by cephid
Thu May 06, 2021 11:00 am
Forum: Builder
Topic: Packaged mlpz does not run
Replies: 3
Views: 23346

Packaged mlpz does not run

I have built and packaged a project which installs and runs on the PC on which MegunoLink is installed. However, when I install the package on another PC (which does not have MegunoLink installed on it), although the package installs, the mlpz file does not fire up, rather I am asked what program I ...
by cephid
Sun Feb 14, 2021 2:40 pm
Forum: MegunoLink
Topic: Overlay - repeating- graphical data
Replies: 2
Views: 12041

Re: Overlay - repeating- graphical data

Thanks Phil,

I finally understood how to solve the issue. I use a count in repeat loop so I could then set various parameters unique according to the count number for various channels :)
by cephid
Wed Feb 10, 2021 12:12 pm
Forum: MegunoLink
Topic: Overlay - repeating- graphical data
Replies: 2
Views: 12041

Overlay - repeating- graphical data

Hi, I want to display duplicate runs of data on a single plot. Data plots with lines are ok until the ends, which want to join together. I tried saving a single set of data and loaded it twice onto a graph page and saw a same effect, so I guess it is not my code per se which is causing the problem. ...