DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Errors using SIF data plug in?

Solved!
Go to solution

I am trying to open a SIF (somat informtaion file) file using the SIF data plugin found on the NI website.  It works great for files less than 1 GB.  When I try open files larger than 1 GB I get the following error.

 

Error Type: Access Violation

Error Address: 004E53E

Module Name: dacasr.dll

 

Thanks,

Noah

 

0 Kudos
Message 1 of 12
(6,378 Views)

Hi Noah,

 

I would guess the error was due to out of memory. SIF file could store I16 data and the DataPlugin needs to convert them to R64 in order to have factor and offset. The DataPlugin also has optimization for loading speed, requesting more memory.

Can I know your memory size?

 

Regards,

Mavis

0 Kudos
Message 2 of 12
(6,371 Views)

Hi Mavis -

 

Thanks for confirming my thoughts of it being a memory issue.  The computer I am using has 3 GB of RAM.

 

Noah

0 Kudos
Message 3 of 12
(6,359 Views)

Hi Noah,

 

I would suggest to 'Selective Opening'  1 or more channels, instead of loading all of them at once.You can find the 'Selective Opening' button on 'File Open' dialog.

Or you can 'Register' the file and 'Expand' 1 or more channels that you are interested in.

Both will reduce the memory usage.

 

Hope this helps,

Mavis

0 Kudos
Message 4 of 12
(6,352 Views)

Hi Mavis -

 

I tried your suggestion, but I am still having issues registering large files.  I tried to register one or two channels at a time and still was not working.  Diadem actually crashes when I tried to do this.  I have tried to do this through File > Open > Selective Open > select channels and through the Call DataFileLoadSel command.  Both have the same results. 

 

Any thoughts?  I am running version 11.1.

 

Thanks,

Noah

 

 

0 Kudos
Message 5 of 12
(6,319 Views)

Hi Noah,

 

Any chance you could send us one of those GB SIF files?  You'd need to post it to ftp.ni.com/incoming because of the size.  We could try to convert it to TDM for you on a computer with more memory.  If that works, then you'd know what you need to proceed.  What Operating System are you using?

 

Brad Turpin

DIAdem Product Support Engineer

National Instruments

0 Kudos
Message 6 of 12
(6,313 Views)

Hi Brad -

 

I uploaded sif_sample.sif.  Let me know if you have any trouble with the file. 

 

Thanks,

Noah

0 Kudos
Message 7 of 12
(6,301 Views)
Solution
Accepted by noscho

Hi Noah,

 

I was able to drag and drop your SIF file into my DIAdem 2011 without trouble-- I have a Win7 64 bit laptop with 8 GB of RAM.  I converted it to a TDMS file and zipped it up and reposted it to the NI outgoing site.  See if you can work with this file on your computer any better:

 

ftp.ni.com/outgoing/sif_sample_TDMS.zip

 

Brad Turpin

DIAdem Product Support Engineer

National Instruments

Message 8 of 12
(6,298 Views)

Hi Brad -

 

I was able to find a computer with hardware more comparable to what you have.  I had no troubles opening the original sif file on it.  Thanks for your help.

 

Noah

0 Kudos
Message 9 of 12
(6,283 Views)

Hi there:

 

I am also working on this .sif data plugin but I dont even know how to use it.

 

I have downloaded the plug in and installed it but then how can I read the .sif file? Hope you can help me or if you can post your code as an example for me it will be cool.

 

many thanks

0 Kudos
Message 10 of 12
(6,136 Views)