Search talk: Object reference not set to an instance of an object

 
<< < 1 .. 7 8 9 10 11 .. 286 > >> (Page 9 of 286)

Post by stribor on Passing properties as VAR_IN_OUT variables. CODESYS Forge talk (Post)
if i only use it as input variable I won't be able to update its state within the visu object. Lets say i have real value as a property, i would like the slider object to display this value and also modify it.
Last updated: 2025-04-30

C0244: No VAR_PERSISTENT list is part of the application to enter instance path for variable CODESYS Forge talk (Thread)
C0244: No VAR_PERSISTENT list is part of the application to enter instance path for variable
Last updated: 2024-07-17

VAR_INFO from inside of a FB to get info on the instance. CODESYS Forge talk (Thread)
VAR_INFO from inside of a FB to get info on the instance.
Last updated: 2019-12-04

[OOP] How to implement "HAS A"... that is, instance of class within a class CODESYS Forge talk (Thread)
[OOP] How to implement "HAS A"... that is, instance of class within a class
Last updated: 2017-06-07

VAR_IN_OUT, POINTER TO and REFERENCE TO CODESYS Forge talk (Thread)
VAR_IN_OUT, POINTER TO and REFERENCE TO
Last updated: 2021-11-16

Post by atone on Set DeviceID of an IO-Link Sensor at Runtime CODESYS Forge talk (Post)
Answering to myself: is not possible according to the IFM support, this possibility has not been taken into account, although the interfaces and FBs in Codesys would apparently support it. So I ended up having to deactivate the sensor validation and the backup & restore functionality in the master and implement it in the PLC myself.
Last updated: 2025-04-28

Post by pernockham on Slider instance value when accessed through "execute ST-code" CODESYS Forge talk (Post)
I think this will not work. I reworked and used an int as source instead.
Last updated: 2025-02-07

Post by corriibme on JSON Utilities and SetArray CODESYS Forge talk (Post)
Hello @florian, Could you please help with how to set an array value? I've been trying to use the with the setKeyWithArray method which creates the key with an empty array value. But I have been unable to set items in this array? objindex:= fb_JBuilder.SetKeyWithArray("Key6", diParentIndex := diRootIndex); objindex2:= fb_JBuilder.SetValue(value:= iValue2, diParentIndex:= objindexx); //iValue: array[0..n] of int; Best regards
Last updated: 2024-05-11

Post by corriibme on Setting array values with JSON Utilities SL CODESYS Forge talk (Post)
It turns out that you can build JSON structures without ever calling the JSONBuilder function block directly. Instead, create a pointer to JSON.JSONData and invoke the necessary methods on its dereference. The parent object has a parent index of -1 (and an index of 0). EVERY other item (including keys, values, empty arrays and sub-objects) created by the setX methods needs the index to increase by 1. Then use the JSONByteArrayWriter FB to generate your JSON string
Last updated: 2024-05-23

how to get a list of the cross reference of one variable CODESYS Forge talk (Thread)
how to get a list of the cross reference of one variable
Last updated: 2018-01-17

Post by androidzz on Json Builder problem? CODESYS Forge talk (Post)
Dear reader, I am using the codesys JSON utilities SL, 1.9.0.0 library. And then specifically the FB JSONBuilder. I need to create a main object with at least 2 objects in it. The first object is no problem, but I cannot insert the second object into the main object. See attached my code and the result I get. I am assuming that I am doing something wrong with the parent index but have tried a lot and can't get it done. Kind regards, Rob
Last updated: 2024-03-11

Post by ellocco on Leitungsverzweigung mit einem existierenden Block (z.B. AND-Glied) zu verbinden CODESYS Forge talk (Post)
Is it possible under CODESYS V3.5 SP18, to connect a split (german Leitungsverzweigung) with an existing block (e.g. AND-module)? Or to connect the output of an existing block to the input of an existing block (e.g. OR-block)? Any ideas? P.S.: Sorry for the german title, I do not know how modify the title.
Last updated: 2024-11-07

Call an output of a function block CODESYS Forge talk (Thread)
Call an output of a function block
Last updated: 2012-11-05

Writing a CSV file from an array of values? CODESYS Forge talk (Thread)
Writing a CSV file from an array of values?
Last updated: 2020-05-27

How can I get the status of an ethercat slave CODESYS Forge talk (Thread)
How can I get the status of an ethercat slave
Last updated: 2018-05-30

Multiple Modbus Read Registers Access by an Array of Elements CODESYS Forge talk (Thread)
Multiple Modbus Read Registers Access by an Array of Elements
Last updated: 2018-04-16

Write an Structure of Structures with pointers. CODESYS Forge talk (Thread)
Write an Structure of Structures with pointers.
Last updated: 2022-01-28

Create an alarm list without use of Alarm config CODESYS Forge talk (Thread)
Create an alarm list without use of Alarm config
Last updated: 2024-06-06

Post by anlebr on Alarm group template - Is it not possible with several instances? CODESYS Forge talk (Post)
Hi In the POU section of my project I have created a Fan function block and defined an alarm group template for this FB with one alarm (Motor fault). In the PLC program I define two instances of the fan function block. When going to the alarm configuration and pressing "Create or update alarm instances", I get two alarms listed. So far so good. However, when I start my program and check the alarm table in the visualization I only see one alarm, even if both are active. Am I doing something wrong, or is it not possible to define alarms on a function block level and get one set of alarms per instance of the function block?
Last updated: 2025-04-01

Post by peterkcontrols on Copying 2 byte word to output CODESYS Forge talk (Post)
Hello. I am using codesys 3.5. I would like to know if it is possible to set a variable to an output without declaring in. I have defined a STRUCT and within this struct I have a Struct for inputs called I and a struct for outputs called O. I have declared a variable of the type of this Struct, I would like to set or alias the value in this variable to an input/output value of an IO block that has a module on the ethernet tree. Is it possible to copy the contents of %IW0 -> STRUCT.I ? The size of both of these is 2 bytes. I understand that I can declare a variable with the input like Input01 AT %IX0.0 : BOOL; However how can I make STRUCT.I.D00 AT %IX0.0? Is this possible? Thanks
Last updated: 2025-03-03

How to set Codesys to use defaut keyboard of a smartphone? CODESYS Forge talk (Thread)
How to set Codesys to use defaut keyboard of a smartphone?
Last updated: 2023-02-13

Post by alink on Visu - changing auto-logout time CODESYS Forge talk (Post)
Hello is there a chance to set with a visu input the auto-logout time? At the moment, it is a fix value set in visu-manager. But for individual configurating of passwort policies I create a visu-dialog to set policies and there for an option to set auto-logout-time. But till now, I haven't found a solution. Maybe someone has an idea? Thanks
Last updated: 2023-11-30

OPC-Server an Beckhoff-SPS und an IndraDrive CODESYS Forge talk (Thread)
OPC-Server an Beckhoff-SPS und an IndraDrive
Last updated: 2006-04-03

Multiple Instance of the SPI Interface with PiFace-Board CODESYS Forge talk (Thread)
Multiple Instance of the SPI Interface with PiFace-Board
Last updated: 2014-03-24

Set the PLC clock of raspberry CODESYS Forge talk (Thread)
Set the PLC clock of raspberry
Last updated: 2020-02-05

<< < 1 .. 7 8 9 10 11 .. 286 > >> (Page 9 of 286)

Showing results of 7143

Sort by relevance or date