Dynamically Display Data from Input Source (Tabel)

Hi!

Trying to display changing data from a DAT table as text in the video output and am hitting a wall.

How do you take data from inside an operator, and have it dynamically update a text TOP? Currently trying to send table DAT —> DAT to CHOP —> text TOP, but its not working. I understand how to display a text TOP with the video output, just need to get the text to update from a constant stream of new data.

You should be able to just reference the table cell in the text parameter expression.

op(‘tableDAT’)[3,3]

1 Like

Yes! I got it, but thank you for responding Ivan.