- I want to make each input and output information printed on Shape.
- Should I write the value of InputLabel in "input 1" on Shape data Field as the example in Help?
- Use Protocol : Leitch Matrix Serial 1.1.0.3
- DMA 10.0.10
- As shown in the picture below, all information is displayed.
Hi HyungMo,
Checking your last screenshot and the shape defined in the for the input label, I believe you didn't group correctly the shapes. As indicated in DataMiner Help, you should proceed as follows:
- Create shapes that will represent the input/outputs. Below you can find an example for an input and an output of the matrix
No additional shape data is required apart from Input and Output.
- Create shapes that will represent the input label/output labels. Below you can find an example for an input and output of the matrix
Similar as previous case, no additional shape data is required from InputLabel and OutputLabel
- Group all the shapes and define in the group the following shape data
You could add more shape data to the group (see DataMiner Help). The ones shown above are minimum required to display the matrix in Cube. The rectangle block between the inputs and the outputs is only for decorative purposes (it does not contain any shape data and it is part of the group)
- You should see something like the screenshot below:
Hi,
There are 2 shapes needed for this to be displayed correct.
-First draw a rectangle and give it the shape property "Input" with as value the original label "Input 1"
-Then draw a text shape on top of that rectangle shape and specify "*" as text, give it the shape property "InputLabel" with as value the original label "Input 1"
-Then select both the rectangle shape and the text shape and group them (right click to open context menu go to "Group" -> Group. On this group define the shape properties "Element" with value "130601/15451", property "Parameter" with value "300", property "Set" with value "True"
This will then display in the UI a rectangle with as text the label that is assigned to input 1. Repeat these steps for every input that needs to be displayed. Outputs are similar but then with the appropriate shape properties.
I did a bit further testing and it seems that there is at least one shape needed in the group that is having a shape property “Input”.
In other words if there is one large rectangle present that is linked to a random input such as “Input 1”, then other text shapes can be added in the same group that are linked to other input labels: eg one text shape with InputLabel property “Input 1”, another one with “Input 2”, another one with “Input 3”, and so on, but as soon as the shape with property “Input” is missing from the group then it is not working anymore.
Thanks to you, I solved it.