Hello Guest it is March 28, 2024, 02:42:54 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zedomax

Pages: 1
1
Hey Fernando,

Cool,
We are ordering whole bunch of motors and drivers today and hopefully we can make a simple app using Mach3 and CUBLOC,
I will update you on the results.

Max :)

2
 Oh thanks dude!

3
Here's some simple instructions on basic modbus communications with Mach3 software:

(We will have some updates with touchscreen too once we figure out how to use the Mach3 software)

http://cubloc.com/phpBB2/viewtopic.php?p=3721#3721

4
Hi there,
I just got a sample Mach3 program from Art and I have been testing with CUBLOC modules.
They work fine with the Modbus protocol.
I got it working under "Setup Modbus Control" but I am not sure where the inputs or outputs of the Modbus shows up.
It's running in the background though fine without errors with this minimal code in CUBLOC which set the CUBLOC to Modbus RTU Slave mode:


Const Device = CB280

Opencom 1,115200,3,80,80
Set Modbus 1,1,20


Do
   _P(0)=1
   Delay 1000
   _P(0)=0
   Delay 1000
Loop

Pages: 1