CloudOS Integrator Guide
  • Welcome!
  • SyncPro for Crestron
    • EDGE PRO
      • Change Log
    • SyncPro's Crestron Modules
      • Overview
      • Modules
        • 3-Series Control System
        • Touch Screen
        • Occupancy Sensor (GLS-ODT-C-CN)
        • Generic Device
        • Generic Display
        • Generic VC/TC System
      • Change Log
      • Auto Update and Manifest Files
      • Coming Soon
        • DMLite
        • AirMedia 200/300
        • DM-NVX
          • DM-NVX-35x
        • Space Module
        • UC-Engine
  • Custom Devices
    • Custom Devices
  • Tips and Tricks
    • Import Device Logic
    • Manually Get/Set Configuration
  • Integrators API
    • Overview
    • API Reference
    • Common Telemetry
Powered by GitBook
On this page

Was this helpful?

  1. Tips and Tricks

Manually Get/Set Configuration

PreviousImport Device LogicNextOverview

Last updated 5 years ago

Was this helpful?

Sometimes it is useful to manually get or set the device's configuration. Each of the SyncPro modules has two internal, commented out signals to do just that.

To trigger them in toolbox debugger, make sure that "Include module signals" is checked (in toolbox debugger --> Debugging Settings menu --> Include module signals).

This will make the internal modules signals visible in the "All Program Signals" tree (debugger's left panel). Internal modules signals are easy to find, as they all start with "::".

To manually get the device's configuration from the cloud, pulse the digital signal called ":://Device_Get_Config:S-x.y", where x.y is the signal number of the module in your SIMPL program. For example - ":://Device_Get_Config:S-2.3".

To update the server on the local device configuration, pulse the digital signal called ":://Device_Set_Config:S-x.y".