diff options
author | ShaunakManurkar | 2017-04-25 15:58:28 +0530 |
---|---|---|
committer | ShaunakManurkar | 2017-04-25 15:58:28 +0530 |
commit | 97f69a8734da034adb30965851c4e5b3e70b3fe9 (patch) | |
tree | a616d448f625a2de48b88841bf292f9852ddf50e /Documentation | |
parent | 91d2722c79cbf9424c697441f926b2c481d41faa (diff) | |
download | OpenPLC-97f69a8734da034adb30965851c4e5b3e70b3fe9.tar.gz OpenPLC-97f69a8734da034adb30965851c4e5b3e70b3fe9.tar.bz2 OpenPLC-97f69a8734da034adb30965851c4e5b3e70b3fe9.zip |
Made Changes in the documentation of Software-Requirements file
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Software-Requirements.rst (renamed from Documentation/Software-requirements.rst~) | 2 | ||||
-rw-r--r-- | Documentation/Software-requirements.rst | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/Software-requirements.rst~ b/Documentation/Software-Requirements.rst index a7bf328..ce3d504 100644 --- a/Documentation/Software-requirements.rst~ +++ b/Documentation/Software-Requirements.rst @@ -1,4 +1,4 @@ -Software requirements +Software Requirements ===================== Many software support PLC simulation in various logics. diff --git a/Documentation/Software-requirements.rst b/Documentation/Software-requirements.rst index a7bf328..bb3d53a 100644 --- a/Documentation/Software-requirements.rst +++ b/Documentation/Software-requirements.rst @@ -20,14 +20,14 @@ Setting up WINAVR Step 1: First, open up the start screen and then search : Command Prompt -.. image:: OpenPLC/Images/Figcmd.png +.. image:: ../Images/Figcmd.png :height: 540px :width: 550px :scale: 150 Step 2: Then, a screen like this shall pop up. -.. image:: OpenPLC/Images/Comm.png +.. image:: ../Images/Comm.png :height: 540px :width: 550px :scale: 150 @@ -36,7 +36,7 @@ Step 3: Enter into the command prompt for windows: avrdude You should get prompts and flags mentioned like this, which implies that you have downloaded the software properly. -.. image:: OpenPLC/Images/avrdude1.png +.. image:: ../Images/avrdude1.png :height: 440px :width: 650px :scale: 100 @@ -52,7 +52,7 @@ name AVRDUDE. Just enter the below command line on your terminal You would see a screen full of text, something like the one below. To exit press q. If you don’t get a screen like that, then open Ubuntu Software Center and on the search bar enter avrdude, then install it. Enter the same command into the terminal again and you shall see the manual. -.. image:: OpenPLC/Images/manavrdude.png +.. image:: ../Images/manavrdude.png :height: 540px :width: 450px :scale: 100 @@ -62,7 +62,7 @@ Setting up the Ld micro executable To download the software on your Windows system, go to [#] `<http://cq.cx/ladder.pl/>`_ The download is a direct executable, there’s no need to install it. -.. image:: OpenPLC/Images/Downloading-LD-Micro.png +.. image:: ../Images/Downloading-LD-Micro.png :height: 540px :width: 450px :scale: 100 |