Re: [Emc-users] modbus2hal is possible to setting as SLAVE?

2016-04-29 Thread Dave Cole
Yes..  I agree.Its always nice to have options..  :-)

Dave

On 4/29/2016 1:33 PM, giorgio foga wrote:
> For shure "   I think Ethercat is an entirely different animal than Modbus."  
> I think these too ... but for example if you whont use toshiba inverter  
> or some other electrical device not ethercat  Is better to have an other 
> bus option  isn't right?
>
> Regards
> Giorgio
>
>> From: linuxcncro...@gmail.com
>> To: emc-users@lists.sourceforge.net
>> Date: Fri, 29 Apr 2016 10:01:51 -0400
>> Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
>>
>> True, but in practice between a fast Modbus TCP slave and Classicladder
>> running as master, the comm turn around time between master and a fast
>> slave is in the 20-30 ms range which is plenty fast for general real
>> time I/O control.Not nearly fast enough for motion control but that
>> is a different subject.   Modbus was never designed for motion/servo
>> control.   I think Ethercat is an entirely different animal than Modbus.
>>
>> Dave
>>
>> On 4/29/2016 3:37 AM, giorgio foga wrote:
>>> I see these  but works only as userspace  I try to work and play 
>>> with a custom comp and at the end I try to realize a rt_comp for these .
>>> I have some machine to control remotely in text mode  linuxcncrsh have 
>>> some problem with shutdown command and in general is not it is not very 
>>> fast in the answers .
>>> Actually I play with ethercat but I would to have another available bus
>>>
 From: linuxcncro...@gmail.com
 To: emc-users@lists.sourceforge.net
 Date: Thu, 28 Apr 2016 10:09:50 -0400
 Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?

 I'm not aware of what the end goal for your Modbus application, however
 be aware that the Modbus RTU/TCP interface for Classic Ladder does
 support Modbus slave and that allows an interface to Hal as well.I
 tested that at one time but it has been years ago now.  I suspect that
 it still works fine.

 Dave

 On 4/28/2016 6:09 AM, Nicklas Karlsson wrote:
> If linuxcnc tell servo which path it should follow or if servo ask should 
> not matter. It might work, the important part is linuxcnc provide the 
> path control signals.
>
>
>> So if I want to do LinuxCNC Slave . I have to create a component, 
>> you can or are there restrictions?
>> Anyway now I try .
>>
>> If have positive response I post the comp on LcncForum and here.
>>
>> Tanks A lot.
>> Giorgio
>>
>>> Date: Wed, 27 Apr 2016 22:47:56 +0200
>>> From: nicklas.karlsso...@gmail.com
>>> To: emc-users@lists.sourceforge.net
>>> Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
>>>
>>> I would guess Linuxcnc always is the master.
>>>
 I not understand if there is this possibility .. in my test I 
 receive only a list of error (debug level 1) .
 If someone have use with succes mb2hal in slave conf ... can suggest 
 my the right way to do this?

 Regards
 Giorgio

 --
 Find and fix application performance issues faster with Applications 
 Manager
 Applications Manager provides deep performance insights into multiple 
 tiers of
 your business applications. It resolves application problems quickly 
 and
 reduces your MTTR. Get your free trial!
 https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users
>>> -- 
>>> Nicklas Karlsson 
>>>
>>> --
>>> Find and fix application performance issues faster with Applications 
>>> Manager
>>> Applications Manager provides deep performance insights into multiple 
>>> tiers of
>>> your business applications. It resolves application problems quickly and
>>> reduces your MTTR. Get your free trial!
>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>>> ___
>>> Emc-users mailing list
>>> Emc-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>  
>> --
>> Find and fix application performance issues faster with Applications 
>> Manager
>> Applications Manager provides deep performance insights into multiple 
>> tiers of
>> your business applications. It 

Re: [Emc-users] modbus2hal is possible to setting as SLAVE?

2016-04-29 Thread giorgio foga
For shure "   I think Ethercat is an entirely different animal than Modbus."  I 
think these too ... but for example if you whont use toshiba inverter  or 
some other electrical device not ethercat  Is better to have an other bus 
option  isn't right?

Regards
Giorgio

