{"id":62236,"date":"2024-05-03T08:00:00","date_gmt":"2024-05-03T02:30:00","guid":{"rendered":"https:\/\/ye1o34zhk8.onrocket.site\/?p=62236"},"modified":"2024-05-08T14:16:57","modified_gmt":"2024-05-08T08:46:57","slug":"conveyor-sorting-machine","status":"publish","type":"post","link":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/","title":{"rendered":"Conveyor Sorting Machine PLC Program with Calculation Function"},"content":{"rendered":"\n<p>The <strong>conveyor sorting machine<\/strong> is widely used in packing machines in industries that require the function of <strong>sorting<\/strong> the number of products and <strong>counting<\/strong> the number of products that have been packed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conveyor-sorting-machine\">Conveyor Sorting Machine<\/h2>\n\n\n\n<p>This <a href=\"https:\/\/instrumentationtools.com\/plc-sequence-programming-ladder-logic\/\" target=\"_blank\" rel=\"noreferrer noopener\">PLC program<\/a> consists of 2 Sequences, the first sequence serves to calculate the number of Products that will enter the BOX. The second sequence serves to calculate the number of BOXES that have been filled with Product.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1100\" height=\"722\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Conveyor-Sorting-Machine-PLC-Program.png\" alt=\"Conveyor Sorting Machine PLC Program\" class=\"wp-image-62241\"\/><\/figure>\n\n\n\n<p><strong>Sequence One:<\/strong><\/p>\n\n\n\n<p>In the first sequence of the system, products sent by Conveyor 1 will be accommodated in GATE1 and GATE 2. Products that will enter GATE 1 and GATE 2 will be detected by SENSOR 1 and SENSOR 2 and then will be counted using the <a href=\"https:\/\/instrumentationtools.com\/pneumatic-counter-for-counting-the-strokes-of-a-cylinder\/\" target=\"_blank\" rel=\"noreferrer noopener\">Counter function<\/a>.<\/p>\n\n\n\n<p>The number of products accommodated by GATE 1 and GATE 2 must be the same. When the Product has reached the desired amount \/ Set value, GATE 1 and GATE 2 will open, and the product will fall and be accommodated into the BOX below it (as in the second Sequence picture).<\/p>\n\n\n\n<p>In the picture of Sequence 1 can be seen, that the products sent by Conveyor 1 are divided into 2 paths. 1 lane towards the GATE 1 shelter and 1 lane towards GATE 2. Products passing on both paths must run simultaneously or only be delivered 5 seconds late.<\/p>\n\n\n\n<p>If within 5 seconds there is only 1 <a href=\"https:\/\/instrumentationtools.com\/plc-based-product-sorting-machine\/\" target=\"_blank\" rel=\"noreferrer noopener\">product detected<\/a> in one lane then the Alarm will turn ON or if within 2 Minutes there is no product passing in both lanes then the Alarm will turn ON.<\/p>\n\n\n\n<p><strong>Sequence Two:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1143\" height=\"608\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/PLC-Product-Sorting-Machine-Logic.png\" alt=\"PLC Product Sorting Machine Logic\" class=\"wp-image-62242\"\/><\/figure>\n\n\n\n<p>In this sequence, GATE 1 and <a href=\"https:\/\/instrumentationtools.com\/plc-program-using-logic-gates\/\" target=\"_blank\" rel=\"noreferrer noopener\">GATE<\/a> 2 will only open and drop the product into the BOX, if there is a BOX that stops in the SENSOR 5 area because it is held back by GATE 4 closing.<\/p>\n\n\n\n<p>The normal condition of GATE 3 and 4 is when there is no BOX is open, when there is a BOX entering then GATE 3 will remain open and when the BOX has passed SENSOR 4 then GATE 4 will close to hold the BOX.<\/p>\n\n\n\n<p>GATE 3 will close when <a href=\"https:\/\/instrumentationtools.com\/plc-program-based-on-logic-circuit\/\" target=\"_blank\" rel=\"noreferrer noopener\">SENSOR<\/a> 3 detects that there is a BOX that will enter and there is still a BOX inside so the new BOX that will enter will be held by GATE 3 until the BOX inside has come out.<\/p>\n\n\n\n<p>SENSOR 6 serves to calculate the number of BOXES that have come out and serves to reset GATE 1 and 2 Counter data.<\/p>\n\n\n\n<p>Conveyor 1 and Conveyor 2 in this system will run continuously and only stop if there is a Motor\/Conveyor FAULT or if the <a href=\"https:\/\/instrumentationtools.com\/plc-best-practices-store-plc-hard-stop-events-from-faults\/\" target=\"_blank\" rel=\"noreferrer noopener\">STOP<\/a> button is activated.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-addressing-of-the-system\">Addressing of the System<\/h2>\n\n\n\n<p>The list of addresses is shown in the below table.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td><strong>Comment<\/strong><\/td><td><strong>Input (I)<\/strong><\/td><td><strong>Output (Q)<\/strong><\/td><td><strong>Bit Memory<\/strong><\/td><td><strong>Word Memory<\/strong><\/td><td><strong>TIMERS<\/strong><\/td><\/tr><tr><td>PB_START<\/td><td>%I0.0<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>PB_STOP<\/td><td>%I0.1<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>SENSOR_1<\/td><td>%I0.2<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>SENSOR_2<\/td><td>%I0.3<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>SENSOR_3<\/td><td>%I0.4<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>SENSOR_4<\/td><td>%I0.5<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>SENSOR_5<\/td><td>%I0.6<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>SENSOR_6<\/td><td>%I0.7<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>FB_GATE_1<\/td><td>%I0.8<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>FB_GATE_2<\/td><td>%I0.9<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>FB_GATE_3<\/td><td>%I0.12<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>FB_GATE_4<\/td><td>%I0.13<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>CONV_1_FAULT<\/td><td>%I0.10<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>CONV_2_FAULT<\/td><td>%I0.14<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>CONV_1_ON<\/td><td>%I0.11<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>CONV_2_ON<\/td><td>%I0.15<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>CONV_1<\/td><td>&nbsp;<\/td><td>%Q0.0<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>CONV_2<\/td><td>&nbsp;<\/td><td>%Q0.7<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>GATE_1<\/td><td>&nbsp;<\/td><td>%Q0.1<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>GATE_2<\/td><td>&nbsp;<\/td><td>%Q0.2<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>GATE_3<\/td><td>&nbsp;<\/td><td>%Q0.4<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>GATE_4<\/td><td>&nbsp;<\/td><td>%Q0.5<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>ALARM_1<\/td><td>&nbsp;<\/td><td>%Q0.6<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>ALARM_2<\/td><td>&nbsp;<\/td><td>%Q0.3<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>IR_1<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%M0<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>IR_2<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%M1<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>IR_TIMER<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%M2<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>IR_CONV_1_ON<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%M3<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>IR_CONV_1_FAULT<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%M4<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>IR_3<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%M5<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>IR_CONV_2_ON<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%M6<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>IR_CONV_2_FAULT<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%M7<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>COUNT_1<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%MW0<\/td><td>&nbsp;<\/td><\/tr><tr><td>COUNT_2<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%MW1<\/td><td>&nbsp;<\/td><\/tr><tr><td>COUNT_3<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%MW2<\/td><td>&nbsp;<\/td><\/tr><tr><td>TIMER_0<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%TM0<\/td><\/tr><tr><td>TIMER_1<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%TM1<\/td><\/tr><tr><td>TIMER_2<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><td>%TM2<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plc-sorting-program-with-calculation-function\">PLC Sorting Program with Calculation Function<\/h2>\n\n\n\n<p><strong>Initial Setup<\/strong><\/p>\n\n\n\n<p>Open <a href=\"https:\/\/instrumentationtools.com\/ecostruxure-machine-expert-schneider-plc-software\/\" target=\"_blank\" rel=\"noreferrer noopener\">Ecostruxure Machine-Basic Software<\/a>, and enter the Configuration menu to set the type of PLC used, and Digital Input \/ Output contact settings to be used.<\/p>\n\n\n\n<p>Choose PLC type PLC as needed, in this program, I use type TM221CE40T. To change or add PLC we can click the type of PLC in the list column and then drag it to the work page as shown below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1908\" height=\"1017\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Addressing-of-the-PLC-Sorting-System.png\" alt=\"Addressing of the PLC Sorting System\" class=\"wp-image-62243\"\/><\/figure>\n\n\n\n<p><strong>Set Up Digital Input Contacts<\/strong><\/p>\n\n\n\n<p>To set the Digital Input contact parameters we have to press the Digital Input sub-menu first, then a list of <a href=\"https:\/\/instrumentationtools.com\/plc-memory-mapping-io-addressing\/\" target=\"_blank\" rel=\"noreferrer noopener\">Digital Input contact address parameters<\/a> will appear on the work page as shown below. Select the number of contacts to use, then name the SYMBOL column <em>(as shown in box no.4).<\/em><\/p>\n\n\n\n<p>The program uses 16 Digital Inputs. When finished, click the &#8220;Apply&#8221; button to apply the settings that have been done. In Ecostruxure Machine-Basic Software, the Digital Input address uses the format %I0.0 &#8211; %I0.xxx.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1021\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Set-Up-Digital-Inputs.png\" alt=\"Set Up Digital Inputs\" class=\"wp-image-62244\"\/><\/figure>\n\n\n\n<p><strong>Set Up Digital Contact Output<\/strong><\/p>\n\n\n\n<p>Just like the method in setting Digital Input, we need to click the Digital Output Sub menu then a list of Digital Output parameters will appear on the work page. Give a name\/label to the SYMBOL column, in this <a href=\"https:\/\/instrumentationtools.com\/plc-program-for-solenoid\/\" target=\"_blank\" rel=\"noreferrer noopener\">program<\/a> using 8 Digital Output contacts. We can also add a description of each address in the comment field.<\/p>\n\n\n\n<p>When finished, click the &#8220;Apply&#8221; button to apply the settings that have been done. In Ecostruxure Machine-Basic Software the Digital address output address uses the format %Q0.0 &#8211; %Q0.xxx.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1912\" height=\"1018\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Set-Up-Digital-Contacts.png\" alt=\"Set Up Digital Contacts\" class=\"wp-image-62245\"\/><\/figure>\n\n\n\n<p>The next step is to enter the Programming Sub menu to create a Program. Create a Program as follows.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plc-programming-explanation\">PLC Programming Explanation<\/h2>\n\n\n\n<p>The PLC logic is explained below.<\/p>\n\n\n\n<p><strong>NETWORK 0<\/strong><\/p>\n\n\n\n<p>Rung 0 serves as a <a href=\"https:\/\/instrumentationtools.com\/plc-program-for-fan-control-unit-system-for-industry\/\" target=\"_blank\" rel=\"noreferrer noopener\">latching system<\/a>. When PB_START (%I0.0) is activated momentarily, Bit memory IR_1 (%M0) will be active, CONV_1 (%Q0.0) and CONV_2 (%Q0.7) will also be active at the same time.<\/p>\n\n\n\n<p>The system will shut down if PB_STOP (%I0.1) is enabled or if the NC (Normally Close) contact of IR_CONV_1_FAULT (%M4) and IR_CONV_2_FAULT (%M7) bit memory is active.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1018\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Conveyor-Belt-Sorting-Machine-Example.png\" alt=\"Conveyor Belt Sorting Machine Example\" class=\"wp-image-62247\"\/><figcaption class=\"wp-element-caption\">PLC Program &#8211; Rungs 0 and 1<\/figcaption><\/figure>\n<\/div>\n\n\n<p><strong>NETWORK 1<\/strong><\/p>\n\n\n\n<p>This rung serves as a counter for counter data from products detected SENSOR_1 (%I0.2) and SENSOR_2 (%I0.3).<\/p>\n\n\n\n<p>When SENSOR_1 (%I0.2) and SENSOR_2 (%I0.3) <a href=\"https:\/\/instrumentationtools.com\/plc-program-for-automatic-heating-and-mixing-of-products\/\" target=\"_blank\" rel=\"noreferrer noopener\">detect passing products<\/a>, the Operation Block records incoming &#8220;+1&#8221; data in the Word memory allocation COUNT_1 (%MW0) and COUNT_2 (%MW1).<\/p>\n\n\n\n<p><strong>NETWORK 2<\/strong><\/p>\n\n\n\n<p>Rung 2 manages the process of opening and closing GATE 1 (%Q0.1) and GATE 2 (%Q0.2).<\/p>\n\n\n\n<p>When one of the NO (Normally Open) contacts of SENSOR_1 (%I0.2) or SENSOR_2 (%I0.3) is active it activates bit memory IR_2 (%M1), at the same time it activates Instruction TIMER_0 (%TM0).<\/p>\n\n\n\n<p>The Latching function of bit <a href=\"https:\/\/instrumentationtools.com\/plc-best-practices-monitor-plc-memory-usage\/\" target=\"_blank\" rel=\"noreferrer noopener\">memory<\/a> IR_2 (%M1) keeps programs on Rung 2 running even though SENSOR_1 (%I0.2) or SENSOR_2 (%I0.3) inactive.<\/p>\n\n\n\n<p>When TIMER_0 (%TM0) has reached its Preset value then IR_TIMER (%M2) will be active and will turn off bit memory IR_2 (%M1) using the Interlock function.<\/p>\n\n\n\n<p>The Latching function will be replaced by IR_2 (%M1) bit memory. When the data values of Word memory COUNT_1 (%MW0) and COUNT_2 (%MW1) are the same and the NO (Normally Open) contact of SENSOR_5 (%I0.6) is active, TIMER_1 (%TM1) which is of type Timer Of Delay will activate GATE_1 (%Q0.1) and GATE_2 (%Q0.2) for 2 seconds.<\/p>\n\n\n\n<p>When GATE_1 (%Q0.1) and GATE_2 (%Q0.2) are active, the NC (Normally Close) contacts of bit memory FB_GATE_1 (%I0.8) and FB_GATE_2 (%I0.9) turn ON and <a href=\"https:\/\/instrumentationtools.com\/plc-timer-application\/\" target=\"_blank\" rel=\"noreferrer noopener\">TIMER_0<\/a> (%TM0) stops.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1022\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Sorter-Machine-PLC-programming.png\" alt=\"Sorter Machine PLC programming\" class=\"wp-image-62248\"\/><figcaption class=\"wp-element-caption\">PLC Program &#8211; Rungs 2 and 3<\/figcaption><\/figure>\n<\/div>\n\n\n<p><strong>NETWORK 3<\/strong><\/p>\n\n\n\n<p>This rung functions as an ALARM if within 2 minutes no Product is detected on Conveyor 1.<\/p>\n\n\n\n<p>When IR_1 (%M0) is active it will <a href=\"https:\/\/instrumentationtools.com\/plc-example-on-manufacturing-line-assembly\/\" target=\"_blank\" rel=\"noreferrer noopener\">activate<\/a> TIMER_2 (%TM2) if before 2 minutes there is a detected Product then the NC (Normally Close) contact of SENSOR_1 (%I0.2) or SENSOR_2 (%I0.3) will activate and turn off TIMER_2 (%TM2).<\/p>\n\n\n\n<p>Because TIMER_2 (%TM2) is not a Retentive timer type, it cannot store the last value.<\/p>\n\n\n\n<p><strong>NETWORK 4<\/strong> <strong><\/strong><\/p>\n\n\n\n<p>Rung 4 activates ALARM_2 (%Q0.3) if the data in Word memory COUNT_1 (%MW0) and COUNT_2 (%MW1) are not the same.<\/p>\n\n\n\n<p><strong>NETWORK 5<\/strong><\/p>\n\n\n\n<p>Rung 5 functions to regulate the OPEN and CLOSE system of GATE_3 (%Q0.4). When 1 box is entered, SENSOR_5 (%I0.6) will be ACTIVE continuously, but GATE_3 (%Q0.4) is still OPEN.<\/p>\n\n\n\n<p>When another BOX is detected by SENSOR_3 (%0.4) then GATE_3 (%Q0.4) will CLOSE. When SENSOR_5 (%I0.6) is deactivated and SENSOR_6 (%I0.7) detects that the BOX has come out, GATE_3 (%Q0.4) will OPEN and the BOX that was previously stuck will ENTER.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1020\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/automatic-sorting-conveyor-belt-using-plc.png\" alt=\"automatic sorting conveyor belt using plc\" class=\"wp-image-62249\"\/><figcaption class=\"wp-element-caption\">PLC Program &#8211; Rungs 4, 5, 6, and 7<\/figcaption><\/figure>\n<\/div>\n\n\n<p><strong>NETWORK 6<\/strong><\/p>\n\n\n\n<p>This rung serves to open GATE_4 (%Q0.5) using the Interlock Function of IR_3 (%M5) bit memory.<\/p>\n\n\n\n<p>When Word memory data COUNT_1 (%MW0) and COUNT_2 (%MW1) are the same, it activates bit memory IR_3 (%M5) which has an <a href=\"https:\/\/instrumentationtools.com\/centrifugal-compressor-start-permissive-and-interlocks\/\" target=\"_blank\" rel=\"noreferrer noopener\">Interlock<\/a> Function in Rung 7, resulting in GATE_4 (%Q0.5) opening.<\/p>\n\n\n\n<p><strong>NETWORK 7<\/strong><\/p>\n\n\n\n<p>When SENSOR_4 (%I0.5) is active for a moment, that is, when the BOX has passed SENSOR_4 (%I0.5), the GATE_4 (%Q0.5) will close to hold the BOX.<\/p>\n\n\n\n<p>FB_GATE_4 (%I0.13) functions as Latching on this Rung and when the NC (Normally Close) contact of IR_3 (%M5) is active then GATE_4 (%Q0.5) will open.<\/p>\n\n\n\n<p><strong>NETWORK 8<\/strong><\/p>\n\n\n\n<p>This rung serves to <a href=\"https:\/\/instrumentationtools.com\/what-is-data-acquisition\/\" target=\"_blank\" rel=\"noreferrer noopener\">record data<\/a> COUNT_3 (%MW2) and reset data from COUNT_1 (%MW0) and COUNT_2 (%MW1) when SENSOR_6 (%I0.7) is active, that is when the BOX has exited.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1018\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Automatic-Sorting-in-Process-Industries-using-PLC.png\" alt=\"Automatic Sorting in Process Industries using PLC\" class=\"wp-image-62250\"\/><\/figure>\n\n\n\n<p><strong>NETWORK 9<\/strong><\/p>\n\n\n\n<p>This rung activates bit memory IR_CONV_1_ON (%M3) and IR_CONV_2_ON (%M3) for the <a href=\"https:\/\/instrumentationtools.com\/indicators\/\" target=\"_blank\" rel=\"noreferrer noopener\">Feedback indicator<\/a> that CONV_1 (%Q0.0) and CONV_2 (%Q0.7) are active.<\/p>\n\n\n\n<p><strong>NETWORK 10<\/strong><\/p>\n\n\n\n<p>This rung activates bit memory IR_CONV_1_FAULT (%M4) and IR_CONV_2_FAULT (%M7) for the Feedback indicator that CONV_1 (%Q0.0) and CONV_2 (%Q0.7) are in a FAULT state.<\/p>\n\n\n\n<p>If you liked this article, please subscribe to our <a href=\"http:\/\/youtube.com\/instrumentationtools?sub_confirmation=1\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube Channel<\/a> for PLC and SCADA video tutorials. <\/p>\n\n\n\n<p>You can also follow us on <a href=\"https:\/\/www.facebook.com\/instrumentationtoolss\" target=\"_blank\" rel=\"noreferrer noopener\">Facebook<\/a> and <a href=\"https:\/\/twitter.com\/InstTools\" target=\"_blank\" rel=\"noreferrer noopener\">Twitter<\/a> to receive daily updates.<\/p>\n\n\n\n<p id=\"h-read-next\"><strong>Read Next:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/instrumentationtools.com\/analog-measurement-using-ladder-logic\/\" target=\"_blank\" rel=\"noreferrer noopener\">Analog Measurement using PLC Ladder Logic<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/instrumentationtools.com\/program-flow-control-instructions-in-plc\/\" target=\"_blank\" rel=\"noreferrer noopener\">Program Flow Control Instructions in PLC Program<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/instrumentationtools.com\/automatic-car-washing-using-plc\/\" target=\"_blank\" rel=\"noreferrer noopener\">Automatic Car Washing using PLC Programming<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/instrumentationtools.com\/advanced-plc-programming-for-defective-parts-sorting\/\" target=\"_blank\" rel=\"noreferrer noopener\">PLC Programming for Defective Parts Sorting<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/instrumentationtools.com\/sorting-distribution-line\/\" target=\"_blank\" rel=\"noreferrer noopener\">Sorting &amp; Distribution Line PLC Programming<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>The conveyor sorting machine is widely used in the packing industries using the PLC program with the calculation function.<\/p>\n","protected":false},"author":1,"featured_media":62241,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_mo_disable_npp":"","footnotes":""},"categories":[6],"tags":[53551,87232,87448,87451,87449,87636],"class_list":{"0":"post-62236","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-plc","8":"tag-conveyor-plc","9":"tag-conveyor-plc-programming","10":"tag-object-sorting-using-plc","11":"tag-plc-based-object-sorting-automation","12":"tag-plc-based-object-sorting-machine","13":"tag-plc-conveyor-plc-conveyor-belt-project"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Conveyor Sorting Machine PLC Program with Calculation Function<\/title>\n<meta name=\"description\" content=\"The conveyor sorting machine is widely used in the packing industries using the PLC program with the calculation function.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Conveyor Sorting Machine PLC Program with Calculation Function\" \/>\n<meta property=\"og:description\" content=\"The conveyor sorting machine is widely used in the packing industries using the PLC program with the calculation function.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/\" \/>\n<meta property=\"og:site_name\" content=\"Inst Tools\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/instrumentationtoolss\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/instrumentationtoolss\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-03T02:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-08T08:46:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Conveyor-Sorting-Machine-PLC-Program.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1100\" \/>\n\t<meta property=\"og:image:height\" content=\"722\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Editorial Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Conveyor Sorting Machine PLC Program with Calculation Function\" \/>\n<meta name=\"twitter:description\" content=\"The conveyor sorting machine is widely used in the packing industries using the PLC program with the calculation function.\" \/>\n<meta name=\"twitter:creator\" content=\"@insttools\" \/>\n<meta name=\"twitter:site\" content=\"@insttools\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Editorial Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/\"},\"author\":{\"name\":\"Editorial Staff\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#\\\/schema\\\/person\\\/41ad3dac301c219e8d41b1ace61655b2\"},\"headline\":\"Conveyor Sorting Machine PLC Program with Calculation Function\",\"datePublished\":\"2024-05-03T02:30:00+00:00\",\"dateModified\":\"2024-05-08T08:46:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/\"},\"wordCount\":1674,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/Conveyor-Sorting-Machine-PLC-Program.png\",\"keywords\":[\"Conveyor PLC\",\"conveyor plc\u00a0programming\",\"object sorting using\u00a0plc\",\"plc\u00a0based object sorting automation\",\"plc\u00a0based object sorting machine\",\"PLC Conveyor plc conveyor belt project\"],\"articleSection\":[\"PLC Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/\",\"name\":\"Conveyor Sorting Machine PLC Program with Calculation Function\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/Conveyor-Sorting-Machine-PLC-Program.png\",\"datePublished\":\"2024-05-03T02:30:00+00:00\",\"dateModified\":\"2024-05-08T08:46:57+00:00\",\"description\":\"The conveyor sorting machine is widely used in the packing industries using the PLC program with the calculation function.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/#primaryimage\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/Conveyor-Sorting-Machine-PLC-Program.png\",\"contentUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/Conveyor-Sorting-Machine-PLC-Program.png\",\"width\":1100,\"height\":722,\"caption\":\"Conveyor Sorting Machine PLC Program\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/conveyor-sorting-machine\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/instrumentationtools.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Conveyor Sorting Machine PLC Program with Calculation Function\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#website\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/\",\"name\":\"Instrumentation Tools\",\"description\":\"Instrumentation, Electrical, PLC, Tutorials\",\"publisher\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#organization\"},\"alternateName\":\"Inst Tools\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/instrumentationtools.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#organization\",\"name\":\"Instrumentation Tools\",\"alternateName\":\"Inst Tools\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2018\\\/10\\\/Instrumentation-Tools-Logo.png\",\"contentUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2018\\\/10\\\/Instrumentation-Tools-Logo.png\",\"width\":1024,\"height\":1024,\"caption\":\"Instrumentation Tools\"},\"image\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/instrumentationtoolss\\\/\",\"https:\\\/\\\/x.com\\\/insttools\",\"https:\\\/\\\/mastodon.social\\\/@InstrumentationTools\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/instrumentationtools\\\/\",\"https:\\\/\\\/whatsapp.com\\\/channel\\\/0029VaAbUecLNSa4rDPOV31o\",\"https:\\\/\\\/t.me\\\/+u3qORX5FKec1NjA1\",\"https:\\\/\\\/www.instagram.com\\\/instrumentationtools\\\/\",\"https:\\\/\\\/youtube.com\\\/instrumentationtools\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#\\\/schema\\\/person\\\/41ad3dac301c219e8d41b1ace61655b2\",\"name\":\"Editorial Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7d7b78a0bf6b95aebc68e7790f9094403ae40b3fcb9c436cb6956873b90826de?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7d7b78a0bf6b95aebc68e7790f9094403ae40b3fcb9c436cb6956873b90826de?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7d7b78a0bf6b95aebc68e7790f9094403ae40b3fcb9c436cb6956873b90826de?s=96&d=mm&r=g\",\"caption\":\"Editorial Staff\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/instrumentationtoolss\",\"https:\\\/\\\/x.com\\\/insttools\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/InstrumentationTools\\\/\"],\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/author\\\/editorial\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Conveyor Sorting Machine PLC Program with Calculation Function","description":"The conveyor sorting machine is widely used in the packing industries using the PLC program with the calculation function.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/","og_locale":"en_US","og_type":"article","og_title":"Conveyor Sorting Machine PLC Program with Calculation Function","og_description":"The conveyor sorting machine is widely used in the packing industries using the PLC program with the calculation function.","og_url":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/","og_site_name":"Inst Tools","article_publisher":"https:\/\/www.facebook.com\/instrumentationtoolss\/","article_author":"https:\/\/www.facebook.com\/instrumentationtoolss","article_published_time":"2024-05-03T02:30:00+00:00","article_modified_time":"2024-05-08T08:46:57+00:00","og_image":[{"width":1100,"height":722,"url":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Conveyor-Sorting-Machine-PLC-Program.png","type":"image\/png"}],"author":"Editorial Staff","twitter_card":"summary_large_image","twitter_title":"Conveyor Sorting Machine PLC Program with Calculation Function","twitter_description":"The conveyor sorting machine is widely used in the packing industries using the PLC program with the calculation function.","twitter_creator":"@insttools","twitter_site":"@insttools","twitter_misc":{"Written by":"Editorial Staff","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/#article","isPartOf":{"@id":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/"},"author":{"name":"Editorial Staff","@id":"https:\/\/instrumentationtools.com\/#\/schema\/person\/41ad3dac301c219e8d41b1ace61655b2"},"headline":"Conveyor Sorting Machine PLC Program with Calculation Function","datePublished":"2024-05-03T02:30:00+00:00","dateModified":"2024-05-08T08:46:57+00:00","mainEntityOfPage":{"@id":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/"},"wordCount":1674,"commentCount":0,"publisher":{"@id":"https:\/\/instrumentationtools.com\/#organization"},"image":{"@id":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/#primaryimage"},"thumbnailUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Conveyor-Sorting-Machine-PLC-Program.png","keywords":["Conveyor PLC","conveyor plc\u00a0programming","object sorting using\u00a0plc","plc\u00a0based object sorting automation","plc\u00a0based object sorting machine","PLC Conveyor plc conveyor belt project"],"articleSection":["PLC Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/","url":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/","name":"Conveyor Sorting Machine PLC Program with Calculation Function","isPartOf":{"@id":"https:\/\/instrumentationtools.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/#primaryimage"},"image":{"@id":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/#primaryimage"},"thumbnailUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Conveyor-Sorting-Machine-PLC-Program.png","datePublished":"2024-05-03T02:30:00+00:00","dateModified":"2024-05-08T08:46:57+00:00","description":"The conveyor sorting machine is widely used in the packing industries using the PLC program with the calculation function.","breadcrumb":{"@id":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/#primaryimage","url":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Conveyor-Sorting-Machine-PLC-Program.png","contentUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Conveyor-Sorting-Machine-PLC-Program.png","width":1100,"height":722,"caption":"Conveyor Sorting Machine PLC Program"},{"@type":"BreadcrumbList","@id":"https:\/\/instrumentationtools.com\/conveyor-sorting-machine\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/instrumentationtools.com\/"},{"@type":"ListItem","position":2,"name":"Conveyor Sorting Machine PLC Program with Calculation Function"}]},{"@type":"WebSite","@id":"https:\/\/instrumentationtools.com\/#website","url":"https:\/\/instrumentationtools.com\/","name":"Instrumentation Tools","description":"Instrumentation, Electrical, PLC, Tutorials","publisher":{"@id":"https:\/\/instrumentationtools.com\/#organization"},"alternateName":"Inst Tools","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/instrumentationtools.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/instrumentationtools.com\/#organization","name":"Instrumentation Tools","alternateName":"Inst Tools","url":"https:\/\/instrumentationtools.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/instrumentationtools.com\/#\/schema\/logo\/image\/","url":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2018\/10\/Instrumentation-Tools-Logo.png","contentUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2018\/10\/Instrumentation-Tools-Logo.png","width":1024,"height":1024,"caption":"Instrumentation Tools"},"image":{"@id":"https:\/\/instrumentationtools.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/instrumentationtoolss\/","https:\/\/x.com\/insttools","https:\/\/mastodon.social\/@InstrumentationTools","https:\/\/www.linkedin.com\/company\/instrumentationtools\/","https:\/\/whatsapp.com\/channel\/0029VaAbUecLNSa4rDPOV31o","https:\/\/t.me\/+u3qORX5FKec1NjA1","https:\/\/www.instagram.com\/instrumentationtools\/","https:\/\/youtube.com\/instrumentationtools"]},{"@type":"Person","@id":"https:\/\/instrumentationtools.com\/#\/schema\/person\/41ad3dac301c219e8d41b1ace61655b2","name":"Editorial Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7d7b78a0bf6b95aebc68e7790f9094403ae40b3fcb9c436cb6956873b90826de?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7d7b78a0bf6b95aebc68e7790f9094403ae40b3fcb9c436cb6956873b90826de?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d7b78a0bf6b95aebc68e7790f9094403ae40b3fcb9c436cb6956873b90826de?s=96&d=mm&r=g","caption":"Editorial Staff"},"sameAs":["https:\/\/www.facebook.com\/instrumentationtoolss","https:\/\/x.com\/insttools","https:\/\/www.youtube.com\/c\/InstrumentationTools\/"],"url":"https:\/\/instrumentationtools.com\/author\/editorial\/"}]}},"_links":{"self":[{"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/posts\/62236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/comments?post=62236"}],"version-history":[{"count":0,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/posts\/62236\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/media\/62241"}],"wp:attachment":[{"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/media?parent=62236"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/categories?post=62236"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/tags?post=62236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}