Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.47 KB | None | 0 0
  1. TYPE ST_ConveyorSectionErrors :
  2. STRUCT
  3.     InterlocksNOK   : ST_Error := (Active := FALSE, ID := 00001001, Description := 'Interlocks are not satisfied.');
  4.     RecievePermsNOK : ST_Error := (Active := FALSE, ID := 00001002, Description := 'Could not receive pallet due to unmet handshake receive perms.');
  5.     SendPermsNOK    : ST_Error := (Active := FALSE, ID := 00001003, Description := 'Could not send pallet due to unmet handshake send perms.');
  6. END_STRUCT
  7. END_TYPE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement