09-28-2012 11:14 AM
Hmm,
For some reason the word "chosen" made me think about the following:
chosen
10-22-2012 02:15 AM
The event is Subtract background: Value change.
I didn't realise at first that this was the same as:
10-22-2012 09:49 AM
Not really RG code. I usually leave controls unconnected and use the outputs from the event structure.
10-25-2012 11:11 AM - edited 10-25-2012 11:12 AM
Not really RG code either, but I am always amazed what passes as "solution" these days. 😄
(This is almost like in politics 🐵
10-25-2012 11:16 AM
@altenbach wrote:
Not really RG code either, but I am always amazed what passes as "solution" these days. 😄
(This is almost like in politics 🐵
Where is that Me Too button when it could be useful
11-09-2012 10:34 AM - edited 11-09-2012 11:11 AM
Splitting an integer representing seconds into hours, minutes, and seconds can be done in many ways, some are easier than others (seen here😞
Same thing (would work equally well with DBL):
To be fair, P@Anand probably had a ready-made VI that provided also days, etc.
That reminds me of a joke about a mathematician making cheese...
On the first occasion he pours the milk in the pot, lights the fire, puts pot over fire, stirs, etc.
On the second occasion the fire is already lit and the milk is in the pot (I guess the cleaning lady was helping out). The mathematician extinguishes the fire, pours the milk back in the bottle and cleans the pot. Thus he has reduced it to a problem that her knows how to solve from experience. 😄
11-09-2012 10:52 AM - last edited on 11-09-2012 11:14 AM by altenbach
@altenbach wrote:
Splitting an integer representing seconds into hours, minutes, and seconds can be done in many ways, some are easier than others (seen here😞
I can't tell you how many times I have done this exact same code. Then I started making a reuse library. Except I didn't flip my minutes and hours...
EDIT: Just noticed you corrected yourself between postings. Oops.
11-09-2012 11:15 AM
@crossrulz wrote:
EDIT: Just noticed you corrected yourself between postings. Oops.
Achieving perfection is an iterative procedure with no real enpoint... 😄
11-09-2012 11:24 AM
@altenbach wrote:
@crossrulz wrote:EDIT: Just noticed you corrected yourself between postings. Oops.
Achieving perfection is an iterative procedure with no real enpoint... 😄
At least I'm to the point where I admit when I screw up...
11-09-2012 11:26 AM - edited 11-09-2012 11:29 AM
@altenbach wrote:
Splitting an integer representing seconds into hours, minutes, and seconds can be done in many ways, some are easier than others (seen here😞
Same thing (would work equally well with DBL):
To be fair, P@Anand probably had a ready-made VI that provided also days, etc.
That reminds me of a joke about a mathematician making cheese...
On the first occasion he pours the milk in the pot, lights the fire, puts pot over fire, stirs, etc.
On the second occasion the fire is already lit and the milk is in the pot (I guess the cleaning lady was helping out). The mathematician extinguishes the fire, pours the milk back in the bottle and cleans the pot. Thus he has reduced it to a problem that her knows how to solve from experience. 😄
Some are even easier. 😄
Note: the timestamp to time record can actually take a dbl but the number to timestamp function is just soooooo pretty