You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Problem:

When attempting to Load or Run an A3200 Program a Build Result <BuildResult> error occurs. 

Solution: 

Build Result errors come from the A3200 compiler and are not directly decoded to text. If you do not find the exact Build Result error listed below, create a support case for further review.

Build Result: -536325584 = "Same axis name assigned to two axes"

  • Double check the axis names in the parameter file.

Build Result: -536325727 = Corrupted .OGM file

  • Delete the .OGM file and recompile and reload the program. 
  •  Reinstall the A3200 software

Build Result: -536326114 = "File out of date with object"
or Build Result: -536326118 = "Object file version bad; recompile from source"

  • Delete the .OGM file and check that the PC clock is set to the correct time. Recompile and reload the program. 
  • A3200 versions 5.04 and older: The OGM file must be built in the same time zone where the program is run or this error can occur. This was fixed in the A3200 v6.00 release.
  • All A3200 versions: The OGM file must be built in the same A3200 version the PGM file will execute in.

Build Result: -536326129 = "File access denied"

  • This error will occur if folder permissions do not exist to create an OGM file. This might happen if the PGM file is in a directory where the application does not have write/modify
    permissions. One possible workaround is to configure a different directory for OGM files. See the "Configuring the Compiler Output Directory" topic in the A3200 Help.

Build Result: -536326131 = "Bad path in file specification"

  • One possibility is that one or more file paths (path to the PGM file, path to an include file or PGM file set in Program Automation) is invalid or more than 255 characters.


  • No labels