LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Logging collection of Photos

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.

0 Kudos
Message 11 of 14
(299 Views)

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.

 

Magnetic_Field_Imaging_cds.png

Message 12 of 14
(265 Views)

Thank you so much!

I will be implementing some of these ideas into my work, I appreciate the help! 

0 Kudos
Message 13 of 14
(255 Views)

@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.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 14 of 14
(230 Views)