arbellah Posted June 14, 2016 Report Share Posted June 14, 2016 F. Enum: 0x00001000 Ins. Ptr: 000A77F0 0x0001EF5c Ladder 0x0000003D When I return the the home screen via the info button, it throws this code. The rest of my ladder is functioning correctly, and I use the same call in many different instances. The code is rather ugly, but I would like to get this solved before cleaning it up. Quote Link to comment Share on other sites More sharing options...
arbellah Posted June 14, 2016 Author Report Share Posted June 14, 2016 I will have to upload the ladder tomorrow as I do not have enough file size for uploads remaining today. Quote Link to comment Share on other sites More sharing options...
arbellah Posted June 15, 2016 Author Report Share Posted June 15, 2016 217MB file and I can only upload 48kb so I will have to hope you can direct me where to look without the ladder. Quote Link to comment Share on other sites More sharing options...
Alexander Posted June 15, 2016 Report Share Posted June 15, 2016 The ladder error code you receive, 0x0000003D, can be used to find what subroutine is causing the crash. This can be found in VisiLogic under the Edit menu then selecting Find Subroutine by Ladder Error Code. A file size of 217MB seems too large as most of our project files are from 1MB to 20MB normally. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted June 15, 2016 MVP 2022 Report Share Posted June 15, 2016 217MB does not seem possible. I would be very surprised if a Vision PLC has enough memory to hold a project of that size, even after compiling. I would suggest running the Project Optimizer and also taking a look at the Projected Memory Map. A 217MB file size indicates something seriously wrong with your VLP file. Quote Link to comment Share on other sites More sharing options...
arbellah Posted June 15, 2016 Author Report Share Posted June 15, 2016 I dont know why I was typing MB, It is KB. My bad. Quote Link to comment Share on other sites More sharing options...
arbellah Posted June 15, 2016 Author Report Share Posted June 15, 2016 I know exactly what subroutine is causing the crash. The problem is I have the screen call identical to other subroutines that do not have this error. I am calling the HMI jump via ladder instead of Links and Jumps. So I have a reset numerics subroutine and at the very end it jumps back to the startup screen. I call the subroutine in one ladder with no issue. I call it in this certain ladder and recieve this error. Your also correct. Not sure why I was typing MB its 217 KB Quote Link to comment Share on other sites More sharing options...
lawry Posted June 16, 2016 Report Share Posted June 16, 2016 Use a positive / negative transistion contact before the store Quote Link to comment Share on other sites More sharing options...
arbellah Posted June 16, 2016 Author Report Share Posted June 16, 2016 I use a positive or negative transition to launch the subroutine, it resets some MIs and than the last run is to send it back to the home screen. Should I set a bit in the rung above it and than use the positive transition than? Quote Link to comment Share on other sites More sharing options...
lawry Posted June 18, 2016 Report Share Posted June 18, 2016 I use a positive or negative transition to launch the subroutine, Do you wish to run the subroutine for only one scan? Why are you using transitions to call subroutines? not a recommended practice Quote Link to comment Share on other sites More sharing options...
arbellah Posted June 27, 2016 Author Report Share Posted June 27, 2016 I was using the links and jump screen, but it was being finicky, so I defaulted back to a transition. I know its not recommended, however it is/was working. Quote Link to comment Share on other sites More sharing options...
arbellah Posted June 28, 2016 Author Report Share Posted June 28, 2016 Correct, I only need this to run once Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.