Junction MESA with free programming and Matlab
03 Sep 2019 05:43 #144046
by aleksamc
Junction MESA with free programming and Matlab was created by aleksamc
Dear MESA specialists.
Does it's possible to use your boards in free programming, to get some examples to interface your boards, I/O, ethernet boards, etc, using simple programming (C or python) language without linuxcnc. There is also interesting mathematical program MATLAB, that get interfacing to other similar boards.
I thing under junction of Matlab and your mesa and creating some PLC-PC.
Does it's possible to use your boards in free programming, to get some examples to interface your boards, I/O, ethernet boards, etc, using simple programming (C or python) language without linuxcnc. There is also interesting mathematical program MATLAB, that get interfacing to other similar boards.
I thing under junction of Matlab and your mesa and creating some PLC-PC.
Please Log in or Create an account to join the conversation.
03 Sep 2019 20:12 #144083
by andypugh
Replied by andypugh on topic Junction MESA with free programming and Matlab
Yes, in fact LinuxCNC is only a small part of the Mesa market as far as I know.
Please Log in or Create an account to join the conversation.
04 Sep 2019 23:04 - 04 Sep 2019 23:22 #144163
by aleksamc
Replied by aleksamc on topic Junction MESA with free programming and Matlab
I'm a little surprised with a lack of acitivity for this topic. I quess that it's possible but how to do that? It seems that mesa specialists keep silence.
As I know texas instruments has it's boards for such application and they are has docs for connecting to Labview program.
I quess, Mesa has the same functionality.
I forgot to mension, Matlab has python interface and c++ also can be connected to it.
As I know texas instruments has it's boards for such application and they are has docs for connecting to Labview program.
I quess, Mesa has the same functionality.
I forgot to mension, Matlab has python interface and c++ also can be connected to it.
Last edit: 04 Sep 2019 23:22 by aleksamc.
Please Log in or Create an account to join the conversation.
- islander261
- Offline
- Platinum Member
Less
More
- Posts: 757
- Thank you received: 216
05 Sep 2019 02:56 #144184
by islander261
Replied by islander261 on topic Junction MESA with free programming and Matlab
Actually if you read the relevant Mesa manuals you will find that they are indeed very generic bits of hardware that are quite hardware and software agnostic. Now if you are looking for a ready rolled solution then using the LCNC drivers and GUIs is the path of least resistance.
John
John
Please Log in or Create an account to join the conversation.
05 Sep 2019 06:44 #144216
by pl7i92
Replied by pl7i92 on topic Junction MESA with free programming and Matlab
most here are ordanary users
so they stay with the Gui presented
and there are lots of it right now
noone wants to do real programming
the Main stream dident even got a view at the Config code
so they use the configurator
and it is a long way to go with mathlab to a runing mashine
so only for individuelll users ma be interesting to form there needs
and ofcause the arduino and android CNC community is very up to the Java Mathlab GUI
so they stay with the Gui presented
and there are lots of it right now
noone wants to do real programming
the Main stream dident even got a view at the Config code
so they use the configurator
and it is a long way to go with mathlab to a runing mashine
so only for individuelll users ma be interesting to form there needs
and ofcause the arduino and android CNC community is very up to the Java Mathlab GUI
Attachments:
Please Log in or Create an account to join the conversation.
05 Sep 2019 07:04 #144221
by aleksamc
Replied by aleksamc on topic Junction MESA with free programming and Matlab
It's a pity, but I refer myself to "ordinary user" that know python or C++ on lowest basic level.
But I make programs for PLC (and for Matlab few years ago). I like Matlab for it powerful mathematical and visual funcitions.
Few years ago I had problem with connecting Matlab to real world with IO, then I find that it's possible to connect throug ethernet PLC and Matlab, but now I think better is to use special PC boards instead of PLC (that give big latency).
My job is to repair automation of machines and I found in one Texas Insruments boards that used for purpose I need. As for my mind, It's much easier for me to use MESA board instead of TI ( in logistic and price dimensions), also If something goes wrong with my "project", I can this boards use for CNC machine.
If somebody could supply me with some datasheets for this topic, it would be wery nice.
But I make programs for PLC (and for Matlab few years ago). I like Matlab for it powerful mathematical and visual funcitions.
Few years ago I had problem with connecting Matlab to real world with IO, then I find that it's possible to connect throug ethernet PLC and Matlab, but now I think better is to use special PC boards instead of PLC (that give big latency).
My job is to repair automation of machines and I found in one Texas Insruments boards that used for purpose I need. As for my mind, It's much easier for me to use MESA board instead of TI ( in logistic and price dimensions), also If something goes wrong with my "project", I can this boards use for CNC machine.
If somebody could supply me with some datasheets for this topic, it would be wery nice.
Please Log in or Create an account to join the conversation.
- islander261
- Offline
- Platinum Member
Less
More
- Posts: 757
- Thank you received: 216
05 Sep 2019 14:54 #144243
by islander261
Replied by islander261 on topic Junction MESA with free programming and Matlab
All of the Mesa manuals and firmware source code is available on their web site.
www.mesanet.com/
John
www.mesanet.com/
John
Please Log in or Create an account to join the conversation.
05 Sep 2019 15:53 #144244
by aleksamc
Replied by aleksamc on topic Junction MESA with free programming and Matlab
Ok, thanks for that. A little I've understood.
For example manual for 5i25, page 13, I must get, how to interface SPI port from my program, and it will reach what I need.
"DATA REGISTER at offset 0x74 from 5I25 base address" means,
that if adress of 5i25 base is 0x12( for example), that
D0 register will be at 0x74+0x12= 0x86 adress?
For example manual for 5i25, page 13, I must get, how to interface SPI port from my program, and it will reach what I need.
"DATA REGISTER at offset 0x74 from 5I25 base address" means,
that if adress of 5i25 base is 0x12( for example), that
D0 register will be at 0x74+0x12= 0x86 adress?
Please Log in or Create an account to join the conversation.
05 Sep 2019 16:01 #144245
by andypugh
Replied by andypugh on topic Junction MESA with free programming and Matlab
Yes, as you can see in the hm2_pci driver.
github.com/LinuxCNC/linuxcnc/blob/master...a-hostmot2/hm2_pci.c
github.com/LinuxCNC/linuxcnc/blob/master...a-hostmot2/hm2_pci.c
The following user(s) said Thank You: aleksamc
Please Log in or Create an account to join the conversation.
17 Sep 2019 19:25 #145426
by aleksamc
Replied by aleksamc on topic Junction MESA with free programming and Matlab
I've read that program, but it still black hole for me, how to use it I don't wonder.
may be it's better for me not to dive into such deeps as such programing(((
may be it's better for me not to dive into such deeps as such programing(((
Please Log in or Create an account to join the conversation.
Time to create page: 0.151 seconds