Changes for page 12 Clock operation
Last modified by Mora Zhou on 2023/11/21 17:27
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1504,14 +1504,18 @@ 1504 1504 1505 1505 **Device used** 1506 1506 1507 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="13" %)**Devices**|((( 1508 -**Offset modification** 1507 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="14" %)**Devices**|((( 1508 +**Offset** 1509 + 1510 +**modification** 1509 1509 )))|((( 1510 -**Pulse extension** 1512 +**Pulse** 1513 + 1514 +**extension** 1511 1511 ))) 1512 -|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**[D]**|**XXP** 1513 -|(% rowspan="2" %)DBINDA|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●|●|● 1514 -|Parameter 2| | | | | | |●|●|●| | | | |●|● 1516 +|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP** 1517 +|(% rowspan="2" %)DBINDA|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●| |●|● 1518 +|Parameter 2| | | | | | |●|●|●| | | | | |●|● 1515 1515 1516 1516 **Features** 1517 1517 ... ... @@ -1519,11 +1519,8 @@ 1519 1519 1520 1520 For example, when -12345678 is specified in (s). (in the case of specifying signed) 1521 1521 1522 -(% style="text-align:center" %) 1523 -[[image:07-5 Basic instructions_html_4d939462838cf09b.gif]] 1526 +[[image:07-5 Basic instructions_html_4d939462838cf09b.gif]] The calculation result stored in (d) will be as below. 1524 1524 1525 - The calculation result stored in (d) will be as below. 1526 - 1527 1527 • In "Sign", 20H is stored when the BIN data is positive, and 2DH is stored when it is negative. 1528 1528 1529 1529 • 20H is stored at 0 to the left of the effective number of digits. (Suppress 0.) For example, in the case of "0012034560", "00" becomes 20H, and "12034560" becomes effective digits. ... ... @@ -1540,14 +1540,13 @@ 1540 1540 1541 1541 **Example** 1542 1542 1543 -(% style="text-align:center" %) 1544 -[[image:07-5 Basic instructions_html_ec8ac32d748a991c.png||height="59" width="300"]] 1544 +[[image:07-5 Basic instructions_html_ec8ac32d748a991c.png]] 1545 1545 1546 1546 When X000 is ON, convert the value of 32-bit data (BIN) D1000 into decimal ASCII code, and then use PR (FNC 77) instruction to output the converted ASCII code character by character to the program in Y040 to Y051 in time and time division. 1547 1547 1548 -== **DABIN/Decimal ASCII → BIN conversion** ==1548 +{{id name="_Toc19693"/}}{{id name="_Toc18078"/}}{{id name="_Toc5726"/}}**DABIN/Decimal ASCII → BIN conversion** 1549 1549 1550 -**DABIN(P)** 1550 +[[image:07-5 Basic instructions_html_11b3991e89e21efc.gif]] **DABIN(P)** 1551 1551 1552 1552 Digital ASCII code (30H to 39H) is a instruction to convert real data into BIN data. 1553 1553 ... ... @@ -1561,23 +1561,24 @@ 1561 1561 1562 1562 **Device used** 1563 1563 1564 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="8" %)**Devices**|**Offset modification**|((( 1565 -**Pulse extension** 1564 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|**Offset modification**|((( 1565 +**Pulse** 1566 + 1567 +**extension** 1566 1566 ))) 1567 -|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**[D]**|**XXP** 1568 -|(% rowspan="2" %)DABIN|Parameter 1| | | | | |●|●|●|●|● 1569 -|Parameter 2|●|●|●|●|●|●|●|●|●|● 1569 +|**X**|**Y**|**M**|**S**|**SM**|**T(bit)**|**C(bit)**|**LC(bit)**|**HSC(bit)**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP** 1570 +|(% rowspan="2" %)DABIN|Parameter 1| | | | | | | | | | | | | | | | |●|●|●| | | | | |●|● 1571 +|Parameter 2| | | | | | | | | | | |●|●|●|●|●|●|●|●| | | | | |●|● 1570 1570 1571 1571 **Features** 1572 1572 1573 1573 The decimal ASCII data stored after the device number specified in (s) is converted into BIN 16-bit data and stored in the device specified in (d). 1574 1574 1575 -(% style="text-align:center" %) 1576 -[[image:07-5 Basic instructions_html_22c5cb32a0a32214.png||height="273" width="750"]] 1577 +[[image:07-5 Basic instructions_html_22c5cb32a0a32214.png]] 1577 1577 1578 1578 |**ASCII S**|**ASCII 10^^0^^**|**ASCII 10^^1^^**|**ASCII 10^^2^^**|**ASCII 10^^3^^**|**ASCII 10^^4^^** 1579 1579 |**ASCII code**|((( 1580 -Units of 1581 +{{id name="OLE_LINK36"/}}Units of 1581 1581 1582 1582 ASCII code 1583 1583 )))|((( ... ... @@ -1600,8 +1600,7 @@ 1600 1600 1601 1601 For example, When -25,108 is specified in (s) 1602 1602 1603 -(% style="text-align:center" %) 1604 -[[image:07-5 Basic instructions_html_10fb2792e37dbf23.png||height="123" width="750"]] 1604 +[[image:07-5 Basic instructions_html_10fb2792e37dbf23.png]] 1605 1605 1606 1606 • The ASCII data specified in (s) to (s)+2 is within the range of -32,768 to +32,767. 1607 1607 ... ... @@ -1631,12 +1631,11 @@ 1631 1631 **Example** 1632 1632 ))) 1633 1633 1634 -(% style="text-align:center" %) 1635 -[[image:07-5 Basic instructions_html_bec2bea131b58c03.png||height="55" width="300"]] 1634 +[[image:07-5 Basic instructions_html_bec2bea131b58c03.png]] 1636 1636 1637 -== **DDABIN/Decimal ASCII → BIN32-bit data conversion** ==1636 +{{id name="_Toc3351"/}}{{id name="_Toc26383"/}}{{id name="_Toc26233"/}}**DDABIN/Decimal ASCII → BIN32-bit data conversion** 1638 1638 1639 -**DDABIN(P)** 1638 +[[image:07-5 Basic instructions_html_11b3991e89e21efc.gif]] **DDABIN(P)** 1640 1640 1641 1641 The decimal ASCII data stored after the device number specified in (s) is converted into BIN 32-bit data and stored in the device number specified in (d). 1642 1642 ... ... @@ -1650,31 +1650,31 @@ 1650 1650 1651 1651 **Device used** 1652 1652 1653 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="10" %)**Devices**|**Offset modification**|((( 1654 -**Pulse extension** 1652 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|**Offset modification**|((( 1653 +**Pulse** 1654 + 1655 +**extension** 1655 1655 ))) 1656 -|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**[D]**|**XXP** 1657 -|(% rowspan="2" %)DDABIN|Parameter 1| | | | | |●|●|●| | |●|● 1658 -|Parameter 2|●|●|●|●|●|●|●|●|●|●|●|● 1657 +|**X**|**Y**|**M**|**S**|**SM**|**T(bit)**|**C(bit)**|**LC(bit)**|**HSC(bit)**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP** 1658 +|(% rowspan="2" %)DDABIN|Parameter 1| | | | | | | | | | | | | | | | |●|●|●| | | | | |●|● 1659 +|Parameter 2| | | | | | | | | | | |●|●|●|●|●|●|●|●|●|●| | | |●|● 1659 1659 1660 1660 **Features** 1661 1661 1662 1662 The decimal ASCII data stored after the device number specified in (s) is converted into BIN 32-bit data and stored in the device specified in (d). 1663 1663 1664 -(% style="text-align:center" %) 1665 -[[image:07-5 Basic instructions_html_c444110b273f33b7.gif||height="193" width="800"]] 1665 +[[image:07-5 Basic instructions_html_c444110b273f33b7.gif]] 1666 1666 1667 1667 |**ASCII S**|**ASCII code**|**ASCII S**|**ASCII code** 1668 -|ASCII 10^^0^^|Units of ASCII code|ASCII 10^^5^^|Hundred thousands of ASCII code 1668 +|ASCII 10^^0^^|Units of ASCII code|ASCII 10^^5^^|{{id name="OLE_LINK38"/}}Hundred thousands of ASCII code 1669 1669 |ASCII 10^^1^^|Tens of ASCII code|ASCII 10^^6^^|Millions of ASCII code 1670 1670 |ASCII 10^^2^^|Hundreds of ASCII code|ASCII 10^^7^^|Ten millions of ASCII code 1671 -|ASCII 10^^3^^|Thousands of ASCII code|ASCII 10^^8^^|Hundred millions of ASCII code 1671 +|ASCII 10^^3^^|{{id name="OLE_LINK37"/}}Thousands of ASCII code|ASCII 10^^8^^|Hundred millions of ASCII code 1672 1672 |ASCII 10^^4^^|Tens thousands of ASCII code|ASCII 10^^9^^|billions of ASCII code 1673 1673 1674 1674 When -1234543210 is specified in (s) (When signed is specified) 1675 1675 1676 -(% style="text-align:center" %) 1677 -[[image:07-5 Basic instructions_html_1b4c7e1c663a4399.png||height="230" width="800"]] 1676 +[[image:07-5 Basic instructions_html_1b4c7e1c663a4399.png]] 1678 1678 1679 1679 • The ASCII data specified in (s) to (s)+5 is within the range of -2,147,483,648 to +2,147,483,647. In addition, the data stored in the high byte of (s)+5 will be ignored. 1680 1680 ... ... @@ -1690,7 +1690,7 @@ 1690 1690 |4084H|((( 1691 1691 When the Sign data exceeds the range of 30H to 39H, 20H, 00H and 2DH; 1692 1692 1693 -When the ASCII code of each bit specified in (s) to (s)+5 exceeds the range of 30H to 39H, 20H and 00H; 1692 +{{id name="OLE_LINK39"/}}When the ASCII code of each bit specified in (s) to (s)+5 exceeds the range of 30H to 39H, 20H and 00H; 1694 1694 1695 1695 When the ASCII data specified in (s) to (s)+5 exceeds the range of -2,147,483,648 to +2,147,483,647 1696 1696 ))) ... ... @@ -1699,14 +1699,13 @@ 1699 1699 1700 1700 **Example** 1701 1701 1702 -(% style="text-align:center" %) 1703 -[[image:07-5 Basic instructions_html_feea438c943ea9dd.png||height="34" width="300"]] 1701 +[[image:07-5 Basic instructions_html_feea438c943ea9dd.png]] 1704 1704 1705 1705 When X000 is ON, the Signs set in to D20 to D25 and the ASCII code data of 10-digit decimal numbers are converted into BIN values and then saved to the program in D0 to D1. 1706 1706 1707 -== **LIMIT/ BIN 16-bit data high and low limit control** ==1705 +{{id name="_Toc26556"/}}{{id name="_Toc12799"/}}{{id name="_Toc23863"/}}**LIMIT/ BIN 16-bit data high and low limit control** 1708 1708 1709 -**LIMIT(P)** 1707 +[[image:07-5 Basic instructions_html_11b3991e89e21efc.gif]] **LIMIT(P)** 1710 1710 1711 1711 The input value (BIN 16-bit value) specified in (s3) controls the output value stored in the device specified in (d) according to the upper and lower limit value ranges specified in (s1) and (s2). 1712 1712 ... ... @@ -1722,14 +1722,16 @@ 1722 1722 1723 1723 **Device used** 1724 1724 1725 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="11" %)**Devices**|**Offset modification**|((( 1726 -**Pulse extension** 1723 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|**Offset modification**|((( 1724 +**Pulse** 1725 + 1726 +**extension** 1727 1727 ))) 1728 -|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**K**|**H**|**[D]**|**XXP** 1729 -|(% rowspan="4" %)LIMIT|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|● 1730 -|Parameter 2|●|●|●|●|●|●|●|●|●|●|●|●|● 1731 -|Parameter 3|●|●|●|●|●|●|●|●|●| | |●|● 1732 -|Parameter 4| |●|●|●|●|●|●|●|●| | |●|● 1728 +|**X**|**Y**|**M**|**S**|**SM**|**T(bit)**|**C(bit)**|**LC(bit)**|**HSC(bit)**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP** 1729 +|(% rowspan="4" %)LIMIT|Parameter 1| | | | | | | | | | |●|●|●|●|●|●|●|●|●| | |●|●| |●|● 1730 +|Parameter 2| | | | | | | | | | |●|●|●|●|●|●|●|●|●| | |●|●| |●|● 1731 +|Parameter 3| | | | | | | | | | |●|●|●|●|●|●|●|●|●| | | | | |●|● 1732 +|Parameter 4| | | | | | | | | | | |●|●|●|●|●|●|●|●| | | | | |●|● 1733 1733 1734 1734 **Features** 1735 1735 ... ... @@ -1740,13 +1740,13 @@ 1740 1740 |High limit value (s1) <input value (s3)|High limit value (s2) 1741 1741 |Low limit value (s1) ≤ input value (s3) ≤ high limit value (s2)|Input value (s3) 1742 1742 1743 + 1743 1743 ((( 1744 -• 1745 +•Only in the case of controlling high limit value, set the minimum value of data range in the low limit value specified in (s1). 1745 1745 1746 1746 • Only in the case of controlling low limit value, set the maximum value of data range in the high limit value specified in (s2). 1747 1747 1748 -(% style="text-align:center" %) 1749 -[[image:07-5 Basic instructions_html_50eb5229b027aa14.png||height="297" width="550"]] 1749 +[[image:07-5 Basic instructions_html_50eb5229b027aa14.png]] 1750 1750 ))) 1751 1751 1752 1752 **Error code** ... ... @@ -1758,7 +1758,6 @@ 1758 1758 1759 1759 **Example** 1760 1760 1761 -(% style="text-align:center" %) 1762 1762 [[image:07-5 Basic instructions_html_d67a2e740d4fc738.png]] 1763 1763 1764 1764 When X000 is ON ... ... @@ -1769,9 +1769,9 @@ 1769 1769 1770 1770 • When 5,000 <D0, D1 is 5,000. 1771 1771 1772 -== **DLIMIT/BIN 32-bit data high and low limit control** ==1771 +{{id name="_Toc32553"/}}{{id name="_Toc9981"/}}{{id name="_Toc9158"/}}**DLIMIT/BIN 32-bit data high and low limit control** 1773 1773 1774 -**DLIMIT(P)** 1773 +[[image:07-5 Basic instructions_html_11b3991e89e21efc.gif]] **DLIMIT(P)** 1775 1775 1776 1776 The input value (BIN 32-bit value) specified in (s3) controls the output value stored in the device specified in (d) according to the range of high and low limit values specified in (s1) and (s2). 1777 1777 ... ... @@ -1787,14 +1787,16 @@ 1787 1787 1788 1788 **Device used** 1789 1789 1790 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="13" %)**Devices**|**Offset modification**|((( 1791 -**Pulse extension** 1789 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|**Offset modification**|((( 1790 +**Pulse** 1791 + 1792 +**extension** 1792 1792 ))) 1793 -|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**[D]**|**XXP** 1794 -|(% rowspan="4" %)DLIMIT|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●|●|● 1795 -|Parameter 2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|● 1796 -|Parameter 3|●|●|●|●|●|●|●|●|●|●|●| | |●|● 1797 -|Parameter 4| |●|●|●|●|●|●|●|●|●|●| | |●|● 1794 +|**X**|**Y**|**M**|**S**|**SM**|**T(bit)**|**C(bit)**|**LC(bit)**|**HSC(bit)**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP** 1795 +|(% rowspan="4" %)DLIMIT|Parameter 1| | | | | | | | | | |●|●|●|●|●|●|●|●|●|●|●|●|●| |●|● 1796 +|Parameter 2| | | | | | | | | | |●|●|●|●|●|●|●|●|●|●|●|●|●| |●|● 1797 +|Parameter 3| | | | | | | | | | |●|●|●|●|●|●|●|●|●|●|●| | | |●|● 1798 +|Parameter 4| | | | | | | | | | | |●|●|●|●|●|●|●|●|●|●| | | |●|● 1798 1798 1799 1799 **Features** 1800 1800 ... ... @@ -1805,7 +1805,7 @@ 1805 1805 |High limit value ((s2), (s2)+1) <input value ((s3), (s3)+1)|High limit value ((s2), (s2)+1) 1806 1806 |Low limit value ((s1), (s1)+1) ≤ input value ((s3), (s3)+1) ≤ high limit value ((s2), (s2)+1)|Input value ((s3), (s3)+1) 1807 1807 1808 - •Only in the case of controlling high limit value, set the minimum value of data range in the low limit value specified in (s1).1809 +{{id name="OLE_LINK43"/}}{{id name="OLE_LINK40"/}}•Only in the case of controlling high limit value, set the minimum value of data range in the low limit value specified in (s1). 1809 1809 1810 1810 • Only in the case of controlling low limit value, set the maximum value of data range in the high limit value specified in (s2). 1811 1811 ... ... @@ -1818,8 +1818,7 @@ 1818 1818 1819 1819 **Example** 1820 1820 1821 -(% style="text-align:center" %) 1822 -[[image:07-5 Basic instructions_html_217355b90f4b4e16.png||height="53" width="400"]] 1822 +[[image:07-5 Basic instructions_html_217355b90f4b4e16.png]] 1823 1823 1824 1824 Operation: 1825 1825 ... ... @@ -1829,9 +1829,9 @@ 1829 1829 1830 1830 • When 1,000,000 <(D1, D0), (D11, D10) is 1,000,000. 1831 1831 1832 -== **SCL/BIN 16-bit unit scale (coordinate data of each point)** ==1832 +{{id name="_Toc12534"/}}{{id name="_Toc28213"/}}{{id name="_Toc24591"/}}**SCL/BIN 16-bit unit scale (coordinate data of each point)** 1833 1833 1834 -**SCL(P)** 1834 +[[image:07-5 Basic instructions_html_11b3991e89e21efc.gif]] **SCL(P)** 1835 1835 1836 1836 The scaling conversion data (16-bit data unit) specified in (s2) is scaled from the input value specified in (s1), and the calculation result is stored in the device specified in (d). 1837 1837 ... ... @@ -1846,13 +1846,15 @@ 1846 1846 1847 1847 **Device used** 1848 1848 1849 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="11" %)**Devices**|**Offset modification**|((( 1850 -**Pulse extension** 1849 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|**Offset modification**|((( 1850 +**Pulse** 1851 + 1852 +**extension** 1851 1851 ))) 1852 -|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**K**|**H**|**[D]**|**XXP** 1853 -|(% rowspan="3" %)SCL|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|● 1854 -|Parameter 2| | | | | | |●|●|●| | |●|● 1855 -|Parameter 3| |●|●|●|●|●|●|●|●| | |●|● 1854 +|**X**|**Y**|**M**|**S**|**SM**|**T(bit)**|**C(bit)**|**LC(bit)**|**HSC(bit)**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP** 1855 +|(% rowspan="3" %)SCL|Parameter 1| | | | | | | | | | |●|●|●|●|●|●|●|●|●| | |●|●| |●|● 1856 +|Parameter 2| | | | | | | | | | | | | | | | |●|●|●| | | | | |●|● 1857 +|Parameter 3| | | | | | | | | | | |●|●|●|●|●|●|●|●| | | | | |●|● 1856 1856 1857 1857 **Features** 1858 1858 ... ... @@ -1868,8 +1868,7 @@ 1868 1868 |(% rowspan="2" %)Point n|X coordinate|(s2)+2n-1 1869 1869 |Y coordinate|(s2)+2n 1870 1870 1871 -(% style="text-align:center" %) 1872 -[[image:07-5 Basic instructions_html_80185ccddb878234.png||height="422" width="750"]] 1873 +[[image:07-5 Basic instructions_html_80185ccddb878234.png]] 1873 1873 1874 1874 • If the operation result is not an integer value, round the first digit below the decimal point. 1875 1875 ... ... @@ -1885,13 +1885,10 @@ 1885 1885 1886 1886 In the case of scaling conversion characteristics as shown in the figure below, set it as the following data sheet. 1887 1887 1888 -(% style="text-align:center" %) 1889 -[[image:07-5 Basic instructions_html_74fd22d845ad450e.png||height="210" width="750"]] 1889 +[[image:07-5 Basic instructions_html_74fd22d845ad450e.png]] 1890 1890 1891 -|(% colspan="2" rowspan="2" %)((( 1892 -**Set items** 1893 -)))|(% colspan="3" %)**Sett device and content**|(% rowspan="2" %)**Remarks** 1894 -|(% colspan="2" %)**When R0 is specified in (s2)**|**Set content** 1891 +|(% colspan="2" rowspan="2" %)**Set items**|(% colspan="3" %)**Sett device and content**|(% rowspan="2" %)**Remarks** 1892 +|(% colspan="2" %)**When R0 is specified in (s2)**|**Set content** 1895 1895 |(% colspan="2" %)Coordinate points|(s2)|R0|K10| 1896 1896 |(% rowspan="2" %)Point 1|X coordinate|(s2)+1|R1|K5| 1897 1897 |Y coordinate|(s2)+2|R2|K20| ... ... @@ -1939,7 +1939,6 @@ 1939 1939 1940 1940 **Example** 1941 1941 1942 -(% style="text-align:center" %) 1943 1943 [[image:07-5 Basic instructions_html_5519d7b41f15b6d6.png]] 1944 1944 1945 1945 [[image:07-5 Basic instructions_html_ace075fb7675de8e.gif]] When -100 ≤ D0(X) < 0, D100(Y)=