06-21-2023 08:18 AM
I've only got the one VI (just started on this project this week) and am attaching it here.
It looks the same to me but I saved as previous version (2019) so hopefully it is openable on your end.
Please let me know if not.
Thank you again.
06-23-2023 02:01 PM
Here's one approach. Note that it configures the SMU (Keithley 2400) only once at the start, not everytime the loop executes. he loop sets the bias condition, waits N ms, takes a picture and saves the image to process after all data is collected. All the images are written to disk at the end with the second loop building the image name based on Time, Voltage, Current information. Easily customisation.
06-24-2023 09:40 AM
Thank you so much!
I will be implementing some of these ideas into my work, I appreciate the help!
06-27-2023 09:02 AM
@cstorey wrote:
Here's one approach. Note that it configures the SMU (Keithley 2400) only once at the start, not everytime the loop executes. he loop sets the bias condition, waits N ms, takes a picture and saves the image to process after all data is collected. All the images are written to disk at the end with the second loop building the image name based on Time, Voltage, Current information. Easily customisation.
I'll just add, for OP, that if the caching of all the images before writing them all at the end causes memory issues, you can have a separate Save-loop and send the data to it through a Q.