Import slider2D live values into table cells

Hello,
I’m a little stuck with trying to import (stream) slider x / y pos data into spread sheet cells.

Using Select CHOP export I’m trying op(‘tablename’)[rowindex, colindex]

I see that the table hooks up to the CHOP but nothing seems to change in my table cell and I also have this warning: Warning: Using old export map format. Please include path column. (/project/select7)

Any help really appreciated.

Thanks

Hi @Lozgriff,

check out the CHOP To DAT for converting from CHOP data to DATs.

Also check the OP Snippets to see how it’s used.

cheers
Markus

Ah perfect! That worked. Thank you Snaut