System Variables usable for the PLC
The System Variables usable for programming the PLC are also available for programming the operator interface.The content of some System Variables may vary according to the HW platform used.
VARIABLE NAME | DESCRIPTION |
GPV_ABSWARNCOUNT_WDOG1131 | Value with number of total cycles causing activation of GPV_WARNINGTIME_WDOG1131 |
GPV_ABSWARNCOUNT_WDOG1131_NORMAL | Value with number of total cycles causing activation of GPV_WARNINGTIME_WDOG1131_NORMAL |
GPV_ABSWARNCOUNT_WDOG1131_SLOW | Value with number of total cycles causing activation of GPV_WARNINGTIME_WDOG1131_SLOW |
GPV_ALARMTIME_WDOG1131 | Max. PLC FAST task run time before watchdog activates. Base time 100 us |
GPV_ALARMTIME_WDOG1131_NORMAL | Max. PLC NORMAL task run time before watchdog activates. Base time 100 us |
GPV_ALARMTIME_WDOG1131_SLOW | Max. PLC SLOW task run time before watchdog activates. Base time 100 us |
GPV_BASE_TIMER | Free running counter expressed in 100 us. Variation at each cycle equals set time base default 50 (5 ms) |
GPV_CCYCLE | Cycle counter. Incremented at every PLC cycle |
GPV_CYCDURMICROSEC | PLC FAST task run executione time measure. Base time 1 us |
GPV_CYCDURMICROSEC_NORMAL | PLC NORMAL task run executione time measure. Base time 1 us |
GPV_CYCDURMICROSEC_SLOW | PLC SLOW task run executione time measure. Base time 1 us |
GPV_CYCMAXDURMICROSEC | Latch of max GPV_CYCDURMICROSEC |
GPV_CYCMAXDURMICROSEC_NORMAL | Latch of max GPV_CYCDURMICROSEC_NORMAL |
GPV_CYCMAXDURMICROSEC_SLOW | Latch of max GPV_CYCDURMICROSEC_SLOW |
GPV_DISKMAX | Maximum quantity of memory mass settled from starting application or from manual reset (expressed in KB) |
GPV_DISKTOP | Quantity of memory mass settled on the product (expressed in KB) |
GPV_DISKUSED | Instantaneous quantity of memory mass settled (expressed in KB) |
GPV_USBKEYMAX | Maximum quantity of memory mass settled from starting application or from manual reset (expressed in KB) |
GPV_USBKEYTOP | Quantity of memory mass settled on the product (expressed in KB) |
GPV_USBKEYUSED | Instantaneous quantity of memory mass settled (expressed in KB) |
GPV_SDCARDMAX | Maximum quantity of memory mass settled from starting application or from manual reset (expressed in KB) |
GPV_SDCARDTOP | Quantity of memory mass settled on the product (expressed in KB) |
GPV_SDCARDUSED | Instantaneous quantity of memory mass settled (expressed in KB) |
GPV_GDNET_ERR | Reports status of GDnet configuration (gqt_Cfg_GDNet_Network_Err) |
GPV_MAXWARNCOUNT_WDOG1131 | Value with latch of max number of consecutive cycles causing activation of GPV_WARNINGTIME_WDOG1131 |
GPV_MAXWARNCOUNT_WDOG1131_NORMAL | Value with latch of max number of consecutive cycles causing activation of GPV_WARNINGTIME_WDOG1131_NORMAL |
GPV_MAXWARNCOUNT_WDOG1131_SLOW | Value with latch of max number of consecutive cycles causing activation of GPV_WARNINGTIME_WDOG1131_SLOW |
GPV_MEM_WDOG_STATUS | Watchdog status |
GPV_MEMBLOCKMAX | Maximum block of DRAM memory contiguos frree from startin application or manual restart (expressed in KB) |
GPV_MEMMAX | Maximum quantity of DRAM memory settled from starting application or from manual reset (expressed in KB) |
GPV_MEMTOP | Quantity of DRAM memory settled on the product (expressed in KB) |
GPV_MEMUSED | Instantaneous quantity of DRAM memory settled (expressed in KB) |
GPV_PERIOD_WDOG1131 | Max. runtime for tasks with priority equal or under FAST PLC task. Base time 100 us. |
GPV_PERIOD_WDOG1131_NORMAL | Max. runtime for tasks with priority equal or under NORMAL PLC task. Base time 100 us. |
GPV_PERIOD_WDOG1131_SLOW | Max. runtime for tasks with priority equal or under SLOW PLC task. Base time 100 us. |
GPV_PERIOD_WDOG170 | Max. runtime for tasks with priority under 170. Base time 100 us. |
GPV_PERIOD_WDOG255 | Max. runtime for tasks with priority under 255. Base time 100 us. |
GPV_PLCTIME | PLC run time period (FAST task). Time base 100 us. Default value 5 ms (50) |
GPV_RESETWDOG | Variable for reset of watchdog counts |
GPV_RESTORE_OUTWDOG | Variable to enable outputs reset by watchdog |
GPV_SRAMTOP | Quantity of SRAM memory settled on the product (expressed in KB) |
GPV_SRAMUSED | Quantity of instantaneous SRAM memory settled on the product (expressed in KB) |
GPV_TARGET_TYPE | Contains code of hardware platform used, detected runtimeCase:10 // vedo EV code 11 // EPCL400 code |
GPV_TEMAXC_MICROSEC | Latch of max GPV_TEREC_MICROSEC |
GPV_TEMAXC_MICROSEC_NORMAL | Latch of max GPV_TEREC_MICROSEC_NORMAL |
GPV_TEMAXC_MICROSEC_SLOW | Latch of max GPV_TEREC_MICROSEC_SLOW |
GPV_TEREC_MICROSEC | PLC FAST task run time period measure. Base time 1 us |
GPV_TEREC_MICROSEC_NORMAL | PLC NORMAL task run time period measure. Base time 1 us |
GPV_TEREC_MICROSEC_SLOW | PLC SLOW task run time period measure. Base time 1 us |
GPV_TIME_SECOND | clock seconds value |
GPV_TIME_MINUTE | clock minutes value |
GPV_TIME_HOUR | clock hours value |
GPV_TIME_DAY | day of month value |
GPV_TIME_MONTH | month value 1 = January2 = February12 = December |
GPV_TIME_YEAR | TIME_YEAR: year in aaaa format Ex: 2007 |
GPV_TIME_DAYOFTHEWEEK | day of week 0 = Sunday1 = Monday2 = Tuesday…6 = Saturday |
GPV_WARNCOUNT_WDOG1131 | Value with number of consecutive cycles causing activation of GPV_WARNINGTIME_WDOG1131 |
GPV_WARNCOUNT_WDOG1131_NORMAL | Value with number of consecutive cycles causing activation of GPV_WARNINGTIME_WDOG1131_NORMAL |
GPV_WARNCOUNT_WDOG1131_SLOW | Value with number of consecutive cycles causing activation of GPV_WARNINGTIME_WDOG1131_SLOW |
GPV_WARNINGCYCLE_WDOG1131 | Number of consecutive cycles allowed for exceeding GPV_WARNINGTIME_WDOG1131 |
GPV_WARNINGCYCLE_WDOG1131_NORMAL | Number of consecutive cycles allowed for exceeding GPV_WARNINGTIME_WDOG1131_NORMAL |
GPV_WARNINGCYCLE_WDOG1131_SLOW | Number of consecutive cycles allowed for exceeding GPV_WARNINGTIME_WDOG1131_SLOW |
GPV_WARNINGTIME_WDOG1131 | Warning time enable and overlapping check counter for PLC FAST task. Base time 100 us |
GPV_WARNINGTIME_WDOG1131_NORMAL | Warning time enable and overlapping check counter for PLC NORMAL task. Base time 100 us |
GPV_WARNINGTIME_WDOG1131_SLOW | Warning time enable and overlapping check counter for PLC SLOW task. Base time 100 us |
GPV_WDOG_MODE | Select watchdog work mode |
GPV_WDOG_OUTPUTOFF | Variable to signal activation of watchdog |
GPV_WDOG_STATUS | Instantaneous status watchdog controls |