diff options
Diffstat (limited to 'Documentation/Creating-Ladders.rst')
-rw-r--r-- | Documentation/Creating-Ladders.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/Creating-Ladders.rst b/Documentation/Creating-Ladders.rst index 6bc50b8..2eff25b 100644 --- a/Documentation/Creating-Ladders.rst +++ b/Documentation/Creating-Ladders.rst @@ -3,7 +3,7 @@ Creating Ladders using Ld micro LD Micro’s simple user interface is really easy to use and is self explanatory.To get started working with LD Micro, just double click the LD Micro executable present in your system. Once opened, you shall get such a GUI. -.. image:: Images/ld1.png +.. image:: ../Images/ld1.png :height: 540px :width: 750px :scale: 150 @@ -13,7 +13,7 @@ the default settings, so as to generate the HEX code for your microcontroller. Under Settings tab, select the MCU Parameters Option -.. image:: Images/Setup.png +.. image:: ../Images/Setup.png :height: 340px :width: 450px :scale: 150 @@ -21,7 +21,7 @@ Under Settings tab, select the MCU Parameters Option Then after selecting, change the clock frequency to 16MHz and if using UART change the baud rate to 9600. -.. image:: Images/cont.png +.. image:: ../Images/cont.png :height: 540px :width: 650px :scale: 150 @@ -34,21 +34,21 @@ instructions that are in accordance with the Ladder logic followed for the PLCs After selecting the appropriate instruction, just double click the instruction to edit the name of the variable and other parameters related to the particular instruction. -.. image:: Images/change.png +.. image:: ../Images/change.png :height: 540px :width: 650px :scale: 150 After making the appropriate ladder for the application, the digital input and outputs should be given an appropriate pin number of the controller and the connections should be done accordingly. This can be done by double clicking the appropriate pin to be configured in the consolidated table just below the ladder made. -.. image:: Images/PIN.png +.. image:: ../Images/PIN.png :height: 540px :width: 600px :scale: 150 Now that the logic is set, the ladder can be simulated to verify it’s working. This is done by clicking the Simulate tab and Simulation Mode option under it. This is then followed by a similar screen where Blue indicates LOW and Pink indicates HIGH. To start the simulation, under Simulate tab click Start Real-Time Simulation option. After this, to change the state, just double click the instruction. The appropriate changes and values pertaining to different variables can be seen in the consolidated instruction table under the State column. To come out of simulation mode, click the same Simulation Mode option. -.. image:: Images/states.png +.. image:: ../Images/states.png :height: 340px :width: 450px :scale: 150 |