LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Prompt User for Input subVI TPC-2006 error

Greetings,

I have a program that contains a 'Prompt User for Input' subVI in it. If I attempt to run the program everything executes perfectly and the user is prompted for input. However, if I try to create a project where the target is a TPC-2006 touch panel I receive a broken run button with the following error: "SubVI 'Prompt User for Input': subVI is not executable" The details simply say "The subVI is not executable. You must fix all errors in the subVI before this VI can run." Is there an issue between the 'Prompt User for Input' subVI and the TPC-2006? Or am I missing something completely different?

Thanks,
-John

p.s. Sorry if this should have been posted on a different board. I looked through the list, but wasn't sure which one to select.
0 Kudos
Message 1 of 3
(2,496 Views)
It looks like you're using the Touch Panel module? I don't think there's a separate Touch Panel board. Some Express VIs are not supported by the Touch Panel module. You will need to convert it to a regular VI. You can do so by right-clicking on it and selecting "Open Front Panel". You'll get a prompt asking you if you want to convert it. Say Yes, and then save the VI into your hierarchy. It's possible you may need to modify it further, but I don't know the details since I don't know that much about the Touch Panel module.
0 Kudos
Message 2 of 3
(2,490 Views)
Thanks for the reply. You are right about the touch panel not supporting certain express VIs and the one I want to use is one of them. I guess I'll have to figure out another way get my information from the user.
0 Kudos
Message 3 of 3
(2,477 Views)