Machsupport Forum

Third party software and hardware support forums. => Modbus => Topic started by: karimi on June 20, 2012, 02:09:47 AM

Title: REALTIME MODBUS DATA SENDING :
Post by: karimi on June 20, 2012, 02:09:47 AM
Hi every one
i want to send positions to go for x , y and z axis to go in the first of each block to start.
for instance sending "TOGOX" with modbus at the first of block exactly.
do you know any method to send "TOGOX" at the first of block with no defect.
thanks
Title: Re: REALTIME MODBUS DATA SENDING :
Post by: karimi on June 20, 2012, 05:54:25 AM
i want to send modbus data "TOGOX" at the first of block, so Brain of mach3 should read the registery of "TOGOX" when  "ISMOVING" contact in brain is activated or block should start when "TOGOX" is read .
how can i do so in mach3 plc?
Title: Re: REALTIME MODBUS DATA SENDING :
Post by: karimi on July 04, 2012, 05:35:16 AM
Can we use Mach3 PLC to Syncrone it to Modbus sending data?
exactly i want to have "TOGOX" , "TOGOY" , "TOGOZ" , "XFEED" , "YFEED" , "ZFEED" and "SPINDLE RPM" at the fierst of every Block.
PLEASE Help me to do it.
Thanks
Title: Re: REALTIME MODBUS DATA SENDING :
Post by: karimi on July 06, 2012, 12:22:25 PM
can i syncron modbus data sending by mach3 plc or i should use mach3 plugin for it ?
Title: Re: REALTIME MODBUS DATA SENDING :
Post by: karimi on July 06, 2012, 12:26:40 PM
is ther any one to continue this post?
i wish to cntinue this post with any one can help me.
Title: Re: REALTIME MODBUS DATA SENDING :
Post by: BR549 on July 09, 2012, 07:05:48 PM
The Mach3 Modbus is NOT synced it sends and receives WHEN it can.

(;-) TP
Title: Re: REALTIME MODBUS DATA SENDING :
Post by: poppabear on July 25, 2012, 07:31:44 AM
also, you can't send "directly" at least, floating point numbers over modbus.

Scott
Title: Re: REALTIME MODBUS DATA SENDING :
Post by: karimi on September 19, 2012, 03:04:11 AM
tanks for replay and sorry for my english language .
the floating point is not my problem, because i multiply it in 1000 and send.
now i know that modbus sends data in a timer interrupt of mach3 engine, so i'm working on plugin writing in VS2008 and sed data to a electrical node with ethernet connection .
if you wish to take part in it, make me happy.