PlasmaC Fiber laser 1Kw head height control + auto focuas
yes but for initial setup..The VHD file is in case you want to make a changes in the firmware later
You can use pncconfig but it will not know about the PWM gens
so you would need to edit the hal file to set them up and connect them to
the desired LinuxCNC pins
yes for initial machine setup
i place the bit file in lib/firmware/hm2
it appears but i cant select it
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19201
- Thank you received: 6436
Please Log in or Create an account to join the conversation.
As I said, connecting up the PWM generators will likely
have to be done by hand editing the main hal file
(after you have updated the firmware as tommylight illustrated)
There is a new (experimental) pncconf feature that can read the
installed firmware (discover), but I don't know how practical this is yet
Please Log in or Create an account to join the conversation.
Flash the .bit file using the mesaflash utility:
mesaflash --device 7I92 --addr 10.10.10.10 --write name-of-file.bit
It can be confusing the first time you flash a card
mesaflash --device 7I92 --addr 10.10.10.10 --7i92_5abob2p_2d.bit
Then follow Tom's
then do:
mesaflash --device 7I92 --addr 10.10.10.10 --reload
Then also:
mesaflash --device 7I92 --addr 10.10.10.10 --readhmid
To see the list of the pins
Please Log in or Create an account to join the conversation.
okey i finished this stepWhat Tom is saying:
Flash the .bit file using the mesaflash utility:
mesaflash --device 7I92 --addr 10.10.10.10 --write name-of-file.bit
It can be confusing the first time you flash a card
mesaflash --device 7I92 --addr 10.10.10.10 --7i92_5abob2p_2d.bit
Then follow Tom's
then do:
mesaflash --device 7I92 --addr 10.10.10.10 --reload
Then also:
mesaflash --device 7I92 --addr 10.10.10.10 --readhmid
To see the list of the pins
then i started PNCONFIG... but i get lost in pnconfig.
i found stepgen. in IO tab.. but i cant find dir pin.. its very confusing
also i cant find pins for limit switches
Please Log in or Create an account to join the conversation.
Attachments:
Please Log in or Create an account to join the conversation.
The first column "Pin#" is the DB25 pin number (physical pin)
The second column "I/O" is the GPIO number (which determines the logical GPIO name in hal)
The fifth column "Chan" is the channel number of the pin function (StepGen, PWMGen etc)
Pncconf lists the channel number for StepGens etc and the GPIO number
for pins that are GPIO only
Please Log in or Create an account to join the conversation.
P1 PWM on pin 1,16,17
P2 PWM on pin 1,16,17
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19201
- Thank you received: 6436
Thank you Clive, i do agree that for some strange reason that is confusing for some users.What Tom is saying:
Flash the .bit file using the mesaflash utility:
mesaflash --device 7I92 --addr 10.10.10.10 --write name-of-file.bit
It can be confusing the first time you flash a card
Will try to avoid that in the future.
Please Log in or Create an account to join the conversation.
To me it looks like you have a choice
P1 PWM on pin 1,16,17
P2 PWM on pin 1,16,17
Right, there are 6 PWM gens in the firmware:
PWMGen 0 P2 pin 1
PWMGen 1 P2 pin 16
PWMGen 2 P2 pin 17
PWMGen 3 P1 pin 1
PWMGen 4 P1 pin 16
PWMGen 5 P1 pin 17
(pin numbers are DB25 pin numbers)
Please Log in or Create an account to join the conversation.