7i96 test program?
- oddwick
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 130
- Thank you received: 18
06 Dec 2023 20:05 #287384
by oddwick
7i96 test program? was created by oddwick
quick question, is there any quick way to test a 7i96 without creating a complete machine setup? i know that @JT has a spiffy mesa configuration tool for flashine, but is there one for dry testing?
i am in the process of wiring a 7i96 and the control box and it would be nice to have a way that i could quickly plug it in and confirm that i have all the relays, sensors, motors and everything wired up correctly. the actual machine is not yet built, so until then i just want to be able to verify my wiring and the mechanicals. thanks!
i am in the process of wiring a 7i96 and the control box and it would be nice to have a way that i could quickly plug it in and confirm that i have all the relays, sensors, motors and everything wired up correctly. the actual machine is not yet built, so until then i just want to be able to verify my wiring and the mechanicals. thanks!
Please Log in or Create an account to join the conversation.
- tommylight
-
- Online
- Moderator
-
Less
More
- Posts: 20159
- Thank you received: 6861
06 Dec 2023 20:27 #287385
by tommylight
Replied by tommylight on topic 7i96 test program?
Make a simple configuration with what you need and test, using MesaCT or PncConf.
You can make as many of those configs as you like, for Mesa 7i96 or any other card, as long as one of those is connected to the PC.
You can make as many of those configs as you like, for Mesa 7i96 or any other card, as long as one of those is connected to the PC.
Please Log in or Create an account to join the conversation.
- oddwick
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 130
- Thank you received: 18
06 Dec 2023 23:54 #287394
by oddwick
Replied by oddwick on topic 7i96 test program?
ok that is what i kinda figured. i was hoping that there was just a stand alone app like jt's mesa config tool. that would be a nice addition to linuxCNC or just by itself to make testing easier! hint hint
Please Log in or Create an account to join the conversation.
- Cant do this anymore bye all
-
- Offline
- Platinum Member
-
Less
More
- Posts: 1200
- Thank you received: 422
07 Dec 2023 00:24 - 07 Dec 2023 00:24 #287395
by Cant do this anymore bye all
Replied by Cant do this anymore bye all on topic 7i96 test program?
Everyone sets their machine up a little differently. As tommy said just make a config to suit your machine. Doing it that way most of your config is done. Pcnconf can test the steppers.
Or you could modify the parallel port tester to test the inputs & outputs.
wiki.linuxcnc.org/cgi-bin/wiki.pl?Parallel_Port_Tester
Or you could modify the parallel port tester to test the inputs & outputs.
wiki.linuxcnc.org/cgi-bin/wiki.pl?Parallel_Port_Tester
Last edit: 07 Dec 2023 00:24 by Cant do this anymore bye all.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- tommylight
-
- Online
- Moderator
-
Less
More
- Posts: 20159
- Thank you received: 6861
07 Dec 2023 00:51 #287399
by tommylight
Replied by tommylight on topic 7i96 test program?
There is an app, PncConf or MesaCT.
Takes under 2 minutes (120 seconds) to make a fully working config with those if you know the scaling/reduction/ratios and inputs/outputs.
MesaCT can do that even faster as it can copy data between axis.
Takes under 2 minutes (120 seconds) to make a fully working config with those if you know the scaling/reduction/ratios and inputs/outputs.
MesaCT can do that even faster as it can copy data between axis.
The following user(s) said Thank You: oddwick, JT
Please Log in or Create an account to join the conversation.
- oddwick
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 130
- Thank you received: 18
07 Dec 2023 19:23 #287476
by oddwick
Replied by oddwick on topic 7i96 test program?
ive used pncconf for my other mesa machines, but ive never messed with mesaCT, i will have to look into that one. been a min since ive had to set up a machine. right now i just wanted to confirm my wiring, flip some relays and spin motors to test my drivers. i got an INSANE deal on some NOS pepperl and fuchs sensors on ebay and this is the first time ive ever messed with inductive sensors so i wanted to confirm i got it wired into the board correctly before i had to start stringing wire through dragchains.
i really doubt that would work just because a 7i96 is an ethernet card, not parport. but i guess you are right that would at least put me 1/2 way towards having my config setupOr you could modify the parallel port tester to test the inputs & outputs.
Please Log in or Create an account to join the conversation.
- Cant do this anymore bye all
-
- Offline
- Platinum Member
-
Less
More
- Posts: 1200
- Thank you received: 422
07 Dec 2023 20:27 #287482
by Cant do this anymore bye all
Replied by Cant do this anymore bye all on topic 7i96 test program?
You modify it to suit an Ethernet card, not all that hard.
Please Log in or Create an account to join the conversation.
- oddwick
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 130
- Thank you received: 18
09 Dec 2023 22:48 #287726
by oddwick
Replied by oddwick on topic 7i96 test program?
that is probably exactly the opposite of what i was trying to accomplish. i was looking for a more plug and play solution that i could just run a quick couple of tests just to make sure my wiring is correct and that the mass of little colored wires ive been threading everywhere are in the right place before i actually try and hook up a 200+ lb gantry and move it around. i think that tommy is right and ill just create a quick profile just to test things out. seems easiest route, but @jt or @pcw could make our lives easier and make something like that!You modify it to suit an Ethernet card, not all that hard.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 18525
- Thank you received: 5076
09 Dec 2023 23:45 - 10 Dec 2023 00:12 #287731
by PCW
Replied by PCW on topic 7i96 test program?
A minimal hal file + halshow might do what you want:
#
# hostmot2 driver
loadrt hostmot2
# load low-level driver
loadrt hm2_eth board_ip=10.10.10.10 config=""
# Threads
loadrt threads
start
# functions
addf hm2_7i96s.0.read thread1
addf hm2_7i96s.0.write thread1
# peek and poke
loadusr halshow
You would launch this with something like:
halcmd -f minimal96s.hal
To clear the loaded drivers you would:
halrun -U
#
# hostmot2 driver
loadrt hostmot2
# load low-level driver
loadrt hm2_eth board_ip=10.10.10.10 config=""
# Threads
loadrt threads
start
# functions
addf hm2_7i96s.0.read thread1
addf hm2_7i96s.0.write thread1
# peek and poke
loadusr halshow
You would launch this with something like:
halcmd -f minimal96s.hal
To clear the loaded drivers you would:
halrun -U
Attachments:
Last edit: 10 Dec 2023 00:12 by PCW.
The following user(s) said Thank You: oddwick
Please Log in or Create an account to join the conversation.
- oddwick
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 130
- Thank you received: 18
14 Dec 2023 19:53 #288152
by oddwick
Replied by oddwick on topic 7i96 test program?
thank you, this is exactly what i needed! it got me where i needed to be and then once i confirmed my wiring was correct, i made a quick machine profile with pncconf to spin some motors and everything is working just fine. now onto building the machine...
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.104 seconds