Multiple Daugherboards on one Smart Serial Port?
- HansU
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 687
- Thank you received: 207
14 Dec 2022 20:56 #259503
by HansU
Multiple Daugherboards on one Smart Serial Port? was created by HansU
Everywhere in the docs it is described that it is possible to connect up to 8 remote serial daughter cards to one smart serial port.
But how? There is no jumper on those boards to select the address.
Maybe the parameter NVUNITNUMBER (Non-volatile unit number) or UNITNUMBER (Working unit number) has to be set?
And how to connect the devices? Daisy chaining?
But how? There is no jumper on those boards to select the address.
Maybe the parameter NVUNITNUMBER (Non-volatile unit number) or UNITNUMBER (Working unit number) has to be set?
And how to connect the devices? Daisy chaining?
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18482
- Thank you received: 5055
14 Dec 2022 22:07 #259507
by PCW
Replied by PCW on topic Multiple Daugherboards on one Smart Serial Port?
You can only have one remote device per serial channel.
A port is a sserial host controller which may have from 1 to 8 channels
Up to 4 sserial ports may be present in a single configuration
A port is a sserial host controller which may have from 1 to 8 channels
Up to 4 sserial ports may be present in a single configuration
Please Log in or Create an account to join the conversation.
- HansU
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 687
- Thank you received: 207
15 Dec 2022 06:59 #259541
by HansU
So a channel corresponds to a physical RS-422 connection?
And a port corresponds to a driver instance or in other words to a mesa card?
Replied by HansU on topic Multiple Daugherboards on one Smart Serial Port?
You can only have one remote device per serial channel.
A port is a sserial host controller which may have from 1 to 8 channels
Up to 4 sserial ports may be present in a single configuration
So a channel corresponds to a physical RS-422 connection?
And a port corresponds to a driver instance or in other words to a mesa card?
Please Log in or Create an account to join the conversation.
- JT
-
- Away
- Administrator
-
Less
More
- Posts: 951
- Thank you received: 491
15 Dec 2022 12:11 #259555
by JT
Replied by JT on topic Multiple Daugherboards on one Smart Serial Port?
Please Log in or Create an account to join the conversation.
- HansU
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 687
- Thank you received: 207
15 Dec 2022 12:18 #259556
by HansU
Replied by HansU on topic Multiple Daugherboards on one Smart Serial Port?
According to my understanding this gives me 8 Smart Serial channels. So I can connect up to 8 daughter boards.A 7i74 gives you 8 smart serial ports
mesaus.com/product/7i74/
JT
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18482
- Thank you received: 5055
15 Dec 2022 14:55 #259559
by PCW
There can be up to four controller instances in one FPGA card.
Each port can have 1..8 channels.
HAL Identifiers include the port and channel number, for example:
hm2_7i96s.0.7i87.P.C.analogin1
Where P is the port number and C is the channel number.
Replied by PCW on topic Multiple Daugherboards on one Smart Serial Port?
A port corresponds to a controller instance in a FPGA card
You can only have one remote device per serial channel.
A port is a sserial host controller which may have from 1 to 8 channels
Up to 4 sserial ports may be present in a single configuration
So a channel corresponds to a physical RS-422 connection?
And a port corresponds to a driver instance or in other words to a mesa card?
There can be up to four controller instances in one FPGA card.
Each port can have 1..8 channels.
HAL Identifiers include the port and channel number, for example:
hm2_7i96s.0.7i87.P.C.analogin1
Where P is the port number and C is the channel number.
The following user(s) said Thank You: tommylight, HansU, JT
Please Log in or Create an account to join the conversation.
- JPL
- Offline
- Platinum Member
-
Less
More
- Posts: 335
- Thank you received: 118
15 Dec 2022 18:44 #259569
by JPL
Replied by JPL on topic Multiple Daugherboards on one Smart Serial Port?
I think what is really confusing us is the fact that each channel are RS422/485, which is known to be multi-drop, thus allowing to connect multiple devices to a single communication channel (by definition). Now, PCW specifically mentioned that "You can only have one remote device per serial channel" for the mesa card, thus allowing only ONE connection per channel.
I would be tempted to now ask why, although I would guess it is some hardware limitation since the 'ports' are emulated in the case of the mesa card and are not 'real' hardware ports.
I would be tempted to now ask why, although I would guess it is some hardware limitation since the 'ports' are emulated in the case of the mesa card and are not 'real' hardware ports.
Please Log in or Create an account to join the conversation.
- HansU
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 687
- Thank you received: 207
15 Dec 2022 21:02 #259584
by HansU
Replied by HansU on topic Multiple Daugherboards on one Smart Serial Port?
Ok now I got it. Thanks for clarifying. Maybe I should make the documentation more specific at this point.
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18482
- Thank you received: 5055
15 Dec 2022 21:05 - 15 Dec 2022 21:13 #259586
by PCW
Replied by PCW on topic Multiple Daugherboards on one Smart Serial Port?
The reasons for using one device per port are speed and timing related
and the better electrical specifications of full duplex RS-422 links
vs RS-485 links.
(because there is no undriven state that requires micky-mouse termination schemes)
and the better electrical specifications of full duplex RS-422 links
vs RS-485 links.
(because there is no undriven state that requires micky-mouse termination schemes)
Last edit: 15 Dec 2022 21:13 by PCW.
The following user(s) said Thank You: JPL
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.073 seconds