Jump to content

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • MVP 2023

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.

Link to comment
Share on other sites

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

post-45119-0-73722100-1466017562_thumb.jpg

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.