473,748 Members | 7,377 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating traffic simulator with VB .NET

Dear Readers,

This is my first post to this group. I was pointed to this group in a
other vb group, so i have better luck here!

For my learning curve of VB .NET i want to make a traffic simulation
program. Before i start programming, i need to know if there even is a
possibility to make a algorithm in VB .NET that is able to let traffic
drive and making the lights go green, orange or red.

Thanks in advance,

Wouter van Teijlingen
Nov 21 '05
26 5582
Cor Ligthert wrote:
Wouter,

You can control the RS232 port if you are asking that.
Mostly is that answered by Dick Grier in this newsgroup.

When you make a message like "how can I do the traffic lights using the comm
port or RS232" he will probably answer you because in my idea has he some
kind of filter on that in his newsreader.


That's not what i mean. It has to be software only. Imagine the following:

I have train. When the train passes the train passage has to close. The
''battle trees'' have to be closed until the train is away. I don't want
to combine this with hardware at all (only the computer).

So when i press the button GREEN cars can ride. When i press RED, when
train comes by, cars must stop. So the train must comeby, let's say,
every five minutes.

I hope this makes things better understandable. Thank you for your help.

Bye,

Wouter van Teijlingen

Nov 21 '05 #11
Cor Ligthert wrote:
Wouter,

You can control the RS232 port if you are asking that.
Mostly is that answered by Dick Grier in this newsgroup.

When you make a message like "how can I do the traffic lights using the comm
port or RS232" he will probably answer you because in my idea has he some
kind of filter on that in his newsreader.


That's not what i mean. It has to be software only. Imagine the following:

I have train. When the train passes the train passage has to close. The
''battle trees'' have to be closed until the train is away. I don't want
to combine this with hardware at all (only the computer).

So when i press the button GREEN cars can ride. When i press RED, when
train comes by, cars must stop. So the train must comeby, let's say,
every five minutes.

I hope this makes things better understandable. Thank you for your help.

Bye,

Wouter van Teijlingen

Nov 21 '05 #12
Cor Ligthert wrote:
Wouter,

You can control the RS232 port if you are asking that.
Mostly is that answered by Dick Grier in this newsgroup.

When you make a message like "how can I do the traffic lights using the comm
port or RS232" he will probably answer you because in my idea has he some
kind of filter on that in his newsreader.


That's not what i mean. It has to be software only. Imagine the following:

I have train. When the train passes the train passage has to close. The
''battle trees'' have to be closed until the train is away. I don't want
to combine this with hardware at all (only the computer).

So when i press the button GREEN cars can ride. When i press RED, when
train comes by, cars must stop. So the train must comeby, let's say,
every five minutes.

I hope this makes things better understandable. Thank you for your help.

Bye,

Wouter van Teijlingen

Nov 21 '05 #13
Wouter,

That was what I understood, however there should be an interface between
your train and your computer in my opinion.

Or is it completly without any fysical beside the computer and is it
simulating.

I saw this link in another newsgroup by the way.
http://msdn.microsoft.com/msdnmag/is...NETSerialComm/

This is with fysical, however I cannot keep it forever in my clipboard

:-)

Cor
Nov 21 '05 #14
Wouter,

That was what I understood, however there should be an interface between
your train and your computer in my opinion.

Or is it completly without any fysical beside the computer and is it
simulating.

I saw this link in another newsgroup by the way.
http://msdn.microsoft.com/msdnmag/is...NETSerialComm/

This is with fysical, however I cannot keep it forever in my clipboard

:-)

Cor
Nov 21 '05 #15
Cor Ligthert wrote:
Wouter,

That was what I understood, however there should be an interface between
your train and your computer in my opinion.

Or is it completly without any fysical beside the computer and is it
simulating.


I want to make the program without any fysical connection. It's all
simulated on the computer. The train is simulated on the computer, the
trafficlights and battle tree's. Just everything. I wondered if this was
possible to make in VB .NET.

-- Wouter van Teijlingen
Nov 21 '05 #16
Cor Ligthert wrote:
Wouter,

That was what I understood, however there should be an interface between
your train and your computer in my opinion.

Or is it completly without any fysical beside the computer and is it
simulating.


I want to make the program without any fysical connection. It's all
simulated on the computer. The train is simulated on the computer, the
trafficlights and battle tree's. Just everything. I wondered if this was
possible to make in VB .NET.

-- Wouter van Teijlingen
Nov 21 '05 #17
Wouter,

I would not know now why not.

However are you thinking about a complete graphical interface, than I would
ask this as well in the newsgroup

news//news.microsoft. public.dotnet.f ramework.drawin g

And tell than about the graphics you need.

Cor
Nov 21 '05 #18
Wouter,

I would not know now why not.

However are you thinking about a complete graphical interface, than I would
ask this as well in the newsgroup

news//news.microsoft. public.dotnet.f ramework.drawin g

And tell than about the graphics you need.

Cor
Nov 21 '05 #19
"Wouter van Teijlingen" <wo*****@nedlin ux.nl> wrote in message
news:ct******** **@reader08.wxs .nl...
Cor Ligthert wrote:
Wouter,

