On 5 May 2012, at 03:41, gene heskett <ghesk...@wdtv.com> wrote:

> 
> arg[3], arg[4] arg[5] etc of a "net" commend can be repeated to add sending 
> something from arg[2] to more than one load.  But I can't name a previously 
> used output and send it to the 2nd place it needs to go.  Its s show 
> stopper error.

Argument order is not important except that the "signal" name is the one 
directly after "net". Any HAL "signal" (the arbitrary name) can only be netted 
to one output "driving" pin. 

So 
net signal1 out1 in1 in2 in3
...
net signal1 in4 in5 in6

Is probably the format you are looking for. There is no need for the driver pin 
to be in the first net statement, incidentally. 
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to