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

TOPIC: ASup TimerCount not counting down

ASup TimerCount not counting down 5 years 4 months ago #9993

  • barnes
  • barnes's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 92
  • Karma: 0
Volume localWb pwr_eClass_WorkBenchVolume 254.254.254.252

I assume this only applies to the specific pwr_eClass_WorkBenchVolume number.

Where do I find the pwr_eClass_WorkBenchVolume number for my project?
The administrator has disabled public write access.

ASup TimerCount not counting down 5 years 4 months ago #9994

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3170
  • Thank you received: 497
  • Karma: 133
The localWb volume has the same identity in all projects and should be 254.254.254.252.

/Claes
The administrator has disabled public write access.

ASup TimerCount not counting down 5 years 4 months ago #10000

  • barnes
  • barnes's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 92
  • Karma: 0
I have the DetectText concatenating with the date, time, ActualVaue and the Units from the ASup object. Everything is working fine.

When an alarm happens the first thing I want to do is graph the alarmed variable in the historian. Is there a way to add a button or click on the red alarm text to bring up a trend graph?
The administrator has disabled public write access.

ASup TimerCount not counting down 5 years 4 months ago #10002

  • barnes
  • barnes's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 92
  • Karma: 0
I'm trying to find all of the ASup_exec macro calls.

In the src directory "grep -RI --exclude='*html' --exclude='*js' ASup_exec *" provides this output

rls/os_linux/hw_x86_64/rt/inc/rt_plc_macro_sup.h: ASup_exec(object, In, con)
rls/os_linux/hw_x86_64/rt/inc/rt_plc_macro_sup.h:#define ASup_exec(o, In, con)\

rls/os_linux/hw_x86_64/exp/inc/rt_plc_macro_sup.h: ASup_exec(object, In,con)
rls/os_linux/hw_x86_64/exp/inc/rt_plc_macro_sup.h:#define ASup_exec(o, In, con)\

src/lib/rt/src/rt_plc_macro_sup.h: ASup_exec(object, In, con)
src/lib/rt/src/rt_plc_macro_sup.h:#define ASup_exec(o, In, con)\

src/lib/rt/src/rt_io_supervise.c:static void ASup_exec_io (
src/lib/rt/src/rt_io_supervise.c:static void ASup_exec_io (
src/lib/rt/src/rt_io_supervise.c: ASup_exec_io ( Ctx, ASupLstP, ASupLstP->SupP, *ASupLstP->ValueP, TRUE );
src/lib/rt/src/rt_io_supervise.c:static void ASup_exec_io_serial (
src/lib/rt/src/rt_io_supervise.c:static void ASup_exec_io_serial (
src/lib/rt/src/rt_io_supervise.c: ASup_exec_io_serial ( ASupLstP, ASupLstP->SupP, *ASupLstP->ValueP, TRUE );


Where is this macro being called from and why is there a macro vs the aSup_exec c function call?

I would like for all the ASup alarm DetectText to be the same.
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 8.130 seconds