08-06-2025 11:41 AM
Hi all,
Just wondering if anyone has used LabVIEW with an Amersham Typhoon? I am looking to automate time series imaging, which is not currently available in the software. The other option is to record mouse operations macros using some other software.
Thanks.
08-06-2025 01:32 PM
Generally if you want to automate something properly with LabVIEW, you need one or more of the following:
A quick web search makes it look like the device has only a USB port, and I don't see any mention of a SDK or anything similar with a brief search. That leaves you with these options that I can see:
It seems most likely that you'll need to go with the "macros" option shown there. If you do, I would recommend against just recording "simple" macros. A "simple" macro would be one that just remembers a set of mouse coordinates and timings of when to send clicks. A better option would be using something that is more active, like looking for specific menu options to click on by name rather than mouse coordinate, waiting for popups by looking for new windows with a certain title instead of just clicking on them after a given amount of time, and so on.