We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
Embedded Software

Embedded Software

Topics related to SCADE Suite, SCADE Display, SCADE One and more.

Question about Forward Iteration example in Scade One Student documentation (fil

    • fdtsaid
      Subscriber
      In the Scade One Student documentation (section Concepts and Explanations → Language Explanations → Forward Iteration → Forward Construct for Iterative Algorithms), the fill_from_K example appears to contain a minor  error in the forward body definition.
       
      The tutorial explains that the counter oi should start at K and increment by 1 iteratively:
      oi = K pre (oi + 1)
       
      However, the documented example instead uses:
       
      oi = K pre oi + 1
       
      The original diagram in the document is :
      original forward body
       
      The diagram may actually be:
Viewing 0 reply threads
  • You must be logged in to reply to this topic.