Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: build PLC program error

build PLC program error 7 months 3 weeks ago #12138

  • daniel9088
  • daniel9088's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
Dear experts,

does anyone know how to solve that problems shown in below?


Screenshotfrom2023-09-2014-05-40.png


/Daniel
The administrator has disabled public write access.

build PLC program error 7 months 3 weeks ago #12139

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3183
  • Thank you received: 504
  • Karma: 133
Hi Daniel,

It's a PlcPgm that is not compiled. When you have created a PlcPgm you should at least open it and save, otherwise you will get this error.

/Claes
The administrator has disabled public write access.
The following user(s) said Thank You: daniel9088

build PLC program error 7 months 3 weeks ago #12141

  • daniel9088
  • daniel9088's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
Hi Claes,

What method is used to debug the following PLC program errors?

version: pwr59 5.9.0-2


Screenshotfrom2023-09-2412-20-10.png


Screenshotfrom2023-09-2412-21-57.png


These are all build-in components,



/Daniel
The administrator has disabled public write access.

build PLC program error 7 months 3 weeks ago #12144

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3183
  • Thank you received: 504
  • Karma: 133
Hi Daniel,

If you use an object in the plc code you have to include the include file for the class volume of that object in $pwrp_inc/ra_plc_user.h. The include file is named pwr_'volume name'classes.h, with volume name in lower case, eg
#include "pwr_inorclasses.h"
#include "pwr_othermanufacturerclasses.h"

/Claes
The administrator has disabled public write access.
The following user(s) said Thank You: daniel9088
  • Page:
  • 1
Time to create page: 7.574 seconds