====ConnectTo==== ConnectTo is a function of the [[HMIPanel]] class, used to connect to live data from an ARDI server. Before you call this function, you should have created one or more subscriptions with the [[Subscribe]] function first. ===Parameters=== **Host**: The path to the ARDI server. Note that this path should //not// include the schema unless you specifically want to include it (mixing HTTP and HTTPS requests can cause security errors - by not including a schema, the library will automatically use the schema you're already using). ===Other Functions=== To avoid excessive updates and background work, we suggest calling [[OnlyWhenFocused]] before you call this function.