> From: linuxcncro...@gmail.com
> To: emc-users@lists.sourceforge.net
> Date: Fri, 29 Apr 2016 10:01:51 -0400
> Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
> 
> True, but in practice between a fast Modbus TCP slave and Classicladder 
> running as master, the comm turn around time between master and a fast 
> slave is in the 20-30 ms range which is plenty fast for general real 
> time I/O control.Not nearly fast enough for motion control but that 
> is a different subject.   Modbus was never designed for motion/servo 
> control.   I think Ethercat is an entirely different animal than Modbus.
> 
> Dave
> 
> On 4/29/2016 3:37 AM, giorgio foga wrote:
> > I see these  but works only as userspace  I try to work and play 
> > with a custom comp and at the end I try to realize a rt_comp for these .
> > I have some machine to control remotely in text mode  linuxcncrsh have 
> > some problem with shutdown command and in general is not it is not very 
> > fast in the answers .
> > Actually I play with ethercat but I would to have another available bus
> >
> >> From: linuxcncro...@gmail.com
> >> To: emc-users@lists.sourceforge.net
> >> Date: Thu, 28 Apr 2016 10:09:50 -0400
> >> Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
> >>
> >> I'm not aware of what the end goal for your Modbus application, however
> >> be aware that the Modbus RTU/TCP interface for Classic Ladder does
> >> support Modbus slave and that allows an interface to Hal as well.I
> >> tested that at one time but it has been years ago now.  I suspect that
> >> it still works fine.
> >>
> >> Dave
> >>
> >> On 4/28/2016 6:09 AM, Nicklas Karlsson wrote:
> >>> If linuxcnc tell servo which path it should follow or if servo ask should 
> >>> not matter. It might work, the important part is linuxcnc provide the 
> >>> path control signals.
> >>>
> >>>
>  So if I want to do LinuxCNC Slave . I have to create a component, 
>  you can or are there restrictions?
>  Anyway now I try .
> 
>  If have positive response I post the comp on LcncForum and here.
> 
>  Tanks A lot.
>  Giorgio
> 
> > Date: Wed, 27 Apr 2016 22:47:56 +0200
> > From: nicklas.karlsso...@gmail.com
> > To: emc-users@lists.sourceforge.net
> > Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
> >
> > I would guess Linuxcnc always is the master.
> >
> >> I not understand if there is this possibility .. in my test I 
> >> receive only a list of error (debug level 1) .
> >> If someone have use with succes mb2hal in slave conf ... can suggest 
> >> my the right way to do this?
> >>
> >> Regards
> >> Giorgio
> >>
> >> --
> >> Find and fix application performance issues faster with Applications 
> >> Manager
> >> Applications Manager provides deep performance insights into multiple 
> >> tiers of
> >> your business applications. It resolves application problems quickly 
> >> and
> >> reduces your MTTR. Get your free trial!
> >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> >> ___
> >> Emc-users mailing list
> >> Emc-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/emc-users
> > -- 
> > Nicklas Karlsson 
> >
> > --
> > Find and fix application performance issues faster with Applications 
> > Manager
> > Applications Manager provides deep performance insights into multiple 
> > tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
>   
>  --
>  Find and fix application performance issues faster with Applications 
>  Manager
>  Applications Manager provides deep performance insights into multiple 
>  tiers of
>  your business applications. It resolves application problems quickly and
>  reduces your MTTR. Get your free trial!
>  

Re: [Emc-users] modbus2hal is possible to setting as SLAVE?

2016-04-29 Thread Dave Cole
True, but in practice between a fast Modbus TCP slave and Classicladder 
running as master, the comm turn around time between master and a fast 
slave is in the 20-30 ms range which is plenty fast for general real 
time I/O control.Not nearly fast enough for motion control but that 
is a different subject.   Modbus was never designed for motion/servo 
control.   I think Ethercat is an entirely different animal than Modbus.

Dave

On 4/29/2016 3:37 AM, giorgio foga wrote:
> I see these  but works only as userspace  I try to work and play with 
> a custom comp and at the end I try to realize a rt_comp for these .
> I have some machine to control remotely in text mode  linuxcncrsh have 
> some problem with shutdown command and in general is not it is not very fast 
> in the answers .
> Actually I play with ethercat but I would to have another available bus
>
>> From: linuxcncro...@gmail.com
>> To: emc-users@lists.sourceforge.net
>> Date: Thu, 28 Apr 2016 10:09:50 -0400
>> Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
>>
>> I'm not aware of what the end goal for your Modbus application, however
>> be aware that the Modbus RTU/TCP interface for Classic Ladder does
>> support Modbus slave and that allows an interface to Hal as well.I
>> tested that at one time but it has been years ago now.  I suspect that
>> it still works fine.
>>
>> Dave
>>
>> On 4/28/2016 6:09 AM, Nicklas Karlsson wrote:
>>> If linuxcnc tell servo which path it should follow or if servo ask should 
>>> not matter. It might work, the important part is linuxcnc provide the path 
>>> control signals.
>>>
>>>
 So if I want to do LinuxCNC Slave . I have to create a component, you 
 can or are there restrictions?
 Anyway now I try .

 If have positive response I post the comp on LcncForum and here.

 Tanks A lot.
 Giorgio

