Search talk: LOGGING THE VARIABLE FOR LONG TIME

 
<< < 1 .. 15 16 17 18 19 .. 265 > >> (Page 17 of 265)

Post by riccardo on VisuElems.CurrentUserGroupId is not stable CODESYS Forge talk (Post)
GoodMorning everyone. I have a system that, in case of alarm, have to block. When the operator logs in must have to acknoledge the alarm and should operate in the system freely. To perform this I detect the logged User by (VisuElems.CurrentUserGroupID <> 0) with a similar code to the the following: PROGRAM AlarmMngt VAR alarm : BOOL:= FALSE; Ack : BOOL:= TRUE; PushBottonOpening : BOOL:= FALSE; Valve : BOOL := FALSE; Flag: BOOL := FALSE; END_VAR IF alarm AND Ack AND (NOT Flag) THEN valve := FALSE; PushBottonOpening := FALSE; Ack := FALSE flag := TRUE; ELSIF (NOT alarm) AND Ack THEN flag := FALSE; END_IF (* if the system is in alarm but there is a logged operator that acknowledge the alarm the system allows the valve opening.*) IF (VisuElems.CurrentUserGroupID <> 0) AND Ack AND Alarm AND PushBottonOpening THEN Valve := TRUE; ELSIF (VisuElems.CurrentUserGroupID = 0) AND Alarm THEN valve := FALSE; END_IF The problem I have is in the last 5 lines of the code: Even if there is a logged in user, the GroupID variable is subjected to a refresh that cyclically set for an instant it to 0 and this close the valve making difficult to the user to work Now I solved it creating a time hysteresys cycle but it is not a good solution. Someone is able to explane me why the GroupID variable is sobjected to this refresh and how to stabilize to avoiding it? Thank you in advance, Riccardo
Last updated: 2023-11-10

Post by manuknecht on High Cycle Times for SoftMotion_PlanningTask when using AxisGroup CODESYS Forge talk (Post)
Hi, we did install the real-time kernel patch on the RPI and also performed the additional optimizations including isolating the cores. Changing the configuration of the planning task e.g. running it on a separate core, changing the cycle times and mode from cyclic to freewheeling did not show any improvements.
Last updated: 2024-03-14

Post by totorovic on Project loses 'Download time' information CODESYS Forge talk (Post)
Thank you for your answer. The build > Generate Code start the code of the application but does not modify the compileinfo. I work with .projectarchive to avoid this kind of problem. I would like to have the possibility to modify the compileinfo by myself so I can indicate the losses information.
Last updated: 2025-10-30

Post by stewnguth on New License not working. CODESYS Forge talk (Post)
Hey there, I am pretty new to the codesys space, but I got a codesys control basic M license for my raspberry pi that isntalled with no problem yesterday. Today, I went to install the visualization M locense as well because I went over the variable limit and am getting a "servernotfound" error in codesys when attempting to activate. I also tried to follow the advice in some other threads and install using a license request file on the web interface but am getting a message saying "An internal error occured" when attempting to install the license. Can anyone help me get this up and running? Thanks for your time.
Last updated: 2024-05-23

Measure Time between events (ms resolution) CODESYS Forge talk (Thread)
Measure Time between events (ms resolution)
Last updated: 2020-05-14

Time will not read 12 CODESYS Forge talk (Thread)
Time will not read 12
Last updated: 2024-10-10

RTSEXCEPTION_NOEXCEPTION with Date/Time picker CODESYS Forge talk (Thread)
RTSEXCEPTION_NOEXCEPTION with Date/Time picker
Last updated: 2025-06-27

How to get system time CODESYS Forge talk (Thread)
How to get system time
Last updated: 2015-01-30

Visualization shuting down after some time CODESYS Forge talk (Thread)
Visualization shuting down after some time
Last updated: 2020-05-03

Convert TIME to REAL CODESYS Forge talk (Thread)
Convert TIME to REAL
Last updated: 2017-02-13

Rotating object in design time CODESYS Forge talk (Thread)
Rotating object in design time
Last updated: 2022-03-14

trend visualization time control with ST CODESYS Forge talk (Thread)
trend visualization time control with ST
Last updated: 2023-04-16

Task time of logic functions CODESYS Forge talk (Thread)
Task time of logic functions
Last updated: 2013-05-07

Vorsicht mit Time als Referenz CODESYS Forge talk (Thread)
Vorsicht mit Time als Referenz
Last updated: 2007-05-07

Using RTC Time in Visualization CODESYS Forge talk (Thread)
Using RTC Time in Visualization
Last updated: 2012-03-13

Date and Time picker format CODESYS Forge talk (Thread)
Date and Time picker format
Last updated: 2021-05-26

Getting Real Time Clock Value CODESYS Forge talk (Thread)
Getting Real Time Clock Value
Last updated: 2018-10-03

Help me understand Oscat time function CODESYS Forge talk (Thread)
Help me understand Oscat time function
Last updated: 2019-08-28

Wago PFC200 Startup/Boot Time CODESYS Forge talk (Thread)
Wago PFC200 Startup/Boot Time
Last updated: 2019-01-09

Display Trend in Local Time CODESYS Forge talk (Thread)
Display Trend in Local Time
Last updated: 2020-07-17

Max Cycle time of task CODESYS Forge talk (Thread)
Max Cycle time of task
Last updated: 2018-04-06

Getting Real Time Clock Value CODESYS Forge talk (Thread)
Getting Real Time Clock Value
Last updated: 2018-09-13

analog outputs ramp up time? CODESYS Forge talk (Thread)
analog outputs ramp up time?
Last updated: 2016-09-04

non-CoDeSys real time tasks CODESYS Forge talk (Thread)
non-CoDeSys real time tasks
Last updated: 2008-10-10

Kann TIME nicht mit Zahl multiplizieren CODESYS Forge talk (Thread)
Kann TIME nicht mit Zahl multiplizieren
Last updated: 2006-11-02

<< < 1 .. 15 16 17 18 19 .. 265 > >> (Page 17 of 265)

Showing results of 6609

Sort by relevance or date