Merge Cluster into Object.vim doesnt properly handle all times

Issue #100 resolved
Former user created an issue

Wiring a cluster who's first element is a for-loop indexable causes improper serialization.

See attached vi for demo. There is an erroneous wire wired into the internal forloop. Deleting this wire fixes the issue.

Attached VI has an image highlighting the error.

Comments (3)

  1. James Powell repo owner

    Ah yes, thanks. VIMs inputs are a bit tricky. I see I should also prevent the input of an array of LVClass Serializer also.

  2. James Powell repo owner

    Fixed. Also set the tunnel on the Serializer to not index, so connecting an array of Serializers will break.

  3. Log in to comment