Jump to content

FSVZ

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

FSVZ's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. FSVZ

    Type casting

    After a , I changed the scope of the Vi's by adding a few sub-Vi (in that way the scope of the Poly-VI has been changed). Solved my problem, but it's a pitty that there are no poly-data-type wires.
  2. FSVZ

    Type casting

    I'm fairly new to labview and I'm the only one using it for my thesis. Anyway I created a Polymorphic Vi and I can now connect all the wanted data types I want to it. However to create a connector (to another Vi) a control is needed. But when I create a connecter the type is bound and a polymorphic vi turns into a static Vi. So if there exists a "polymoric" control my problem is solved If anyone has an idea for this, your welcome to post. Gr FSVZ
  3. I'm stuck right now, so I thought give it a try. This is what I want to achieve: I have one Vi to inside another Vi. Lets call the first one "inner" and the second one "outer". The "inner" Vi is a Vi which communicates to a python server (tcp-connection). The protocol is already implemented and works for sending over strings which are provided by the "outer" Vi. The procotol is designed in such a way that not only strings should be transmited, but also boolean and numbers. Now the problem rised. The outer Vi provides a value of a certain type. The inner Vi should figure out which value and type is provided by the outer vi, so that it can fit it into the protocol. In other words, the inner Vi should be made more general in accepting values and data types. In this way it can act as a blackbox to which an value is given. I hope someone can help me out.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.