wiki Discussion
gorgc2333
wiki
(Discussion)
Forum for wiki comments
Last updated: 2025-12-16
blog Discussion
gorgc2333
blog
(Discussion)
Forum for blog comments
Last updated: 2025-12-16
(no subject)
gorgc2333
wiki
(Thread)
Last updated: 2025-12-16
Home
gorgc2333
wiki
(WikiPage)
Project Members: gorgc2333 (admin)
Last updated: 2025-12-16
Post by gseidel on SMC_ERROR SMC_CGR_INVALID_POSPERIOD
CODESYS Forge
talk
(Post)
Hi blitz, that usually means that the modulo period, when converted to increments, is larger than 2^31. (The bus bandwidth is usually 2^32.) What is your "technical unit", do you program in angular degrees? And what is the modulo period? If you want you can post the drive configuration (screen shot of the "General" and "Scaling/Mapping" page). Best regards, Georg
Last updated: 2025-12-16
SMC_ERROR SMC_CGR_INVALID_POSPERIOD
CODESYS Forge
talk
(Thread)
SMC_ERROR SMC_CGR_INVALID_POSPERIOD
Last updated: 2025-12-16
code Discussion
struccc
code
(Discussion)
Forum for code comments
Last updated: 2025-12-16
Post by pernockham on Trend legend naming and access/config to/of trend/legend-variables
CODESYS Forge
talk
(Post)
Trying the web-version of trend-data. This seems to be a impressive tool, but I lack/cant find a number of what I would think are important parts. There does not seem to be a way to get away from the dot.notated variable naming in the legend.. A developer might want the dot-notation but an end-customer will surely not. For instance I want to display 12 temperatures, instead of t1, t2 etc.. they will be named. gvl_io.unit[1].trend.temps.t1_a gvl_io.unit[1].trend.temps.t1_b gvl_io.unit[1].trend.temps.t1_c gvl_io.unit[1].trend.temps.t2_a .. gvl_io.unit[1].trend.temps.t4_b.. gvl_io.unit[1].trend.temps.t4_c.. Quite a lot of unnecessary text/data taking space from the actual trend => Is there a way to access/interface the legend-data programmatically so I can change the presentation/naming?
Last updated: 2025-12-16
wiki Discussion
bomber06
wiki
(Discussion)
Forum for wiki comments
Last updated: 2025-12-16
blog Discussion
bomber06
blog
(Discussion)
Forum for blog comments
Last updated: 2025-12-16
(no subject)
bomber06
wiki
(Thread)
Last updated: 2025-12-16
Home
bomber06
wiki
(WikiPage)
Project Members: bomber06 (admin)
Last updated: 2025-12-16
(no subject)
willebro
wiki
(Thread)
Last updated: 2025-12-16
Home
willebro
wiki
(WikiPage)
Project Members: willebro (admin)
Last updated: 2025-12-16
Post by willebro on "Distributed clocks are not synchronized, Rea time problem on hardware" ?
CODESYS Forge
talk
(Post)
https://forge.codesys.com/forge/talk/Engineering/thread/632c29cb93/#8d94 The above comment is the best, but if you just want to see it work you can try disabling the distributed clock. It's not the right thing to do but it should resolve that error.
Last updated: 2025-12-16
Post by gseidel on MC_Phasing state explenation
CODESYS Forge
talk
(Post)
Hi kenth1973, no, we do not have this kind of information on internal variables. iPhasingState has been removed and is no longer present in current versions of SoftMotion. Best regards, Georg
Last updated: 2025-12-17
myproject Git repository
myproject
CodeTorque
(Git Repository)
Last updated: 2025-12-17
struccc SVN repository
struccc
code
(SVN Repository)
Last updated: 2025-12-17
wiki Discussion
strucc-c
wiki
(Discussion)
Forum for wiki comments
Last updated: 2025-12-17
blog Discussion
strucc-c
blog
(Discussion)
Forum for blog comments
Last updated: 2025-12-17
Home
strucc-c
wiki
(WikiPage)
Project Members: strucc-c (admin)
Last updated: 2025-12-17
(no subject)
strucc-c
wiki
(Thread)
Last updated: 2025-12-17
Post by gseidel on MC_Phasing state explenation
CODESYS Forge
talk
(Post)
Hi kenth1973, it is not a matter of who created the function block. It is just that we don't have, and don't provide, documentation about internal implementation details... Hope you can understand that, Georg
Last updated: 2025-12-17
Post by gseidel on Can't get SMC_SmoothPath to work
CODESYS Forge
talk
(Post)
Hi bertus, I cannot see any problem in the code you posted. Just some ideas: What is the value of D_ANGLE_TOL? - Do you need the assignment bAbort := NOT bDecoder? Does it help to leave it out? Any errors (e.g. SMC_SmoothPath.Error/ErrorID) or PLC log messages? What if you comment out SMC_SmoothMerge and SMC_LimtiDynamics, is corner smoothing still not working? Is bDecode written from a different task (e.g. visu)? Then I would recommend to assign to a local variable (bDecodeLocal := bDecode) and use that for all FBs. Otherwise, FBs might see different values of bDecode in a single cycle, which will cause problems. Regards, Georg
Last updated: 2025-12-17
Post by kenth1973 on MC_Phasing state explenation
CODESYS Forge
talk
(Post)
Hi George - ok thanks - but who created this FB in the first place? Could you lead me to the creator company? Is CODESYS not the old S3 that created this FB? :-)
Last updated: 2025-12-17