01-22-2008 08:02 AM
01-23-2008 03:57 PM
01-23-2008 10:50 PM
06-21-2008 04:41 AM
Dear Vijay S.
We have tried to use your solution to calculate for 45 and 135 degree but the messgae show that - cannot running-.
Please kindly teach us how to do again. Our LABVIEW version LABVIEW 8.0
Thank you very much again.
With my best regards,
Panmanas
06-23-2008 05:49 PM
06-24-2008 04:11 AM
Dear Vijay S.
I shall carefully study what you taught again. May be something wrong at my side.
Thank you very much again.
With my best regards,
Panmanas
07-02-2008 11:46 AM
Dear Vijay S.
We studied your solution for us and we could not run as we have attached the file for you to determine. The error messgae showed that there was diffent diment in the array connected but we could not correct.
Please kindly determine and suggest us how to do.
Thank you very much indeed.
With my best regards,
Panmanas
07-02-2008 01:47 PM
07-02-2008 08:56 PM
Dear AnalogKid
Thank you very much for your help.
We shall try to fix it.
But one more question, we cannot understand the function of ENUM.
Could you please kindly teach us about that?
Thank you very much.
With my best regards,
Panmanas
07-03-2008
12:06 AM
- last edited on
10-31-2025
03:11 PM
by
Content Cleaner
Hi panmanas,
An enum, or Enumerated Type control, is a way of having numbers (0 through N) associated with a fixed set of labels. They can act to somewhat restrict inputs to VIs and can also make it easier for users to choose values using labels that are human readable instead of numbers which may not be obvious as to their function (Such as "Up", "Green", etc. rather than 0, 1, 4).
You can find more info on enums in the LabVIEW help. Also see KnowledgeBase 3IMH7QPH: What is the Difference Between a Text Ring and an Enum?.