Diagnostic raw data and primarily processed data can be retrieved by calling the "retrieve" procedure from the LHD data acquisition and archiving system. You can follow the practical steps described here:
Install the Retrieve package | Please install the "Retrieve+dbStore" package suitable for your operating system, Windows or Linux edition. | |||||||||||||||||||||||||
↓ |
||||||||||||||||||||||||||
Set the environmental variables (only when the installer did not set them). | Usually, the environment variables are automatically set by the Retrieve installer. However, in case that the installer does not successfully set them, please manually set the environmental variables by following the instructions here. | |||||||||||||||||||||||||
↓ |
||||||||||||||||||||||||||
Will you use PV-WAVE/IDL software? |
NO → |
You can use command-line "Retrieve" executable. How to use the command-line tool can be found here. | ||||||||||||||||||||||||
↓YES |
||||||||||||||||||||||||||
Install data visualization software. | You can install PV-WAVE or IDL if having the license. (NIFS has the site license.) | |||||||||||||||||||||||||
|
||||||||||||||||||||||||||
↓ |
||||||||||||||||||||||||||
Specify the startup script | Setup "Retrieve" to be available on PV-WAVE or IDL in their startup. | |||||||||||||||||||||||||
|
||||||||||||||||||||||||||
↓ |
||||||||||||||||||||||||||
Retrieve the data |
Start PV-WAVE or IDL, and retrieve the
diagnostic data by "Retrieve" command. *You can search acquired data. Go to Search for the Collected to see the progress of data acquisition. |
|||||||||||||||||||||||||
Method of retrieving data Retrieve diagnostic data by "Retrieve" procedure. retrieve, diagName, shotNumber, subshotNumber, channelNumber, dataArray [,code] [,param=params] [,host=HostName]
* There is no need to declare
data array (dataArray) beforehand to retrieve data.
Method of obtaining diagnostic parameters e.g.) params=1 For To see the list of obtained parameters, printParam procedure is available. Parameter values are shown within 23 characters. e.g.) printParam,params
Every parameter (parameter name and parameter value) is stored as a string.
e.g.) FloatValue=getParamFloat('Range',params) |
||||||||||||||||||||||||||