Connect to Q-SYS
qsys_connectConnect to a Q-SYS Core or Designer emulator over QRC protocol. Must be called before any other tool to establish communication.
Instructions
Connect to a Q-SYS Core or to Q-SYS Designer running in Emulate mode (press F6 in Designer), over the QRC protocol (TCP). For a local emulator use host "127.0.0.1" and port 1710. Must be called before any other tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Core IP/hostname, or 127.0.0.1 for a local Designer emulator | 127.0.0.1 |
| port | No | QRC port (default 1710) | |
| user | No | Username, if the design requires authentication | |
| password | No | Password, if the design requires authentication | |
| reconnect | No | Auto-reconnect on a dropped socket (Core restart, network blip), replaying change-group registrations so polling resumes. Default true. |