Hey Aram! On 24.07.2014 20:58, a k wrote: > this is pin --- hm2_5i20.0.encoder.03.velocity > > this is also pin ----- scale.0.in > is it possible to connect pin to pin? > manual say -- connecting signal to pin >
In fact, you can only connect pins to pins, signals/nets are just aliases to make the whole stuff more readable. You have to use the 'net' command to make these connections, though. The name of the net doesn't matter as long as it follows the rules and it is not already connected to an output. So if hm2_5i20.0.encoder.03.velocity actually exists and is an output and scale.0.in actually exists and is an input, then this line net vel-encoder hm2_5i20.0.encoder.03.velocity => scale.0.in must work and will create a net name 'vel-encoder' which connects the two noted pins. Do you remember me telling you to dump a list of all known pins into a file and posting it on pastebin? You can do the same now (without actually posting it, of course) to lookup how the pins are actually named. Or you can just open the halmeter (type 'halmeter' in a terminal while LinuxCNC is running) and browse through the list of pins and/or signals. This way, you can also check if the pin value changes when you move the slider on your pot. Cheers, Philipp > > On Thu, Jul 24, 2014 at 11:41 AM, a k <pccncmach...@gmail.com> wrote: > >> i did try >> net hm2_5i20.0.encoder.03.velocity => scale.0.in >> and >> net hm2_[HOSTMOT2](BOARD).0.encoder.03.velocity => scale.0.in >> none work >> signal and pin can not be same >> i remove ---velocity --- and emc2 open but adaptive-feed still as a number >> - no connection to potentiometer >> >> >> On Wed, Jul 23, 2014 at 4:04 PM, andy pugh <bodge...@gmail.com> wrote: >> >>> On 23 July 2014 23:55, Stuart Stevenson <stus...@gmail.com> wrote: >>>> Then your links are not correct. >>> >>> scale.0.in isn't connected to encoder.03.velocity >>> >>> -- >>> atp >>> If you can't fix it, you don't own it. >>> http://www.ifixit.com/Manifesto >>> >>> >>> ------------------------------------------------------------------------------ >>> Want fast and easy access to all the code in your enterprise? Index and >>> search up to 200,000 lines of code with a free copy of Black Duck >>> Code Sight - the same software that powers the world's largest code >>> search on Ohloh, the Black Duck Open Hub! Try it now. >>> http://p.sf.net/sfu/bds >>> _______________________________________________ >>> Emc-users mailing list >>> Emc-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/emc-users >>> >> >> > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > Emc-users mailing list > Emc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/emc-users >
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds
_______________________________________________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users