Changes for page 12 Clock operation

Last modified by Mora Zhou on 2023/11/21 17:27

From version 1.9
edited by Joey
on 2022/06/09 15:57
Change comment: (Autosaved)
To version 1.11
edited by Joey
on 2022/06/09 16:07
Change comment: (Autosaved)

Summary

Details

Page properties
Content
... ... @@ -1504,18 +1504,14 @@
1504 1504  
1505 1505  **Device used**
1506 1506  
1507 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="14" %)**Devices**|(((
1508 -**Offset**
1509 -
1510 -**modification**
1507 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="13" %)**Devices**|(((
1508 +**Offset modification**
1511 1511  )))|(((
1512 -**Pulse**
1513 -
1514 -**extension**
1510 +**Pulse extension**
1515 1515  )))
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| | | | | | |●|●|●| | | | | |●|●
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| | | | | | |●|●|●| | | | |●|●
1519 1519  
1520 1520  **Features**
1521 1521  
... ... @@ -1523,8 +1523,11 @@
1523 1523  
1524 1524  For example, when -12345678 is specified in (s). (in the case of specifying signed)
1525 1525  
1526 -[[image:07-5 Basic instructions_html_4d939462838cf09b.gif]] The calculation result stored in (d) will be as below.
1522 +(% style="text-align:center" %)
1523 +[[image:07-5 Basic instructions_html_4d939462838cf09b.gif]]
1527 1527  
1525 + The calculation result stored in (d) will be as below.
1526 +
1528 1528  • In "Sign", 20H is stored when the BIN data is positive, and 2DH is stored when it is negative.
1529 1529  
1530 1530  • 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.
... ... @@ -1541,13 +1541,14 @@
1541 1541  
1542 1542  **Example**
1543 1543  
1544 -[[image:07-5 Basic instructions_html_ec8ac32d748a991c.png]]
1543 +(% style="text-align:center" %)
1544 +[[image:07-5 Basic instructions_html_ec8ac32d748a991c.png||height="59" width="300"]]
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 -{{id name="_Toc19693"/}}{{id name="_Toc18078"/}}{{id name="_Toc5726"/}}**DABIN/Decimal ASCII → BIN conversion**
1548 +== **DABIN/Decimal ASCII → BIN conversion** ==
1549 1549  
1550 -[[image:07-5 Basic instructions_html_11b3991e89e21efc.gif]] **DABIN(P)**
1550 +**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,24 +1561,23 @@
1561 1561  
1562 1562  **Device used**
1563 1563  
1564 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|**Offset modification**|(((
1565 -**Pulse**
1566 -
1567 -**extension**
1564 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="8" %)**Devices**|**Offset modification**|(((
1565 +**Pulse extension**
1568 1568  )))
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| | | | | | | | | | | |●|●|●|●|●|●|●|●| | | | | |●|●
1567 +|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**[D]**|**XXP**
1568 +|(% rowspan="2" %)DABIN|Parameter 1| | | | | |●|●|●|●|●
1569 +|Parameter 2|●|●|●|●|●|●|●|●|●|●
1572 1572  
1573 1573  **Features**
1574 1574  
1575 1575  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).
1576 1576  
1577 -[[image:07-5 Basic instructions_html_22c5cb32a0a32214.png]]
1575 +(% style="text-align:center" %)
1576 +[[image:07-5 Basic instructions_html_22c5cb32a0a32214.png||height="273" width="750"]]
1578 1578  
1579 1579  |**ASCII S**|**ASCII 10^^0^^**|**ASCII 10^^1^^**|**ASCII 10^^2^^**|**ASCII 10^^3^^**|**ASCII 10^^4^^**
1580 1580  |**ASCII code**|(((
1581 -{{id name="OLE_LINK36"/}}Units of
1580 +Units of
1582 1582  
1583 1583  ASCII code
1584 1584  )))|(((
... ... @@ -1601,7 +1601,8 @@
1601 1601  
1602 1602  For example, When -25,108 is specified in (s)
1603 1603  
1604 -[[image:07-5 Basic instructions_html_10fb2792e37dbf23.png]]
1603 +(% style="text-align:center" %)
1604 +[[image:07-5 Basic instructions_html_10fb2792e37dbf23.png||height="123" width="750"]]
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,11 +1631,12 @@
1631 1631  **Example**
1632 1632  )))
1633 1633  
1634 -[[image:07-5 Basic instructions_html_bec2bea131b58c03.png]]
1634 +(% style="text-align:center" %)
1635 +[[image:07-5 Basic instructions_html_bec2bea131b58c03.png||height="55" width="300"]]
1635 1635  
1636 -{{id name="_Toc3351"/}}{{id name="_Toc26383"/}}{{id name="_Toc26233"/}}**DDABIN/Decimal ASCII → BIN32-bit data conversion**
1637 +== **DDABIN/Decimal ASCII → BIN32-bit data conversion** ==
1637 1637  
1638 -[[image:07-5 Basic instructions_html_11b3991e89e21efc.gif]] **DDABIN(P)**
1639 +**DDABIN(P)**
1639 1639  
1640 1640  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).
1641 1641  
... ... @@ -1649,31 +1649,31 @@
1649 1649  
1650 1650  **Device used**
1651 1651  
1652 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|**Offset modification**|(((
1653 -**Pulse**
1654 -
1655 -**extension**
1653 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="10" %)**Devices**|**Offset modification**|(((
1654 +**Pulse extension**
1656 1656  )))
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| | | | | | | | | | | |●|●|●|●|●|●|●|●|●|●| | | |●|●
1656 +|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**[D]**|**XXP**
1657 +|(% rowspan="2" %)DDABIN|Parameter 1| | | | | |●|●|●| | |●|●
1658 +|Parameter 2|●|●|●|●|●|●|●|●|●|●|●|●
1660 1660  
1661 1661  **Features**
1662 1662  
1663 1663  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).
1664 1664  
1665 -[[image:07-5 Basic instructions_html_c444110b273f33b7.gif]]
1664 +(% style="text-align:center" %)
1665 +[[image:07-5 Basic instructions_html_c444110b273f33b7.gif||height="193" width="800"]]
1666 1666  
1667 1667  |**ASCII S**|**ASCII code**|**ASCII S**|**ASCII code**
1668 -|ASCII 10^^0^^|Units of ASCII code|ASCII 10^^5^^|{{id name="OLE_LINK38"/}}Hundred thousands of ASCII code
1668 +|ASCII 10^^0^^|Units of ASCII code|ASCII 10^^5^^|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^^|{{id name="OLE_LINK37"/}}Thousands of ASCII code|ASCII 10^^8^^|Hundred millions of ASCII code
1671 +|ASCII 10^^3^^|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 -[[image:07-5 Basic instructions_html_1b4c7e1c663a4399.png]]
1676 +(% style="text-align:center" %)
1677 +[[image:07-5 Basic instructions_html_1b4c7e1c663a4399.png||height="230" width="800"]]
1677 1677  
1678 1678  • 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.
1679 1679  
... ... @@ -1689,7 +1689,7 @@
1689 1689  |4084H|(((
1690 1690  When the Sign data exceeds the range of 30H to 39H, 20H, 00H and 2DH;
1691 1691  
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;
1693 +When the ASCII code of each bit specified in (s) to (s)+5 exceeds the range of 30H to 39H, 20H and 00H;
1693 1693  
1694 1694  When the ASCII data specified in (s) to (s)+5 exceeds the range of -2,147,483,648 to +2,147,483,647
1695 1695  )))
... ... @@ -1698,13 +1698,14 @@
1698 1698  
1699 1699  **Example**
1700 1700  
1701 -[[image:07-5 Basic instructions_html_feea438c943ea9dd.png]]
1702 +(% style="text-align:center" %)
1703 +[[image:07-5 Basic instructions_html_feea438c943ea9dd.png||height="34" width="300"]]
1702 1702  
1703 1703  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.
1704 1704  
1705 -{{id name="_Toc26556"/}}{{id name="_Toc12799"/}}{{id name="_Toc23863"/}}**LIMIT/ BIN 16-bit data high and low limit control**
1707 +== **LIMIT/ BIN 16-bit data high and low limit control** ==
1706 1706  
1707 -[[image:07-5 Basic instructions_html_11b3991e89e21efc.gif]] **LIMIT(P)**
1709 +**LIMIT(P)**
1708 1708  
1709 1709  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).
1710 1710  
... ... @@ -1720,16 +1720,14 @@
1720 1720  
1721 1721  **Device used**
1722 1722  
1723 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|**Offset modification**|(((
1724 -**Pulse**
1725 -
1726 -**extension**
1725 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="11" %)**Devices**|**Offset modification**|(((
1726 +**Pulse extension**
1727 1727  )))
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| | | | | | | | | | | |●|●|●|●|●|●|●|●| | | | | |●|●
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| |●|●|●|●|●|●|●|●| | |●|●
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 -
1744 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).
1744 +• Only in the case of controlling high limit value, set the minimum value of data range in the low limit value specified in (s1).
1746 1746  
1747 1747  • Only in the case of controlling low limit value, set the maximum value of data range in the high limit value specified in (s2).
1748 1748  
1749 -[[image:07-5 Basic instructions_html_50eb5229b027aa14.png]]
1748 +(% style="text-align:center" %)
1749 +[[image:07-5 Basic instructions_html_50eb5229b027aa14.png||height="297" width="550"]]
1750 1750  )))
1751 1751  
1752 1752  **Error code**
... ... @@ -1758,6 +1758,7 @@
1758 1758  
1759 1759  **Example**
1760 1760  
1761 +(% style="text-align:center" %)
1761 1761  [[image:07-5 Basic instructions_html_d67a2e740d4fc738.png]]
1762 1762  
1763 1763  When X000 is ON
... ... @@ -1768,9 +1768,9 @@
1768 1768  
1769 1769  • When 5,000 <D0, D1 is 5,000.
1770 1770  
1771 -{{id name="_Toc32553"/}}{{id name="_Toc9981"/}}{{id name="_Toc9158"/}}**DLIMIT/BIN 32-bit data high and low limit control**
1772 +== **DLIMIT/BIN 32-bit data high and low limit control** ==
1772 1772  
1773 -[[image:07-5 Basic instructions_html_11b3991e89e21efc.gif]] **DLIMIT(P)**
1774 +**DLIMIT(P)**
1774 1774  
1775 1775  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).
1776 1776  
... ... @@ -1786,16 +1786,14 @@
1786 1786  
1787 1787  **Device used**
1788 1788  
1789 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|**Offset modification**|(((
1790 -**Pulse**
1791 -
1792 -**extension**
1790 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="13" %)**Devices**|**Offset modification**|(((
1791 +**Pulse extension**
1793 1793  )))
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| | | | | | | | | | | |●|●|●|●|●|●|●|●|●|●| | | |●|●
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| |●|●|●|●|●|●|●|●|●|●| | |●|●
1799 1799  
1800 1800  **Features**
1801 1801  
... ... @@ -1806,7 +1806,7 @@
1806 1806  |High limit value ((s2), (s2)+1) <input value ((s3), (s3)+1)|High limit value ((s2), (s2)+1)
1807 1807  |Low limit value ((s1), (s1)+1) ≤ input value ((s3), (s3)+1) ≤ high limit value ((s2), (s2)+1)|Input value ((s3), (s3)+1)
1808 1808  
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).
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).
1810 1810  
1811 1811  • Only in the case of controlling low limit value, set the maximum value of data range in the high limit value specified in (s2).
1812 1812  
... ... @@ -1819,7 +1819,8 @@
1819 1819  
1820 1820  **Example**
1821 1821  
1822 -[[image:07-5 Basic instructions_html_217355b90f4b4e16.png]]
1821 +(% style="text-align:center" %)
1822 +[[image:07-5 Basic instructions_html_217355b90f4b4e16.png||height="53" width="400"]]
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 -{{id name="_Toc12534"/}}{{id name="_Toc28213"/}}{{id name="_Toc24591"/}}**SCL/BIN 16-bit unit scale (coordinate data of each point)**
1832 +== **SCL/BIN 16-bit unit scale (coordinate data of each point)** ==
1833 1833  
1834 -[[image:07-5 Basic instructions_html_11b3991e89e21efc.gif]] **SCL(P)**
1834 +**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,15 +1846,13 @@
1846 1846  
1847 1847  **Device used**
1848 1848  
1849 -|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Devices**|**Offset modification**|(((
1850 -**Pulse**
1851 -
1852 -**extension**
1849 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="11" %)**Devices**|**Offset modification**|(((
1850 +**Pulse extension**
1853 1853  )))
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| | | | | | | | | | | |●|●|●|●|●|●|●|●| | | | | |●|●
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| |●|●|●|●|●|●|●|●| | |●|●
1858 1858  
1859 1859  **Features**
1860 1860  
... ... @@ -1870,7 +1870,8 @@
1870 1870  |(% rowspan="2" %)Point n|X coordinate|(s2)+2n-1
1871 1871  |Y coordinate|(s2)+2n
1872 1872  
1873 -[[image:07-5 Basic instructions_html_80185ccddb878234.png]]
1871 +(% style="text-align:center" %)
1872 +[[image:07-5 Basic instructions_html_80185ccddb878234.png||height="422" width="750"]]
1874 1874  
1875 1875  • If the operation result is not an integer value, round the first digit below the decimal point.
1876 1876  
... ... @@ -1886,10 +1886,13 @@
1886 1886  
1887 1887  In the case of scaling conversion characteristics as shown in the figure below, set it as the following data sheet.
1888 1888  
1889 -[[image:07-5 Basic instructions_html_74fd22d845ad450e.png]]
1888 +(% style="text-align:center" %)
1889 +[[image:07-5 Basic instructions_html_74fd22d845ad450e.png||height="210" width="750"]]
1890 1890  
1891 -|(% colspan="2" rowspan="2" %)**Set &nbsp;&nbsp;&nbsp;&nbsp;items**|(% colspan="3" %)**Sett &nbsp;&nbsp;&nbsp;&nbsp;device and content**|(% rowspan="2" %)**Remarks**
1892 -|(% colspan="2" %)**When R0 is specified in (s2)**|**Set &nbsp;&nbsp;&nbsp;&nbsp;content**
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**
1893 1893  |(% colspan="2" %)Coordinate points|(s2)|R0|K10|
1894 1894  |(% rowspan="2" %)Point 1|X coordinate|(s2)+1|R1|K5|
1895 1895  |Y coordinate|(s2)+2|R2|K20|
... ... @@ -1937,6 +1937,7 @@
1937 1937  
1938 1938  **Example**
1939 1939  
1942 +(% style="text-align:center" %)
1940 1940  [[image:07-5 Basic instructions_html_5519d7b41f15b6d6.png]]
1941 1941  
1942 1942  [[image:07-5 Basic instructions_html_ace075fb7675de8e.gif]] When -100 ≤ D0(X) < 0, D100(Y)=