Search found 9 matches

by cadline
Wed Jun 25, 2025 10:09 am
Forum: User PC Applications and Libraries .Net
Topic: Unable to find "KM_dotnet_Interop_MainStatus_GetStatus" in "KMotion_dotnet_Interop.dll" Visual C# 2022
Replies: 3
Views: 29587

Re: Unable to find "KM_dotnet_Interop_MainStatus_GetStatus" in "KMotion_dotnet_Interop.dll" Visual C# 2022

Hi Tom,
No, i'm not calling that function from my code.
The previous version was working is the 435h.
Is it possibile to downgrade KFlop firmware from 5.4.0 to 435h (KFlop Rev 1.3)?
Thanks.
Tiziano F.
by cadline
Wed Jun 25, 2025 7:52 am
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: Camera screen
Replies: 5
Views: 18857

Re: Camera screen

Hi Tom,
So it wasn't selected the correct video device.
While changing the video device number to 0 is working at all.
Thank you a lot, have a nice day.
Tiziano F.
by cadline
Fri Jun 20, 2025 1:46 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: Camera screen
Replies: 5
Views: 18857

Re: Camera screen

Dear Dynomotion, I've downloaded KMotion 5.4.0 but it seems impossible to run MeasureFiducial correctly, also from executable file in release folder (C:\KMotion 5.4.0\KMotion\Release). Also the VS C# 2013 project isn't working well, because after compiling the program, it always not view the camera ...
by cadline
Thu Jun 19, 2025 10:50 am
Forum: User PC Applications and Libraries .Net
Topic: Unable to find "KM_dotnet_Interop_MainStatus_GetStatus" in "KMotion_dotnet_Interop.dll" Visual C# 2022
Replies: 3
Views: 29587

Unable to find "KM_dotnet_Interop_MainStatus_GetStatus" in "KMotion_dotnet_Interop.dll" Visual C# 2022

Hi everybody, I have a problem using "KMotion_dotnet_Interop.dll" of KMotion5.4.0 in Visual C# 2022. It seems impossibile to reference all dll in Visual projects...the unique dll that can be referenced in my case is "KMotion_dotNet.dll" but this also don't work and the program display continuously t...
by cadline
Fri Dec 04, 2020 9:07 am
Forum: User PC Applications and Libraries .Net
Topic: need to read Persist Array value from c# program
Replies: 2
Views: 2167

Re: need to read Persist Array value from c# program

Thank you Tom, have a nice day,
Tiziano
by cadline
Thu Dec 03, 2020 11:19 pm
Forum: User PC Applications and Libraries .Net
Topic: need to read Persist Array value from c# program
Replies: 2
Views: 2167

need to read Persist Array value from c# program

Dear Tom, i write a c program running on kflop ,it fill some Persist Array data and i need to read it from a c# program running on windows. tha code is a part of your example program : --------------------------------------------------------------- if (Connected && KM.WaitToken(100) == KMOTION_TOKEN...
by cadline
Tue Dec 10, 2019 11:02 am
Forum: Hardware Interface Issues
Topic: 3.3 volt current limits
Replies: 3
Views: 4310

Re: 3.3 volt current limits

Dear Dynamotion, i have a problem driving 150 ohm resistor, why a so low value? may i remove the pulldown from the board ?
thank you.
by cadline
Mon Jan 21, 2019 12:12 pm
Forum: C Programs
Topic: Running C program while open motion buffer from PC
Replies: 2
Views: 2651

Re: Running C program while open motion buffer from PC

HI TomKerekes ,
thank you very much for reply.
Tiziano
by cadline
Fri Jan 18, 2019 10:43 am
Forum: C Programs
Topic: Running C program while open motion buffer from PC
Replies: 2
Views: 2651

Running C program while open motion buffer from PC

Dear Dynamotion, I have to check axis position while motion buffer is running , is it possible? I have 2 or 3 trhead, running C program in kflop that check some input bit and axis position, and i have to open,send move command to motion buffer ,close and execute buffer by script command from PC. doe...