> Date: Wed, 27 Apr 2016 22:47:56 +0200
> From: nicklas.karlsso...@gmail.com
> To: emc-users@lists.sourceforge.net
> Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
>
> I would guess Linuxcnc always is the master.
>
>> I not understand if there is this possibility .. in my test I 
>> receive only a list of error (debug level 1) .
>> If someone have use with succes mb2hal in slave conf ... can suggest my 
>> the right way to do this?
>>
>> Regards
>> Giorgio
>>  
>> --
>> Find and fix application performance issues faster with Applications 
>> Manager
>> Applications Manager provides deep performance insights into multiple 
>> tiers of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
> -- 
> Nicklas Karlsson 
>
> --
> Find and fix application performance issues faster with Applications 
> Manager
> Applications Manager provides deep performance insights into multiple 
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

 --
 Find and fix application performance issues faster with Applications 
 Manager
 Applications Manager provides deep performance insights into multiple 
 tiers of
 your business applications. It resolves application problems quickly and
 reduces your MTTR. Get your free trial!
 https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users
>>> --
>>> Find and fix application performance issues faster with Applications Manager
>>> Applications Manager provides deep performance insights into multiple tiers 
>>> of
>>> your business applications. It resolves application problems quickly and
>>> reduces your MTTR. Get your free trial!
>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>>> 

Re: [Emc-users] modbus2hal is possible to setting as SLAVE?

2016-04-29 Thread giorgio foga
I have 6 machine (server-slave) to control remotely from 1 pc set as master 
 mb2hal not connect to these master (client) pc.

I try to use mb2hal as master to comunicate to plc or drive slave  works 
very well 

Regards
Giorgio

> Date: Thu, 28 Apr 2016 12:09:20 +0200
> From: nicklas.karlsso...@gmail.com
> To: emc-users@lists.sourceforge.net
> Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
> 
> If linuxcnc tell servo which path it should follow or if servo ask should not 
> matter. It might work, the important part is linuxcnc provide the path 
> control signals.
> 
> 
> > So if I want to do LinuxCNC Slave . I have to create a component, you 
> > can or are there restrictions?
> > Anyway now I try .
> > 
> > If have positive response I post the comp on LcncForum and here.
> > 
> > Tanks A lot.
> > Giorgio
> > 
> > > Date: Wed, 27 Apr 2016 22:47:56 +0200
> > > From: nicklas.karlsso...@gmail.com
> > > To: emc-users@lists.sourceforge.net
> > > Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
> > > 
> > > I would guess Linuxcnc always is the master.
> > > 
> > > > I not understand if there is this possibility .. in my test I 
> > > > receive only a list of error (debug level 1) . 
> > > > If someone have use with succes mb2hal in slave conf ... can suggest my 
> > > > the right way to do this?
> > > > 
> > > > Regards
> > > > Giorgio
> > > >   
> > > > --
> > > > Find and fix application performance issues faster with Applications 
> > > > Manager
> > > > Applications Manager provides deep performance insights into multiple 
> > > > tiers of
> > > > your business applications. It resolves application problems quickly and
> > > > reduces your MTTR. Get your free trial!
> > > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > > > ___
> > > > Emc-users mailing list
> > > > Emc-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/emc-users
> > > 
> > > 
> > > -- 
> > > Nicklas Karlsson 
> > > 
> > > --
> > > Find and fix application performance issues faster with Applications 
> > > Manager
> > > Applications Manager provides deep performance insights into multiple 
> > > tiers of
> > > your business applications. It resolves application problems quickly and
> > > reduces your MTTR. Get your free trial!
> > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > > ___
> > > Emc-users mailing list
> > > Emc-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/emc-users
> >   
> > --
> > Find and fix application performance issues faster with Applications Manager
> > Applications Manager provides deep performance insights into multiple tiers 
> > of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
  
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] modbus2hal is possible to setting as SLAVE?

