Remora - ethernet NVEM / EC300 / EC500 cnc board

More
06 May 2025 10:09 - 06 May 2025 10:24 #327839 by DarkPhoinix
Replied by DarkPhoinix on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Warning: Spoiler!
  

 
First of all thank you so much for your interest in the problems of all of us newbies. And yes I can't speak English at all, I only understand a few technical words as the little I know was learned by myself. I'm sure that the things you wrote in the following posts will solve all my problems even future ones and I will keep these posts as documentation.

I have one last question, is there a specific post of remora? Could you kindly link because I thought it was this post here! Thanks again infinitely!!!

a little help links for NVEM RT1052 pins1      NVEM RT1052 pins2 
Last edit: 06 May 2025 10:24 by DarkPhoinix.

Please Log in or Create an account to join the conversation.

More
06 May 2025 12:10 #327845 by DarkPhoinix
Replied by DarkPhoinix on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
first thing i went to google and searched for this:
Google help me  
I didn't find anything to configure the steps, I attach my configuration. After the modification the stepper doesn't move anymore I also tried to give it this combination:
{
    "Thread": "DMA",
    "Type": "DMAstepgen",
        "Comment":            "Y - Joint 1 step generator",
        "Joint Number":        1,
        "Step Pin":         "P1_24",
        "Direction Pin":     "P1_31",
        "Step Length":        2,
        "Step Space":        3
    },
I attached the txt file I sent to NVEM
 
Attachments:

Please Log in or Create an account to join the conversation.

More
06 May 2025 15:52 #327864 by DarkPhoinix
Replied by DarkPhoinix on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
thank you cakeslob!! work !!! need only little bit tuning

Please Log in or Create an account to join the conversation.

More
06 May 2025 17:57 #327873 by cakeslob
Ok great, so

DarkPheonix - good for now and stepping?

aDm1N - you have the Estop behavior working properly with that code then? If yes, Spyder, refer to his example.
re- MPG , here is the config for MPG, un-comment the line from your ini file, and make sure the component is installed. This is for the NVMPG that can come with the board with the screen. If you are talking about a separate MPG, we can copy the same with a few changes.
github.com/scottalford75/Remora-RT1052-c...ic/remora-nv-mpg.hal

re- C axis and encoder - this is more involved, lets circle back to this one

Spyder, yes there will be some conflicting line, the 3 lines at the top of the hal file needed modification, but I think you figured it out. "net remote-estp " check out the linuxcnc page on hal, but the nets are names that you create, so there wont be a remote-estp pin in the linuxcnc documents, and yes the => and <= denote signal direction,
so for example the new net "remote-estp" is connecting the linuxcnc pin "estop-latch.0.fault-in" to the remora pin "remora.input.04"
and the remora pin is going to the latch.0.fault-in pin
The following user(s) said Thank You: DarkPhoinix

Please Log in or Create an account to join the conversation.

More
06 May 2025 18:58 - 06 May 2025 20:54 #327879 by DarkPhoinix
Replied by DarkPhoinix on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Ok great, so

DarkPheonix - good for now and stepping?
Warning: Spoiler!

 
 

There is only one problem when you use the directional buttons to move the axes, the movement is strange, not responsive, slow to start, and sometimes that movement remains in memory, after an estop, the car exiting the estop starts turning again by itself or makes strange movements.!! but gcode work fine! i need study the problem! I was able to get it working using a function generator and an osciloscope.
Last edit: 06 May 2025 20:54 by DarkPhoinix.

Please Log in or Create an account to join the conversation.

More
06 May 2025 19:02 #327880 by aDm1N
Yes, the eStop works as it should. By MPG, I mean a normal external handwheel with a selector switch for the axes, not the NV MPG.

Please Log in or Create an account to join the conversation.

More
06 May 2025 20:57 #327889 by Spyderbreath
Replied by Spyderbreath on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Thank you cake! That actually cleared things up more than a little. I managed to figured out what that .not was for on the end so maybe that's a plus.

Still have the Emergency Stop button on Axis freezing after a trigger and neither mouse or [F1] will reset it. I am thinking that I had read some posts back that someone else was experiencing the same thing and was thinking it was Axis related?

Not letting that stop me from moving forward and next comes the probe. If I were to take a SWAG at it, how close does this come?
net touchprobe          remora.input.05          =>   motion.probe-input 

Am I on the right track?

Please Log in or Create an account to join the conversation.

More
07 May 2025 03:01 #327923 by cakeslob
DarkPheonix - that one got lost in translation. i kind of understand but if you can take a short video that would be great

Spyder - yes, the .not is used to invert the pin without having to use a linuxcnc not component. the probe looks good, the estop latch might not get reset for some reason leaving it in estop if i understand the logic of it from here.

adm1n - most of this one can be used but we gotta modify the nvmpg inputs to be normal ones
github.com/scottalford75/Remora-RT1052-c...ic/remora-nv-mpg.hal

Please Log in or Create an account to join the conversation.

More
07 May 2025 09:35 #327933 by DarkPhoinix
Replied by DarkPhoinix on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

DarkPheonix - that one got lost in translation. i kind of understand but if you can take a short video that would be great
 

Solved is remote desktop keyboard keys problem!! with direct Keyboard the JOG work correctly.

Please Log in or Create an account to join the conversation.

More
07 May 2025 12:00 - 07 May 2025 16:17 #327940 by Spyderbreath
Replied by Spyderbreath on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Thank you cake for the conformation on the probe. I think I got the outputs for coolant figured out as well. At least it tests out working with the right pins showing for M7 and M8.

net mist remora.output.02 => iocontrol.0.coolant-mist
net flood remora.output.03 => iocontrol.0.coolant-flood


At this point I seem to be the most unsure about the spindle config. For spindle forward and reverse, pretty sure I need to add a couple of lines at the end of the spindle config section, or somewhere, but I am not getting the final part of the config. Kind of think it should go something like -

net spindle-fwd remora.output.00 => ?!?!?!?!?!?
net spindle-rev remora.output.01 => ?!?!?!?!?!?


I am confused with the 3rd part of those lines. I see some examples here in the docs - linuxcnc.org/docs/html/examples/spindle.html#_spindle_enable - but the examples there look so parallel port, and I do not think they will work. should I be using something like - iocontrol.0.(?something?) - or am I hoeing in the wrong row? (again)

I think there is maybe one or 2 more questions before I finalize this config but I'll take it one at a time.
Last edit: 07 May 2025 16:17 by Spyderbreath.

Please Log in or Create an account to join the conversation.

Time to create page: 0.354 seconds
Powered by Kunena Forum