Skip to content

Commit 5add3c3

Browse files
committed
Kickoff update micro
1 parent 3748c8b commit 5add3c3

File tree

3 files changed

+67
-3
lines changed

3 files changed

+67
-3
lines changed

.DS_Store

8 KB
Binary file not shown.

micro.qmd

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2-
title: "Micro Simulation"
3-
author: "F"
2+
title: "Micro Simulation Case Study"
3+
author: "Mauricio Orozco"
44
---
5+
6+
# Case Study

vissim.qmd

+63-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,66 @@
11
---
22
title: "Vissim"
3-
author: "X"
3+
author: "Mauricio Orozco"
44
---
5+
6+
::: callout-important
7+
## This tutorial is only for Windows
8+
9+
If you do not use Windows, you need to have a [Virtual Machine](software.qmd#operating-system). If you have an Arm processor this [won't work](https://us-resources.ptvgroup.com/en-us/ptv-support/system-requirements), even with a VM.
10+
:::
11+
12+
In this tutorial we will guide you to install and start using Vissim.
13+
14+
[PTV](https://www.ptvgroup.com/en/products/ptv-visum)Vissim is a macro simulation software, non-free, available only for Windows OS.
15+
16+
## Installation
17+
18+
PTV Vissim is available to download at: [https://cgi.ptvgroup.com/visionSetups/en/filter;product=PTV%20](https://cgi.ptvgroup.com/visionSetups/en/filter;product=PTV%20Visum){.uri}Vissim
19+
20+
Choose the most recent version (recommended). The file may be more than 1.3 GB.
21+
22+
If you don't have Python installed already in your PC, don't worry, you can opt to install it along the Vissim setup.
23+
24+
The [available instructions](https://us-resources.ptvgroup.com/en-us/ptv-support/ptv-visum-installation) are very straight forward.
25+
26+
### Licence activation
27+
28+
> You should have received a server address of where the CERIS licence lives. If not, contact the course teacher.
29+
30+
To use Vissim with the CERIS licence, you need to download [PTV Licence Manager (Standard)](https://cgi.ptvgroup.com/visionSetups/Setups/LICENSEMANAGER/LicenseManager.exe).
31+
32+
![](images/clipboard-2536119485.png){width="610"}
33+
34+
It will ask you to download also another tiny software [CodeMeter Runtime](https://us-resources.ptvgroup.com/en-us/ptv-support/ptv-visum-installation). Say yes!
35+
36+
After install it, open PTV Licence Manager, and click on ⚙️ Edit CodeMeter settings:
37+
38+
![](images/clipboard-4116598095.png){width="600"}
39+
40+
Add ➕ CodeMeter server, and insert the server address that was sent to you.
41+
42+
![](images/clipboard-2675991208.png){width="231"}
43+
44+
Press close (go back) and now 🔍 **Find Licences**.
45+
46+
![](images/clipboard-1159052615.png){width="376"}
47+
48+
An available licence row should now appear on the list 🎉. Close it.
49+
50+
## Getting started
51+
52+
When launching Vissim for the first time, you should have something like this. This is a good signal, it means that the connection to the licence server is running smoothly and that you are ready to start working on your projects! 🚀
53+
54+
![](images/clipboard-89661704.png)
55+
56+
The "Tutorial First Steps" may be wise to follow if you are not familiar with the software. It covers the following topics:
57+
58+
- Network editing (private and public transport)
59+
- Procedure sequence
60+
- Graphic parameters
61+
62+
PTV also offers [online tutorials](https://www.youtube.com/watch?v=Azo8dFDKaxY&list=PLm_ftxJv3rZ1VlAQfZK33lh_uYyLKJmpe) to get familiar with the software.
63+
64+
### Data
65+
66+
### Simulation

0 commit comments

Comments
 (0)