Jump to content

front panel 'viewer' or code 'viewer'


Recommended Posts

Posted

Greetings,

Due to limited licenses, I cannot install Labview on all the machines I would like. Consequently, the development and deploying are often on separate computers. Does anyone know of a viewer which would open a vi and allowing browsing of the front panel and code? The viewer would be like a '3-d model' viewer where you can only view the model and manipulate it, but not alter. If no, does Labview support introspection and reflection like java -> build Labview exe that encapsulates the vi? ;) Thanks for your time.

JMA

Posted
Greetings,

Due to limited licenses, I cannot install Labview on all the machines I would like. Consequently, the development and deploying are often on separate computers. Does anyone know of a viewer which would open a vi and allowing browsing of the front panel and code? The viewer would be like a '3-d model' viewer where you can only view the model and manipulate it, but not alter. If no, does Labview support introspection and reflection like java -> build Labview exe that encapsulates the vi? ;) Thanks for your time.

JMA

We do have the introspection, but only on development clients. In the runtime engine, there is no support for looking at the source code. Indeed, when you deploy to a runtime engine, we strip out the diagrams from the save file and all that remains is the compiled assembly instructions, the front panel, and the dataspace. You can take images of your block diagrams (there are methods in the development system for getting PNG or other graph file formats of the diagram) and send them along with your VIs if you want people to be able to look at the block diagram.

Posted
We do have the introspection, but only on development clients.

Hey Aristos - what ever happened to the LabVIEW Player?

With the LabVIEW Player, you can open and run Player VIs, view the block diagrams, and use the debugging tools to view program execution.
Posted

Stephen, if I remember correctly, the documentation for the Get Diagram Image Scaled method used to say that it would work in the RTE (when used on a VI with a BD, obviously), but the method itself did not work. Is this still the case with 8.2?

Posted

How about debug licenses? I remember using these at a place I worked previously, specifically for fixing "in situ" problems.

They aren't free, but they aren't full price either. I tried to find pricing before posting this, but couldn't ...

Posted
Greetings,

Due to limited licenses, I cannot install Labview on all the machines I would like. Consequently, the development and deploying are often on separate computers. Does anyone know of a viewer which would open a vi and allowing browsing of the front panel and code? The viewer would be like a '3-d model' viewer where you can only view the model and manipulate it, but not alter. If no, does Labview support introspection and reflection like java -> build Labview exe that encapsulates the vi? ;) Thanks for your time.

JMA

I am not sure how many licenses you have, but If you have at least 5, you could get a VLA. If you have a VLA you have an option of computer based or user based licenses, if you have user based you can have two licences per person (not simultaneously) this would effectively double the number of machines you can have Labview Installed on. The more license you have on the VLA the more of a discount you get for additional licenses. One caveat is you must have all licenses on a SSP (discounted). I may have got some of this information wrong, take a look at the VLA and see if it will help. :thumbup:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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