Split int to int array?
CODESYS Forge
talk
(Thread)
Split int to int array?
Last updated: 2016-06-22
String to INT / REAL
CODESYS Forge
talk
(Thread)
String to INT / REAL
Last updated: 2017-12-03
Convert INT to Binairy
CODESYS Forge
talk
(Thread)
Convert INT to Binairy
Last updated: 2022-08-31
Convert WORD to INT
CODESYS Forge
talk
(Thread)
Convert WORD to INT
Last updated: 2017-12-06
How do I convert an INT variable to a TIME variable?
CODESYS Forge
talk
(Thread)
How do I convert an INT variable to a TIME variable?
Last updated: 2011-03-30
Data conversion INT to UDINt (double)
CODESYS Forge
talk
(Thread)
Data conversion INT to UDINt (double)
Last updated: 2017-01-30
Convert 2 INT to Real
CODESYS Forge
talk
(Thread)
Convert 2 INT to Real
Last updated: 2021-08-15
string to time
CODESYS Forge
talk
(Thread)
string to time
Last updated: 2010-03-08
UTC to Local Time
CODESYS Forge
talk
(Thread)
UTC to Local Time
Last updated: 2020-09-14
WORD to TIME (DWORD)
CODESYS Forge
talk
(Thread)
WORD to TIME (DWORD)
Last updated: 2019-10-03
Convert 2 diff type of int to real type
CODESYS Forge
talk
(Thread)
Convert 2 diff type of int to real type
Last updated: 2021-08-17
convert INT Type to STRING Type
CODESYS Forge
talk
(Thread)
convert INT Type to STRING Type
Last updated: 2009-10-22
Pack TWO INT variable to one DINT variable
CODESYS Forge
talk
(Thread)
Pack TWO INT variable to one DINT variable
Last updated: 2024-05-07
Post by tvm on multiply gives negatives
CODESYS Forge
talk
(Post)
It's probably because you have an INT in the input to the MUL function, which will then try to output an INT as well. INT variables can only handle values of -32768 to 32767. Your value of 523000 won't fit in an INT, so it turns into an invalid number. Use a DINT. This is usually better for working with time values anyway, because time values are all 32 bit. Or if you can't, use INT_TO_DINT(gvlp.detectie_nalooptijd_s) in the input to the MUL function.
Last updated: 2024-01-04
How to get system time
CODESYS Forge
talk
(Thread)
How to get system time
Last updated: 2015-01-30
Convert TIME to REAL
CODESYS Forge
talk
(Thread)
Convert TIME to REAL
Last updated: 2017-02-13
Date and time to String variable
CODESYS Forge
talk
(Thread)
Date and time to String variable
Last updated: 2022-05-30
sorting the data according to time
CODESYS Forge
talk
(Thread)
sorting the data according to time
Last updated: 2022-02-02
How to read time from signals
CODESYS Forge
talk
(Thread)
How to read time from signals
Last updated: 2019-11-30
Array of 5000 int
CODESYS Forge
talk
(Thread)
Array of 5000 int
Last updated: 2017-08-16
Anzeige INT in Webvisu
CODESYS Forge
talk
(Thread)
Anzeige INT in Webvisu
Last updated: 2010-12-13
Dividing DINT/INT variables
CODESYS Forge
talk
(Thread)
Dividing DINT/INT variables
Last updated: 2020-10-24
Time
CODESYS Forge
talk
(Thread)
Time
Last updated: 2023-03-03
Time
CODESYS Forge
talk
(Thread)
Time
Last updated: 2023-02-20
Cannot convert type 'Unknown type: 'ADR(tabOrderIdArray)" to type 'POINTER TO ARRAY [0..0]OF INT'
CODESYS Forge
talk
(Thread)
Cannot convert type 'Unknown type: 'ADR(tabOrderIdArray)" to type 'POINTER TO ARRAY [0..0]OF INT'
Last updated: 2021-04-26
To search for an exact phrase, put it in quotes. Example: "getting started docs"
To exclude a word or phrase, put a dash in front of it. Example: docs -help
To search on specific fields, use these field names instead of a general text search. You can group with AND
or OR
.