2016-04-29 Thread giorgio foga
I see these  but works only as userspace  I try to work and play with a 
custom comp and at the end I try to realize a rt_comp for these . 
I have some machine to control remotely in text mode  linuxcncrsh have some 
problem with shutdown command and in general is not it is not very fast in the 
answers .  
Actually I play with ethercat but I would to have another available bus

> From: linuxcncro...@gmail.com
> To: emc-users@lists.sourceforge.net
> Date: Thu, 28 Apr 2016 10:09:50 -0400
> Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
> 
> I'm not aware of what the end goal for your Modbus application, however 
> be aware that the Modbus RTU/TCP interface for Classic Ladder does 
> support Modbus slave and that allows an interface to Hal as well.I 
> tested that at one time but it has been years ago now.  I suspect that 
> it still works fine.
> 
> Dave
> 
> On 4/28/2016 6:09 AM, Nicklas Karlsson wrote:
> > If linuxcnc tell servo which path it should follow or if servo ask should 
> > not matter. It might work, the important part is linuxcnc provide the path 
> > control signals.
> >
> >
> >> So if I want to do LinuxCNC Slave . I have to create a component, you 
> >> can or are there restrictions?
> >> Anyway now I try .
> >>
> >> If have positive response I post the comp on LcncForum and here.
> >>
> >> Tanks A lot.
> >> Giorgio
> >>
> >>> Date: Wed, 27 Apr 2016 22:47:56 +0200
> >>> From: nicklas.karlsso...@gmail.com
> >>> To: emc-users@lists.sourceforge.net
> >>> Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
> >>>
> >>> I would guess Linuxcnc always is the master.
> >>>
>  I not understand if there is this possibility .. in my test I 
>  receive only a list of error (debug level 1) .
>  If someone have use with succes mb2hal in slave conf ... can suggest my 
>  the right way to do this?
> 
>  Regards
>  Giorgio
>   
>  --
>  Find and fix application performance issues faster with Applications 
>  Manager
>  Applications Manager provides deep performance insights into multiple 
>  tiers of
>  your business applications. It resolves application problems quickly and
>  reduces your MTTR. Get your free trial!
>  https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>  ___
>  Emc-users mailing list
>  Emc-users@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/emc-users
> >>>
> >>> -- 
> >>> Nicklas Karlsson 
> >>>
> >>> --
> >>> Find and fix application performance issues faster with Applications 
> >>> Manager
> >>> Applications Manager provides deep performance insights into multiple 
> >>> tiers of
> >>> your business applications. It resolves application problems quickly and
> >>> reduces your MTTR. Get your free trial!
> >>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> >>> ___
> >>> Emc-users mailing list
> >>> Emc-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/emc-users
> >>
> >> --
> >> Find and fix application performance issues faster with Applications 
> >> Manager
> >> Applications Manager provides deep performance insights into multiple 
> >> tiers of
> >> your business applications. It resolves application problems quickly and
> >> reduces your MTTR. Get your free trial!
> >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> >> ___
> >> Emc-users mailing list
> >> Emc-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/emc-users
> > --
> > Find and fix application performance issues faster with Applications Manager
> > Applications Manager provides deep performance insights into multiple tiers 
> > of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your 

Re: [Emc-users] modbus2hal is possible to setting as SLAVE?

2016-04-28 Thread Dave Cole
I'm not aware of what the end goal for your Modbus application, however 
be aware that the Modbus RTU/TCP interface for Classic Ladder does 
support Modbus slave and that allows an interface to Hal as well.I 
tested that at one time but it has been years ago now.  I suspect that 
it still works fine.

Dave

On 4/28/2016 6:09 AM, Nicklas Karlsson wrote:
> If linuxcnc tell servo which path it should follow or if servo ask should not 
> matter. It might work, the important part is linuxcnc provide the path 
> control signals.
>
>
>> So if I want to do LinuxCNC Slave . I have to create a component, you 
>> can or are there restrictions?
>> Anyway now I try .
>>
>> If have positive response I post the comp on LcncForum and here.
>>
>> Tanks A lot.
>> Giorgio
>>
>>> Date: Wed, 27 Apr 2016 22:47:56 +0200
>>> From: nicklas.karlsso...@gmail.com
>>> To: emc-users@lists.sourceforge.net
>>> Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
>>>
>>> I would guess Linuxcnc always is the master.
>>>
 I not understand if there is this possibility .. in my test I receive 
 only a list of error (debug level 1) .
 If someone have use with succes mb2hal in slave conf ... can suggest my 
 the right way to do this?

 Regards
 Giorgio

 --
 Find and fix application performance issues faster with Applications 
 Manager
 Applications Manager provides deep performance insights into multiple 
 tiers of
 your business applications. It resolves application problems quickly and
 reduces your MTTR. Get your free trial!
 https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users
