Remora RT1052 nvem pinouts
02 Aug 2024 10:04 - 02 Aug 2024 10:06 #306710
by Lpkkk
Remora RT1052 nvem pinouts was created by Lpkkk
Hello
Can anyone share remora pinouts for nvem RT1052 board?
I'm trying to set limit switches by adding :
net X-min remora.input.00 => joint.0.home-sw-in joint.0.neg-lim-sw-innet Y-min remora.input.02 => joint.1.home-sw-in joint.1.neg-lim-sw-innet Z-min remora.input.04 => joint.2.home-sw-in joint.2.neg-lim-sw-in
To my hal, but without proper pinout diagram I'm not sure which pin is for remora.input.00 etc.
I've tried by connecting like on drawing in attachment, unfortunately without success.
Also is estop and probe pin counted as a inputs or separately?
Can anyone share remora pinouts for nvem RT1052 board?
I'm trying to set limit switches by adding :
net X-min remora.input.00 => joint.0.home-sw-in joint.0.neg-lim-sw-innet Y-min remora.input.02 => joint.1.home-sw-in joint.1.neg-lim-sw-innet Z-min remora.input.04 => joint.2.home-sw-in joint.2.neg-lim-sw-in
To my hal, but without proper pinout diagram I'm not sure which pin is for remora.input.00 etc.
I've tried by connecting like on drawing in attachment, unfortunately without success.
Also is estop and probe pin counted as a inputs or separately?
Last edit: 02 Aug 2024 10:06 by Lpkkk.
Please Log in or Create an account to join the conversation.
03 Aug 2024 13:13 - 03 Aug 2024 13:15 #306843
by Lpkkk
Replied by Lpkkk on topic Remora RT1052 nvem pinouts
If anyone would still look for pinouts, please see attached
Last edit: 03 Aug 2024 13:15 by Lpkkk.
Please Log in or Create an account to join the conversation.
03 Aug 2024 20:59 #306882
by scotta
Replied by scotta on topic Remora RT1052 nvem pinouts
The config file for the NVEM has the information you are looking for.
github.com/scottalford75/Remora-RT1052-c...xCNC/nvem-rt1052.txt
Example:
{
"Thread": "Servo",
"Type": "Digital Pin",
"Comment": "IN01",
"Pin": "P4_26",
"Mode": "Input",
"Data Bit": 4,
"Invert": "True"
},
This is the IN01 input and it is remora.input.04 . The Data Bit key sets the Remora input number. You can either use the these numberings or change these to your liking.
github.com/scottalford75/Remora-RT1052-c...xCNC/nvem-rt1052.txt
Example:
{
"Thread": "Servo",
"Type": "Digital Pin",
"Comment": "IN01",
"Pin": "P4_26",
"Mode": "Input",
"Data Bit": 4,
"Invert": "True"
},
This is the IN01 input and it is remora.input.04 . The Data Bit key sets the Remora input number. You can either use the these numberings or change these to your liking.
Please Log in or Create an account to join the conversation.
Time to create page: 0.060 seconds