Wednesday, May 22, 2013

Macro Propagation Delay

used to check prach & propagation delay of site.
You can update data by importing log file or do it manually. download here


Monday, May 20, 2013

Belajar Macro (VBA) Excel: From Zero

Belajar macro atau VBA (Visual Basic for Application) sangatlah mudah, menarik dan sangat berguna. Apalagi jika pekerjaan Anda tidak jauh-jauh dengan processing data dengan Excel, Access. Rutinitas yang biasanya membosankan dan memakan waktu lama, bisa dilakukan hanya dengan satu klik saja.
Pada tulisan kali ini, akan dibahas belajar membuat macro dari nol, khusus untuk beginner.
Platform yang digunakan di sini adalah Office 2010.

"Hello Word"

Di sini akan dibahas mengenai langkah pertama membuat macro excel sederhana 'hello word'.


1. Pertama buka Excel Anda. Perhatikan pada menu bar.

Jika ada menu Developer, silakan lanjut ke poin 2. Jika belum, ikuti step-step berikut.


    • Buka menu File --> Options
    • Pilih Customize Ribbon. Lalu beri tanda check pada Developer. Lalu OK.

2. Setelah itu, buat sebuah tombol di sheet1. Caranya pilih menu Developer-->Insert pilih gambar button. Lalu OK

3. Maka akan muncul satu tombol Button1 pada sheet1.
4. Klik kanan pada Button1. Lalu Assign Macro

5. Lalu pilih New. Maka akan masuk ke script editor.
6. Masukkan script berikut.


7. Kembali ke Sheet1. Lalu klik pada Button1.
8. Maka akan muncul message box hello word.
9. Selamat Anda sudah melewati step pertama belajar macro.. :-)

Friday, May 17, 2013

Macro PAO/IPM

used to check PAO/IPM setting for Multi Carrier Power Amplifier (MCPA) in 2G Ericsson Network.
input: MO dump of BSCs

download here













Result:

Thursday, May 16, 2013

Macro Parsing Neighbor

used to parse neigbor 3G (intra & inter frequency) from Ericsson KGET log file.
download here.


Macro Co-SC

One of interference problem in 3G networks caused by Co-SC (Scrambling Code).
This macro used to find Co-SC cells in a custom range/distance.
Input: cells, long-lat, and its SC.

download here



CDD-MO Combiner

EXERT tool produces CDD/MO excel file per BSC. This macro used to combine them.
get it free here!


Wednesday, May 15, 2013

3G STS Swap Tool

Daily statistic tool to monitor network performance based on Cell, Cluster & Blended 3 Days Level.
Used in EID-XL Central Swap and Modernization Project 2013
Technology: VBA Access-Excel 2010

Dashboard:
Input (csv file)

Result (in Excel)
1. Cluster Daily
2. Cluster Blended
3. Cell Daily
Additional Features:
  • Custom statistic date select
  • Delete option
  • Check minimum-maximum date of data
Download here