07-28-2005 05:04 PM
Thanks a lot! here is the info you need:
"Dummy Calibration - SHOULDER IMPACT" => Project name
"Dummy #056" => test name/component desciption
" " => comments
"06-03-2005","10:04:22","DC05060301"," " => test date, test time, ref#, job #
"4/27/05","G16-Z04 ","Y ","(sec.)","G'S " => dept code, serial #, loadaxis, X ax Units, YAx units
"TIME","PROBE " => name for X axis, name for Y-axis
"R" =>(R = Raw, S = Shifted, T = Truncated)
0,0,14.84784,1,.77308,0,2 => room temp, last impact vel, impact vel, rebound vel, last rebound vel, number of channels
1,2000,.0001,1 => dataform, # of points, interval, contact point
-.3163955 => data for Probe starts here.
.4447454
.2925173
the file ext's are usually .letter## (eg. .A19, .D23, .F23 and so on)
thanks again,
~sn
07-29-2005 07:41 AM
Hi sn,
I have prepared a plugin which can read your files. Please detach the zip file below, unzip the URI file inside and copy it to your PC. When you double click on the file, it gets installed. Don't worry, it only copies a simple script to the appropriate place below the "National Instruments" directory. Once this is done you can start DIAdem again and load your files. As the extension of your files is not unique you cannot use drag&drop. Please go to the NAVIGATOR and select the file through the file selection dialog in the menu. If everything works, you should see a new group in the DataPortal with two channels.
Most of the entities from the file header go to properties attached to the group. To view them, right click on the group, select "Select properties..." and in the dialog which pops up, select "Display custom properties". You can now choose which of the properties you want to see in the DataPortal. You only have to do this once, DIAdem keeps the setting for future sessions.
Let me know how it works...
Andreas Haub
National Instruments
07-29-2005 08:16 AM
Thanks for taking the time to help me with the DataPlugIn. After unzipping your file i see there is a URI file. I tried unzipping it (like you said) using WinZip and PKZip but I cannot access/unzip/open the file. Am i supposed to use some other program to open the URI file?
Thanks again! ~sn
07-29-2005 08:21 AM
Hi sn,
uri files are unpacked and installed as plugins by a program called usireg. If you installed normally, then usireg will automatically be called when you double click the uri file. If you restart DIAdem, then you will immediately be able to use the plugin.
Hope that helps,
Myrle
07-29-2005 09:21 AM
07-29-2005 09:30 AM
07-29-2005 09:32 AM
Ok, then you'll have to call usireg by hand. If you installed to the standard location, the command looks like this:
C:\Programme\National Instruments\Shared\USI\Bin\usiReg.exe /v /ask yourURIFileHere.uri
Myrle
07-29-2005 09:35 AM
07-29-2005 09:44 AM
07-29-2005 10:00 AM