YM:Program structure: Difference between revisions

No categories assignedEdit
hw>Gernot.schachinger@brueckner.com
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 10:52, 9 March 2026



Template:Infobox bms

This article describes roughly how signals are processed by the plc and are shown in the PVSS.


Template:Image

In this example we choose a pressure sensor.

  • A signal from a pressure sensor is converted from analog to digital (A/D).
  • the digital signal is integrated on the PLC at a defined place (here e.g. PIW 512)
  • the digital signal is then converted and calculated by a lib (library) to the needed value. The FC (function) is "telling" the library to start the calculation.
  • The result of the calculation is stored in a DB (database).
  • From this DB it is transferred and visualized in PVSS.

All these actions take place in one PLC- cycle.