On 30 December 2011 12:47, Viesturs Lācis <viesturs.la...@gmail.com> wrote:

> http://git.linuxcnc.org/gitweb?p=emc2.git;a=blob;f=src/hal/components/or2.comp
>
> Now last line is:
> FUNCTION(_) { out = in0 || in1; }
>
> For or4 it should be:
> FUNCTION(_) { out = in0 || in1 || in2 || in3; }

> To install it in existing EMC, You need:
> 1) get EMC source from Git, just follow instructions here:

There is no need to get the source for such a simple function, you can
use "sudo comp --install or4.comp" on a standard installation.
(I just tried it)

-- 
atp
The idea that there is no such thing as objective truth is, quite simply, wrong.

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to