Hello Guest it is April 23, 2024, 09:31:41 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 - TPS

921
just a quick test. shot down Mach3, goto c:\mach3\macros\ your Profile Name\ Folder open M6Start.M1S with a a text Editor copy paste your code and save the file. restart Mach3 and havs a look for teh M6Start.m1s file wether it is still the modified one-

922
Show us your macro code and we will see.

923
General Mach Discussion / Re: Homing?Limits
« on: May 15, 2020, 02:57:32 AM »
Settings -> Override Limits  enabled maybe?

924
just add

Code: [Select]
DoButton(8)
DoButton(9)

to your "ref all home" script

925
General Mach Discussion / Re: Homing?Limits
« on: May 14, 2020, 01:46:02 PM »
you do not have to insert it, just Chose the file and hit Post

926
General Mach Discussion / Re: Homing?Limits
« on: May 14, 2020, 03:48:13 AM »
if you post a reply, below the Input window is a + sign for Attachments and other Options.

927
go to Config -> Ports&Pins -> Outputs Signal

Enable1    set enabled    Port -> to whatever port you are using         Pin -> 1

928
anyhow it does not make sense to create a plugin, where you can select up to 4 of those IO Card's and then
you do not have Access to all I/O's. i am pretty sure that all the I/O's are reflected to somewhere. in the CSMIO,
witch i am using you can Access all the I/O's via the modbus functions GetInBit(adr,bit) and SetOutBit(adr,bit) and
ResetOutBit(adr, bit), but without more Information it is hard to find the right adress.

maybe you have a Chance to contact Steve Murphree via NFS Support?

929
went trough all the files and did a lot of searching on the Inet, but all the Information about PIO-16/16 in combination
with mach3 is very Little. so maybe Steve Murphree witch is the programmer of the plugin is the only one witch
has more Information.

But btw are the In-/Outputs in Ports&Pins realy not enough?

for input's you have:
Input 1-4
OEMTrig 1-15 witch are 19

for output's you have:
Enable 1-6
Output 1-20 witch are 26

just a question.

930
General Mach Discussion / Re: Mach3 ATC screenset ER25 collet
« on: May 11, 2020, 03:06:05 AM »
here:
https://www.machsupport.com/forum/index.php?topic=36417.msg249874#msg249874

i have posted some code witch might be a startpoint.