Make-3 and Break-3 Vectors in Omnigraph do not generate any output

I have been trying to work with action graphs. I setup a simple test bench to verify the functionality of Make-3 and Break-3 Vectors. The output from vectoring making is consistently 0, thus breaking my entire logic. I’m using ISAAC SIM 2023.1.1

Action graphs needs a trigger to execute the graph, Push graphs, on the other hand, will execute on each tick automatically. So, you have two options, one is add something to your current graph that allows for an “execution” input, such as a print node, (you may also need a To String node to turn your numbers into texts), and then add a “Tick” or “On Playback Tick” node to tick the print node, and then in turn, it’ll process everything that’s connected to that ticked node.

Or, you can open up a Push Graph (Generic Graph) instead of an Action Graph, and the layout you have as it is should give you the correct break downs

1 Like

Yes, that fixed it. Thanks!
Do we have these pointers listed in any documentation as well? I was going through the ISAAC SIM tutorials but this wasn’t apparent.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.