iSEMC Support Portal
  • iSEMC Support Home
  • Product Setup
    • Video Wall Controller
      • IP Based
        • NP Pro
          • User Manual
          • Spcification
        • NP-L
          • User Manual
          • Specification
      • VK Series
        • VK-S
          • User Manual
          • Specification
          • API
        • VK-B
          • User Manual
          • Specification
          • API
        • VK-L
          • User Manual
          • Specification
    • LCD Videowall
      • LCD Video Wall
        • User Manual
        • Specifications
      • Interactive Flat Panel
        • Specification
        • User Manual
    • LED Video Wall
      • Fine Pitch Installation Manual Sample
  • Control Room Designer
    • iSEMC Control Room Configuration
    • Configuration Requirements
    • Template
  • HELP
    • Trouble Shooting
      • NP Pro
      • NP Lite
      • VK-S
      • VK-B
      • VK Lite-S
    • Quick Start
      • NP Pro
      • NP Lite
      • VK-S
      • VK-B
      • VK Lite-S
      • LCD Video wall
    • Video Resources
  • FAQS
  • Product FAQ
    • IP Based- FAQ
    • FPGA FAQ
  • Service FAQ
  • Commercial FAQ
  • Contact
    • iSEMC Technical Support
Powered by GitBook
On this page
  • Video Wall System
  • Program Protocol for iSEMC VK Series
  • 1-Communication Settings
  • 2-Instruction Formats

Was this helpful?

  1. Product Setup
  2. Video Wall Controller
  3. VK Series
  4. VK-S

API

Video Wall System

PreviousSpecificationNextVK-B

Last updated 3 years ago

Was this helpful?

Program Protocol for iSEMC VK Series

(V1.5)

1-Communication Settings

Serial port communication

Baud rate: 115200 Check Digit: None Data bits: 8bit Stop bits: 1bit

2-Instruction Formats

2.1 [%=QNIP(CR)]

Query device IP address

2.2 [%=SNIP:a;b;c;d(CR)]

Change the device IP address to a.b.c.d For example: %=SNIP:192;168;1;100(CR)

2.3 [%=SCSV:a(CR)]

Save the scene, the scene number is a For example: %=SCSV:2(CR) // The current scene is saved as scene 2, and the value of scene number a is (1~32).

2.4 [%=SCLD:a(CR)]

Call the scene, the scene number is a For example: %=SCLD:2(CR) // Call scene 2, and the value of scene number a is (1~32).

2.5 [%=SCPI:a(CR)]

Set the scene polling interval to a For example: %=SCPI:60(CR) // The value of a is (10~99999) seconds.

2.6 [%=SCPL:a;b;c;d;e;f;g;h(CR)]

Select scene settings polling For example: %=SCPL:1;2;3;4;5;6;7;8(CR) // Up to 8 scenes can be selected. If only %= SCPL is entered, all valid scenes are polled.

2.7 [%=SCPS:a(CR)]

Switch scene polling, a is 1 (on) / 0 (off) For example: %=SCPS:1(CR)

2.8 [%=SOIS:a;b(CR)]

Switch all input source a windows to input source b For example: %=SOIS:1;2(CR)

2.9 [%=QGID(CR)]

Query the group number

2.10 [%=SGID:a(CR)]

Switch grouping to group a For example: %=SGID:1(CR) // The value of a is (1~4).

Video Wall System