NINA Sequencer Basics – Creating Automated Imaging Sequences

What is the NINA Sequencer?

If you’ve been manually clicking through your imaging workflow-slewing to targets, waiting for camera cooling, focusing, starting guiding, and then finally beginning your capture sequence-the NINA Sequencer is about to change your astrophotography life.

The Sequencer is N.I.N.A.’s automation engine. Think of it as a programming interface for your imaging sessions. Instead of babysitting your equipment all night, you build a sequence once, press start, and let NINA handle the entire workflow. Go inside, get some sleep, and wake up to completed data.

For imagers using common setups like a Canon DSLR on an EQMOD-controlled mount, the Sequencer eliminates the tedious repetitive tasks that make astrophotography feel like work. It’s not just convenient-it’s how you maximize those rare clear nights.

The Building Blocks: Instructions, Containers, and Targets

Before building sequences, understand these three core concepts:

Instructions

Instructions are individual actions-single steps in your workflow:

  • Slew to Target – Moves your mount to coordinates
  • Cool Camera – Brings your sensor to target temperature
  • Auto Focus – Runs a focus routine (you choose the method)
  • Start Guiding – Initiates PHD2 guiding
  • Take Image – Captures a single exposure or series
  • Wait for Time – Pauses until a specific time or condition

Each instruction has configurable parameters. For example, “Cool Camera” lets you set target temperature and tolerance, while “Take Image” handles exposure time, filter, and count.

Containers

Containers group instructions together and control how they run:

  • Sequential Container – Runs instructions one after another (most common)
  • Loop Container – Repeats its contents for a set number of iterations or until interrupted
  • While Loop – Repeats while a condition is true (advanced)

A typical imaging sequence uses a Sequential Container for setup steps, then a Loop Container to capture multiple images.

Targets

Targets represent your imaging subjects. They contain coordinates, rotation (if you use a rotator), and other target-specific settings. When you add a “Slew to Target” instruction, it uses the active target’s coordinates.

You can sequence multiple targets in one night-NINA will complete one target’s workflow before moving to the next.

Creating Your First Sequence

Let’s build a practical sequence you can actually use. This example assumes a Canon DSLR on an EQMOD mount with PHD2 guiding.

Step 1: Open the Sequencer

Click the Sequencer icon in NINA’s left toolbar (it looks like a flowchart). You’ll see a blank canvas with available instructions listed on the left.

Step 2: Add a Target

  1. Click “Add Target” at the top
  2. Enter your target coordinates (or select from the framing wizard/planetarium)
  3. Give it a name you’ll recognize

Step 3: Build the Setup Phase

Drag these instructions into your sequence:

  1. Slew to Target – Gets you pointed at your subject
  2. Cool Camera – Set to -10°C (or whatever your DSLR handles well)
  3. Auto Focus – Uses your focuser or mask; let NINA find best focus
  4. Start Guiding – Initiates PHD2 calibration if needed, then starts guiding
  5. Wait for Time – Optional: Wait for astronomical darkness

Step 4: Add the Capture Loop

Now create a Loop Container to capture multiple images:

  1. Drag in a Loop Container
  2. Set iterations to match your target exposure count (e.g., 30 for 30 frames)
  3. Inside the loop, add Take Image
  4. Configure: 180 seconds, ISO 800, no filter (for DSLR)

Step 5: Add End-of-Sequence Safety

Always finish with:

  • Park Mount – Returns your mount to a safe position
  • Warm Camera – Gradually warms the sensor (prevents condensation)

Your final sequence structure:

Target: M31 Andromeda Galaxy
├── Slew to Target
├── Cool Camera (-10°C)
├── Auto Focus
├── Start Guiding
├── Loop (30 iterations)
│   └── Take Image (180s, ISO 800)
├── Park Mount
└── Warm Camera

Understanding the Drag-and-Drop Interface

The Sequencer uses a tree-based interface. Drag instructions from the left panel into your sequence on the right. Key interactions:

  • Nest items by dragging onto containers (the loop goes inside the container)
  • Reorder by dragging up or down within the same level
  • Delete by right-clicking and selecting Remove
  • Configure by clicking an instruction and adjusting its panel below

If an instruction is grayed out, you may not have the required equipment connected (e.g., “Switch Filter” needs a filter wheel).

Pro tip: Expand containers to see nested instructions. Collapse them to simplify your view. Large sequences can get visually complex-collapsing helps you stay oriented.

Saving and Reusing Sequences

Once you’ve built a sequence you like, save it:

  1. Click the Save icon (floppy disk) at the top
  2. Name it descriptively: “LRGB_300s_Setup” or “Widefield_120s_DSLR”
  3. Sequences save as XML files in your NINA sequences folder

To reuse:

  1. Click Load (folder icon)
  2. Select your saved sequence
  3. Change the target coordinates as needed
  4. Run it!

Create template sequences for different scenarios:

  • One per filter pattern – LRGB, Narrowband, DSLR widefield
  • One per exposure length – 60s test, 180s standard, 300s deep
  • One per equipment configuration – Different cameras or telescopes

Tips for Beginners

Start Simple

Your first sequence shouldn’t be ambitious. Slew → Cool → Capture 10 frames → Park. Prove to yourself it works before adding complexity.

Test During Daylight

Run sequences indoors first. Connect your equipment, build the sequence, and let it execute with lens cap on. You’ll catch configuration errors without wasting a clear night.

Use “Wait for Time” Strategically

If you start your sequence before darkness, add a “Wait for Time” instruction set to astronomical twilight end. NINA will wait automatically, then begin imaging when conditions are optimal.

Monitor the First Run

Don’t walk away the first time you run a new sequence. Watch each step execute. Verify focusing works, guiding starts, and images actually save to disk.

Check Your Disk Space

Automated sequences can generate data faster than you expect. 100 × 30MB RAW frames = 3GB. Ensure you have room before starting.

Keep PHD2 Running

The “Start Guiding” instruction assumes PHD2 is open and connected. If PHD2 crashes or closes, your sequence will stall. Minimize PHD2, don’t close it.

Learn the Abort Button

Know where the Stop/Abort button is. If something goes wrong (mount slews wrong direction, clouds roll in), you need to stop immediately. Practice finding it quickly.

Next Steps

Once you’re comfortable with basic sequences, explore advanced features:

  • Meridian Flip handling – Automate flips for German equatorial mounts
  • Multiple targets – Image several objects in one night
  • Conditional logic – Use “While” loops with conditions like “Until Time” or “While Above Horizon”
  • Flats automation – Add flat frame capture at dawn

The NINA Sequencer transforms astrophotography from manual labor into a truly automated hobby. Build your sequence once, refine it over time, and spend your clear nights sleeping while your rig does the work. That’s the dream-and the Sequencer delivers it.

Have questions about building your first sequence? Drop a comment below or check out the official NINA documentation for more details.

Leave a Reply