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

 
<< < 1 .. 30 31 32 33 34 .. 234 > >> (Page 32 of 234)

IVisualizationDialog.SetInterface does not seem to work at all CODESYS Forge talk (Thread)
IVisualizationDialog.SetInterface does not seem to work at all
Last updated: 2022-04-05

Codesys Installer not running after upgrading to v18 CODESYS Forge talk (Thread)
Codesys Installer not running after upgrading to v18
Last updated: 2022-09-12

Not able to get in run mode CODESYS Forge talk (Thread)
Not able to get in run mode
Last updated: 2017-11-07

Licences not functioning after update to 3.5 SP17 CODESYS Forge talk (Thread)
Licences not functioning after update to 3.5 SP17
Last updated: 2021-06-24

FB_init not passing parameters down to FB_init CODESYS Forge talk (Thread)
FB_init not passing parameters down to FB_init
Last updated: 2021-04-22

Not able to program in Instruction list CODESYS Forge talk (Thread)
Not able to program in Instruction list
Last updated: 2018-02-19

Retain identity does not match to current bootproject progra CODESYS Forge talk (Thread)
Retain identity does not match to current bootproject progra
Last updated: 2013-11-06

OPCUA not working since updating to 3.5.16.0 CODESYS Forge talk (Thread)
OPCUA not working since updating to 3.5.16.0
Last updated: 2020-06-16

Type SM3_Drive is not equal to type SM3_Drive CODESYS Forge talk (Thread)
Type SM3_Drive is not equal to type SM3_Drive
Last updated: 2023-03-13

Library is not export during export to "PLCOpenXML" CODESYS Forge talk (Thread)
Library is not export during export to "PLCOpenXML"
Last updated: 2021-03-31

no connection to target (Raspberry not found) CODESYS Forge talk (Thread)
no connection to target (Raspberry not found)
Last updated: 2018-04-26

Git does not seem to support Safety program? CODESYS Forge talk (Thread)
Git does not seem to support Safety program?
Last updated: 2023-05-24

AWS IoT Core Client SL not connecting to IOT broker CODESYS Forge talk (Thread)
AWS IoT Core Client SL not connecting to IOT broker
Last updated: 2020-06-23

SVN Version Info not available after update to CDS 3.5.16.20 CODESYS Forge talk (Thread)
SVN Version Info not available after update to CDS 3.5.16.20
Last updated: 2021-06-15

Webvisu not supported due to missing browser feature HTML5-Canvas CODESYS Forge talk (Thread)
Webvisu not supported due to missing browser feature HTML5-Canvas
Last updated: 2019-02-01

CAA File, how to check whether file exists or not CODESYS Forge talk (Thread)
CAA File, how to check whether file exists or not
Last updated: 2024-05-16

Post by matt-purcell on Which Lib to use, connect to a socket with URL instead of IP address CODESYS Forge talk (Post)
Hello, I have a new project and I need to connect to a TCP socket using the URL instead of an explicit IP address, myendpoint@mydomain.com Which library is best suited for this? This is for a new enterprise project, the endpoint is a server in a datacenter running some real time application. We have big IP, it will automatically reassign the IP address to the backup server if a crash occurs so an explicit IP won't work for me. I've done this in RS logix, working now to migrate that code over to codesys. Thanks in advance!
Last updated: 2024-06-17

Post by westcountryewe on Persistence Variables missing and DO NOT retain from Persistence Channel when using Boot Application CODESYS Forge talk (Post)
We've been experiencing an issue through SP18, SP19 and now SP20 where the Persistence Variables do not retain if we upload our program via a Boot Application. If we use the exact same program, and perform a Direct Upload via the Laptop and Ethernet connection, the Persistence Variables work exactly as expected. I have submitted 2 bug support tickets but I haven't had a response back from Codesys. Has anybody experienced the same issues and discovered a workaround? We have a requirement to utilise the Boot Application method because of logistical restrictions of being able to get out to every site, so at the moment it's a bit restriction.
Last updated: 2024-05-15

