0% found this document useful (0 votes)
114 views

Note

The document contains links to various Udemy courses related to mechanical engineering, oil and gas, process control and instrumentation, valves, PLC programming, SCADA systems, electrical power systems, power electronics, and more. The courses cover topics such as introductions to valves, process control, control valves, PLC programming with different platforms like CoDeSys, SCADA systems using Wonderware InTouch, electrical transformers, power cables calculations, power system analysis including power flow and short circuit analysis, and system stability.

Uploaded by

Sahmat Ahsa
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
114 views

Note

The document contains links to various Udemy courses related to mechanical engineering, oil and gas, process control and instrumentation, valves, PLC programming, SCADA systems, electrical power systems, power electronics, and more. The courses cover topics such as introductions to valves, process control, control valves, PLC programming with different platforms like CoDeSys, SCADA systems using Wonderware InTouch, electrical transformers, power cables calculations, power system analysis including power flow and short circuit analysis, and system stability.

Uploaded by

Sahmat Ahsa
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Udemy - Introduction to Valves (Mechanical Engineering, Oil and Gas)

Windows+G
https://drive.google.com/file/d/1-04uWLbEYE_Bhxq6JxfT0flFoaoFq7ud/view

Udemy - Introduction to process control and instrumentation


https://drive.google.com/file/d/1-5F_xGwkPHjUqcNIZFF-oVJCf7R1QeJ_/view?usp=sharing

Udemy - Control Valves 101


https://drive.google.com/file/d/1-1nDpw-yCKCzpaObFcyQZxd360mtHWjn/view?usp=sharing
1452000029-Muhammad Sultan Abdai H

Udemy - Step-by-Step Learn Wonderware InTouch SCADA (PLC-SCADA-2)


https://drive.google.com/file/d/1-0DD66AajqDB9Z6SBhOGhtWtSa-ANXr8/view?usp=sharing

Udemy - PLC from zero to Hero(TIA portal - SIMATIC STEP 7 - ITS PLC)
https://drive.google.com/file/d/1_ao_Ri2Kx_9TQmoOD98walEtxEIqtRw_/view?usp=sharing

Udemy - PID Control with Arduino


https://drive.google.com/file/d/1--WPaOwBLxTSjLIugvO7hnBud7cS3ztz/view?usp=sharing

Udemy - Integrate Arduino ,Soft PLC and HMI using ModBus TCP
https://drive.google.com/file/d/10nfvJlFdgNYcZYmBPZ98t037XWbZw2vx/view?usp=sharing

Udemy - Factory Automation using PLC Logics


https://drive.google.com/file/d/1-DvM5g9cqGV-AbHLQ9W4II8Q-DzF5Gnj/view?usp=sharing

Udemy - PLC Programming - Learn the basics with CoDeSys


https://drive.google.com/file/d/1--osNlhqzgvT0p1IQsiwbk5fU4GFn73K/view?usp=sharing

Power Engineer

Udemy - All Electrical Transformers in Electrical Power Systems.zip


https://drive.google.com/file/d/1-Fh85R63_alms7o58PY1XSbLGpDE-l-s/view?usp=sharing

Udemy - Complete Power Electronics For Electrical Power Engineering.zip


https://drive.google.com/file/d/1-9QJPB9MlPvtb5JDrjvECbfCaiXclk9n/view?usp=sharing

Udemy - Construction Site Electrical System Design.zip


https://drive.google.com/file/d/1--41vU1Qv-gtl6gCnNW93nXZCmFnOKBW/view?usp=sharing

Udemy - Electrical power cables calculations.zip


https://drive.google.com/file/d/1XqVEST_qptMqVwJoMHL2c82u1S8wKwQO/view?usp=sharing

Udemy - MATLAB - Simulink for Power Electronics Simulations.zip


https://drive.google.com/file/d/1-6kxyrWNxg6BXBo5U-QzyWyvPCH5E76-/view?usp=sharing

Udemy - Power System Analysis - Part 3 - Power Flow and Short Circuit
https://drive.google.com/file/d/1-0M2t5hCWOGTeG4Svwik2d60Va

Part 3 - Power Flow and Short Circuit https://drive.google.com/file/d/1-


0M2t5hCWOGTeG4Svwik2d60Va3CyNn_/view?usp=sharing

Udemy - Power System Analysis - Part 4 - System Stability https://-


drive.google.com/file/d/1HLuOU9gTYY_Rgk9ZFK8dlGN3Bv_R1fv5/view?usp=sharing

Device Manager - Game sound - realtek update bawah bawah


#include <LiquidCrystal.h>

LiquidCrystal lcd(12, 11, 5, 4, 3, 2);

void setup() {
// put your setup code here, to run once:
lcd.begin(16, 2);

lcd.setCursor(0, 0);
lcd.print(" DIGITAL ");
lcd.setCursor(0, 1);
lcd.print(" MIKROKONTROLER ");
delay(2000);
lcd.clear();

void loop() {
// put your main code here, to run repeatedly:
lcd.setCursor(0, 0);
lcd.print("M SULTAN ABDAI H");
lcd.setCursor(0, 1);
lcd.print("029");
}

#include <Wire.h>
#include <LiquidCrystal_I2C.h>
int flame = 9;
int mq2 = 8;
int buzz = 7:
// Set the LCD address to 0x27 for a 16 chars and 2 line display
LiquidCrystal_I2C lcd(0x27, 16, 2);

void setup()
{
// initialize the LCD
lcd.begin

// Turn on the blacklight and print a message.


lcd.backlight();
pinMode(flame, INPUT);
pinMode(mq2, INPUT);
pinMode(buzz, OUTPUT);
}

void loop() {
}
int NF = digitalRead(flame);
int NM = digitalRead(mq2);

if (NF==1 && NM==1)


{
lcd.clear();
lcd.print("KEBAKARAN")
digitalWrite(buzz, HIGH);
delay(500);

}
else{

digitalWrite(buzz, LOW);
lcd.clear();
lcd.print("Smart Home");
lcd.setCursor(0, 1);
lcd.print("Standby");
delay.(500);
}

You might also like