On 9/4/2019 9:09 PM, Peter C. Wallace wrote:
Thanks Peter I have much clearer picture now. Just one description that is not clear is the "PinDescType". What I see in the array is not explained in the definition.On Wed, 4 Sep 2019, Marius Liebenberg wrote:Date: Wed, 4 Sep 2019 21:03:10 +0200 From: Marius Liebenberg <[email protected]> Reply-To: "Enhanced Machine Controller (EMC)" <[email protected]>To: "Enhanced Machine Controller (EMC)" <[email protected]>Subject: [Emc-users] Mesa PIN file description Hi allDoes anyone know of a document or a description somewhere that explains the contents, structure and possibilities of the Mesa PIN file?-- Regards / Groete Marius D. Liebenberg 082 698 3251 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-usersTheres a bit of a description in the main constants file: IDROMConst.vhd
/type PinDescType is array(0 to MaxPins -1) of std_logic_vector(31 downto 0);/
and what is in the array is: /IOPortTag & x"00" & StepGenTag & StepGenDirPin, -- I/O 00/ The second field in particular is not clear to me.
Peter Wallace
Mesa Electronics
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users
-- Regards / Groete Marius D. Liebenberg 082 698 3251 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
