Jump to content

Get 8 channel data in 8 rows and store the data


Recommended Posts

Posted

I am Working on  a small project where I put to 8 bit channel data in 8 rows and graph from there. I have reached to point of getting parsing data. But I want to store it into arrays but I do not know how to do it. My VI for now.

Channel and value.vi

Posted
On 8/4/2021 at 5:19 PM, Taylorh140 said:

I have old labview could you share an image of the vi?

 

Actually I prefer people to backsave their VI when posting. Images are ok to add to a post, but they do NOT replace the real code which is needed to actually try it out and see where problems might be, and some important code settings can not be determined from just a pic.

Posted

@Rolf Kalbermatter I appreciate you mentioning this. I myself was weighing this. 

  • VI -> Smaller better for sharing examples but can have evil code in them.  Slightly harder to make.
  • Image -> Safer to share but lager and much more limited. Easy to make.

I was originally leaning toward an image but, I think your right VIs are better.

I don't think I've come across malicious VIs here, at least that i know of .

 

Posted
13 hours ago, Taylorh140 said:

@Rolf Kalbermatter I appreciate you mentioning this. I myself was weighing this. 

  • VI -> Smaller better for sharing examples but can have evil code in them.  Slightly harder to make.
  • Image -> Safer to share but lager and much more limited. Easy to make.

I was originally leaning toward an image but, I think your right VIs are better.

I don't think I've come across malicious VIs here, at least that i know of .

Not without clearly stating that it was nasty. Some here posted code that was to proof that you could do nasty things.

But!!! There are a few things you can do to avoid that problem:

- Don't ever open a VI that you downloaded from the net by double clicking it! Instead open an empty VI and drag the VI onto its diagram. -> Autorun is disabled that way and you get the chance to look at the diagram before you decide to run it. 

- LabVIEW 2021 will show a dialog asking you if it is ok to start the VI when directly double clicking a VI that is configured to run when opened.

Posted (edited)
23 minutes ago, Rolf Kalbermatter said:

- Don't ever open a VI that you downloaded from the net by double clicking it! Instead open an empty VI and drag the VI onto its diagram. -> Autorun is disabled that way and you get the chance to look at the diagram before you decide to run it. 

+1. You can also run a scripting VI on it that turns autorun off if you are concerned.

Edited by ShaunR

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.