Thursday, February 4, 2010

Feb.4 Change HMI to match standard

In Tool Library.HMI changed Event  in and out names in Interface to match standard since often the input event REQ (request) is matched with output event IND(indicator) and should be matched with CNF(confirm).

  • How are pallet changes made available to everyone? 
Feb.9 update: REQ should have both IND and CNF like comment says
    For in events REQ changed out event from IND to CNF:
    IN_CHOICE
    DIAG_LOG
    FB_SLIDER
    FB_TABLE
    IN_ANY (save_all failure - NULL Java pointer)
    IN_COLOR
    IN_ENUM


    FB type has output event  IND, but no matching input event. Should it be changed?
    CHOICE_TABLE
    IN_BOOL
    IN_EVENT
    IN_MATRIX
    RADIO_BOOL

    2 comments:

    1. I think you mixed something up. SIFBs never have a composite network. They always have a service sequence.

      Futhermore it would be better to not change IND to CNF if there is a REQ, but to add an additional CNF. So that these FBs will have REQ as input event and IND and CNF as output event. If the FBs have just an IND output but no input than leave them as they are.

      ReplyDelete
    2. SIFB comment removed
      Note added that REQ should have both CNF and IND
      And IN_ANY problem will be referred back to FBDK author

      ReplyDelete