SFC Monitoring via implicit variables

Anonymous
2005-11-27
2005-11-29
  • Anonymous - 2005-11-27

    Originally created by: ninnanderson

    Can anyone tell me where to find the SFC Implicit vaiable - Im particularly interested in enabling an SFC via the SFCInit flag

     
  • Anonymous - 2005-11-29

    Originally created by: Bernhard Werner

    Hello,

    those Variables are not implicit! SFCInit has to be declared explicitly to take effect. For information about the SFC Flags read the online help topic "SFC flags".

    Bernhard

     
  • Igor Petrov - 2005-11-29

    1) Declare SFCInit : BOOL; variable inside the SFC POU.

    2) SFCInit := TRUE; stop SFC

    3) SFCInit := FALSE; init and run SFC

     

Log in to post a comment.