question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not getting the error in code.

See original GitHub issue

Hello below are the definations for the squares to generate.

 st=>start: START
 start=>parallel: -_-
 end=>end: END
 ldm=>operation: Leather Defect Marking
 spreadcncroll=>operation: Spreading rolls and CNC cutting roll material
 scannest=>operation: Leather scanning and nesting /CNC cutting real leather
 spreadcncfoam=>operation: Spreading rolls and CNC cutting foam / spacer material
 laminfoambacking=>operation: 2D lamination with foam backing
 foaminject=>operation: Foam injection
 finecutleather=>operation: Fine cutting leather
 leathersplit=>operation: Leather splitting
 subsurtreat=>operation: Substrate surface treatment
 placingcutfoam=>operation: Placing of cut foam/ 3D Cut foam with douple side tape
 embossing=>operation: Embossing
 embroidery=>operation: Embroidery
 airbagplasticplate=>operation: Airbag plastic plate
 sewing=>operation: Sewing
 hotmeltglueoncover=>operation: Apply hotmelt glue on cover
 hotmeltglueonspacer=>operation: Apply hotmelt glue on foam/spacer
 hotmeltglueonsubstrate=>operation: Apply hotmelt glue on substrate
 mixingwaterglue=>parallel: Mixing water based glue
 sprayingspacer=>operation: Spraying spacer/foam
 sprayingcover=>operation: Spraying Cover and Substrate
 applyoncover=>operation: Apply on cover (hotmelt roller coating)
 imgapplyhotmelt=>operation: Apply hotmelt on Cover or Substrate
 sprayonroboticop=>operation: Spraying substrate (hotmelt robotic application)
 wbcoverglue=>operation: Glue application cover WB
 sprayingsubstrate=>operation: Spraying substrate and spraying cover
 drying=>operation: Drying
 spacerwrapping=>operation: Spacer/Foam wrapping on substrate
 waterglue=>operation: Glue applicaction Susbtrate
 manualAsurfacewrapping=>operation: Seam line positioning and manual A-Surface wrapping
 autosecuring=>operation: Securing with automatic edgefolding
 manualfinishing=>operation: Manual finishing
 membrane=>operation: 2D, 3D Membrane
 stapling=>operation: Stapling
 cooling=>operation: Cooling process
 manualedgefolding=>operation: Manual edge folding
 tapewelding=>operation: Tape welding

Note that start and mixingwaterglue are parallel operation.

Below is the flowchart I want to generate-
st->start(path1, left)->spreadcncroll->spreadcncfoam->finecutleather->embroidery->embossing->sewing->mixingwaterglue
mixingwaterglue(path4, left)->tapewelding->end
mixingwaterglue(path5, right)->cooling->end
start(path2, bottom)->ldm->scannest->leathersplit->finecutleather->embroidery->embossing->sewing->mixingwaterglue
start(path3, right)->subsurtreat->placingcutfoam->end

This is the final output I get. image

start as a parallel is working fine but here if you see I have tapewelding and cooling after mixingwaterglue but it is not displaying in the flowchart. (See the image above) Could you please tell me what is wrong in above code, Why there is no tapewelding and cooling parallel to mixingwaterglue ? Thank you in advance.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
adraicommented, Aug 4, 2022

no

0reactions
SudhirFaureciacommented, Aug 4, 2022

Do you know any other library which will work like flowchart.js but for dynamic code.

Read more comments on GitHub >

github_iconTop Results From Across the Web

c++ - I am not getting the error message in VScode without ...
I have to run the program to know about the error in the code. Like in which line I am getting error. As...
Read more >
Fix program errors and improve code - Visual Studio ...
This article describes some basic ways Visual Studio can help you find and fix problems in your code, including build errors, code analysis, ......
Read more >
Coding problems? Learn what to do when you're stuck
7 tips for getting unstuck when programming. Don't panic. First things first: don't panic. You've got this. Errors are not something to fear ......
Read more >
Oh, no, errors! (And how to deal with them) | Programming ...
Logic Error. Your code does the wrong thing, but the program runs and does not produce errors of types 1-3. Logic is broken....
Read more >
Java Software Errors: How to Avoid 50 Code Issues in Java
You'll get the “(array) <X> not initialized” message when an array has been declared but not initialized. Arrays are fixed in length so...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found