RMS Custom Control Functions
ondrovic
Posts: 217
Can someone point me in the right direction in order to create custom control functions for RMS Home Manger?
Haven't been able to find any info on it.
Thanks
Haven't been able to find any info on it.
Thanks
0
Comments
You also need to add the number and the button press to the arrays of channels near the top of the AXI.
When adding a custom function you can either add is as a source selection by using the word 'select' as the first word of the name or you need to add it to a folder. All of the instructions are in the NetLinx Programmer's Guide.
A quick tip for anyone using Code Crafter: Instead of making manual changes to the Main AXI that it generates you can make another custom include file to house extra features you want RMS to have and #include it in your main source file. This way if you need to change something in Code Crafter it doesn't overwrite your additions.