On Thu, 2008-11-20 at 01:47 +0100, Roberto Caminiti wrote:
> Hi,
> I want to bring up to date you about my sleepless night and my .write 
> function.
> Please read my lasts messages to understand my problem.
> 
> First, I have commented the addf hm2_5i20.0.write servo-thread line in
> the configuration file and
> I have launched EMC2. All works right, but there's no write function
> latched to servo-thread.
> After I have executed in the terminal the command:
> 
> halcmd show all (output very long and I can copy only the last part)
> 
> dmesg (entire response)
> 
> The output are available in my site: http://www.robomatek.com/files/test.txt

to get the entire halcmd into a text file, do this:

     halcmd show all 2>&1 > output.txt

or, to see the output while creating a text file:

     halcmd show all 2>&1 | tee output.txt


The same can be use with dmesg.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to