10-20-2016 10:28 PM
I've downloaded and registered the "SEGY_SM" DataPlugin which should allow for the loading of .segy or seg files into labview.
When I use the data file viewer.vi to view the .segy, only portions of the file are imported. Trace data and time stamps are not being loaded in correctly. (Along with other important parameters)
Does anyone have experiance with this dataplugin? I'm hoping that I'm doing something wrong; saving the time required to decode the file by scratch.
I'm using the 32-bit LabView Professional Development System Version 14.0.1f3
I've attached a sample .vi and .segy to this post.
Any help would be greatly appriciated.
Cheers!
10-24-2016 08:31 AM
Hi jpendleton2020,
While I don't have direct experience with working with these file formats myself, I'll try to provide some guidance.
As I understand it you are probably using the plugin below.
SEGY_SM DataPlugin - http://www.ni.com/example/27300/en/
Looking at your VI it seems that you code is pretty simple and I don't see much that could be wrong.
I tried looking up other customers that have had similar issues and you might be able to reach out to see if they've dealt with these issues. The first post seems to have some good suggestions in it, and in the second post the user seems to have been able to successfully read a file.
SegY or SGY -https://forums.ni.com/t5/LabVIEW/SegY-or-SGY/m-p/1420252/highlight/true#M549619
How to convert a TDMS file to SEGY file - https://forums.ni.com/t5/LabVIEW/How-to-convert-a-TDMS-file-to-SEGY-file/td-p/1558540
Sorry that I can't provide more but hopefully some of these links can point you in the right direction.