LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

elevator, how does i get stopped at floor 1 witch as number 10 as a slicer

robinempa_0-1723030788739.png

 

0 Kudos
Message 1 of 2
(225 Views)

(This seems to be a LabVIEW question, not sure why you would post it in the courter/timer forum. I moved it to the LabVIEW forum.)

 

All we can tell, that the code is horrible, peppered with local variables and sequence structures. We can't even see the toplevel loop (if there is one). There are glaring race conditions for example you read and write the "Down 1" in parallel, but the results differ depending on what happens first. Same for "slide".

 

We can probably help you if you:

 

  1. Attach your VI
  2. Explain how you are using it (what controls you operate and in what order)
  3. Explain what you expect to happen and what happens instead.
  4. Explain the term you use ( for example, what is a "slicer")?

 

I very strongly recommend to start with a few basic tutorials.

0 Kudos
Message 2 of 2
(207 Views)