Search found 28 matches
- Wed May 04, 2022 5:18 pm
- Forum: HowTos
- Topic: How to login to gedi with SSA
- Replies: 2
- Views: 2546
Re: How to login to gedi with SSA
Ahhrg forgot about that... I am now using the para user for initialization.
- Wed May 04, 2022 2:05 pm
- Forum: HowTos
- Topic: How to login to gedi with SSA
- Replies: 2
- Views: 2546
How to login to gedi with SSA
Hello, I have set up a new WinCC OA 3.18 project with server side authentication and want to open the GEDI. Here comes as expected the login panel from the web server that wants to have a username and password. But with the user "root" and my chosen password the login is always rejected wi...
- Thu Mar 24, 2022 6:07 pm
- Forum: HowTos
- Topic: How to add the data type to @param in Doxygen?
- Replies: 1
- Views: 2337
How to add the data type to @param in Doxygen?
Hey everyone,
is there a way to add the data type of the parameter from a function to the Doxygen function header?
is there a way to add the data type of the parameter from a function to the Doxygen function header?
- Wed Sep 08, 2021 12:35 pm
- Forum: Bugs / Problems
- Topic: CTRL libs cannot be reloaded, if CTRL++ class has changes
- Replies: 3
- Views: 3493
Re: CTRL libs cannot be reloaded, if CTRL++ class has changes
Thanks @kilianvp.
Is there an official solution in sight? Because for me this is a bug.
Is there an official solution in sight? Because for me this is a bug.
- Tue Sep 07, 2021 5:27 pm
- Forum: Bugs / Problems
- Topic: CTRL libs cannot be reloaded, if CTRL++ class has changes
- Replies: 3
- Views: 3493
CTRL libs cannot be reloaded, if CTRL++ class has changes
Hello, I have a CTRL library in which several classes are defined. If I make changes to functions within these classes and want to reload the CTRL libraries, I have to restart the gedi every time. I get the message: "CTRL libs cannot be reloaded because they are currently in use. Close all pane...
- Mon Jun 28, 2021 3:03 pm
- Forum: Bugs / Problems
- Topic: SQL Queries with LIKE on dyn_*
- Replies: 1
- Views: 2537
SQL Queries with LIKE on dyn_*
Hello, I have an archived dyn_int datapoint and would like to use the WHERE statement to filter it upfront a request. I know the data is valid if the length is for example 7. My Idea was, i could use the the LIKE statement combined with wildcards. I got a working proof of concept query: SELECT '_off...
- Thu Dec 10, 2020 4:54 pm
- Forum: HowTos
- Topic: SNMP Agent automatic reconnect
- Replies: 6
- Views: 6427
Re: SNMP Agent automatic reconnect
Okay, you are saying, that the SNMP Driver reconnects automatically? Unfortunately I cannot agree with that. I now have the status of the agent in the monitoring, but I am not 24/7 available to restart the driver. It still happens that after a connection loss, the connection is not reestablished, al...
Re: GEDI
Hello, does anyone know where I can configure the automatic generated keys (like @param ...) at the "insert function documentation" tool?
For me it displays only the @param and @return (without datatype), but I also want the @author and @name key.
For me it displays only the @param and @return (without datatype), but I also want the @author and @name key.
- Wed Dec 09, 2020 11:54 am
- Forum: HowTos
- Topic: SNMP Agent automatic reconnect
- Replies: 6
- Views: 6427
Re: SNMP Agent automatic reconnect
True, but it does only reconnects "Access.Retries"-times, which maximum is set to 10. With the maximum timeout of 10s you can only bridge 100s downtime of the decentralized device, which is way too small! After these 100s the Agent never reconnects, i have to restart the full driver to fix...
- Tue Dec 08, 2020 10:53 am
- Forum: HowTos
- Topic: SNMP Agent automatic reconnect
- Replies: 6
- Views: 6427
SNMP Agent automatic reconnect
Hello, between a SNMP-Device and the WinCC-SNMP-Driver is a unstable connection.I thought the WinCC-SNMP-driver tries to reconnect regularly, but that is apparently not the case. How can I trigger a reconnect when ConnState = False manually or by script? Currently I am restarting the driver manually...