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?
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
I think you mixed something up. SIFBs never have a composite network. They always have a service sequence.
ReplyDeleteFuthermore 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.
SIFB comment removed
ReplyDeleteNote added that REQ should have both CNF and IND
And IN_ANY problem will be referred back to FBDK author