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
1 answer

Configure Rebus so that if the message contains an worker id, only that worker will handle that message

We are running Rebus as a backbone for our batch system. We have several queues (i.e. message types) which can be handled by several workers. Each worker can only handle one message type. So for example for message_1 we have 2 workers (worker1 and…
jopa
  • 145
  • 1
  • 9
0
votes
1 answer

Is an Event Bus (Otto or Greenrobot) dependant on the onCreate*()-callbacks?

I have a specific question concerning the event bus design pattern in combination with androids activities/fragments/services. What I understood so far: When using an event bus I create, lets say, a single event bus for my whole application…
Spyro
  • 159
  • 1
  • 13
0
votes
3 answers

Proxy Service & Business Service

Can i use a proxy service without a business service while configuring message flows in Oracle service bus? If so is what scenarios would we use it?
hakish
  • 3,990
  • 7
  • 39
  • 56
0
votes
2 answers

Bridge between 2 NServiceBus with SqlTransport

I have 2 NServiceBus buses with both configured to use Sql Transport. I would like to perform the following activities between them: 1) Publish events 2) Send commands (no pub/sub for this). Upon investigating this, I arrived at a number of…
user634266
  • 95
  • 8
0
votes
1 answer

Generic driven customizable bus width on port of symbol

I've created a VHDL module in ISE and generated the corresponding schematic symbol. I would like the buses in the symbol to be variable width, specified using an attribute in the schematic layout editor. A whole-project DRC is okay, but when I…
MTCoster
  • 5,868
  • 3
  • 28
  • 49
0
votes
1 answer

Microchip PIC - Flexible Interchip Communication Bus

I'm working on the design of flexible Module-Module Bus. Basically, each module will have a micro controller likely to be on the PIC24 / PIC32 family. The bus will be running through a RJ11 connector and has to be inexpensive. It needs the following…
Damien
  • 1,492
  • 10
  • 32
0
votes
1 answer

Simulink SFunction Builder Bus input value

I'm trying to understand how to access and use the Bus system with custom S-Function Blocks. I built a very basic S-Function using the S-Function Builder which has no input and one Bus output. The Bus is a struct consisting only of one field of type…
Roberto
  • 713
  • 8
  • 14
0
votes
1 answer

Google maps transit departure time not working properly

I am using this example: http://gmaps-samples-v3.googlecode.com/svn/trunk/transit/transit.html but when I modified the code with the info related to my location, the departure code is not working. I only changed the origin and the destination. This…
EMC
  • 23
  • 1
  • 5
0
votes
1 answer

PDO mapping and cyclic data transfer over CANopen with Anybus Compactcom

I recently switched my device from ModbusRTU to CANopen by changing out the Anybus Compactcom and making some minor firmware updates. The device now seems to be properly functioning as a CANopen node, but I am having a bit of trouble mapping the…
0
votes
1 answer

Getting an error while using two bus wire as input and other two as output in verilog

I am trying to define my JD and JC Array of 4 wires where two is used as input and two as outputs. However, as shown in code, I am getting an error saying that declaration is illegal. The error says: ERROR:HDLCompilers:27 - "top.v" line 38 Illegal…
Dhruv Patel
  • 426
  • 3
  • 9
  • 19
0
votes
1 answer

Generate various data intensity on bus

I am trying to generate various types of data intensity on bus on a multiprocessor environment. Basically I need two patterns - almost negligible traffic on bus and very high traffic on bus. Initially I was thinking about accessing registers and not…
sbasu276
  • 3
  • 2
0
votes
1 answer

How to read the temperature from sensors on the motherboard?

Trying to get the temperature of the processor. Have already tried using WQL (WMI class MSAcpi_ThermalZoneTemperature), but apparently it is not implemented for all the platforms yet. On most of the machines it simply returns every existing error…
v010dya
  • 5,296
  • 7
  • 28
  • 48
0
votes
0 answers

ServiceConstructionException: Could not resolve a binding for null

I am using cxf webservice client in java. My code runs all fine in eclipse but when i create a jar and try running from the cmd, i get this error (shown at the end) :- the org.apache.cxf version i am using is 2.5.3 . Any idea what the reason could…
user3407635
  • 13
  • 1
  • 4
0
votes
3 answers

GwtEvent does not get dispatched

I have an application that uses EventBus for dispatching Application wide events. For some reason if I call one event and then try to register handler immediately before firing the second event it does not get dispatched. Is there any other way to…
boltun
  • 48
  • 4
0
votes
1 answer

What is events in Otto and are there types of events that could be published using OTTO?

Iam just a bit confused with what type of events can be published through OTTO. and a example of event class will be really helpful. Thanks
Avijeet
  • 1,031
  • 1
  • 10
  • 27