Get COMP Output to UI

Hi,

I am using Simple Mixer for live shows: GitHub - Richard-Burns/SimpleMixer: A video mixer built in TouchDesigner

To get high FPS, I control cooking status of containers with keyboard.
My Toxs:

Although I manage the cooking status with keyboard control, I want to see this screen in the UI screens. How can I transfer the inside of a COMP to the UI?
My UI:

If I can transfer the COMP’s content to a Null TOP real time, I think the problem will be solved.

This is how I can manage cooking status of containers:

Thank you!

Sounds like what you want is OP Viewer TOP or COMP

OP Viewer COMP is a good choice but it does not work.

base_tox:

base_tox COMP:

OP Viewer:

If the output of base_tox exists, OP Viewer will show it.

Oh, I see… you want to see the network editor itself? There is currently no operator that does that. It wouldn’t be too hard to build a network to display the status of your operators. I’d probably start with an Evaluate DAT that uses an expression to look at the cooking status.

Does evalueate work because info does not work? Info does not give info about real time cooking status.

Yeah OP.allowCooking gives you the value of that flag.

It works!!