ActiPass File Error – Sample Rate Outside Expected Range #107
-
|
Hi, I am encountering a file error in ActiPass when trying to process .datx files from ActivPAL 3 devices. The software fails to open certain files, displaying an error message stating that the sample rate is outside the expected range. Issue Description: When attempting to open files from IndividualOut, I receive the following error: FileLoad: Error reading file: The sample rate is outside the excepted range in file: All files come from ActivPAL 3 devices, but not all are processing correctly. I have processed 2,079 files in total across different batches, but 11 files failed. These failed files can be processed using other accelerometer software. I attempted to process all failed files together in ActiPass, but they failed again. Logs & Attachments: ActiPASS_BatchSettings.txt from the BatchOut folder. Has anyone else encountered this issue? Any suggestions on how to resolve it? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.


Can you show the steps you did to convert DATX file to CSV? Most probably you have not converted to the correct CSV format. Did you use the sensor data export option of PALBatch or PAL Analysis? See #87 (comment) for correct settings.
Can you list the first 10 lines of the converted CSV file? You can do it via Windows PowerShell if you are familiar with it. replace filename with full path to exported CSV file in the command below. We should see lines like the screenshot below.
Get-Content *filename* -Head 10