Setting Up Your First Policy
This guide will walk you through the process of setting up your organization's first test policy.
Prerequisites
- You must have administrator access to your organization's workspace
- Your organization must be properly set up in the system
Accessing Policy Settings
- Navigate to your workspace settings
- Look for the "Test Policy" section
- Click on the policy settings area to expand it
Creating a Custom Policy
-
Enable Custom Policy
- Check the "Use Custom Policy" checkbox
- This will reveal the policy configuration options
-
Configure Low Pressure Thresholds
- Set the minimum duration (typically 300 minutes)
- Define stability criteria (recommended: 0.5)
- Set acceleration and deceleration limits (recommended: 0.05)
- Specify minimum and maximum pressure values
-
Configure High Pressure Thresholds
- Similar to low pressure, but with appropriate values for high-pressure testing
- Duration is typically the same as low pressure
- Pressure ranges will be higher
-
Configure Single Pressure Thresholds (if applicable)
- Set parameters for single-pressure test scenarios
- These are optional and can be left as default
Default Values
If you're unsure about specific values, here are some recommended defaults:
{
"lowPressureThresholds": {
"duration": 300,
"stability": 0.5,
"acceleration": 0.05,
"deceleration": 0.05,
"min_pressure": 250,
"max_pressure": 350
},
"highPressureThresholds": {
"duration": 300,
"stability": 0.5,
"acceleration": 0.05,
"deceleration": 0.05,
"min_pressure": null,
"max_pressure": null
},
"singlePressureThresholds": {
"duration": 300,
"stability": 0.5,
"acceleration": 0.05,
"deceleration": 0.05,
"min_pressure": null,
"max_pressure": null
}
}
Saving Your Policy
- Click the "Update Policy Settings" button
- Wait for the confirmation message
- The policy will be immediately active for new tests
Verifying Your Policy
- Create a new well test
- Check that the policy parameters are being applied
- Review the test results against your policy settings
Troubleshooting
If you encounter any issues:
- Ensure all required fields are filled
- Check that values are within acceptable ranges
- Try resetting to default values and starting over
- Contact support if problems persist