Questions tagged [bus]

A Bus is a physical device used to connect different functional blocks of a computer or a different computers in order to communicate them together. Also Bus is a data type in MATLAB language used to bundle some data to virtual (just for useful rendering) or non-virtual (for contiguous memory allocation) structure.

The Bus advantages (as physical device) over wires are reducing the needed number of wires and catholicity. The main characteristics of Buses are width (amount of bits can be transmitted at once) and frequency (work speed).

The Bus as a structure of MATLAB language used to bundle different variables (or signals, for example in Simulink) in one structure. Can be used as virtual bus just for convenient accessing to variables and for reducing number of wires at Simulink diagram or as non-virtual - Nonvirtual buses use contiguous memory allocation for variables.

321 questions
0
votes
2 answers

Service Fabric - Local Cluster - Queuing

I am in a situation where I can use Service Fabric (locally) but cannot leverage Azure Service Bus (or anything "cloud"). What would be the corollary for queuing/pub-sub? Service Fabric is allowed since it is able to run in a local container, and is…
Will Comeaux
  • 325
  • 1
  • 14
0
votes
1 answer

Iterating over 3D Arrays

I keep on getting this Bus Error 10 on my code and I have no idea why. #include #include #include #define SIZE 100 int main() { char input[SIZE]; int dummy[SIZE]; int array[SIZE][SIZE][SIZE]; int…
William
  • 23
  • 6
0
votes
2 answers

how does a wider data bus helps a CPU when internal register size is smaller?

What advantage did we have in using a wider external data bus, say 64 bit in first Pentium produced in 1993, when the size of the internal data bus or registers was 32 bit only?
KawaiKx
  • 9,558
  • 19
  • 72
  • 111
0
votes
1 answer

Multidriven nets: Synthesis ok, Simulation fails

I have a fundamental understanding problem with System Verilog. I am working on a processor design, where some bus systems should be shared between several processing units (System Verilog modules). With an arbiter only one module at a time should…
ES_major
  • 3
  • 1
0
votes
1 answer

Altium Designer 17.1 Hierarchical Design Issue

I am quite new to Altium Designer and I am having error troubles such as floating nets, pins, and what not (see below). My PCB is going to be a thermistor expansion board, in which I am just multiplexing a bunch of thermistors into ADC's and sending…
0
votes
1 answer

How to use disaster recovery feature for Azure Service Bus Premium

As per our project architecture, we deployed our component in 2 regions. One region is always active, where another is passive. If active regions fails, we divert all traffic to another region using traffic manager. There is one consumer who reads…
0
votes
1 answer

WCF Services with Appfabric Service Bus endpoints

Is it possible to host WCF Services with Appfabric Service Bus endpoints in IIS6 on Windows Server 2003 64 bit? If not, are there any alternatives apart from upgrading the OS or using a Windows Service? Any help would be great Steve
Steve
  • 1
  • 1
0
votes
1 answer

AXI lite tlast port missing reason

Why in AXI lite protocol there is no tlast port? Mainly AXI lite consists of AXI-stream protocols, but there is no tlast port in AXI lite. Can someone justify what was the reason of not including the tlast port in AXI-lite.
haykp
  • 435
  • 12
  • 29
0
votes
1 answer

select signal from each bus in array of busses

In the first part of my Simulink model I created a bus array as described in the official documentation from n separate, but equally defined busses. For the second part I need to get one of the bus signals from each bus in the array. I managed to do…
c-a
  • 94
  • 1
  • 12
0
votes
1 answer

Receiving empty bytes array for Imessage.content from Azure service bus

I am currently using two different platforms to perform sync actions. So, when action happens on platform 1 (C# -visual studio), that same action then needs to happen on platform 2 (Java). To do that, I use SB (Azure service bus) for sharing the…
Rytis Kli
  • 81
  • 1
  • 3
0
votes
2 answers

How to find Steering Angle Sensor (SAS) over the CAN Bus of an Chrysler Volt / Opel Ampera

Today I've managed to get a connection from a Opel Ampera to my Notebook over CAN. I used a "Tiny CAN II XL" with the software "busmaster". There exist many list of CAN ID's for several cars. Sadly I haven't found the ID of the Steering Angle Sensor…
Mr.Sh4nnon
  • 327
  • 2
  • 20
0
votes
1 answer

Ethernet connection in bus topology

We are planning to use Ethernet bus topology (wiki). The reason using this very old topology is hardware limitations and software requirements. Collisions should be OK, as bandwitdh requirement is very low. My problem is, how can we test this…
ubsahin
  • 11
0
votes
2 answers

Bus error using mpic++ but not using g++

I have some code written in C++ that compiles and runs fine (with reasonable output) when using g++, but when I try to use mpic++, I get a runtime bus error. I've managed to figure out where the bus error is occuring, but not why. Here is my…
wolfPack88
  • 4,163
  • 4
  • 32
  • 47
0
votes
1 answer

Is Beckhoff BK9000 sourcing or sinking device? Which switch to choose, PNP or NPN?

I'm using Beckhoff's BK9000 (Ethernet TCP/IP Bus Couplers) with other KL blocks to connect the switch. I'd like to choose the switch which fits this bus coupler, but I noticed that there are two choices for the switch, NPN or PNP. According to the…
kangaroo
  • 407
  • 4
  • 19
0
votes
0 answers

SSIS Transposing Header Information With Excel Load

I've tried searching but most of the excel loads dealing with header information ask about ignoring them instead of loading them. I'm working on a project, and have 7 lines of header information I would like loaded into my database table, it looks…
user5636081