muse
ych
Posts: 44
It has been some time since Muse was released, when will the official firmware version be released? And programming tutorials?
0
Comments
A demo room project is found here - https://github.com/amx-itg
Muse video playlist is found here - https://www.youtube.com/watch?v=aHM8NnNpLX0&list=PLKVjXfCF3p8_dCgZDbqnEZKrrRWub7zfc
VSCode Extension is found here - https://www.amx.com/en-US/products/muse-extension-for-vscode
Muse Automator should hit the website any day now - I expected it posted last week - https://www.amx.com/en-US/products/muse-automator
Training for scripting languages is done by others because a plethora of training sources exist on the web..
In person classes are starting up in March - training.harmanpro.com
This video is a few months old, and there are no recent video tutorials, such as how to debug variables, how to view the content of the data sent out, and the content of the data received, which are crucial!
It's unlikely that there will be the equivalent of NetLinx Studio Notifications with direct access to the data bus.
For remote machine script debugging, that should be forwarded through your local sales channel/tech support as a feature request.
In the meantime "context.log" can publish whatever you need to a shell client (ssh) connected to the controller.
@HARMAN_icraigie I understand what you mean. If it's in hexadecimal format, can it still be displayed normally?
Yup - depending on the script language there is a way to print pretty much anything in anyway you want.
@HARMAN_icraigie How do you operate if you use groovy or Java to print hex data? Is there an example?
This was the near the top of a Google "how to print hex data in groovy programming language" search page
https://blog.mrhaki.com/2014/04/groovy-goodness-converting-byte-array.html
@HARMAN_icraigie thank you.