LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Enum (type def) - Case structure names updating error

Solved!
Go to solution

hi, 

 

  1. One of my enums (type def) is not updating the case structure names. I found a dot resembling a probable error in the event structure,
  2.  I had created the constants from the enum before I made it a typedef. Therefore, I made new constants from the typedef and replace the original ones. and still the case structure doesn't update.

 

How can I solve this ?

also, I Have one state machine inside another. Is this right way to program ? 

 

2013-06-09 11_06_13-Motor-UNI_Directional(SubVI) Dev 1.vi Block Diagram on ImagingProject.png

Abhilash S Nair

Research Assistant @ Photonic Devices and Systems lab

[ LabView professional Development System - Version 11.0 - 32-bit ]

LabView Gear:
1. NI PXI-7951R & NI 5761
2. The Imaging Source USB 3.0 monochrome camera with trigger : DMK 23UM021

OPERATING SYSTEM - [ MS windows 7 Home Premium 64-bit SP-1 ]
CPU - [Intel Core i7-2600 CPU @ 3.40Ghz ]
MEMORY - [ 16.0 GB RAM ]
GPU - [ NVIDIA GeForce GT 530 ]
0 Kudos
Message 1 of 2
(3,037 Views)
Solution
Accepted by topic author abikutn

Somewhere in your code, you either have the wrong typedef, or didn't replace a control with the typedef. You must not have replaced them all. I am not sure if there is an easy way to search; you may have to go through all the cases. 

0 Kudos
Message 2 of 2
(3,026 Views)