LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple inputs in one control

Steve,

               Have you seen my post

Regards
RobinHood
0 Kudos
Message 21 of 25
(1,086 Views)

steve,

              it seems you don't want to talk to me....Smiley Sad 

Regards
RobinHood
0 Kudos
Message 22 of 25
(1,078 Views)

>>  it seems you don't want to talk to me

Not exactly. I work 60 hours+ each week so answering questions on this board isn't always my first priority.

 

I'm also thinking about the best way to help you.

 

Lets take your date format problem. Did you read the Detailed Help on the Get Date/Time String Function? If you did, you should have read the description of the Date Format input.

 

It says:

 

Date format selects the appearance of the date string. Date formats vary with your system configuration. To use a different date format, use the Format Date/Time String function.

 

So a simple check of the help system would at least get you to the right function. If you still have trouble after going through the help and trying to set up the format string, then ask questions.

 

 

As far as how to modify your code to use an event structure, I'd really like to see you give it a try rather than just give you a solution. I'm not trying to be mean, but if you want people to invest some of their valuable time, then you should be willing to do the same.

 

If you don't know enough about event structures to even get started, then I suggest that you:

 

Read the Detailed help
Take some of the free online tutorials
Do a search on the board for event structures

Make a simple example and try to make changes to it

 

Performing these tasks (especially the tutorials) will save you tons of time in the long run and will help you get better at finding answers.

 

And when you get stuck, people on here are happy to help.

 

steve

----------------------------------------------------------------------------------------------------------------
Founding (and only) member of AUITA - the Anti UI Thread Association.
----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 23 of 25
(1,066 Views)

Thanks steve,

                       I've started modifying the code using event structures.here I'm having one problem.If I press the stop button,the program doesn't stop.Please see the attached code 

Regards
RobinHood
0 Kudos
Message 24 of 25
(1,037 Views)

You should add an event case for a value change event of the stop-button:

test select evt str_BD.png

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 25 of 25
(1,024 Views)