Hello. If the 1480A application is the only instance running on the system, the temp files are placed under the %APPDATA%\International Test Instruments\1480A USB Protocol Analyzer\Default Instance directory.
%APPDATA% is a Windows environment variable that points to different file system locations for different versions of the OS and for different users. You can find out where your %APPDATA% variable points via the command line:
C:\Users\XXX>echo %APPDATA%
C:\Users\XXX\AppData\Roaming
So in my case, the files end up here for a single-instance of the 1480A application:
C:\Users\XXX\AppData\Roaming\International Test Instruments\1480A USB Protocol Analyzer\Default Instance
If you start multiple instances of the 1480A application, each application instance will create a new, randomly named, directory that looks something like this:
C:\Users\XXX\AppData\Roaming\International Test Instruments\1480A USB Protocol Analyzer\5c764d9c-f337-44e1-9a3c-1e83a9f9ee89
So, I would recommend deleting these randomly created directories from time to time in case you are using multiple instances of the 1480A application at the same time. The files in the 'Default Instance' directory will be overwritten when a new capture is started so no need to delete manually.
Finally, yes, you would need a larger HDD/SSD if you want to capture such large/long data files. You may consider disk compression but there is a big CPU overhead involved with that.
/Admin.