0% found this document useful (0 votes)
6 views2 pages

NVR LabVIEW Recording Control Guide

This document provides a step-by-step guide for controlling NVR recording via LabVIEW, starting from connecting the NVR to the network and verifying communication. It includes specific commands for starting and stopping recordings, as well as instructions for implementing these commands in LabVIEW using HTTP Client VIs. Important notes mention that CP PLUS is a Dahua OEM and highlight the need for HDD and correct schedule settings for recording to function properly.

Uploaded by

nitishr469
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

NVR LabVIEW Recording Control Guide

This document provides a step-by-step guide for controlling NVR recording via LabVIEW, starting from connecting the NVR to the network and verifying communication. It includes specific commands for starting and stopping recordings, as well as instructions for implementing these commands in LabVIEW using HTTP Client VIs. Important notes mention that CP PLUS is a Dahua OEM and highlight the need for HDD and correct schedule settings for recording to function properly.

Uploaded by

nitishr469
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

NVR Recording Control via LabVIEW

(Step-by-Step Guide)
STEP 1: Connect NVR to Network
1. Connect NVR LAN port to network.

2. Check IP from NVR settings (example: [Link]).

3. Ensure PC is on same network.

STEP 2: Verify Communication


Open browser:

[Link]

Test CGI:

[Link]

STEP 3: Recording Control Logic


Recording controlled via manual mode override.

STEP 4: Commands
Start Recording:

[Link]
action=setConfig&Record[0].ManualRecEnable=true

Stop Recording:

[Link]
action=setConfig&Record[0].ManualRecEnable=false

Alternative Commands:

[Link]

[Link]
STEP 5: Test in Browser
Paste commands and check for 'OK' response.

STEP 6: LabVIEW Implementation


Use HTTP Client VIs: Functions → Data Communication → Protocols → HTTP Client

For START Recording

1. Place HTTP [Link]

2. Wire URL:

[Link]
action=setConfig&Record[0].ManualRecEnable=true

For STOP Recording

1. Place HTTP [Link]

2. Wire URL:

[Link]
action=setConfig&Record[0].ManualRecEnable=false

STEP 7: Debugging
Ping test: ping [Link]

Check credentials and firmware differences.

Important Notes
CP PLUS is Dahua OEM. Commands may vary slightly.

Recording requires HDD and correct schedule settings.

You might also like