Activity for k2saki

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

    Thanks, that helps me a lot, but I have a question about this. https://forge.codesys.com/forge/talk/Engineering/thread/d8839077a0/

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

    Hi, I have a question regarding this. https://forge.codesys.com/forge/talk/Engineering/thread/8be0f6f14a/ But, How do I set parameters (var input, output ) to a dialog ?

  • k2saki k2saki modified a comment on discussion Visualization πŸ‡¬πŸ‡§

    Thanks ! That worked fine !

  • k2saki k2saki posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    Thanks ! That works fine !

  • k2saki k2saki posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    In Codesys visu, Table row number always start from 0. How do I set row number from 1 ?

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

    Hi. I published My CODESYS-CNC Project to GitHub and I set it Open Source Software. Here https://github.com/k-s-saki/RPi_CODESYS_CNC My CNC Project is binary file , using FBD for IPO , so I found it is a little bit hard to work with people on GitHub. (diff / merge ) My question is 1) Is it possible to convert my project ( only POUs is also fine ) into text file ? How? 2) Would it be better to rewrite all FBD/LD into ST and copy them manually to text files? Thanks.

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

    I'd like to use same code/project in different devices. (RPi, PLC) I change some lines in some POU before compiling. (array size, file path, etc ) My question is How to define pragma that effects all ST-POU in project. Is it possible ? I've read this. https://help.codesys.com/api-content/2/codesys/3.5.12.0/en/_cds_pragma_conditional/

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

    I'd like to measure tool length using SW. How do I set variable from the accurate drive position when switch turn ON/OFF? Hopefully, I'd like to measure Z-Pos with M-Function in G-Code automatically, And I'd like to set it to G43 as tool length correction.

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

    Is it possible like G-Code streaming processing (like FANUC or SIEMENS DNC Function )? Or Does anyone know the tips for CODESYS Motion to start moving long Long G-Code File quickly? I have to wait long time after "Start" button to start moving, I have to wait finishing interpreting whole G-Code file, ( and I have to prepare huge buffer to store. ) Now, I'm working on my CNC Project using SMC_ReadNCFile2, and SMC_NcInterpreter to preprocess G-Code. I tried to set SMC_Interpolator.xExecute to true...

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

    Sorry, That was my mistake. I found a error in my program. Now it works well.

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

    Hello. I have a question about override of moving speed. I am testing G-Code in Simulation mode. I set SMC_Interpolator.dOverride <--- 0.5, 1.0, 2.0 when Interpolator is working But SMC_Interpolator.dVel(speed) did not changed at all. Am I missing something to take effect ?

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

    Hi Georg. Thank you so much ! Your advice is really helpful for me. I appreciate your great help.

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

    Hi, gseidel. Thank you so much for your advice. I have created a program to preprocess G-code as follows 1.SMC_ReadNCFile2 2.SMC_Interpreter 3.SMC_CheckVelocities Then I put SMC_OUT_QUEUE in SMC_Interpolator. Where should I insert SMC_SmoothMerge and SMC_SmoothPath? Or are there any example link for it ?

  • k2saki k2saki modified a comment on discussion Motion πŸ‡¬πŸ‡§

    I'm using CAD/CAM that outputs GCode with G01 many short segments from NURBS Curve, only X-Y axis. But CODESYS CNC motion seems much slower ( or stop-go motion ) in simulation mode than F-Value (I checked value from SMC_Interpolator - dVel ). In GCode G01, F value is F500, but movement is very slow, actual speed (dVel) is between 0 to 30 back and forth. I think very old CNC can move like that, but nowadays, a lot of CNC can move smoothly to process free curve ( somethimes option switch ) I tried...

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

    I'm using CAD/CAM that outputs GCode with G01 many short segments from NURBS Curve, only X-Y axis. But CODESYS CNC motion seems much slower ( or stop-go motion ) in simulation mode than F-Value (I checked value from SMC_Interpolator - dVel ). In GCode G01, F value is F500, but movement is very slow, actual speed (dVel) is between 0 to 30 back and forth. I think very old CNC can move like that, but nowadays, a lot of CNC can move smoothly to process free curve ( somethimes option switch ) I tried...

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

    Hello. Good morning. I have a same problem with short-segment G01 in GCode even in XY Axis. ( I'm using SMC_ReadNcFile2, SMC_NcInterpreter, SMC_CheckVelocities before IPO , watching Youtube tutorial video.. ) How did you solve this problem ?

1