Page 1 of 1
Posted: 19 Dec 2016, 18:40
by sm_jamieson
Can the settings in user defined tabs be made available as parameters on the module like they are for the standard tabs ?
Thanks,
Simon.
Posted: 20 Dec 2016, 03:56
by 23fx23
yes could be handy.
you probably noticed it, but if man use DESIGN_TAB_NAME as tab name they are in design tab or PROPERTIES_TAB_NAME are in info tab and do unfold as input pins, i use this to avoid making io^^
Posted: 21 Dec 2016, 17:45
by senso
Actually not.
the workaround of 23fx is a good option.
I'll think about that.
Posted: 22 Dec 2016, 15:31
by sm_jamieson
Hi Senso,
I already use the 23fx23 workaround.
Perhaps the SDK sdkAddSettingLine routines could include a parameter that indicates whether you want it on a module pin or not - so they do not all appear as pins by default - which could make the module too big.
The issue for me is more arranging settings in a logical manner across the tabs, but this is restricted if you also want the settings as pins. It like a great flexibility that is then half taken away again !
Simon,
Posted: 22 Dec 2016, 16:47
by senso
It's unfortunately more complex than a simple option.
I'll think about.