Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

log analog input and position during motion

Hello,
 

I want to log an analog input signal during robot motion.

So i want to have a file where there is the robot position and the value of the analog input that was present at that time.

The robot will be moving, so i was thinking about a multitask where i use Crobt() command and read the analog input and write this to a file.

 

1.  Is this possible and accurate enough, are the returned coordinates accurate enough

     to log them together with the analog input?

2.  What maximum speed and resolution can we achieve?

3.  Is there a better way to do this?