cover
Contact Name
Ardelia Astriany Rizky
Contact Email
ardelia.astriany@gmail.com
Phone
+628562230607
Journal Mail Official
infokom.piksi.ganesha@gmail.com
Editorial Address
Jalan Gatot Subroto No. 301. Kelurahan Maleer, Kecamatan Batununggal. Bandung 40274.
Location
Kab. kebumen,
Jawa tengah
INDONESIA
JURNAL ILMIAH INFOKOM
ISSN : 2339188X     EISSN : 27224147     DOI : https:/doi.org/10.56689
Computer Science, Artificial Intelligency, Cyber Ethnic, E-Commerce, E-Government, E-Learning, Cloud Computing, Information Technology, Information System, Software Engineering, Architecture Enterprise, Database, Data Mining, Data Security, Network Engineering, Network Security.
Articles 90 Documents
PERANCANGAN PENDETEKSI KEBOCORAN GAS LPG DENGAN SENSOR MQ-5 BERBASIS ARDUINO ARI SUCI NOVIAN
INFOKOM (Informatika & Komputer) Vol 6 No 1 (2018): JURNAL INFOKOM JUNI 2018
Publisher : POLITEKNIK PIKSI GANESHA

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (300.589 KB)

Abstract

Now a days, almost all households have LPG gas stove for their daily use after the central goverment embarking a massive convertion program from kerosene to LPG (Liquid Petroleum Gas) a few years ago. LPG Stove has many advantages, It is More efficient and more practice compared with conventional stove that use kerosene as its fuel. But there is one problem that still worried its users related hazards that can be inflicted in case of leakage of the gas. Fires, Explosion and gas poisoning are some examples of the massive dangers that can arise because of the gas leakage. Based on that condition, It is needed gas leakage detector and with its danger sign. To develop this automatic tool for Mitra Keluarga and this tool is created to prevent the occurrence of fires caused by gas leakage. Microcontroller that used to control all this tool components is Arduino Uno R3 and gas sensor use MQ-5. This tool equipped with LCD screen to show information about gas concent and installed with an Information system that can automatically send sms if gas leakage is detected.
ANALISIS SISTEM INFORMASI PROSES PRODUKSI INJECTION PHYLON DI PT. CHANG SHIN INDONESIA CIKAMPEK-KARAWANG DALDIRI
INFOKOM (Informatika & Komputer) Vol 6 No 1 (2018): JURNAL INFOKOM JUNI 2018
Publisher : POLITEKNIK PIKSI GANESHA

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (260.785 KB)

Abstract

This study aims to find out how big influence the application of productioninformation system Injection Phylon on productivity, balancing the input and output datain the production process Injection Phylon (IP) at PT. Chang Shin Indonesia IPCikampek.This study takes a sample of the number of Person In Charge (PIC) scannedpoints totaling as many as 19 people.The method used in this research is interviewmethod, document analysis and evaluation method. To know the prevailing informationsystem then do the research by way of observation and inquire through interview withPIC scan as user of system itself which consist of several work unit PT. Chang ShinIndonesia IP-Cikampek.The Application of Information System in PT. Chang Shin Indonesia IPCikampekhas been running very effectively, efficiently and accurately. Where the needsof each Department by staff employees can be easily accessed in accordance with theprocedures by the system.Information Systems in use is the Global ManufacturingExecution System (GMES).And the problems revealed in this study are as follows: 1). Theproblem is that PIC sometimes does not perform barcode scan according to SOP. Thereare still unequal data input and output due to Batchcard or Passcardsering dropped, losteven broken. Suggestion: re-socialize the importance of the scanning process so that theemployee's mindset changes for the better. Create a missing and damaged Batchcard /Passcard SOP. 2). There is still a disruption of server connection on the shift that worksnight, the system sometimes does not work. Suggestion: IT team can review the problemand immediately improve the broken connection.
DINA, PERANCANGAN SISTEM INFORMASI PERHITUNGAN PENCAPAIAN TARGET TOKO MENGGUNAKAN PHP DAN MYSQL DI ALFAMART SELAAWI GARUT DINA NURFITRIANA
INFOKOM (Informatika & Komputer) Vol 6 No 1 (2018): JURNAL INFOKOM JUNI 2018
Publisher : POLITEKNIK PIKSI GANESHA

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (665.285 KB)

Abstract

