LuisEnrique
Joined:
Oct 2023
Posts:
17
Threads:
7
|
|
Hi HMS Team
I would like to know if is posible Turn On/Off the KPIs using Basic code...??
Thanks in advance for you support.
Luis
|
simon
Joined:
Mar 2016
Posts:
2.745
Threads:
127
|
|
Hi Luis,
Yes it is possible.
SETSYS SYS, "LOAD"
SETSYS SYS, "DMKPIENABLED", "0"
SETSYS SYS, "SAVE"
|
LuisEnrique
Joined:
Oct 2023
Posts:
17
Threads:
7
|
|
(15-05-2025, 11:47 AM)simon Wrote: Hi Luis,
Yes it is possible.
SETSYS SYS, "LOAD"
SETSYS SYS, "DMKPIENABLED", "0"
SETSYS SYS, "SAVE"
Hi Simon
I´m going to test...
Regards
|
LuisEnrique
Joined:
Oct 2023
Posts:
17
Threads:
7
|
|
(15-05-2025, 11:47 AM)simon Wrote: Hi Luis,
Yes it is possible.
SETSYS SYS, "LOAD"
SETSYS SYS, "DMKPIENABLED", "0"
SETSYS SYS, "SAVE"
Simon, your code works fine.
Thanks a lot.
|