Posts
Showing posts with the label Tutorial
How To Simulate a Program on Keil MicroVision Software Tutorial
- Get link
- X
- Other Apps

Keil Microvision is an Integrated Development Enviornment (IDE) tool developed for students, embedded system designers and developers to make their programming easier. The keil combines project management, source code editing, program debugging and simulation of a program in one platform. Here i am going to demonstrate you on How to Debug or Simulate a program on Keil uvision software. I recommend you to read my previous post about How to Program a Microcontroller? [Basic Steps] . In order to simulate a program on keil microvision software (or any) you should have an Error and Warning Free source program. Here i am demonstrating you the simulation of a sample Led Blinking Program . Read More.....
RSLinx Tutorial Configuring the Ethernet Driver
- Get link
- X
- Other Apps
RSLinx Tutorial | Configuring the Ethernet Driver The Ethernet driver is used to make a connection to Ethernet Devices, such as an Ethernet PLC-5, or a ControlLogix system . The following steps will walk you through a sample configuration of the Ethernet driver in RSLinx . 1) Open RSLinx communication server 2) Click 'Communication' on the menu bar, and then choose 'Configure Drivers'. 3) From the Available driver types pull down menu, choose 'Ethernet Drives', then press the 'Add New' button. 4) For this example, the name can be left at default. Press OK. 5) Populate the list of hostnames. If you do not have a way to resolve host names, you can enter the IP address of the devices you wish to connect to (as shown below in the example). The IP address for each device can usually be obtained from the network ad...