Jump to content

new to Labview


Erany

Recommended Posts

First please post code, or snippets, but not pictures.  You wouldn't upload pictures of notepad for a text based forum.

Second if you are new to LabVIEW then you should checkout some of the free training online.

NI Learning Center

NI Getting Started

-Hardware Basics

-MyRIO Project Essentials Guide (lots of good simple circuits with links to youtube demonstrations)

-LabVEW Basics

-DAQ Application Tutorials

-cRIO Developer's Guide

 

Learn NI Training Resource Videos

3 Hour LabVIEW Introduction

6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required

But as for your specific question you appear to have rings and enums.  A Ring is a numeric where a single value corresponds to a text element which can be changed at runtime using properties.  An enum is type specific numeric that cannot be changed at runtime, and will likely have type propagation when the values in it are changed.

Attached is a quick demo that shows the difference.  The Item Mode is an enum and has two values it can be, while the Selection is a Ring that can have its values changed.  Clicking OK will return the selected item by indexing out the right string based on its value.

Ring Enum Demo.vi

Also it appears this is for a class assignment.  You may want to study up on any materials the professor gave you on rings and enums.

Link to comment

Join the conversation

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

Guest
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.