RouteMaster : Managing Web Panels

RouteMaster’s Web Panels can be found in the folder C:\ProgramData\Rascular\WebPanels. When panels are published to RouteMaster, a new folder containing the panel assets is created here. The folder name is the name of the panel that was published. You can remove...

Using “Devices” in WebCentre

WebCentre now has a “Devices” page. What’s it do? The “Devices” page allows you so build a database of named Devices that you’re controlling from Web Panels. Currently only a few types of devices are supported RouteMaster, for...

Scripting for Helm Web Panels

Native (PC-based) panels use the ‘classic’ Helm script language, or Lua. When building web panels, you can also use Javascript. Be aware that because Web Panel scripts run in the users browser, they do not have direct access to user files and most network...

Enabling CORS support on Elemental Live

AWS Elemental Live’s REST API can be accessed directly from Javascript running in the browser, but if authentication is enabled on the Elemental Live you’ll hit problems due to Cross-Origin Resource Sharing (CORS) restrictions. Elemental Live (as of V2.13)...