* SocketCAN: Matlab support
@ 2014-05-16 10:14 Yegor Yefremov
2014-05-19 14:06 ` Pavel Pisa
0 siblings, 1 reply; 5+ messages in thread
From: Yegor Yefremov @ 2014-05-16 10:14 UTC (permalink / raw)
To: linux-can@vger.kernel.org
Has anyone experience with Matlab and SocketCAN? So far I couldn't
find anything usable via Google.
Regards,
Yegor
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: SocketCAN: Matlab support
2014-05-16 10:14 SocketCAN: Matlab support Yegor Yefremov
@ 2014-05-19 14:06 ` Pavel Pisa
2014-05-19 14:17 ` Yegor Yefremov
0 siblings, 1 reply; 5+ messages in thread
From: Pavel Pisa @ 2014-05-19 14:06 UTC (permalink / raw)
To: Yegor Yefremov; +Cc: linux-can@vger.kernel.org, Michal Sojka
Hello Yegor,
we have some experience there with Simulink on Linux
with fully preemptive-kernel there at CTU.
Mainly my colleague, Michal Sojka, and his students work
on Simulink embedded coded support. CAN blockset
for embedded Cortex-R4 system is expected to be finished
in next two or three months. This work is part
of our TMS570LS3137 Simulink support.
http://rtime.felk.cvut.cz/rpp-tms570/
When we have CAN support compliant to the common
Simulink CAN blocks rules implemented for this target
we expect to port that implementation to SocketCAN
and integrate it with our Linux Target for Simulink
Embedded Coder project
http://lintarget.sourceforge.net/
So that is our actual state of progress in this
area. We would be happy to find others with
interrest in similar projects.
Best wishes,
Pavel Pisa
On Friday 16 of May 2014 12:14:45 Yegor Yefremov wrote:
> Has anyone experience with Matlab and SocketCAN? So far I couldn't
> find anything usable via Google.
>
> Regards,
> Yegor
> --
> To unsubscribe from this list: send the line "unsubscribe linux-can" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: SocketCAN: Matlab support
2014-05-19 14:06 ` Pavel Pisa
@ 2014-05-19 14:17 ` Yegor Yefremov
2014-10-15 18:49 ` SocketCAN: Matlab/Simulink embedded coder support Pavel Pisa
0 siblings, 1 reply; 5+ messages in thread
From: Yegor Yefremov @ 2014-05-19 14:17 UTC (permalink / raw)
To: Pavel Pisa; +Cc: linux-can@vger.kernel.org, Michal Sojka
Hi Pavel,
thanks for the info. Will look into it.
Best regards,
Yegor
On Mon, May 19, 2014 at 4:06 PM, Pavel Pisa <pisa@cmp.felk.cvut.cz> wrote:
> Hello Yegor,
>
> we have some experience there with Simulink on Linux
> with fully preemptive-kernel there at CTU.
>
> Mainly my colleague, Michal Sojka, and his students work
> on Simulink embedded coded support. CAN blockset
> for embedded Cortex-R4 system is expected to be finished
> in next two or three months. This work is part
> of our TMS570LS3137 Simulink support.
>
> http://rtime.felk.cvut.cz/rpp-tms570/
>
> When we have CAN support compliant to the common
> Simulink CAN blocks rules implemented for this target
> we expect to port that implementation to SocketCAN
> and integrate it with our Linux Target for Simulink
> Embedded Coder project
>
> http://lintarget.sourceforge.net/
>
> So that is our actual state of progress in this
> area. We would be happy to find others with
> interrest in similar projects.
>
> Best wishes,
>
> Pavel Pisa
>
> On Friday 16 of May 2014 12:14:45 Yegor Yefremov wrote:
>> Has anyone experience with Matlab and SocketCAN? So far I couldn't
>> find anything usable via Google.
>>
>> Regards,
>> Yegor
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-can" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: SocketCAN: Matlab/Simulink embedded coder support
2014-05-19 14:17 ` Yegor Yefremov
@ 2014-10-15 18:49 ` Pavel Pisa
2014-10-15 19:05 ` Yegor Yefremov
0 siblings, 1 reply; 5+ messages in thread
From: Pavel Pisa @ 2014-10-15 18:49 UTC (permalink / raw)
To: Yegor Yefremov; +Cc: linux-can@vger.kernel.org, Michal Sojka
Hello Yegor and others,
I want to inform you that we have basic blocks working
with SocketCAN already and we have demonstrated our
setup to control and monitor small robotic arm over
CANopen PDO messages at Real Time Linux Workshop
at Dusseldorf last Sunday.
https://www.osadl.org/?id=2018
The minimalist information page can be found
at our ERT Linux site pages
http://lintarget.sourceforge.net/can_bus/index.html
The initial support is limited to three CAN
buses can0, can1 and can2 are mapped to CAN1,
CAN2 and CAN3 selector. We need to find a little
better generic way how to select bus list
and network interface names yet.
CAN receive and CAN transmit blocks can
be connected directly to some simple signal
types or Simulink predefined CAN_MESSAGE_TYPE together
with CAN Pack and CAN Unpack can be used.
The model has to include CAN setup block.
We expect to prepare more complete announcement when
we have time to polish the support a little more.
But I believe that even in this preliminary state
code can be usesfull and feedback is welcome.
Be warned, API and blocks parameters can be changed
before stable release.
Best wishes,
Pavel Pisa
Department of Control Engineering
at Czech technical University FEE
e-mail: pisa@cmp.felk.cvut.cz
university: http://dce.fel.cvut.cz/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: SocketCAN: Matlab/Simulink embedded coder support
2014-10-15 18:49 ` SocketCAN: Matlab/Simulink embedded coder support Pavel Pisa
@ 2014-10-15 19:05 ` Yegor Yefremov
0 siblings, 0 replies; 5+ messages in thread
From: Yegor Yefremov @ 2014-10-15 19:05 UTC (permalink / raw)
To: Pavel Pisa; +Cc: linux-can@vger.kernel.org, Michal Sojka
On Wed, Oct 15, 2014 at 8:49 PM, Pavel Pisa <pisa@cmp.felk.cvut.cz> wrote:
> Hello Yegor and others,
>
> I want to inform you that we have basic blocks working
> with SocketCAN already and we have demonstrated our
> setup to control and monitor small robotic arm over
> CANopen PDO messages at Real Time Linux Workshop
> at Dusseldorf last Sunday.
>
> https://www.osadl.org/?id=2018
>
> The minimalist information page can be found
> at our ERT Linux site pages
>
> http://lintarget.sourceforge.net/can_bus/index.html
>
> The initial support is limited to three CAN
> buses can0, can1 and can2 are mapped to CAN1,
> CAN2 and CAN3 selector. We need to find a little
> better generic way how to select bus list
> and network interface names yet.
> CAN receive and CAN transmit blocks can
> be connected directly to some simple signal
> types or Simulink predefined CAN_MESSAGE_TYPE together
> with CAN Pack and CAN Unpack can be used.
>
> The model has to include CAN setup block.
>
> We expect to prepare more complete announcement when
> we have time to polish the support a little more.
> But I believe that even in this preliminary state
> code can be usesfull and feedback is welcome.
> Be warned, API and blocks parameters can be changed
> before stable release.
Great news! Thanks!
Yegor
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-15 19:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 10:14 SocketCAN: Matlab support Yegor Yefremov
2014-05-19 14:06 ` Pavel Pisa
2014-05-19 14:17 ` Yegor Yefremov
2014-10-15 18:49 ` SocketCAN: Matlab/Simulink embedded coder support Pavel Pisa
2014-10-15 19:05 ` Yegor Yefremov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox