Search found 17 matches

Search

by tobias_raab
Wed Oct 11, 2023 7:41 am
Forum: HowTos
Topic: Drivers/Managers connectivity status
Replies: 21
Views: 36285

Re: Drivers/Managers connectivity status

back to the original question you can also create a control script and use the pmon functions, there are quite a few which give you all the details about managers: pmonGetName, pmonGetState, ...
by tobias_raab
Wed Apr 14, 2021 6:51 am
Forum: Bugs / Problems
Topic: API CtrlExt Error
Replies: 2
Views: 8933

Re: API CtrlExt Error

Hey Arthur,

did you find the cause of your issue? I'm getting the same error at the moment.

Best regards,
Tobias
by tobias_raab
Thu Nov 26, 2020 10:49 am
Forum: Bugs / Problems
Topic: Question about AES print / printTable()
Replies: 2
Views: 3717

Re: Question about AES print / printTable()

Hi, i tested both functions (aes_doPrintTable and aes_as_printTable) with the AES. Had to fiddle around to make it work but in the end both functions worked but both functions produced the exact same result. The columns in the print out are not responsive to anything. Not to the flag "fitToWidt...
by tobias_raab
Tue Nov 24, 2020 8:43 am
Forum: Bugs / Problems
Topic: Question about AES print / printTable()
Replies: 2
Views: 3717

Question about AES print / printTable()

Hey, short question, is it possible to change the column width of a print out which uses the printTable() function like the AES screen? It seems that the current column width is not affecting the print out, but then the print out might be unusable. Am I missing something? Best regards, Tobias PS: th...
by tobias_raab
Mon May 04, 2020 10:33 am
Forum: HowTos
Topic: Search functionality - GEDI?
Replies: 2
Views: 4564

Re: Search functionality - GEDI?

Hello Mr. Knipp,

fair enough, that's all I need. Thanks!

Best Regards,
Tobias
by tobias_raab
Thu Apr 30, 2020 10:04 am
Forum: HowTos
Topic: Search functionality - GEDI?
Replies: 2
Views: 4564

Search functionality - GEDI?

Hi, is it possible to use the search functionality of the GEDI (pattern search in libraries, scripts, panels) in own scripts? I don't need the panel or the function to be readable but the function call would be very helpful. Why I need this functionality: I want to cleanup my message catalogue and c...
by tobias_raab
Thu Mar 19, 2020 8:03 am
Forum: Bugs / Problems
Topic: pmon.ctl Error
Replies: 4
Views: 5793

Re: pmon.ctl Error

Hey,

that's quite an old bug but still not fixed. I ended up adding those variables as globals in the pmon.ctl.

viewtopic.php?f=15&t=5243&p=961215#p956106

Best regards,
Tobias
by tobias_raab
Tue Feb 25, 2020 9:38 am
Forum: HowTos
Topic: PerformanceImplementation TIps - Question about "Use Shape Identifier"
Replies: 1
Views: 3973

PerformanceImplementation TIps - Question about "Use Shape Identifier"

Hi, I'm not sure where to post this question so I just put it in here. In the document "WP_PerformanceImplementationTips_EN_1.0" you suggest in "6.16 Use Shape Identifier" to use shape identifier if a shape has to be changed in a regular fashion. In my case I have panels with but...
by tobias_raab
Wed Feb 12, 2020 7:50 am
Forum: Bugs / Problems
Topic: Query: ValueArchive vs. NGA
Replies: 3
Views: 4743

Re: Query: ValueArchive vs. NGA

Hello Mr. Knipp, could you explain why SELECT ALL should not be used? The help files states: The ALL argument is used to read all archived data from the DB (using the Timerange argument on the Timerange tab you can specify the period for the query). If you do not specify a Timerange or ALL, the quer...
by tobias_raab
Tue Feb 11, 2020 3:07 pm
Forum: Bugs / Problems
Topic: Query: ValueArchive vs. NGA
Replies: 3
Views: 4743

Query: ValueArchive vs. NGA

Hi, via the UI the user can query log messages depending on the log datapoint and msg type, ... Looking like this: // BUILD QUERY FOR "OLD" DATA sQuery="SELECT ALL '.MsgKeyWord:_original.._stime', '.MsgType:_original.._value', '.MsgObject:_original.._value', '.MsgType:_original.._user...