Search found 7 matches

by kizilkaya
Thu Nov 28, 2024 8:27 pm
Forum: C Programs
Topic: KOGNA RS485 SLAVE ID
Replies: 2
Views: 64

Re: KOGNA RS485 SLAVE ID

Kmotion 5.3.6 ver. JP12 PIN7 connected to RM782M RS485 A JP12 PIN8 connected to RM782M RS485 B JP12 PIN40 connected to RM782M RS485 GND RM782.png This VALDUİNO connection software a section source code , I open the Valduino software , select 38400 baudrate - Slave ID 10 and connected, no any problem...
by kizilkaya
Thu Nov 28, 2024 11:22 am
Forum: C Programs
Topic: KOGNA RS485 SLAVE ID
Replies: 2
Views: 64

KOGNA RS485 SLAVE ID

I have RM782MB I/O mudule, baud rate 34800 , slave ID:10 please give me
example for read inputs code, I don't found any solution for this module...

https://www.valduino.com/wp-content/upl ... M782MB.pdf
by kizilkaya
Thu Jul 04, 2024 1:15 am
Forum: New Feature Request
Topic: Log Bit Status
Replies: 4
Views: 5381

Re: Log Bit Status

Thank you very much TOM, you are best :)
by kizilkaya
Wed Jul 03, 2024 11:41 am
Forum: New Feature Request
Topic: Log Bit Status
Replies: 4
Views: 5381

Re: Log Bit Status

Dear Tom

Is it possible to write two examples?

Example 1) Reading 1024 bit status?
Example 2)1025 setbit ?

Thank you for your attention.
by kizilkaya
Mon May 06, 2024 4:50 pm
Forum: New Feature Request
Topic: Log Bit Status
Replies: 4
Views: 5381

Log Bit Status

Hello Dear TOM I added a checkbox in "ToolSetupTPPage". When it is active, I want to print the status of virtual bits between 1024-1120 to the "Z:\\OILOG.bin" file once a second as 96-bit data, for example: If bits 1024, 1029,1120 are active, they are 96-bit. The data should output like out.txt: So ...
by kizilkaya
Mon Dec 04, 2023 1:32 am
Forum: C Programs
Topic: Run IDC_Thread1..2...3 with button and convert g code
Replies: 3
Views: 3025

Re: Run IDC_Thread1..2...3 with button and convert g code

Dear Tom This code ; #include "KMotionDef.h" #define TMP 10 // which spare persist to use to transfer data #include "KflopToKMotionCNCFunctions.c" void main() { if (ScreenScript("WinMsg:DlgName;IDC_Thread2;BM_CLICK;")) printf("Screen Script Failed\n"); else printf("Screen Script Success\n"); } Perfe...
by kizilkaya
Sun Dec 03, 2023 6:39 pm
Forum: C Programs
Topic: Run IDC_Thread1..2...3 with button and convert g code
Replies: 3
Views: 3025

Run IDC_Thread1..2...3 with button and convert g code

Hello Dear Tom I have few questions.. Question 1 : I want to run g code files with the ReadBit command, for example; if (ReadBit(30)) { "open IDC_Thread1" } if (ReadBit(31)) { "open IDC_Thread2" } .... Is this possible? Question 2 : Addition, I want to write a command that will convert the X values ...