What kinds of input are all those chevrons? The stargates just put out one output for chevrons and it cycles up. Looks like your listed outputs would be the inputs, and the listed inputs would be the chip's outputs.
Why do you have multiply gates?
With this in mind, this is what kind of chip I think you want:
I think this is a good start, but I didn't get the whole "then I do 7 multiply chips, wired to the corresponding GoE gates" part. Let me know what you mean.Code:@name Stargate Contol @inputs Inbound Chevron @outputs Schevron1 Schevron2 Schevron3 Schevron4 Schevron5 Schevron6 Schevron7 @outputs Lchevron1 Lchevron2 Lchevron3 Lchevron4 Lchevron5 Lchevron6 Lchevron7 Iris @persist if(Chevron==1){Schevron1=1}else{Schevron1=0} if(Chevron==2){Schevron2=1}else{Schevron2=0} if(Chevron==3){Schevron3=1}else{Schevron3=0} if(Chevron==4){Schevron4=1}else{Schevron4=0} if(Chevron==5){Schevron5=1}else{Schevron5=0} if(Chevron==6){Schevron6=1}else{Schevron6=0} if(Chevron==7){Schevron7=1}else{Schevron7=0} if(Chevron>0){Lchevron1=255}else{Lchevron1=0} if(Chevron>1){Lchevron2=255}else{Lchevron2=0} if(Chevron>2){Lchevron3=255}else{Lchevron3=0} if(Chevron>3){Lchevron4=255}else{Lchevron4=0} if(Chevron>4){Lchevron5=255}else{Lchevron5=0} if(Chevron>5){Lchevron6=255}else{Lchevron6=0} if(Chevron>6){Lchevron7=255}else{Lchevron7=0} Iris=Inbound #Useless, just wire it up the Iris Directly to the Inbound


LinkBack URL
About LinkBacks




Reply With Quote

Bookmarks