This study aims to design the information system of the achievement of the target store inAlfamart Selaawi, Garut. To design this information system used Data Flow Diagram asmodeling method and waterfall method as its design method.This system uses PHP as aprogramming application with MySQL as its database. The input data required in thissystem is the target store data and daily data. After the two data inputted, the process ofcalculating the target, by comparing the daily data with the target data that has beeninputted previously. The resulting output is a daily and monthly target achievementreport. This report is useful to find out how far the store reaches the given target. It isalso used as a basis for decision-making related to the achievement of these targets.
LINTAS: SISTEM SIMULASI LALU LINTAS MENGGUNAKAN SIMEVENTS MATLAB ERWIN
INFOKOM (Informatika & Komputer) Vol 6 No 1 (2018): JURNAL INFOKOM JUNI 2018
Publisher : POLITEKNIK PIKSI GANESHA

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (395.9 KB)

Abstract

Road traffic is a supporting medium that is essential to various means of landtransportation that connect various locations and even large cities. Smooth traffic is agood parameter of the management of a city, also as a sign to determine thetechnological and economic development in the city. As the rate of civilization grows, aswell as the number of people, the road traffic becomes more crowded, so that, congestionoccurs to an alarming level. The solution to breaking down the congestion problem is byapplying some methods and traffic engineering. However, implementing some methodsand traffic engineering without proper planning, will lead to high costs and less optimalresults.In this article we proposed a traffic simulation system called as "LINTAS", as atool in trying to decipher the traffic jam. The exact method and traffic engineering, beforeit is tested in a real way, is first simulated through the LINTAS system, so that it can beknown its effectiveness. LINTAS are built using the SimEvents toolbox and run onMATLAB-Simulink software. The LINTAS simulator is performed based on themathematical sciences, especially the field of queueing theory.
RUNNING TIME ALGORITHM SEARCHING DATA IN ONE DIMENSION ARRAY USING JAVA NETBEANS jOHNSON SIHOMBING
INFOKOM (Informatika & Komputer) Vol 6 No 1 (2018): JURNAL INFOKOM JUNI 2018
Publisher : POLITEKNIK PIKSI GANESHA

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (605.568 KB)

Abstract

Data search algorithms are often used in any programming consisting of: sequentialsearching, binary searching and interpolation searching.Search data can be done in an array, either one-dimensional array, two dimensional andeven n-dimensional. For the research, the author only do the implementation of searchalgorithm on a one dimensional array that each data element is numeric type.The search process is performed on consecutive and non-sequential data in the array.Unassisted data can be found in sequential searches. The opposite is true for binarysearch and interpolation search.The purpose of implementing the algorithm is to show the difference of the result of therunning time of the three search algorithms above, which can be visualized in graphicalform.The results are obtained after the authors perform the implementation of searchalgorithm by using a desktop-based Java software with editor or compiler Netbeans 8.1.
NINA, PERANGKAT LUNAK PEMASARAN PRODUK MESIN PABRIK DAN MESIN PENGOLAHAN TEH BERBASIS WEB DI CV PRIMA PUTRA BANDUNG NINA AMALIA
INFOKOM (Informatika & Komputer) Vol 6 No 1 (2018): JURNAL INFOKOM JUNI 2018
Publisher : POLITEKNIK PIKSI GANESHA

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (1052.941 KB)

Abstract

Marketing is an integrated communication process that aims to provideinformation about goods or services in relation to satisfying human needs and wants. Asa company engaged in the field of Industrial Engineering and machinery, CV. PrimaPutra in particular the sales department has a problem to market its products, especiallyto market products to areas outside the city of Bandung. So it takes a good marketingstrategy that can attract and reach more consumers and also can meet the needs ofconsumers.To handle the problem, then created a web-based product marketing software.The methodology used in this research is Object-oriented method or OOP (ObjectOriented Program) using the design tools such as: Usecase, Activity Diagram, andothers. While in the development of the software using CMS (Content ManagementSystem) in this case CMS used is CMS Joomla and for its database using MySql.So with the manufacture of marketing software product factory and tea processingmachine based web can help the sales to make it easier in doing marketing activities.
PERANCANGAN ROBOT PENDETEKSI KEBOCORAN PIPA GAS MENGGUNAKAN ALGORITMA WALL FOLLOWER NURRAHMAN
INFOKOM (Informatika & Komputer) Vol 6 No 1 (2018): JURNAL INFOKOM JUNI 2018
Publisher : POLITEKNIK PIKSI GANESHA

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (356.404 KB)

