Cancelling a selection from a "combobox array" in Visu
CODESYS Forge
talk
(Thread)
Cancelling a selection from a "combobox array" in Visu
Last updated: 2024-07-17
Length of string and Array of bytes
CODESYS Forge
talk
(Thread)
Length of string and Array of bytes
Last updated: 2025-04-02
Reset an Array[] in one line, possible?
CODESYS Forge
talk
(Thread)
Reset an Array[] in one line, possible?
Last updated: 2025-04-03
Post by sedoerr on Trouble accessing Math functions in OSCAT library
CODESYS Forge
talk
(Post)
Try to declare it like this: ARRAY_SDV : OSCAT_BASIC.ARRAY_SDV;
Last updated: 2024-01-08
Post by nonstop-cat on Problem of assigning physical addresses to variables of type ARRAY OF ARRAY as MW and QW
CODESYS Forge
talk
(Post)
Array writing method error,,,<arrayname>: ARRAY [<ll1>..<ul1>, <ll2>..<ul2>, <ll3>..<ul3>]</ul3></ll3></ul2></ll2></ul1></ll1> OF <basedatatype></basedatatype></arrayname>
Last updated: 2025-03-31
Post by nonstop-cat on Problem of assigning physical addresses to variables of type ARRAY OF ARRAY as MW and QW
CODESYS Forge
talk
(Post)
Array writing method error,,,<arrayname>: ARRAY [<ll1>..<ul1>, <ll2>..<ul2>, <ll3>..<ul3>]</ul3></ll3></ul2></ll2></ul1></ll1> OF <basedatatype></basedatatype></arrayname>
Last updated: 2025-03-31
Post by richjusti on Auto Declare window disappears by itself in the Ladder editor
CODESYS Forge
talk
(Post)
It seems like a bug. Try updating your IDE or checking settings related to "Auto Declare." If the issue persists, report it to the software support team. Signature! solar smash
Last updated: 2025-03-12
Post by peterned on Array to String
CODESYS Forge
talk
(Post)
max. string length in Codesys is 255 chars. It's not possible to cram 20,000 things in a string. If you need to send the data to another device, send the whole data[] array (as byte array, without doing anything to it) and extract the information on the other end. As each struct member has a fixed size (81 bytes, as per you declaration), this will be easy. To save some resources, consider declaring string lengths - e.g. if the max possible length for key is 10 chars, declare it key: STRING(10); and it will occupy 11 bytes instead of 81
Last updated: 2024-07-20
Post by struccc on Checking or changing objects dimensions using code.
CODESYS Forge
talk
(Post)
That time it was not answered. But yes, it is possible. Search for "Relative movement" properties of the rectangle element. Might need to enable advanced features in the property browser. https://content.helpme-codesys.com/en/CODESYS%20Visualization/_visu_elem_rectangle.html
Last updated: 2024-11-19
Post by pistola on Checking or changing objects dimensions using code.
CODESYS Forge
talk
(Post)
That works, thanks, I was trying to get a variable into the Position>Height and was struggling, then I was using absolute movement, never though to try relative movement.
Last updated: 2024-11-19
Using a method called from opcua fill an specific array position
CODESYS Forge
talk
(Thread)
Using a method called from opcua fill an specific array position
Last updated: 2022-02-18
2D array , data move from a column to another column
CODESYS Forge
talk
(Thread)
2D array , data move from a column to another column
Last updated: 2011-03-23
Post by ewi04 on Recipe Manager - RecipeManCommands, load & write wrong values, Bug?
CODESYS Forge
talk
(Post)
I'm getting closer to the error. The combination of STRUCT and ARRAY probably causes the strange behavior. As soon as the ARRAY is followed by a variable, the problem arises. Examples: X: ARRAY[1..2] OF INT; // okay Y: ARRAY[1..2] OF STRUCT; // problem Z: STRUCT; Z.ArrayOfInt[1]; // okay Z.ArrayOfStruct[1].Variable // problem // *update - array of array also causes the error A: ARRAY[1..2] OF ARRAY[1..4] OF BOOL; // problem I can't be the only one who has this problem. Or? Maybe there is a solution. Anyone? Or is it a bug after all?
Last updated: 2023-11-17
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
How to read SD card data and store in array
CODESYS Forge
talk
(Thread)
How to read SD card data and store in array
Last updated: 2012-11-26
addressin an array of byte containing bits of type bool
CODESYS Forge
talk
(Thread)
addressin an array of byte containing bits of type bool
Last updated: 2018-11-14
How I should define a huge size byte array in CoDeSys V3?
CODESYS Forge
talk
(Thread)
How I should define a huge size byte array in CoDeSys V3?
Last updated: 2013-05-09
Pass the second array dimension into a function as a parameter
CODESYS Forge
talk
(Thread)
Pass the second array dimension into a function as a parameter
Last updated: 2022-05-10
Passing an I/O Array to a Function or Function Block
CODESYS Forge
talk
(Thread)
Passing an I/O Array to a Function or Function Block
Last updated: 2015-05-07
Targetvisu: Einem als Frame eingebundenem Visuelement ein array als In_out übergeben
CODESYS Forge
talk
(Thread)
Targetvisu: Einem als Frame eingebundenem Visuelement ein array als In_out übergeben
Last updated: 2020-05-11
Bug found? Weird behaviour of Combobox (Array and Integer) in CodeSys 3.5SP16 Patch 2 (64bit) Visu
CODESYS Forge
talk
(Thread)
Bug found? Weird behaviour of Combobox (Array and Integer) in CodeSys 3.5SP16 Patch 2 (64bit) Visu
Last updated: 2021-11-02
Visualization - writing to an array using a variable for the index
CODESYS Forge
talk
(Thread)
Visualization - writing to an array using a variable for the index
Last updated: 2019-01-18
[SOLVED] Install ESI file: Index was outside the bounds of the array
CODESYS Forge
talk
(Thread)
[SOLVED] Install ESI file: Index was outside the bounds of the array
Last updated: 2017-12-15
how use / convert I/O name or address from array (of strings or other)
CODESYS Forge
talk
(Thread)
how use / convert I/O name or address from array (of strings or other)
Last updated: 2023-01-05
Extract 4 bytes from array of bytes to save in decimal value (int?)
CODESYS Forge
talk
(Thread)
Extract 4 bytes from array of bytes to save in decimal value (int?)
Last updated: 2022-01-11
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
.