no ROP subnet output node

   1573   1   0
User Avatar
Member
143 posts
Joined: March 2014
Offline
Hello,

How can I create subnets with outputs inside a ROP network?

Thank you,
Caesar

Attachments:
noout.png (52.5 KB)

User Avatar
Staff
5161 posts
Joined: July 2005
Offline
You don't need an output node for ROPs, because node connections indicate dependencies and not data flow.

When you wire a subnet as the input to another ROP (say, a mantra ROP), all the subnet's end-chain ROPs are added as dependencies to that mantra ROP. An end-chain ROP is a ROP without any outputs.

If instead you want to control which ROP is used as a dependency, use the Switch ROP to choose between the ROPs. If you want to choose more than one ROP, use merge ROPs to create groups and then a switch ROP to select from those.
  • Quick Links