This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OPT3101-SDK: Software Inquiry

Part Number: OPT3101-SDK
Other Parts Discussed in Thread: OPT3101

Hello Alex & Team,

This is continuation from e-mail thread.

*Unfortunately I don't have enough knowledge of software, I posted this inquiry on the e2e so as customer can directly comment on this.

My customer wants to obtain the distance-accuracy data automatically.
They have own program to move the target. So engineer wants to pass the measured distance data (from OPT3101-SDK) to the program.

They hope to use a text file to pass the data. Could you advise me how to do that ?

Goal is Drawing the graph like Fig.2

Any advice will be appreciated.

Jin

  • Hi Jin,

    This is doable and I would suggest if they can control the motor that is moving their target distance from python then they should do this. Then they can move to the distance in latte and pull the data from the OPT3101 in the same way it is done for the EVM GUI (as I showed in the email). Doing this within a for loop will allow to collect all the OPT3101 readings for each target distance and then this can be written to a txt file.

    Best,

    Alex