LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need your help - what is the best concept for my project?

Sorry for the late reply... It's been a crazy day..

 


johanneshoer wrote:

Enum:
I created the enum as a typedef for a reason: If you add a new element, all depending structures in the vi will notice it.

Is that also the case if it is a constant?

 


As already mentionned..  yes.  I do it all the time.  🙂

 


johanneshoer wrote:

Avoiding coersion:
I don't see these red dots in my VI. I created the set period time control by right mouse click on the connector and then "create control", so it must be correct. The red dot is probably because of our different LabVIEW Versions.


LOL!!  Oh yes, they are there..  a UINT32 wired to a Double will produce a coercion dot..  😉 

 


johanneshoer wrote:

Creating a project:
In LV 7.1 I can not find something like "File > New > Project" at least not in my version.
I tried using the Application Builder, but I can not create pure libs, only dlls + libs. 


You won't find it in LV7.1.  It was a new feature introduced with LV8.0.

0 Kudos
Message 51 of 54
(867 Views)

 


Ray.R wrote:


johanneshoer wrote:

Avoiding coersion:
I don't see these red dots in my VI. I created the set period time control by right mouse click on the connector and then "create control", so it must be correct. The red dot is probably because of our different LabVIEW Versions.

 


LOL!!  Oh yes, they are there..  a UINT32 wired to a Double will produce a coercion dot..  😉 


 

You are right concerning the conversion of the set period time to double in the consumer loop.

But have a look at the timed loop. I see red dots on your last screenshot, which I don't see in my vi.

 

 

 

Greetings Johannes
Using LabVIEW 7.1 and 2009 recently
0 Kudos
Message 52 of 54
(858 Views)

They probably changed something with the newer LV version.

 

I would not worry about it.  As long as you do not have coercion, then it's fine 🙂

 

How is everything else with the software?

I didn't get a chance to look at the code.

 

RayR

0 Kudos
Message 53 of 54
(852 Views)

Everything seems to be fine now with the software. If not, I'll post it.

 

Thank you very much again for your generous and very good help!!!  

 

Greetings

 

Johannes

 

 

Greetings Johannes
Using LabVIEW 7.1 and 2009 recently
0 Kudos
Message 54 of 54
(838 Views)