Showing posts with label Winners. Show all posts
Showing posts with label Winners. Show all posts

Tuesday, 12 September 2017

Challenge #4

Challenge #3 Winners

Here are the winners of the Challenge #3. Thanks for your submissions.


1. Vadim Ladik



Good approach towards the application. Require detailed explanation of different cases of Main VI
Also make use of Subdiagram labels for documentation if available

Vadim Ladik Solution


Eval Formula Node VI

Similar to the Formula Node but with variables that can be entered on the front panel. Refer to Formula Parsing VIs in More Detail for more information on the differences between the Eval Formula Node VI and the Formula Node.

2. NanthaKumar T




Recommend you to deselect view as icons for terminals
Also make use of Subdiagram labels for documentation if available

3. Saran Sharvan

Simple approach to the solution

 Congrats all three. Keep Posting your solutions and share knowledge :) Challenge #3

Challenge #4


Design a Clock with following features

1. Time in Dial format (Need GUI Customization) 
2. Display time of different time zones
3. Time zone input in the form of UTC


Add your name to the VI Name (for example Challenge #4_Ramesh) For easy valuation.

Thanks.


Note:
  1. Send your VI to support@thelabview.com
  2. Avoid sending multiple emails
  3. Comments and feedback are welcome
  4. Winner of this challenge posted at the start of the next challenge.

Tuesday, 5 September 2017

Challenge #3

Challenge #2 Winners

We are so happy to received submissions for Challenge #2 which is 3 times the previous solution. Thanks for your submissions.


1. Jhareesh Akella


Very good explanation, Handled most of the loop holes of this applications. Excellent coding style.

2. Shrikant Singh



Used inbuilt function to search the dictionary word. Also he used Defer Panel Updates Property to avoid UI Update while searching. This property will very use full for very big applications.


Defer Panel Updates Property

When you set this property to TRUE, LabVIEW redraws any front panel objects with pending changes then defers all new requests for front panel updates. For example, controls and indicators do not redraw when you change their properties or values. If the operating system requests a redraw, such as if the window is no longer behind another window, LabVIEW redraws the front panel with the current properties instead of the original properties. If FALSE, LabVIEW immediately redraws the changed elements of the front panel.


Here is the Defer panel update VI which is made by Shrikant singh. Make use of this to your applications.



3. Basker Babu



Good approach to attain the solution.



 Congrats all three. Keep Posting your solutions and share knowledge :) Challenge #2

Challenge #3

Here is the Task oriented Coding Challenge 3


We have 3 inputs named A,B & C

Create a code in such a way that output results the formula mentioned in the Formula control



The Formula should support following functions
Addition (+)
Subtraction (-)
Multiplication (*)
Subtraction (/)
power (^)
Square root (sqrt)

This should also support parenthesis () for formulating
  

Add your name to the VI Name (for example Challenge #3_Ramesh) For easy valuation.

Thanks.


Note:
  1. Send your VI to support@thelabview.com
  2. Avoid sending multiple emails
  3. Comments and feedback are welcome
  4. Winner of this challenge posted at the start of the next challenge.