12-12-2023 02:14 AM
Hello, I have a task assigned to me, and I'm facing challenges with the increment and decrement operations using the UP and DN buttons in my LabVIEW VI. Currently, only the increment operation is functioning.
Additionally, I'm seeking guidance on how to link the Stroke Length value with a delay function in my VI. I want to ensure that both the increment and decrement operations work seamlessly, and that the Stroke Length value accurately controls the duration of the delay function. Any assistance or insights would be greatly appreciated.
Task:
12-12-2023 02:47 AM
12-12-2023 12:26 PM
Dear GerdW,
I wanted to express my sincere thanks for your guidance.
The problem has been fixed. My instructor gives a brief explanation of the key goals and technical requirements needed to finish this task successfully.
warmest regards.
12-13-2023 06:51 AM
I recently came across a task that piqued my interest. Can you kindly share your task solution with me since I found this problem very interesting and challenging. Thank you in advance for considering my request. Your input is highly regarded, and I look forward to hearing from you.
12-13-2023 06:56 AM
I recently came across a task that piqued my interest. Can you kindly share the task solution with me since I found this problem very interesting and challenging. I tried many times but couldn't be able to find the solution yet. Thank you in advance for considering my request. Your input is highly regarded, and I look forward to hearing from you.
12-16-2023 11:51 AM
thank u so much for your extreme interest in this task.
check the attach file.
12-16-2023 09:09 PM - edited 12-16-2023 09:16 PM
@MCTAB wrote:
thank u so much for your extreme interest in this task.
check the attach file.
No, just no!!!
Two greedy loops and all data bounced around via local variables talking to themselves is not reasonable code. Race conditions everywhere! "AND FALSE: is always false, so the loop on the right can never stop. The loop on the left has the conditional terminal not even connected. Beside, we can't even see what is the other cases of the case structures or determine the mechanical actions of the buttons.
As we can see from the run button, the code is broken anyway.
If you want help, attach your VI, not a picture.
12-18-2023 11:11 AM
i am trying to create a code where i need to increase or decrease the set time (as constant named operater timer) with UP/DOWN push botton during the stroke button pressed and even before pressing the stroke button
12-18-2023 11:47 AM
incredibly impressive work;
I completed it by using the technique that is attached to this message.
12-18-2023 12:42 PM - edited 12-18-2023 12:47 PM
@MCTAB wrote:
incredibly impressive work;
I completed it by using the technique that is attached to this message.
No, not impressive at all and completely wrong!!!! Full of race conditions and completely meaningless code! Also note that the values are milliseconds, not seconds.
See if this can give you some ideas! No local variables! One loop!