Go to Post Using a mouse is so 20th century! - Tom Bottiglieri [more]
Home
Go Back   Chief Delphi > Technical > Programming > NI LabVIEW
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
Reply
 
Thread Tools Rate Thread Display Modes
  #1   Spotlight this post!  
Unread 24-06-2014, 11:12
Aren Siekmeier's Avatar
Aren Siekmeier Aren Siekmeier is offline
on walkabout
FRC #2175 (The Fighting Calculators)
Team Role: Mentor
 
Join Date: Apr 2008
Rookie Year: 2008
Location: 대한민국
Posts: 735
Aren Siekmeier has a reputation beyond reputeAren Siekmeier has a reputation beyond reputeAren Siekmeier has a reputation beyond reputeAren Siekmeier has a reputation beyond reputeAren Siekmeier has a reputation beyond reputeAren Siekmeier has a reputation beyond reputeAren Siekmeier has a reputation beyond reputeAren Siekmeier has a reputation beyond reputeAren Siekmeier has a reputation beyond reputeAren Siekmeier has a reputation beyond reputeAren Siekmeier has a reputation beyond repute
Re: Help with Relay Code in Labview

Quote:
Originally Posted by burde1jb View Post
I'm attempting to fix a red dot of trouble in our Teleop code. As seen in the attached picture of the code [BOTTOM RIGHT], we are using Button 3 of the controller to send the Spike Relay into the forward position (we used a numerical value of "2" because we could not pull up the Enum Constant which provides forward/reverse/on/off, but that is another section of help...).

Sending the two values through the T/F gate and onto the Relay Set, we get that little red dot which we know from past experience does not mean anything good. Any advice as to how to fix the issue would be appreciated. Thanks!
The red dot just means that a data type cast is taking place. You are providing values with double precision float point type (coloured orange in LabVIEW), but the Relay Set VI is looking for an enum constant of the appropriate type (which is really just a relabeling of a uint of some sort - mapping one label to 0, another to 2, as you've done in your code). Assuming 0 and 2 are the values you want (couldn't help you here, you'll have to check this in LabVIEW - see below), the code will correctly cast your float types to uint types, and it should work fine.

However, the proper way to do this is, of course, to use the enum constants. As adciv pointed out, you can access the enum type by right-clicking the terminal on the Relay Set block, and selecting "Create Constant." Furthermore, if you right-click the enum constant and on the context menu select "Edit Items," you'll see the label-to-uint associations I mentioned above.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 01:03.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi