Hello Guest it is April 24, 2024, 09:54:27 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

1121
it is not a Problem of your Formular, because it only seperates Digits before comma and after.
and because it it done in integer Registers there are no leading zeroes.


depending on the missing leading zeroes you have to put both seperated values togehter into a real
Register on the S7/200.

and then diplay the real value on MMI

i have added a example how i would do it.

1122
General Mach Discussion / Re: Limiter switch not being detected
« on: October 23, 2019, 03:04:39 AM »
and in config Inputs you have selected port 3 pin1?

1123
General Mach Discussion / Re: Another tool zeroing...but unique...
« on: October 15, 2019, 02:46:01 AM »
can you pls post your Profile XML file?

1124
Mach Screens / Re: Screen4 Mach3 Status bar missing!
« on: September 21, 2019, 11:53:42 AM »
place a simple Label with Content Error, it will show the errormessages

1125
VB and the development of wizards / Re: What is wrong with this Code?
« on: September 10, 2019, 12:13:56 PM »
Code: [Select]
If GetOemLed(805) = True Then
  DoSpinCW()
  DoOEMbutton (1000)
End If

1126
maybe G16 selected?

1127
General Mach Discussion / Re: OEM codes for buttons, DRO's and LED's
« on: September 07, 2019, 03:35:57 AM »
could also not find a buttoncode for entslaving. maybe

Button 254 DoOemButton Disable movement on axis B 254

can help?

1128
Works in progress / Re: Show first line of G-Code
« on: August 31, 2019, 02:37:21 AM »
if you are talking about Mach3, a Label with Content File will Show you the filename of loaded program.
i do not know about a possibilty to Show only the first line of gcode, except your create a VBScript witch is
used every time you load a new file, this will only work with a button on Screen, not with Standard menue load file.

1129
if you are talking about Mach3, there is only one probe Input.

1130
General Mach Discussion / Re: Trying to install a bit probe
« on: August 31, 2019, 02:21:12 AM »
ok understand now your machine. in this case it is a "clasic" Manual tool Change.

the sequence would be for example.

at the beginning of a Job you put in lets say Tool1.
then you press a button on your Screen and Tool1 (lenght) will be measured via touch plate.
then you set manualy workpiece Z to Zero at the top of your surface.

now every time your GCode reaches a tool Change (M6Txx) machine will go to a specific Position
, you Change your tool, press start and machine will measure the lenght of new tool and go ahead
with the actual Job.

therefore machine must be referenced (best via reference Switch on each axis), so that machine coordinates
are allways (after each new Startup) the same.this is necessary to be able to drive to the defined tool Change
Position and to the touch plate.