>>>
>>> -- 
>>> Nicklas Karlsson 
>>>
>>> --
>>> Find and fix application performance issues faster with Applications Manager
>>> Applications Manager provides deep performance insights into multiple tiers 
>>> of
>>> your business applications. It resolves application problems quickly and
>>> reduces your MTTR. Get your free trial!
>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>>> ___
>>> Emc-users mailing list
>>> Emc-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>  
>> --
>> Find and fix application performance issues faster with Applications Manager
>> Applications Manager provides deep performance insights into multiple tiers 
>> of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] modbus2hal is possible to setting as SLAVE?

2016-04-28 Thread Nicklas Karlsson
If linuxcnc tell servo which path it should follow or if servo ask should not 
matter. It might work, the important part is linuxcnc provide the path control 
signals.


> So if I want to do LinuxCNC Slave . I have to create a component, you can 
> or are there restrictions?
> Anyway now I try .
> 
> If have positive response I post the comp on LcncForum and here.
> 
> Tanks A lot.
> Giorgio
> 
> > Date: Wed, 27 Apr 2016 22:47:56 +0200
> > From: nicklas.karlsso...@gmail.com
> > To: emc-users@lists.sourceforge.net
> > Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
> > 
> > I would guess Linuxcnc always is the master.
> > 
> > > I not understand if there is this possibility .. in my test I receive 
> > > only a list of error (debug level 1) . 
> > > If someone have use with succes mb2hal in slave conf ... can suggest my 
> > > the right way to do this?
> > > 
> > > Regards
> > > Giorgio
> > > 
> > > --
> > > Find and fix application performance issues faster with Applications 
> > > Manager
> > > Applications Manager provides deep performance insights into multiple 
> > > tiers of
> > > your business applications. It resolves application problems quickly and
> > > reduces your MTTR. Get your free trial!
> > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > > ___
> > > Emc-users mailing list
> > > Emc-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/emc-users
> > 
> > 
> > -- 
> > Nicklas Karlsson 
> > 
> > --
> > Find and fix application performance issues faster with Applications Manager
> > Applications Manager provides deep performance insights into multiple tiers 
> > of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] modbus2hal is possible to setting as SLAVE?

2016-04-28 Thread giorgio foga
So if I want to do LinuxCNC Slave . I have to create a component, you can 
or are there restrictions?
Anyway now I try .

If have positive response I post the comp on LcncForum and here.

Tanks A lot.
Giorgio

> Date: Wed, 27 Apr 2016 22:47:56 +0200
> From: nicklas.karlsso...@gmail.com
> To: emc-users@lists.sourceforge.net
> Subject: Re: [Emc-users] modbus2hal is possible to setting as SLAVE?
> 
> I would guess Linuxcnc always is the master.
> 
> > I not understand if there is this possibility .. in my test I receive 
> > only a list of error (debug level 1) . 
> > If someone have use with succes mb2hal in slave conf ... can suggest my the 
> > right way to do this?
> > 
> > Regards
> > Giorgio
> >   
> > --
> > Find and fix application performance issues faster with Applications Manager
> > Applications Manager provides deep performance insights into multiple tiers 
> > of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> -- 
> Nicklas Karlsson 
> 
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
  
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] modbus2hal is possible to setting as SLAVE?

2016-04-27 Thread Nicklas Karlsson
I would guess Linuxcnc always is the master.

> I not understand if there is this possibility .. in my test I receive 
> only a list of error (debug level 1) . 
> If someone have use with succes mb2hal in slave conf ... can suggest my the 
> right way to do this?
> 
> Regards
> Giorgio
> 
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


-- 
Nicklas Karlsson 

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] modbus2hal is possible to setting as SLAVE?

2016-04-27 Thread giorgio foga
I not understand if there is this possibility .. in my test I receive only 
a list of error (debug level 1) . 
If someone have use with succes mb2hal in slave conf ... can suggest my the 
right way to do this?

Regards
Giorgio
  
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users