Tutorial Guide > Transform Name and Value Pair Tutorial > Creating the Cursor Outputs
 
Creating the Cursor Outputs
This procedure creates the outputs for your view.
Instead of creating each subparameter in the out container, you can copy the subparameters and use the paste into right-mouse menu option to create the multiple timestamp and value parameters.
To create the v_Temp cursor outputs
1. Select the out container in the NameValue transform.
2. Right-click and select Add Parameter.
3. Select Complex > Cursor.
4. Name the cursor v_Temp.
5. Right-click the operation handle next to v_Temp.
6. Select Add a parameter.
7. Select Add Parameter with the type Time > Timestamp and named Timestamp.
8. Right-click the operation handle next to v_Temp.
9. Select Add Parameter with the type Decimal > DOUBLE and named Value.
To create the v_Pressure cursor outputs
1. Right-click and select Add Parameter.
2. Select Complex > Cursor.
3. Name the cursor v_Pressure.
4. Right-click the operation handle next to v_Pressure.
5. Select Add a parameter.
6. Select Add Parameter with the type Time > Timestamp and named Timestamp.
7. Right-click the operation handle next to v_Pressure.
8. Select Add Parameter with the type Decimal > DOUBLE and named Value.
To create the v_Concentration cursor outputs
1. Right-click and select Add Parameter.
2. Select Complex > Cursor.
3. Name the cursor v_Concentration.
4. Right-click the operation handle next to v_Concentration.
5. Select Add a parameter.
6. Select Add Parameter with the type Time > Timestamp and named Timestamp.
7. Right-click the operation handle next to v_Concentration.
8. Select Add Parameter with the type Decimal > DOUBLE and named Value.
9. Save the transform.