Adding function calls

  1. Open your layout project, for example, ARS121PF.dcproject.
  2. Double-click the first message (all of them need to be changed) in the layout. As an example, see ARS1210H.
  3. Right-click the corresponding Event and select Script.
  4. Uncomment Retrieved();.
    Select the Always check syntax when leaving editor check box to minimize the risk for errors.
  5. Click OK.
  6. Right-click the corresponding Message (connected to the previously selected Event), and select Script.
  7. Uncomment BeforeMsg();.
  8. Click Check Syntax to verify your code.
  9. In the Editor, select Trigger After.
  10. Uncomment AfterMsg();
  11. Compile and ensure that no errors are shown.