HOW TO CHECK SAFEGUARD AC 410 CONTROLLER LOAD
Hi Stefan,
I am experiencing frequent DI card fault in my safeguard controller. I want to check controller load. Do i use ANPER command? I want to see CPU % load.
Also is there any controller error log for advant controller which i can see for error details?
I am experiencing frequent DI card fault in my safeguard controller. I want to check controller load. Do i use ANPER command? I want to see CPU % load.
Also is there any controller error log for advant controller which i can see for error details?
Voted best answer
- Via Online Builder
SELECT TARGET (SLTARG) net,node
then ANPER
then select SYSTEM LOAD ANALYSE
then select what time base, 1, 10 or 100 seconds. - Via AMPL-code
PCPGM(40)
CONTRM(1000)
ANALYZE
You can write the output of the ANALYZE element to an MB300 DAT or MB300 AI (calculated) database element where you can set presentation attributes (Min, Max, Unit, etc) and configure alarm levels, etc. I would additionally create a Basic History log and trend the load in the HMI for later recall.
Add new comment