diff --git a/+TableBlock/set_block_display.m b/+TableBlock/set_block_display.m index ba384be96f2385be2613f5cf1885c0eb922f3398..d1ce718689e542997b6091e854f45376b2687279 100644 --- a/+TableBlock/set_block_display.m +++ b/+TableBlock/set_block_display.m @@ -14,11 +14,17 @@ for i = 1:size(in_handles,1) mask_string = [mask_string 'port_label(''input'',' int2str(i) ',''' get_param(in_handles(i),'Name') ''');' ]; end - mask_string = [mask_string 'text(0.5, 0.6, ''Tabular Expression'', ''horizontalAlignment'', ''center'')']; + + out_handles=find_system(code_block, 'SearchDepth',1,'FindAll','On','FollowLinks','On','LookUnderMasks','All','BlockType','Outport'); + for i = 1:size(out_handles,1) + mask_string = [mask_string 'port_label(''output'',' int2str(i) ',''' get_param(out_handles(i),'Name') ''');' ]; + end + + mask_string = [mask_string 'text(0.5, 0.9, ''Tabular Expression'', ''horizontalAlignment'', ''center'')']; if checked == 0 - mask_string = [mask_string 'color(''red'')text(0.5, 0.4, ''Not Checked'', ''horizontalAlignment'', ''center'')']; + mask_string = [mask_string 'color(''red'')text(0.5, 0.1, ''Not Checked'', ''horizontalAlignment'', ''center'')']; else - mask_string = [mask_string 'color(''green'')text(0.5, 0.4, ''Checked'', ''horizontalAlignment'', ''center'')']; + mask_string = [mask_string 'color(''green'')text(0.5, 0.1, ''Checked'', ''horizontalAlignment'', ''center'')']; end set_param(getfullname(block_handle),'MaskDisplay',mask_string); diff --git a/html/html/TT_gs_over.html b/html/html/TT_gs_over.html index 45f795eb101a285b340449220047d66ff4aab5b8..f0072891832fa16a3351919b280f0e2507915428 100644 --- a/html/html/TT_gs_over.html +++ b/html/html/TT_gs_over.html @@ -6,7 +6,7 @@ Product Overview