looks like you are running in a bug in the newest version 4.4.0 of the profinet library or the new library triggers a bug in your code. did you update your profinet device too? you could try to downgrade to an older version of the library. via library manager - placeholders, double click Profinet 4.4.0 in the library column and choose an older version.
standard installation - white style included in SP7 , SP8, SP9, SP12, SP14 and SP16 not sure about later service packs
To see the image ID variable you need to set the filter in properties to all or animation.
Hi, documentation says it's not possible. Linear Motion G code: G1 .... Important Two consecutive identical positions always result in a movement stop at this position. The stop also occurs when the subsequent path connects steadily and could be traveled without stopping. https://content.helpme-codesys.com/en/CODESYS%20SoftMotion/_sm_cnc_din66025_line.html You're not moving the target coordinates (X,Y,Z) so the position doesn't change and the movement stops.
Hallo, könnte mit einer Textliste funktionieren Textliste FormatNachkommastellen mit den Einträgen ID Standard 0 %.0f 1 %.1f 2 %.2f .. .. n %.nf und dann in den Elementeigenschaften Eigenschaft Wert Textvariable rRealVariable Textliste 'FormatNachkommastellen' Textindex iNachkommastellen
it looks like you're causing an exception in this library right on start. Codesys can't tell you where because it has no source for the library. Cause could be an invalid pointer.
Hi, you can use local variables in the ST code action it's just not shown in the input assistant. as workaround use THIS^.iPassFirstTry
Hi, the target support package is for the codesys IDE so you can program plc applications for your device. You have to install it via the add-ons in the codesys installer (or package manager for older codesys installations). the run time application is on your device so it can run the application. it's preinstalled on your plc, on other devices like raspberry pi you have to install it. note. make sure the target support package and run time got the same version.