S7-200 series PLC compare instruction

      SIEMENS S7-200 programming software in the STEP-7, a special compare instruction: IN1 and IN2 to compare the two data types can be B, I (W), D, R, that is, byte, word, integer, double word integers and real numbers; you can also have other comparative:>, <, ≥, ≤, , and so on. When the comparison … Continue reading S7-200 series PLC compare instruction

Siemens S200 PLC stores local variables (L)

       Local variable storage variable storage is very similar, the main difference is that the local variable storage is partially valid, variable storage is global. Global refers to the same memory can be any program (such as the main program, interrupted procedures or subroutines) access, partially valid is stored and associated with specific programs. Local … Continue reading Siemens S200 PLC stores local variables (L)