Search talk: object reference not set

 
<< < 1 .. 3 4 5 6 7 .. 82 > >> (Page 5 of 82)

Using symbol configuration object to make a monitoring app CODESYS Forge talk (Thread)
Using symbol configuration object to make a monitoring app
Last updated: 2011-02-14

trend visualisation bug with date time picker object CODESYS Forge talk (Thread)
trend visualisation bug with date time picker object
Last updated: 2022-09-28

Access to object properties of a visualization CODESYS Forge talk (Thread)
Access to object properties of a visualization
Last updated: 2020-11-05

Access visualization object property through code CODESYS Forge talk (Thread)
Access visualization object property through code
Last updated: 2015-04-08

Rotating object and closing door (change value to 0) CODESYS Forge talk (Thread)
Rotating object and closing door (change value to 0)
Last updated: 2015-10-21

Object oriented programming in Codesys V2? CODESYS Forge talk (Thread)
Object oriented programming in Codesys V2?
Last updated: 2013-01-29

New Communication Manager with "OPC UA Server" Object CODESYS Forge talk (Thread)
New Communication Manager with "OPC UA Server" Object
Last updated: 2022-05-11

Scan Network with PLC Handler ActiveX Object? CODESYS Forge talk (Thread)
Scan Network with PLC Handler ActiveX Object?
Last updated: 2011-05-04

Search and replace doesn't work in visualation object? CODESYS Forge talk (Thread)
Search and replace doesn't work in visualation object?
Last updated: 2016-07-13

Using the "Position" Input Selection for Object Va CODESYS Forge talk (Thread)
Using the "Position" Input Selection for Object Va
Last updated: 2007-12-21

Monitor working counter via the EtherCAT_Master object? CODESYS Forge talk (Thread)
Monitor working counter via the EtherCAT_Master object?
Last updated: 2016-09-10

Degree of accuracy in Trend object CODESYS Forge talk (Thread)
Degree of accuracy in Trend object
Last updated: 2010-02-02

WEBVISU / ROTATE OBJECT WITHOUT ROTATING TEXT INSIDE CODESYS Forge talk (Thread)
WEBVISU / ROTATE OBJECT WITHOUT ROTATING TEXT INSIDE
Last updated: 2022-06-07

"Are you sure to delete the object?" setting CODESYS Forge talk (Thread)
"Are you sure to delete the object?" setting
Last updated: 2022-07-25

Execute custom object commands in python script CODESYS Forge talk (Thread)
Execute custom object commands in python script
Last updated: 2014-01-09

JSON parsing and composing library null object CODESYS Forge talk (Thread)
JSON parsing and composing library null object
Last updated: 2022-12-20

Reset to values from project information in Application Object CODESYS Forge talk (Thread)
Reset to values from project information in Application Object
Last updated: 2018-01-10

How to sort JSON object in codesys CODESYS Forge talk (Thread)
How to sort JSON object in codesys
Last updated: 2024-05-08

No source code available for this object CODESYS Forge talk (Thread)
No source code available for this object
Last updated: 2024-07-15

No source code available for this object CODESYS Forge talk (Thread)
No source code available for this object
Last updated: 2024-07-16

OPC-UA object instances preexisting in imported xml information model CODESYS Forge talk (Thread)
OPC-UA object instances preexisting in imported xml information model
Last updated: 2024-08-08

Unable to add alarm configuration object to project CODESYS Forge talk (Thread)
Unable to add alarm configuration object to project
Last updated: 2024-09-27

Post by benediktenger on Access project information of references library by script CODESYS Forge talk (Post)
Hi, I need to accesss to project information of a referenced library in the project. At least I need the "Released" flag from these information to check that no project gets shipped with unreleased libraries. Unfortunally, I do not get this information by script. I archieved to get the library reference object and the managed library object but both won't give me this flag but only basic information like company, name, version, etc. Here is my code: # get the library refernces proj = projects.primary objects = proj.get_children(recursive=True) for object in objects: if object.is_libman: for libref in iter(object): if libref.is_placeholder and isinstance(libref.effective_resolution,str): print(libref) print(libref.name) # get the managed libraries libs = librarymanager.get_all_libraries() for lib in libs: print(lib.displayname) print(lib.version) Does somebody know how do get these information?
Last updated: 2023-10-23

Post by olemart on Set REFERENCE to 0 (null) when no longer used CODESYS Forge talk (Post)
Did you find out if this work?
Last updated: 2024-10-02

Set Action after using input dialog CODESYS Forge talk (Thread)
Set Action after using input dialog
Last updated: 2020-07-16

<< < 1 .. 3 4 5 6 7 .. 82 > >> (Page 5 of 82)

Showing results of 2034

Sort by relevance or date