Hi
I'm just about to purchase magunolink I have 2 questions though.
Is it possible to have 2 way communication using the ethnernet cable? (ie. Change the set temperature for relay control )
and 2.
Can i buy a copy and use it on 2 machines? (one for the main graphing/plotting, one to code/addon/test new stuff for my main)?.
I'm using it at home for personal use of course.
Thanks.
2 Way communication with ethernet?
Hi thanks for the replies.
Still trialling it, I have a problem when i close megunolink and re-open it I've lost all my previous plot data. Is there any way to resume the plots if the application shuts down?
Also any way to have black themes to make it look as cool as grafana?
Still trialling it, I have a problem when i close megunolink and re-open it I've lost all my previous plot data. Is there any way to resume the plots if the application shuts down?
Also any way to have black themes to make it look as cool as grafana?
Well .... you can kinda restore the plots. I've been playing around with the X-Y Plots to use it as a temperature trends on my homemade coffee roaster. I wanted to preload a temperature profile before starting the roast so I could have consistent batches.
What I did was to save plot data of a good roast. I then open the .csv in Excel, plot the data and extract the critical points from the trend. Then rebuilt a new .txt file with the critical data points in Megunolink format, similar to the demo file used to drive text and data. .txt looks like this:
{XYPLOT|data|Profile|0|0}
{XYPLOT|data|Profile|0.5|100}
{XYPLOT|data|Profile|4|325}
{XYPLOT|data|Profile|8|390}
{XYPLOT|data|Profile|12|444}
I then connect to the file, choose it in the dropdown for the X-Y Plot and run the file. I end up with a X-Y plot with a roast profile from time 0 to 12. I then connect the XYPlot to the Arduino and when I start a roast, the temperature data is plotted on the same plot starting at 0 time.
It would not be easy but you could save a plot to .csv, import into Access then create a report that would save a report in .txt with the Megunolink format, then reload the file into XY-Plot when needed.
What I did was to save plot data of a good roast. I then open the .csv in Excel, plot the data and extract the critical points from the trend. Then rebuilt a new .txt file with the critical data points in Megunolink format, similar to the demo file used to drive text and data. .txt looks like this:
{XYPLOT|data|Profile|0|0}
{XYPLOT|data|Profile|0.5|100}
{XYPLOT|data|Profile|4|325}
{XYPLOT|data|Profile|8|390}
{XYPLOT|data|Profile|12|444}
I then connect to the file, choose it in the dropdown for the X-Y Plot and run the file. I end up with a X-Y plot with a roast profile from time 0 to 12. I then connect the XYPlot to the Arduino and when I start a roast, the temperature data is plotted on the same plot starting at 0 time.
It would not be easy but you could save a plot to .csv, import into Access then create a report that would save a report in .txt with the Megunolink format, then reload the file into XY-Plot when needed.
