> What can I do to solve this?
>
Charts adapt to the types wired to them. When you create a subVI and
wire it up the way you describe, you aren't wiring to a chart, but to a
subVI, and subVIs do not adapt to type. In otherwords, in your case
there are two diagrams, main and sub. Sub is already wired, and the
chart has already adapted. The subVI states what type must be wired to
it. In main, you wire a new type, and the subVI enforces its type. The
chart in sub never sees the new type.
Greg McKaskle