is there a way to convert pointer to interface reference
CODESYS Forge
talk
(Thread)
is there a way to convert pointer to interface reference
Last updated: 2018-11-14
Lookup Symbol Name from pointer address?
CODESYS Forge
talk
(Thread)
Lookup Symbol Name from pointer address?
Last updated: 2012-10-04
fun-pointer mit SysIECGetFctPointer(INDEXOF(fun)) wie aufruf
CODESYS Forge
talk
(Thread)
fun-pointer mit SysIECGetFctPointer(INDEXOF(fun)) wie aufruf
Last updated: 2007-11-22
C0032 Error to type Pointer to IoConfigParameter
CODESYS Forge
talk
(Thread)
C0032 Error to type Pointer to IoConfigParameter
Last updated: 2024-03-25
Post by tvm on Cannot pass array of constant size to a function as a reference
CODESYS Forge
talk
(Post)
It will be a reference, because it's a VAR_IN_OUT. it's a little weird debugging the array online. It just shows as a POINTER TO INT, and you can't actually see the array from the function side. But you can still work with it as a normal array, not a pointer.
Last updated: 2024-01-09
Post by trusty-squire on CNC - How to manipulate SMC_GeoInfo objects
CODESYS Forge
talk
(Post)
Sometimes you just need to pose a question on a forum and re-read it to get clarity. pGeoInfo := SMC_GetObj(poq:=ADR(fbCncInterpreter.poqDataOut), n:=1); This won't work, I'm providing a pointer to a pointer, as poqDataOut is already a pointer! I just need to remove the ADR() and it works. pGeoInfo := SMC_GetObj(poq:=fbCncInterpreter.poqDataOut, n:=1);
Last updated: 2024-07-26
Modbus Serial as easy as...
CODESYS Forge
talk
(Thread)
Modbus Serial as easy as...
Last updated: 2015-07-03
AS Programm in AS Programm aufrufen
CODESYS Forge
talk
(Thread)
AS Programm in AS Programm aufrufen
Last updated: 2008-01-23
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
<identifier>: POINTER TO <data type | function block | program | method | function>;
CODESYS Forge
talk
(Thread)
<identifier>: POINTER TO <data type="" |="" function="" block="" program="" method="">;</data></identifier>
Last updated: 2022-03-23
how to execute a pointer to a function or a function block?
CODESYS Forge
talk
(Thread)
how to execute a pointer to a function or a function block?
Last updated: 2017-04-04
Wie kann ich einen Pointer to ULINT in eine variable Struktur verwandeln?
CODESYS Forge
talk
(Thread)
Wie kann ich einen Pointer to ULINT in eine variable Struktur verwandeln?
Last updated: 2021-11-23
Post by dtamm on How to read string from CharBufferPtr?
CODESYS Forge
talk
(Post)
Solved it! The simple answer was to declare a variable as POINTER TO STRING and assign the GetMessage result to that variable. Then, the ^ operator can be used to extract the message as string.
Last updated: 2024-02-21
Post by simotion on Pointer to Softmotion axis
CODESYS Forge
talk
(Post)
No ideas?
Last updated: 2023-10-27
modbusTCP raspberry as master arduino mega as slave
CODESYS Forge
talk
(Thread)
modbusTCP raspberry as master arduino mega as slave
Last updated: 2021-02-28
CANopen manager fails as soon as a device is appended
CODESYS Forge
talk
(Thread)
CANopen manager fails as soon as a device is appended
Last updated: 2019-09-03
Zurücksetzen von AS-Schrittketten die in AS-Schritten liegen
CODESYS Forge
talk
(Thread)
Zurücksetzen von AS-Schrittketten die in AS-Schritten liegen
Last updated: 2016-04-07
Post by abrarsk on SysCom Library Usage
CODESYS Forge
talk
(Post)
Update: I was able to successfully use the SysCom.lib. I had to install SysTypes2Interface library as well and wrote following code. Declaration hCom : RTS_IEC_HANDLE; pResult : POINTER TO RTS_IEC_RESULT; Implementation hCom := SysComOpen(ComSettings.sPort, ADR(pResult));
Last updated: 2024-08-10
Running process as administrator
CODESYS Forge
talk
(Thread)
Running process as administrator
Last updated: 2023-01-08
AS-Programmierung; Superstates problematisch
CODESYS Forge
talk
(Thread)
AS-Programmierung; Superstates problematisch
Last updated: 2009-04-30
Run Simulation As 32Bit???
CODESYS Forge
talk
(Thread)
Run Simulation As 32Bit???
Last updated: 2021-09-09
TON declared as PERSISTENT
CODESYS Forge
talk
(Thread)
TON declared as PERSISTENT
Last updated: 2022-02-18
structured variable as property
CODESYS Forge
talk
(Thread)
structured variable as property
Last updated: 2017-09-13
AS, schlechte Übersicht, Verbesserungsvorschlag
CODESYS Forge
talk
(Thread)
AS, schlechte Übersicht, Verbesserungsvorschlag
Last updated: 2007-09-25
Ablaufsprache AS
CODESYS Forge
talk
(Thread)
Ablaufsprache AS
Last updated: 2006-12-04
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
.