Hilfe bei MESA 7I75
- gravedigger
- Offline
- New Member
-
Less
More
- Posts: 14
- Thank you received: 0
30 Oct 2025 19:39 - 30 Oct 2025 19:40 #337516
by gravedigger
Hilfe bei MESA 7I75 was created by gravedigger
Habe mir eine MESA 7i75 gekauft und bin unsicher bezüglich Beschaltung.
Als Eingang muss ich nur den IO Port mit dem nebenliegenden GND verbinden durch z.B. einen Taster oder Schalter?
Als Ausgang gehe ich mit den 5V auf z.b. ein Relais und dann auf den IO Port?
Danke
Harald
Als Eingang muss ich nur den IO Port mit dem nebenliegenden GND verbinden durch z.B. einen Taster oder Schalter?
Als Ausgang gehe ich mit den 5V auf z.b. ein Relais und dann auf den IO Port?
Danke
Harald
Last edit: 30 Oct 2025 19:40 by gravedigger.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 17434
- Thank you received: 5083
30 Oct 2025 20:05 #337518
by PCW
Replied by PCW on topic Hilfe bei MESA 7I75
Yes, because the FPGA cards have pullup resistors on all I/O pins to +5V
Simple grounding a I/O pin will work for input signaling
For outputs, because of the pullups, the initial state of all I/O pins will be high
so its best to use active low outputs (and best to the the 7I75s 5V output)
So for say driving a SSR or OPTO:
7I75 5V --> SSR+ or OPTO Anode
7I75 I/O --> SSR- or OPTO Cathode
In HAL you need to set the is_output and usually
invert_output parameters for GPIO pins used as outputs.
Simple grounding a I/O pin will work for input signaling
For outputs, because of the pullups, the initial state of all I/O pins will be high
so its best to use active low outputs (and best to the the 7I75s 5V output)
So for say driving a SSR or OPTO:
7I75 5V --> SSR+ or OPTO Anode
7I75 I/O --> SSR- or OPTO Cathode
In HAL you need to set the is_output and usually
invert_output parameters for GPIO pins used as outputs.
Please Log in or Create an account to join the conversation.
Time to create page: 0.095 seconds