LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2d array - path finder - challeng

Hi all

please open the attached file and give a suggestion about the idea of the program.

best regards

0 Kudos
Message 1 of 13
(3,913 Views)
Appears to be a project assignment. What have you done so far? What do you think you should start with?
0 Kudos
Message 2 of 13
(3,909 Views)


mido13 wrote:

Hi all

please open the attached file and give a suggestion about the idea of the program.

best regards


1) ID a domain expert. You can't write code to do a job well if you don't know what is invloved in doing a job well. In my cases I locate the domain expert within my customers organization and use them to define the requirements.

 

In this case you wil have to become the domain expert so sit down and start playing the game yourself. After you have done it a number of times start looking at what thought processes you use to play the game and write them down as if they were hints you are going to hsare with your buddy. Continue this until you have a written set of rules and procedures that you can follow that plays the game without you having to think.

 

Stop and look at the rules you developed and write them up formally. These will become the specs for your app.

 

Yes I could sit down and write something that would play that game, but I would be robbing YOU of a fun opertunity to develop the "Brain Mussle" required to write code.

 

So sit down start playing and have fun!

 

Ben

Message Edited by Ben on 04-29-2010 08:55 AM
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 3 of 13
(3,868 Views)

Hi mido,

nice exercise. Are the numbers already there or did you find them out?

 

Mike

Message Edited by MikeS81 on 04-29-2010 04:12 PM
0 Kudos
Message 4 of 13
(3,857 Views)

I found the points via other process

her is the points open the attached vi

0 Kudos
Message 5 of 13
(3,804 Views)

What is that VI intended to show? All it has is an array on the front panel with default values. Since this is a project assignment we will not give you the answer, but we will try to give you hints. Unless, of course, Ray comes along.

 

Have you move this to here?

0 Kudos
Message 6 of 13
(3,790 Views)

Thanks To all advices this is not project assignment this is a part of my research. i succsses  to do the vi but i want to gain your experinces, (may be some one do it better than me)

so thanks to all

0 Kudos
Message 7 of 13
(3,777 Views)

If you already have the yellow values and they lead to the green target area you should be able to check the 8 neighbours and select the biggest. Repeat until you're at target (and save the values in an array if you want to show the path).

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 8 of 13
(3,740 Views)

smercurio_fc wrote:

What is that VI intended to show? All it has is an array on the front panel with default values. Since this is a project assignment we will not give you the answer, but we will try to give you hints. Unless, of course, Ray comes along.

 

Have you move this to here?


Hey!  I found this thread...

 

My going rate for doing assignments is $100/hr.

Research  projects are now $500/hr.  

 

LOL!  😄

 

You guys are doing a great job, so I won't mess this one up..  Like Ben says, we don't want to take away your fun by doing the code.  Looks like fun to exercise a few brain muscles, especially on a Monday morning.

Message Edited by Ray.R on 05-03-2010 08:11 AM
Message 9 of 13
(3,726 Views)

Thanks to all

this is my try to solve the the vi . (I think it works OK).

if some some one has any modifications or suggestion, he is welcome.

(the reason of participating in this forum is to increase my programming skills and gain experience).

thanks to all replys 

0 Kudos
Message 10 of 13
(3,693 Views)