LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remove the stacked sequence structure from LabVIEW.

When using the Stacked sequence structure in my program, It is not working and I don't know the reason.

Without it, the program is working nicely.

 

Can somebody help?

 

Thanks

0 Kudos
Message 141 of 195
(779 Views)

Hi LH,

 

when your VI "works nicely" without the SSS then why do you want to add it?

 

When using the Stacked sequence structure in my program, It is not working and I don't know the reason.

Well, when you want to know the reason you should either debug your VI or attach it, so we can look at it…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 142 of 195
(769 Views)
Don't use it if it doesn't work.

Really, your question has nothing to do with this thread and since you don't post any code or any explanation of what you mean by 'doesn't work', no one had any idea of what your problem is. Study s new thread and add the necessary details.
0 Kudos
Message 143 of 195
(768 Views)

I need to use because my supervisor wants it for a nicer view at the end.

 

I put my project in the attachment.

0 Kudos
Message 144 of 195
(763 Views)

Hi LH,

 

my supervisor wants it for a nicer view at the end.

In the end the look is NOT nicer. And in the end the code is harder to read. Tell that your supervisor!

Use a state machine instead of the SSS!

 

I put my project in the attachment.

No, there is no PROJECT!

You gave us an office file in a proprietary file format. In that office file you embedded a picture of your block diagram.

Why not attach the picture in the first place? Why not attach your VI?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 145 of 195
(758 Views)

this is my vi

 

0 Kudos
Message 146 of 195
(750 Views)
You still have not started a new thread. You still have not explained what is not working. You still have not attached any code. And your supervisor knows less about LabVIEW than you apparently.
0 Kudos
Message 147 of 195
(749 Views)

Is it a problem if I stayed on this thread?

 

My problem is that without the stacked sequence structure, my program is working and with it the program is not working. I want to know why? if this is possible and if not sorry for the disturbance.

I had learned Labview by myself three monthes ago.

0 Kudos
Message 148 of 195
(741 Views)

Hi LH,

 

that VI is bad. Very bad…

 

Why are there 4 buttons with the very same label?

Why are there 4 event cases looking at buttons of the very same label?

Why is there a timeout case set to wait for 0 ms? Why is there an additional wait in the loop?

Why is there an unwired reference output tunnel?

Why are there wires going from right to left in the first frame? Did you read the LabVIEW style guide? Did your supervisor read the style guide?

 

About the thread you are writing your message to: It is titled "Remove the SSS" and you insist of ADDING a SSS. See why your posts will not fit into this thread?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 149 of 195
(737 Views)

Ok,

Thanks and sorry for disturbance.

I will try to fix it by myself.

 

 

0 Kudos
Message 150 of 195
(732 Views)