Appearance
Control Application
The Control Application is a graphical user interface for managing the DICOM Printer 2 service.
What is the Control Application?
The Control Application provides a user-friendly interface to:
- Start and stop the DICOM Printer 2 service
- View service status
- Monitor real-time log output
- Manage software activation
- View and edit configuration files
- Monitor processing queues
Features
Service Management
Control the DICOM Printer 2 service:
- Start Service - Start the background service
- Stop Service - Stop the background service
- Restart Service - Stop and restart the service
- View Status - See current service state (Running, Stopped)
Log Viewer
View service logs in real-time:
- Live Tail - Automatically scrolls to show new log entries
- Search/Filter - Find specific log entries
- Verbosity Control - Adjust log detail level
- Export - Save log excerpts for analysis
Activation Management
Manage software licensing:
- View License Status - See activation state and expiration
- Generate Request Code - Create activation request
- Enter Activation Code - Activate the software
- View License Details - See license validity period and features
Configuration Management
Edit configuration:
- View Config - Display current configuration
- Edit Config - Modify settings (opens in default XML editor)
- Validate Config - Check configuration for errors
- Reload Config - Apply configuration changes (restarts service)
Launching the Control Application
From Start Menu
Start Menu → Flux Inc → DICOM Printer 2 → Control ApplicationFrom Installation Directory
Default location:
C:\Program Files (x86)\Flux Inc\DICOM Printer 2\DicomPrinterControl.exeFrom Command Line
cmd
"C:\Program Files (x86)\Flux Inc\DICOM Printer 2\DicomPrinterControl.exe"Using the Control Application
Starting the Service
- Launch the Control Application
- Click Start Service button
- Service status changes to "Running"
- Log messages appear in the log viewer
Stopping the Service
- Click Stop Service button
- Service begins graceful shutdown
- Service status changes to "Stopped"
- Currently processing jobs are completed before shutdown
Viewing Logs
The log viewer displays:
- Timestamp
- Log level (INFO, WARNING, ERROR, DEBUG)
- Message text
Features:
- Auto-scroll to follow new entries
- Search/filter capabilities
- Copy log entries to clipboard
- Export to file
Managing Activation
View Current License Status
- Click Licensing tab
- View:
- License state (Active, Expired, Unlicensed)
- Validity period
- Days remaining
- Registered to
Activate Software
- Click Licensing tab
- Click Generate Request Code
- Copy request code
- Visit activation URL or contact Flux Inc
- Receive activation code
- Click Enter Activation Code
- Paste activation code
- Click Activate
See Licensing and Activation for detailed instructions.
Editing Configuration
- Click Configuration tab
- Click Edit Configuration
- Configuration file opens in default XML editor
- Make changes and save
- Click Reload Configuration
- Service restarts with new configuration
Important: Stop the service before editing configuration to prevent conflicts.
Control Application Permissions
The Control Application requires:
- Administrator privileges for service management (start/stop)
- Read access to configuration and log directories
- Write access to configuration directory (for configuration edits)
Run as administrator if service controls are disabled.
Troubleshooting
"Access Denied" When Starting/Stopping Service
Cause: Insufficient permissions
Solution: Right-click Control Application and select "Run as administrator"
Configuration Changes Not Applied
Cause: Service not restarted after configuration edit
Solution: Click "Reload Configuration" or manually restart the service
Log Viewer Shows Old Data
Cause: Log file not refreshing
Solution:
- Click "Refresh" button
- Close and reopen Control Application
- Check if service is running
Cannot Open Configuration File
Cause: No XML editor associated with .xml files
Solution:
- Associate .xml files with an editor (Notepad, VS Code, etc.)
- Manually open
%ProgramData%\Flux Inc\DICOM Printer 2\config\config.xml
Alternative Management Methods
While the Control Application provides a convenient GUI, you can also manage DICOM Printer 2 using:
- Windows Services (
services.msc) - Command line (
scandnetcommands) - PowerShell (service management cmdlets)
See Starting and Stopping the Service for command-line methods.