Post by abauza on Image Pool using in other libraries CODESYS Forge talk (Post)
Hi I have done some tests and i realised that it's an issue with the visualizator simulator because i uploaded the program to a device and tried to see on the Web browser and I see correcctlu the images of the image pool of the library. I post this for anyone that have the same problem.
Last updated: 2024-08-20

Post by jtebokkel on Access to the path *** is denied CODESYS Forge talk (Post)
I am also having this issue. It was working fine for the first 2ish months and is now throwing this error. I can just try and go online again a second time and it works. I'm wondering if there is an environmental variable or something that isn't set that is causing it to use an empty path as a temp directory. The empty path will be the location the app is running from which is that path C:\Program Files\CODESYS 3.5.19.50\CODESYS\Common. The permissions don't allow a normal user to write to that directory which causes the error. It also only seems to happen when there are changes or the build has been cleaned.
Last updated: 2024-02-14

Post by riccardo on VisuElems.CurrentUserGroupId is not stable CODESYS Forge talk (Post)
Goodmorning TimvH, Thanks for the reply. I don't know if your solution solve my trouble yet, I am going to see the link you sent me. In the mean time I try to explane better what I need to do. I have a turbine system that get in alarm under some condition (E.g low speed of turbine) and block the itself. When the system is stoped there is no speed turbine and the system cannot start. To give to the operetor the possibility to bypass the alarms, there is an acknoledgement alarm pushbutton. This bypass must not work for everyone but only for those client that perform the login by (User Management). Furthermore, if the user perform the (manual or automatic) logout in alarm conditions, the acknowlegment must be annulled and block the system again. To do this, I need to know if an operator is logged in the page and is working to fix the problem; otherwise the syste must autoturn off again. Now I go to study your solution, if I have explaned better and you have another idea tell me please.
Last updated: 2023-11-16

Post by manuknecht on Specify Input Configuration "OnDialogClosed" Action to only react to certain Dialogs CODESYS Forge talk (Post)
Thanks for your responses. The close listener sounds like an interesting approach, will have to see what I can do with it. I actually solved it as suggested by sturmghost by setting an enum variable to a certain state as soon as I open a dialog. This way I always know which dialog was opened last.
Last updated: 2023-10-02

Post by dhumphries on Rounding error in simple addition CODESYS Forge talk (Post)
Thanks for the response, as I've thought about this problem over the last month I began to suspect this was a problem with not being able to exactly represent .1 as a 32 bit binary number. I think I've found a work around by making the number an integer, then dividing it by 10 and storing that value as a floating point number. There is still an issue with the value not being exact somewhere in the 8th or 9th decimal place, but because I'm incrementing an integer value then dividing it, the error doesn't compound.
Last updated: 2024-05-25

Post by xnoop on MBTCP Slave configuration CODESYS Forge talk (Post)
Hello, I use Codesys 3.5 SP18 Patch 4 (64 bit) My Codesys project is composed of several dozen of Modbus TCP Slaves. I want to configure each of them by define : - Modbus TCP Slave Configuration : Name, IPAddress, port - Channels - Mapping I can't afford to configure manually and I need to find automatic way What possibilities does the Codesys offer? 1. I know it possible to use python script to create Modbus TCP Master and Slave. But I don't find anyway to create Channels and Mapping through the API 2. I 've tested to set mapping with file.csv on a Modbus Tcp Slave, but no way to import channels definition from file 3. I 've tried to use PLCOpenXml file. For example I 've create a project with an Ethernet device. I've exported it in PlcOpenXml file. After delete the Ethernet device, I've imported the PlcOpenXml file without success. I've tried the same by creating Modbus TCP Slave. Could you help me to find to good way ? Thanks
Last updated: 2024-06-19

Post by rodberna on Library for arrays CODESYS Forge talk (Post)
Hi, I'm creating a program where I need to handle arrays, like: - Declare lenght variable arrays - [array(1..var) of "sometype"]. This is not possible in pure codesys, right? - Know array lenght, min, max, avg values in runtime - append/delete itens in an array - and so on Is there a library know for this in codesys. Is it possible to build our own libraries using some high level language like python or java script?
Last updated: 2024-01-10

<< < 1 .. 30 31 32 33 34 .. 234 > >> (Page 32 of 234)

Showing results of 5848

Sort by relevance or date