Modules & non required channels - correct convention
hodeyp
Posts: 104
I have a module that requires about 60 input channels specified in an array for the relevant touchpanel buttons, which is common practise.
However, the module provides significant functionality above what i actually require so do not want to have 60 buttons on the touch-panel when only a handful of them will ever be used. When creating the array for the input channels, what is the safest way to code for the 'missing, non-required' channels?
hope that makes sense!
However, the module provides significant functionality above what i actually require so do not want to have 60 buttons on the touch-panel when only a handful of them will ever be used. When creating the array for the input channels, what is the safest way to code for the 'missing, non-required' channels?
hope that makes sense!
0
Comments
Don't know if that helps or not.
thanks!!