Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
15 Apr 2025 21:00 - 15 Apr 2025 21:31

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

It's important to keep in mind that joints (machine movement) and axes (DRO values) are not the same thing. As the X axis is supposed to be perpendicular to the Y axis it would be somewhat strange for the X value to change when moving along Y.
Also note that the forward kinematic is only used to calculate the axis values from the joint home position right after homing and probably when switching kinematics. After that only the inverse kinematic model is used to calculate the joint positions for given axis values.
  • unknown
  • unknown
15 Apr 2025 20:59
Replied by unknown on topic 7i92 firmware issue

7i92 firmware issue

Category: Driver Boards

A little update, changed the EEPROM from a 16MB ST part to a 16MB Winbond part (same as I've used for the EPP\SPI board). Initially no change.

Put a 5ms delay between before the "sync" instruction when erasing & writing a bitfile. Was able to write a bitfile, not everytime, but when it does it verifies ok.

Ran 100 iterations of the Linuxcnc logo gcode, one after another in a loop, and then left it, after 12 hours no comms issues.
  • PCW
  • PCW's Avatar
15 Apr 2025 20:43
Replied by PCW on topic Mesa 7i97T unresponsive analog outputs

Mesa 7i97T unresponsive analog outputs

Category: Driver Boards

If you have nothing connected to the 7I97T but 5V power and any analog
output is not  close to 0V, the analog output circuitry has been damaged somehow.

This may occur if an output was inadvertently shorted to say +24V or
connected before a common ground was established between the drive and
the 7I97T.
  • tommylight
  • tommylight's Avatar
15 Apr 2025 20:32
Replied by tommylight on topic Linuxcnc as flight simulator

Linuxcnc as flight simulator

Category: Advanced Configuration

OK, that simplifies things, a lot.
  • juwi
  • juwi
15 Apr 2025 20:18
Replied by juwi on topic Linuxcnc as flight simulator

Linuxcnc as flight simulator

Category: Advanced Configuration

Actually if you use simtools there are multiple interfaces.
Serial, udp, write your own...

Every game that is supported by simtools then has the same interface.
  • jochen91
  • jochen91
15 Apr 2025 19:56

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

I'm working on the Vismach implementation and while playing around i realized, that when i move the Y axis the X axis moves as well. So for so good. But the X-coordinate in Axis does not change.
(Forward Non TCP)
pos->tran.x =   j[0] + j[1] * cos(angle);
pos->tran.y = - j[1] * sin(angle);
(Inverted Non TCP)
j[0] =   pos->tran.x + pos->tran.y / tan(angle);
j[1] = - pos->tran.y / sin(angle);


Note:
X on the Mazak is head up and down in
Z on the Mazak is table left and right

But shouldn't it change? Why doesn't it ?

Kind regards,
Jochen

 
  • tommylight
  • tommylight's Avatar
15 Apr 2025 19:44
Replied by tommylight on topic Linuxcnc as flight simulator

Linuxcnc as flight simulator

Category: Advanced Configuration

Had the same idea today for a racing/flight sim! :)
I have no idea what games output for motion, that would help to know, but whatever it is (and i am sure no 2 games use the same output, but maybe through directX...), we would need just translating those to waypoints and from those to gcode.
Taping into games collision detection is out of the question by now as the coding on new games is absolutely terrible and utterly useless.
But, games that have display/gauges for pitch/tilt/angle of attack, should be much easier if they also output somehow somewhere those values.
Then there is the interpreter/LinuxCNC reading those values and sending motion, but should be doable, there are some "camera to motion" things working already somewhere on this forum.
Maybe use that and point the camera at the screen... :)
  • juwi
  • juwi
15 Apr 2025 19:30
Linuxcnc as flight simulator was created by juwi

Linuxcnc as flight simulator

Category: Advanced Configuration

Hi there.

I am planning to build a hexapod as a motion sim and would very much like to use linuxcnc as kinematics processor and mesa cards as motion controller.
this is because I am used to it in the normal manner and I like the dependability.
I have searched some time now and found the python hal interface and the python command module. 

As I just get xyzabc commanded positions from the simulator, I very much would like to just set the commanded position in linuxcnc to the new value andet it move as fast as possible to it. 
to prevent motion errors the allowed error would be set very high. 

If this sounds insane tell me, give me your thoughts. Is it possible to update just the commanded position via the hal python module? 

julian
  • matasbuk
  • matasbuk
15 Apr 2025 19:27
Replied by matasbuk on topic Mesa 7i97T unresponsive analog outputs

Mesa 7i97T unresponsive analog outputs

Category: Driver Boards

Tried with everything except power disconnected, tried to connect the drive, but the drive would proper forward with no command with stable speed with LinuxCNC off. Channel 3 was never even attempted to connect. Other channels are unresponsive.
  • PCW
  • PCW's Avatar
15 Apr 2025 19:19
Replied by PCW on topic MPG error

MPG error

Category: General LinuxCNC Questions

Since these pins determine which axis jog, I would monitor them with Halshow
to see if maybe there is a electrical/switch issue with these signals.

parport.1.pin-04-in-not
parport.1.pin-05-in-not
parport.1.pin-06-in-not
parport.1.pin-07-in-not
  • tommylight
  • tommylight's Avatar
15 Apr 2025 18:54

What are the chances of getting this setup working?

Category: Pick and Place

@my1987toyota,
How is the recovery going?
  • PCW
  • PCW's Avatar
15 Apr 2025 18:38
Replied by PCW on topic Mesa 7i97T unresponsive analog outputs

Mesa 7i97T unresponsive analog outputs

Category: Driver Boards

If any analog output is not close to 0V at power up, (and no output mis-connections)
there is a hardware problem (perhaps a damaged op-amp) on the card and it needs repair.
  • vre
  • vre
15 Apr 2025 18:31
Replied by vre on topic spindle with encoder

spindle with encoder

Category: Basic Configuration

more notches are better but how can i set encoder
if encoder can only positioned before geartrain ?
  • Grotius
  • Grotius's Avatar
15 Apr 2025 18:28
Replied by Grotius on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Thanks,

Will give it a try tomorrow.
  • my1987toyota
  • my1987toyota's Avatar
15 Apr 2025 18:26 - 15 Apr 2025 18:31
Replied by my1987toyota on topic What are the chances of getting this setup working?

What are the chances of getting this setup working?

Category: Pick and Place

Well with my project I got interested in other things and haven't spent much time on it in a while.
Partly the placer head desperately needs updating to modern day equipment. Cable and pulley
for the Z axis is in my opinion a terrible idea but the machine was designed in 1993. We have a few
other PnP machines where I work so this one was more or less an experiment. Plus work just
doesn't seem to ease up.
Displaying 2371 - 2385 out of 26424 results.
Time to create page: 0.510 seconds
Powered by Kunena Forum