Activity for blitz

  • blitz blitz posted a comment on discussion Motion πŸ‡¬πŸ‡§

    Thank you very much @gseidel ! :)

  • blitz blitz posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, I have a question. Does anyone know a way to change latch alarm variables from the PLC runtime? In the help there is a method described: https://content.helpme-codesys.com/en/libs/AlarmManager/Current/Interfaces/pou-IAlarm3/SetLatchVarValue.html but I don’t know how to use it correctly.

  • blitz blitz posted a comment on discussion Motion πŸ‡¬πŸ‡§

    Does anyone have an idea how to run such a spiral on CNC smoothly without stops? SMC_SmoothPath and SMC_RoundPath don’t help. In general according to the documentation they should work on arcs but in the example only straight lines are shown and I get the impression these functions only work for straight lines. N005 G51 D15 N010 G01 X120.00 Y120.72 F100 N020 G03 X110.00 Y130.72 I-10.00 J0.00 F100 N030 G03 X100.00 Y120.72 I0.00 J-10.00 F100 N040 G03 X140.00 Y120.72 I20.00 J0.00 F100 N050 G01 X140.00...

  • blitz blitz posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi. Has anyone managed to implement the MDI (Manual Data Input) functionality in CODESYS CNC? I'm using SMC_StringStream2 and SMC_ReadNCFromStream, but I'm getting the error: SMC_CNC_INTERNAL_ERROR. I'd really appreciate any suggestions beyond what's already available online.

  • blitz blitz modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello, I have a problem with the errors "exception access violation" and "sourceposition". I have an FB_REST_API which has a Query method in which fbBasicAuthWebClient is called. This part works. Then I have an FB_MiR_Fleet_Comm which inherits from FB_REST_API. In FB_MiR_Fleet_Comm I create the Test1 method in which I call Query and errors appear here. Generally removing things from Test1 at some point the problem disappears, but based on that I am not able to deduce what is the problem :( FB1: FB_REST_API...

  • blitz blitz posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    My idea was to create a simple interface for communication with devices via REST API. I wanted to create one general purpose function block for REST API communication, and then create function blocks that will inherit from the general one and contain methods for querying individual endpoints - for communication with specific devices from manufacturers. The intention was a minimum of parameterization. Basically I managed to execute the plan, but the methods are in the general FB_REST_API function...

  • blitz blitz modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello, I have a problem with the errors "exception access violation" and "sourceposition". I have an FB_REST_API which has a Query method in which fbBasicAuthWebClient is called. This part works. Then I have an FB_MiR_Fleet_Comm which inherits from FB_REST_API. In FB_MiR_Fleet_Comm I create the Test1 method in which I call Query and errors appear here. Generally removing things from Test1 at some point the problem disappears, but based on that I am not able to deduce what is the problem :( FB1: FB_REST_API...

  • blitz blitz posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello, I have a problem with the errors "exception access violation" and "sourceposition". I have an FB_REST_API which has a Query method in which fbBasicAuthWebClient is called. This part works. Then I have an FB_MiR_Fleet_Comm which inherits from FB_REST_API. In FB_MiR_Fleet_Comm I create the Test1 method in which I call Query and errors appear here. Generally removing things from Test1 at some point the problem disappears, but based on that I am not able to deduce what is the problem :( FB: FB_REST_API...

  • blitz blitz posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    It looks like this is possible for Schneider M241 PLC: https://www.youtube.com/watch?v=JGbnlcLvtJo

  • blitz blitz posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    @eschwellinger Thanks for the great example. I think we are all interested in whether it is possible to log data using the "DataLogManager" module on an external memory such as USB / SD? It would be great if you could answer if there is such a possibility, and if so, please tell us how to set "DataLogManager" to write to external memory

  • blitz blitz posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thank you i-campbell . I installed 32-bit IDE, but when I compiled project with this version of software there were more errors. And generally (don't know why) it was worse on 32-bit. I changed sysmem23 to SysMem as You suggested and it solved problem.

  • blitz blitz posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello, I get a build error that I do not understand how to resolve: C0338: The Library 'sysmem23, 3.5.13.0 (system)' is only supported in 32 bit applications The device is: CODESYS Control for Linux SL. Codesys version: CODESYS V3.5 SP16 Patch3 + (64-bit)

1