Hello Guest it is April 27, 2024, 05:47:32 AM

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 - TPS

2281
General Mach Discussion / Re: Toggle output from button input?
« on: May 27, 2015, 09:02:06 AM »
Hi,
dont think there is a macro solution, bcause the Outputs will be turned off anyway.

may be you can use a Hardware filp-flop relay (1st puls on, next pulse off and so on)?

Thomas

2282
General Mach Discussion / Re: Toggle output from button input?
« on: May 27, 2015, 07:36:15 AM »
Change the valves to 5/2 pulse triggered (4 Outputs).

than the valve stayes in his last Position.

Tomas

2283
Hi Emil,

at least i would seperate axis Limit Switches (can stay in series) and the E-Stop chain,
create a inustrieal Standard estop circiut (e-stop relay and main power contactor for all Motors).
all this Software e-stop circuits are not save for my mind.

Thomas

2284
Hello Emil,

fist of all i am happy to se that you make progress.

regarding to your brain's for the eneable conditions, a couple of the signals should
be handled by mach3 not via brain.

all axis limit switches should be declared in port's/pin's input's
E-Stop should be declared in port's/pin's input's
Enable servo controllers should be declared in port's/pin's output's
servo ready signal should be declared in CSMIO plugin
servo reset signal should be declared in CSMIO plugin

so what is left:
vacuum/pressure limit should only stop automatic operation to be able to do something in manual.

for the e-stop you have normaly a hardware circuit with e-stop relay, this estop relay sholud also
switch off  (off delayed), via a bigger contactor, the main power othe drives and spindles.

Thomas





2285
General Mach Discussion / Re: mach 3 licence not loading heeelp
« on: May 24, 2015, 04:09:40 AM »
normaly you get your licence file in a email as attachment,

yust put ( copy or drag and drop, however you want to call it) this file
into c:\mach3 folder.

2286
General Mach Discussion / Re: mach 3 licence not loading heeelp
« on: May 24, 2015, 03:58:34 AM »
Hi,

you normaly get a file named Mach1Lic.dat witch is your licence.

copy this file in your Mach§ folder (witch is normaly C:\Mach3)

and then start Mach3 again.

Thomas

2287
CS-Lab / Re: Retrofitting- MAHO MC600 with CSMIO/IP-A help
« on: May 22, 2015, 09:17:12 AM »
Hi,

are you sure that your 24vDC power supply is ok?
a digital Output is not "grabing" 4 Volts normaly.

by the way a normal 24VDC relay will also work with 20V,
but there must be something else wrong.

Thomas

2288
Hi,

i am not the modbus Guru, but i think there are code examples for modbus in C avaliable
on the Internet, also here in the Forum is a lot Information how to configure/use
modbus in Mach3 like here:

http://www.machsupport.com/forum/index.php/topic,21105.10.html

i am sure one of the modbus guru's here will help with detailed Information
soon.

the rest (bring the modbus Register to a dro) is very easy.

Thomas

2289
Hi,

you can not send direct into a dro,
but you can shift a modbus register via brain/VB into the dro.

Thomas

2290
Hi,

witch format is the serial data,
modbus would help.

Thomas