This paper presents new device to simulate and inject a 4-20 mA current signal to PLC and control on this signal wirelessly. The proposed simulator device has been designed and implemented by a PIC 18f4520 microcontroller and an Ethernet click. This device is connected to Wireless Local Area Network (WLAN) via Wi-Fi router using TCP/IP protocol. The simulator has two channels for 4-20 mA current output signals with two channels for digital output signals, controlled by a laptop or a smart mobile. The purpose of this work is to demonstrate the usefulness of the Wi-Fi wireless technology for remote controlling on the 4-20 mA output current signal and the digital output signal in the designed simulator device. The experiments indicate that the proposed wireless simulator outputs the 4- 20 mA current with high accuracy and very fast response. The experiments also indicate that the proposed wireless simulator is easy, comfortable and convenient practically to use in the test operations of protections, interlocks and integrity of analog input channels for PLC compared to the wired simulator.
Network Simulator-2(NS-2) is one of the most popular simulation systems that is widely used in the network community. C++ and the object-oriented Tool Command Language (TCL) are both used to write this simulator. C++ works as a background for this simulator, whereas TCL is responsible for scheduling discrete events and network configuration objects. The TCL language is used to write the code of the simulation scenario. NS-2 does not present enough graphical interfaces that could help a researcher reduce the time spent on writing long TCL scripts. Therefore, network researchers spend a great deal of time focusing on how to write the TCL simulation script, which consequently makes the simulation process more difficult. This study presents a novel tool that enhances simulation by using graphical interfaces. The graphical interface is used to create the network topology and convert it into a TCL script. Thus, the process is visualized easily, efficiently, and quickly. This work describes the Network Topology Tool(NTT),which is intended to help researchers who work under the network simulation environment of NS-2. In such a scenario, researchers can create the network topology through an interactive graphical user interface and also they can retrieve and edit it which considered a very important and unique service from the other previous works. This tool will allow professional users to focus on the development of new algorithms or architectures rather than spend time writing scripts for data processing. .
The last few years Quadrotor became an important topic, many researches have implemented and tested concerning that topic. Quadrotor also called an unmanned Aerial Vehicle (UAV), it's highly used in many applications like security, civil applications, aid, rescue and a lot of other applications. It’s not a conventional helicopter because of small size, low cost and the ability of vertical and takeoff landing (VTOL). The models kept an eye on quadrotors were presented, the advancement of this new kind of air vehicle is hindered for a very long while because of different reasons, for example, mechanical multifaceted nature, enormous size and weight, and challenges in charge particularly. Just as of late a lot of interests and endeavors have been pulled in on it; a quadrotor has even become a progressively discretionary vehicle for useful application. Quadrotor can be used in variable, different , outdoor and indoor missions; these missions should be implemented with high value of accuracy and quality. In this work two scenarios suggested for different two missions. First mission the quadrotor will be used to reach different goals in the simulated city for different places during one flight using path following algorithm. The second mission will be an indoor arrival mission, during that mission quadrotor will avoid obstacles by using only Pure pursuit algorithm (PPA). To show the benefit of using the new strategy it will compare with a victor field histogram algorithm (VFH) which is used widely in robotics for avoiding obstacles, the comparison will be in terms of reaching time and distance of reaching the goal. The Gazebo Simulator (GS) is used to visualize the movement of the quadrotor. The gazebo has another preferred position it helps to show the motion development of the quadrotor without managing the mathematical model of the quadrotor. The Robotic Operating System (ROS) is used to transfer the data between the MATLAB Simulink program and the Gazebo Simulator. The diversion results show that, the proposed mission techniques win to drive the quarter on the perfect route similarly at the limit with regards to the quadrotor to go without hitting any obstacle in the perfect way.
This paper presents a new design of the filtering antenna with a quasi-elliptic function response. The basic structure of the proposed filtering antenna is consists of a four-folded arms open-loop resonator (OLR). The proposed filtering antenna is simulated, improved and, analyzed by using 3D Computer Simulation Technology (CST) electromagnetic simulator software. The design has good spurious harmonic suppression in the upper and lower stopbands. The Insertion Loss of the proposed filtering antenna IL=0.2 dB and the Return Loss RL= -25.788 dB at the center frequency fo=5.75 GHz. The passband bandwidth which is relatively wide, and equal to 0.793 GHz. The microstrip filtering antenna circuit shows good design results compared to the conventional microstrip patch antenna. The filtering antenna design circuit with etched ground plane structure also has good design results compared to the filtering antenna design which has a complete ground plane structure.
WiMAX (worldwide interoperability for microwave access) is one of the wireless broadband access technologies which supplies broadband services to clients, but it surpasses other technologies by its coverage area, where one base station can cover a small city. In this paper, WiMAX technology is studied by exploring its basic concepts, applications, and advantages / disadvantages. Also a MATLAB simulator is used to verify the operation of the WiMAX system under various channel impairments and for variety of modulation schemes. From the simulation results, we found that WiMAX system works well in both AWGN and multipath fading channels, but under certain constraints that are addressed in this paper.
Clustering is one of the most energy-efficient techniques for extending the lifetime of wireless sensor networks (WSNs). In a clustered WSN, each sensor node transmits the data acquired from the sensing field to the leader node (cluster head). The cluster head (CH) is in charge of aggregating and routing the collected data to the Base station (BS) of the deployed network. Thereby, the selection of the optimum CH is still a crucial issue to reduce the consumed energy in each node and extend the network lifetime. To determine the optimal number of CHs, this paper proposes an Enhanced Fuzzy-based LEACH (E-FLEACH) protocol based on the Fuzzy Logic Controller (FLC). The FLC system relies on three inputs: the residual energy of each node, the distance of each node from the base station (sink node), as well as the node's centrality. The proposed protocol is implemented using the Castalia simulator in conjunction with OMNET++, and simulation results indicate that the proposed protocol outperforms the traditional LEACH protocol in terms of network lifetime, energy consumption, and stability.
Most of routing protocols used for Mobile Ad hoc Network (MANET), such as Ad hoc on demand distance vector (AODV) routing, uses minimum hops as the only metric for choosing a route. This decision might lead to cause some nodes become congested which will degrade the network performance. This paper proposes an improvement of AODV routing algorithm by making routing decisions depend on fuzzy cost based on the delay in conjunction with number of hops in each path. Our simulation was carried out using OMNET++ 4.0 simulator and the evaluation results show that the proposed Fuzzy Multi-Constraint AODV routing performs better than the original AODV in terms of average end-to-end delay and packet delivery.
The main problem of line follower robot is how to make the mobile robot follows a desired path (which is a line drawn on the floor) smoothly and accurately in shortest time. In this paper, the design and implementation of a complex line follower mission is presented by using Matlab Simulink toolbox. The motion of mobile robot on the complex path is simulated by using the Robot Simulator which is programed in Matlab to design and test the performance of the proposed line follower algorithm and the designed PID controller. Due to the complexity of selection the parameters of PID controller, the Particle Swarm Optimization (PSO) algorithm are used to select and tune the parameters of designed PID controller. Five Infrared Ray (IR) sensors are used to collect the information about the location of mobile robot with respect to the desired path (black line). Depending on the collected information, the steering angle of the mobile robot will be controlled to maintain the robot on the desired path by controlling the speed of actuators (two DC motors). The obtained simulation results show that, the motion of mobile robot is still stable even the complex maneuver is performed. The hardware design of the robot system is perform by using the Arduino Mobile Robot (AMR). The Simulink Support Package for Arduino and control system toolbox are used to program the AMR. The practical results show that the performances of real mobile robot are exactly the same of the performances of simulated mobile robot.
Multi-level inverters, as a result of the significant contributions they have made to the fields of high voltage and renewable energy applications, MLI has earned a prestigious place in the field of industrial electronics applications. The use of MLI makes it possible to generate an alternating voltage from a DC voltage or from voltages that are continuously applied thanks to this capability. The quality of the produced wave depends on minimizing the level of total harmonic distortion (THD) in the ensuing output voltage. Increasing the total number of levels is required in order to bring down the THD. The bigger the number of layers, the lower the THD. On the other hand, this necessitates an increase in the number of power switches that are utilized, in addition to an increase in the number of DC sources for certain types. A greater number of levels are achieved in this work with a reduced number of switches, and the DC source necessitates the use of specialized control over the switches as well as the grading of the DC source values. In order to demonstrate that the suggested converter achieves the needed outcomes, the MATLAB simulator is utilized.