Enterprise-Architect icon indicating copy to clipboard operation
Enterprise-Architect copied to clipboard

Error when executing with 'Generate PlantUML Script' in the latest MyModel.EAP

Open Takashi-K-TakaTech opened this issue 2 years ago • 0 comments

Error when executing the following sequence diagram with 'Generate PlantUML Script' in the latest MyModel.EAP.

Error generating procedure:

  1. Create a diagram of the new sequence.
  2. Create a new note.
  3. Write the following script in the note.
@startuml ASEQ_k_InitSeqTbl_Main
ASEQ_k_MainTask ->> CleanMotor : motor_off_cmd
ASEQ_k_MainTask ->> ValvePipeMotor : initialize_cmd
ASEQ_k_MainTask ->> TabletSlideRail: OpenPos_cmd
ASEQ_k_MainTask ->> PaperFeedMotor : initialize_cmd
ASEQ_k_MainTask ->> PressMotor : initialize_cmd
@enduml

The output of the script execution is shown below.

2022-10-12 18:15:3 [INFO]: ------VBScript Generate PlantUML script------
2022-10-12 18:15:3 [INFO]: Create Sequence PlantUML script activated
2022-10-12 18:15:3 [WARNING]: PlantUML Note element type not added to timeline array
Common.Sort-Array Error: Index is not in the valid range.: 'int(...)', line:58

Takashi-K-TakaTech avatar Oct 12 '22 09:10 Takashi-K-TakaTech