Abstract

The risk that can occur from the use of a pipe as a medium to siphon PG gas isoccurring leakage of that pipe. The biggest risk of leakage is when the LPG gas leakedfrom that pipeline ignited by a spark, it will cause an explosion or fires that may damagearound facilities and cause in casualties and injuries. The Wheeled Robot leakage LPGgas detection is the form of a robot, which will move to follow the room contained LPGgas pipeline with DC motor and ultrasonic sensor.The robot is also equipped with a gas sensor to detect gas leakage in the pipe.The brain in this robot is a microconroller program using the algorithm wall follower,with the result that the robot can move and detect the gas leak automatically withouthuman help. The result is a robot will trace the existing pipe in the room with normalspeed at the time has not detected a gas leak.By the time the robot starts detecting a leak, the robot will move at full speedtowards the source of the leak. Getting closer to the source of the leak, the robot willmove but its speed begins to decrease slowly, until right at the source of the leak, then therobot will stop.
ANALISIS DAN PERANCANGAN ALAT PENGENDALI E- ANNOUNCEMENT Rini Suwartika
INFOKOM (Informatika & Komputer) Vol 6 No 1 (2018): JURNAL INFOKOM JUNI 2018
Publisher : POLITEKNIK PIKSI GANESHA

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (372.217 KB)

Abstract

This research was aimed to design of control device e-announcemnet using sms gateway at Puslitbang tekMIRA. Based on the last research result, at Puslitbang tekMIRA it has not used device and system for announcement update. Therefore, need to have a new device and system design with a more integrated database system which makes announcemnet update becomes more effective. The development method that is used in this research is using the Waterfall method which is implemented with C language, Microsoft Visual Studio Language Program, and Microsoft Access as the database system. There are some suggestions for solving those problems there are: using device and the computerized system; developing system in the future;and maintaining the system routinely.
PERANCANGAN SISTEM INFORMASI JADWAL KERETA API TAMBAHAN DI PT. KERETA API INDONESIA (PERSERO) DAERAH OPERASI 2 BANDUNG Rini Tisnawati
INFOKOM (Informatika & Komputer) Vol 6 No 1 (2018): JURNAL INFOKOM JUNI 2018
Publisher : POLITEKNIK PIKSI GANESHA

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (576.945 KB)

Abstract

This research aims to determine the process of running systems as well as design andbuild additional train schedule information system at PT. Kereta Api Indonesia (Persero)Operation Area 2 Bandung.Based on the research results, the process of calculating the travel time of an additionaltrain is still manually, so the calculation process to be slow and complicate in preparingreports and filing additional train schedule.Research methods used are surveys observations to research sites, interviews andliterature review. The concept of this information system design is using object-orientedapproach with UML modeling (Unified Modeling Language), and implemented withvisual basic programming languages and MySQL as database. Software developmentmethod used is Waterfall.There were some suggestions which were needed for solving those problems : 1) usingneural algorithms to make decision; 2) providing training for users of the applicationsystem; 3) developing system in the future.
PERANCANGAN SISTEM INFORMASI E-PSIKOTES MENGGUNAKAN PHP DAN MYSQL DI PT. INFOMEDIA HUMANIKA BANDUNG Roni Surahman
INFOKOM (Informatika & Komputer) Vol 6 No 1 (2018): JURNAL INFOKOM JUNI 2018
Publisher : POLITEKNIK PIKSI GANESHA

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (550.997 KB)

Abstract

This study aims to analyze, design and build psychotes information systems at PTInfomedia Humanika Bandung so that the process of taking data psychotes can be faster,accurate and efficient.Data collection methods was using observation, intervie andliterature study, while the method of this information system design was using objectorientedapproach with UML modeling (Unified Modeling Language).Softwaredevelopment method using prototype method, whichis implemented with PHPprogramming language and MySQL as database.The main problem is the length of the scanning process due to the large numberof data and inconsistencies in the procedure of charging test answers, the inefficiency inrecording the data because it must be input into Microsoft Excel application. Toovercome these problems then made e-psychotes information system with software testingmethods blackbox method.The suggestions given is: Performing system maintenance regularly, doing systemdevelopment, Held training for User and Admin about system usage procedure.