That was what I understood, however there should be an interface between
your train and your computer in my opinion.

Or is it completly without any fysical beside the computer and is it
simulating.


I want to make the program without any fysical connection. It's all
simulated on the computer. The train is simulated on the computer, the
trafficlights and battle tree's. Just everything. I wondered if this was
possible to make in VB .NET.

-- Wouter van Teijlingen


You can do it, but I think it'd be dead hard to do anything beyond trivial.
Not just in vb.net, in any language.

One road and one car would be kind of easy.
Say.
The car just goes left to right until it comes to the lights... then
reappears on the left of the picture.
The lights turn from red to amber to green....
The car stops if < so-many-pixels from the lights if they're red.
You can hard code all the tricky bits.
You need a car.jpg a background.jpg and three lights.jpg.
Or maybe one lights.jpg and you draw a green/red/amber bit on it.

More cars and more roads is hurting my head just thinking about it.

You're tallking the sort of programming that games designers do.
You need to think about collision detection between the cars.
How do the cars "know" which road they're on and where it goes.
How do they work out that there are lights ahead.
The algorithm woukd be really tricky.
I'm not exactly sure how games designers do this.
I think there's like a mathematical model they use controls the movement and
where stuff is and hence collision detection.
This model is then used by the graphics bits.
So the lights being green is (say) a Light_Colour property of that light
object the buncha-cars-on-that-road will check to see if they move. It's
also one of the properties the stuff does the graphics will check as it
decides which of three lights.jpg to stick in the picture.
You heave inheritance to make vehicles then cars/trucks inherit from that.

Simulation is hard though.
I would imagine the vast majority of us on this ng do business programming.
--
Regards,
Andy O'Neill
Nov 21 '05 #20

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
8359
by: Wouter van Teijlingen | last post by:
Dear Readers, For my learning curve of VB .NET i want to make a traffic simulation program. Before i start programming, i need to know if there even is a possibility to make a algorithm in VB .NET that is able to let traffic drive and making the lights go green, orange or red. Thanks in advance, Wouter van Teijlingen
0
2309
by: Alex Vinokur | last post by:
C++ Simulator of a Universal Turing Machine can be downloaded at : * http://alexvn.freeservers.com/s1/utm.html * http://sourceforge.net/projects/turing-machine/ The program simulates a Universal Turing Machine (UTM). The UTM used in the Simulator is three-tape Turing Machine: * Tape#0 contains transition table and initial instantaneous description of a Particular Turing Machine (TM);
9
2633
by: Milk | last post by:
Hi all, Can anyone help me to do this Question. Coz this is my first time study C++ language and my lecture want me to do this kind of program, i really don't have any ideal pls help me here is the Question:: Improve the following (badly written) matrix multiplicationprogram and translate it into MIPs assembly language then assemble into machine language (hexadecimal representation). You may use a compiler to produce an assembly
61
16273
by: /* frank */ | last post by:
I have to do a homework: make a CPU simulator using C language. I have a set of asm instructions so I have to write a program that should: - load .asm file - view .asm file - do a step by step simulation - display registers contents I tried to search con google with no success.
0
1605
by: SatishPasala | last post by:
Hi I am developing a Windows Mobile application. I want Visual Studio to use Palm Simulator to display the application. Now it is pointing to Default Simulator. I downloaded the Palm Simulator. I need to add it to Visual Studio. Can some one help me to add the simulator?
0
1407
by: François | last post by:
Hi, My current job is to develop VoiceXML dialogs. The voice platform that we use provides neither a debugger nor a simulator, and each time I want to test a new dialog, I have to upload it on the remote production server, and to call the voice platform. So I would like to know where I can find a freeware VoiceXML simulator able to run a VoiceXML dialog. As my dialogs only use DTMF as an input, and text-to-speech synthesis for the...
0
4079
by: Killingkids | last post by:
hello, everyone...im facing a big problem in my final year project, hope that u all can help me solve the problem ... i was doing a mobile web application which enable student to check the college information through mobile, however i just use simulator to test my system... one of modules or function was enable the student to downloads some notes which in txt file format through mobile.Hence, i tested using IE,it does not appear any problem, i...
0
1706
by: Killingkids | last post by:
hello, everyone...im facing a big problem in my final year project, hope that u all can help me solve the problem ... i was doing a mobile web application which enable student to check the college information through mobile, however i just use simulator to test my system... one of modules or function was enable the student to downloads some notes which in txt file format through mobile.Hence, i tested using IE,it does not appear any problem, i...
3
4742
by: DanielJohnson | last post by:
I was wondering if anyblody can suggest me a network simulator written in python in which I can add on my own code and extend its functionality. I am looking for a simulator which will simualte TCP, UDP, RTP and most networking protocol. The learning curve for ns2 and other simulator is too high for me at this time and thats why I am considering Python for it. Every help will be appreciated.
0
8828
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9537
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9367
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9319
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8241
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4599
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3309
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2780
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.