WO2006082167A1 - Network station for monitoring data transactions in a network - Google Patents

Network station for monitoring data transactions in a network Download PDF

Info

Publication number
WO2006082167A1
WO2006082167A1 PCT/EP2006/050509 EP2006050509W WO2006082167A1 WO 2006082167 A1 WO2006082167 A1 WO 2006082167A1 EP 2006050509 W EP2006050509 W EP 2006050509W WO 2006082167 A1 WO2006082167 A1 WO 2006082167A1
Authority
WO
WIPO (PCT)
Prior art keywords
transaction
network station
network
program
data
Prior art date
Application number
PCT/EP2006/050509
Other languages
German (de)
French (fr)
Inventor
Frank Glaeser
Ralf Koehler
Jens Brocke
Kurth Knuth
Original Assignee
Thomson Licensing
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Thomson Licensing filed Critical Thomson Licensing
Publication of WO2006082167A1 publication Critical patent/WO2006082167A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2803Home automation networks
    • H04L12/2823Reporting information sensed by appliance or service execution status of appliance services in a home automation network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2803Home automation networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks

Definitions

  • Network station and computer program product which can be loaded into the internal memory of a network station
  • the interconnected devices may come from the consumer electronics sector, such. B. TV, VCR, DVD player, satellite receiver, CD player, MD player, amplifier, camcorder, etc.
  • a personal computer is mentioned, which can also be regarded today as a consumer electronics device.
  • Such high data rates are particularly required for the exchange of data between consumer electronic devices.
  • a typical application is to play a title on a video / audio source, either Video film or music piece and the associated data stream to another consumer electronic device or.
  • several consumer electronics devices as senke / en is transferred.
  • a data connection is established between the respective devices that exchange data with each other. Data packets are regularly transmitted via this data connection.
  • This form of data transmission is referred to in the IEEE 1394 standard as isochronous data transmission, in which regularly, at certain intervals, data from the data source to the data sink or. be transferred to the data sinks.
  • each network station requires an IEEE 1394 interface.
  • this interface only the lower two layers according to the OSI layer model of data communication, namely bit transmission layer (physical layer) and data link layer (Data Link Layer) are realized with hardware.
  • the layers above, in particular a so-called “Transaction Layer”, are mostly realized by means of software.
  • the protocol stack realized in software, which cooperates with an application program, is also called a driver program of the bus interface
  • Driver program and an application program after receiving request / response packets is a notification of the application program by the driver program with subsequent response of the application program in the form of calls to one or more API functions of the driver program.
  • the notification takes place by signaling by means of a Semaphore passed by the application program when logging in.
  • a monitoring instance is installed, which checks at regular intervals whether the invoked transactions have also been processed properly within a specified time frame. If timeouts are detected, the associated data transfer is aborted and the resources occupied by the transaction / data transfer are released again.
  • the monitoring instance may be included in the driver program.
  • the driver program can be programmed to an incorrectly programmed resp. slow-acting application software react flexibly. It is thus realized a tolerant error behavior of the driver program and it is a total failure of the network station avoided as far as possible. For example, the network station may continue to work with another application without the failed application completely inhibiting participation in the network traffic.
  • This protection mechanism ensures that the driver program is always fully operational with a constant set of resources. This is especially important when the driver program on a platform with limited resources, as is common in consumer electronics devices is used.
  • Such a transaction object For the entry of all data and control information belonging to a transaction, such a transaction object is created for each transaction and managed in a central list for all active transactions.
  • Exceeding the time frame can be checked particularly easily if the respective starting time of a transaction is recorded as control information in a transaction object associated with the transaction.
  • one or more queues are set up in the driver program, in which transaction objects can be sorted according to their current processing status. Once the timeframe for such a transaction has been exceeded, it is advantageous to have the
  • the start times of the respective transaction as well as the various processing steps in the execution of a transaction are advantageously registered in the control information of the transaction object.
  • the measure according to the invention can be implemented completely in the driver program for a network interface.
  • the invention may consist in a computer program product, which is loadable into the internal memory of a network station.
  • FIG. 1 shows the concrete tree structure of an exemplary IEEE 1394 network
  • FIG. 2 shows the basic sequence of a request / response transaction
  • FIG. 3 shows the so-called protocol architecture for a network station according to the IEEE 1394-1995 standard
  • FIG. 4 shows the components of a driver program essential to the invention and its cooperation with an application program
  • Figure 5 shows an exemplary structure of a Trans syndrome
  • FIG. 6 shows a state diagram of the monitoring entity according to the invention.
  • FIG. 7 shows a basic flow diagram for the monitoring entity within the driver program.
  • FIG. 1 shows an example of an IEEE 1394 network.
  • the individual devices are connected to one another like a tree structure.
  • the device numbered 10 is a printer.
  • Reference numeral 11 denotes a digital video recorder DVR. It may be, for example, a digital satellite receiver with integrated hard disk recorder.
  • the reference numeral 12 denotes a video camera in the form of a digital camcorder CAM z. B. DV camcorder.
  • Reference numeral 13 denotes a digital TV set, e.g. B. Plasma display.
  • Reference numeral 14 denotes a DVD player.
  • all the electronic devices in the network are equipped with a so-called 3-port IEEE 1394 interface.
  • the printer 10 In the devices 12, 13, 14 in each case only port 0 is occupied, in the printer 10, the ports 1 and 2 are busy, and in the digital video recorder 11, all 3 ports are busy.
  • the abbreviation IRM in the printer 10 indicates that this printer 10 operates as an isochronous resource manager, that is, as an isochronous bus bus management unit for the network.
  • the term root additionally clarifies that the printer 10 is the root node in the network shown.
  • FIG. 2 shows the basic sequence of a
  • the reference symbol REQ TL designates the transaction layer in the transaction-triggering device.
  • Reference symbol RESP TL designates the transaction layer in the network station from which requested data is to be delivered.
  • the transaction is requested by an application program at the transaction layer of the requesting device. This is due to the service TR_DATA shown in FIG. req indicated.
  • This service is implemented in the transaction layer REQ TL in commands for the backup layer, which in turn are further processed into a data packet, which is then processed via the bit transmission layer of the transmitting device goes and is forwarded to the receiving device via the bus connection. Subsequently, a notification of the transaction layer in the destination network station takes place.
  • the transaction layer RESP TL then uses a service TR_DATA.
  • the protocol architecture and the various services are shown in more detail in FIG.
  • the two communication layers, bit transmission layer (physical layer) 20 and data link layer (link layer) 21, are realized by separate circuit units or a single integrated circuit unit, ie with hardware.
  • the other layers shown, namely Transaction Layer 22, Serial Bus Management 23 and Application Layer 24 are usually implemented by means of software, which is then transferred to a powerful microcontroller in the
  • Network station is running.
  • the individual components relating to bit transfer layer 20, data backup layer 21 and transaction layer 22 are described in detail in the IEEE 1394 standard and are therefore not explained in detail here.
  • isochronous resource manager 26 Within the layer for the serial bus management 23, the components node controller 27, isochronous resource manager 26 and bus manager 25 are highlighted. In an IEEE 1394 network, at most one bus manager 25 and at most one isochronous resource manager 26 are active at a time, even if multiple network nodes can perform the same function. Both functions are optional according to the IEEE 1394 standard.
  • reference numeral 24 denotes the application layer, i. H . there is one or more
  • the application program for the DVD player 14 is used to coordinate the playback process, ie MPEG decoding, title selection, structure of the operating menus z. B. for title selection, language setting, subtitle display etc.
  • the driver program 30 is arranged for the bus interface. Arrows indicate that the application program is communicating with the driver program 30.
  • the driver program consists of the transaction layer and the serial bus management as described above.
  • some further components are contained in the driver program 30, which are shown individually in FIG.
  • Reference numeral 31 denotes a monitoring entity. This is used to periodically review the requested transactions for obsolescence. The exact functioning of this instance will be explained in more detail below.
  • Reference numeral 32 identifies the global transaction obj ect list.
  • Transaction list contains the transaction objects of all asynchronous transactions that are active at this time.
  • a to G should exemplify all transaction objects of all active transactions.
  • the transaction obj ect list is designed as a doubly linked list of transaction objects as shown. Isochronous traffic does not use transaction objects.
  • Reference numeral 33 denotes a queue into which the transaction objects which describe received request transactions from other network stations are sorted. These transaction objects may represent data that has either been sent over the network to this station or requested from the outside. In FIG. 4, these are the transaction objects B, C and E by way of example.
  • Reference numeral 34 denotes a queue into which the transaction objects which represent received answering transactions are sorted, i. H . whose transaction was successfully completed via the bus.
  • transaction objects thus refer to data sent from the in-station application software to another network station, or requested by another network station, which other station has provided feedback that the data has arrived or the desired data in the response are included.
  • the in-house application software must then complete the transaction (process the desired data or the data sent is taken out of a memory area (send buffer).
  • a third queue 35 is still present, in which such transaction objects are sorted, which in the meantime have been forwarded to the application for processing, and now wait for the confirmation of the complete processing.
  • Transaction objects in this queue were previously sorted in the first queue 33, thus representing request transactions.
  • transaction objects D and F are the transaction objects D and F.
  • the transaction objects in the queues 33-35 are also double-linked lists, ie with the corresponding pointers to the beginning or end of the queue. the end of the subsequent resp. formed the previous Transticiansobj ect.
  • Reference numeral 40 denotes a field for the pointer to the preceding transaction object in the list or queue.
  • Reference numeral 43 denotes a field for the pointer to the subsequent transaction object in the list or queue.
  • B The start time at which the transaction object was created.
  • Additional administrative data relates to entries for which queues the transaction object has passed through or. in which it is currently. For this, individual status bits can be sufficient as information. Further examples of administrative data are:
  • the reference number 42 also marks a field for a pointer, which points to the actual payload data 44 of the transaction object.
  • a transaction can be assigned a variable number of payloads. Therefore, it is advantageous if the transaction object does not have the User data itself are included, but in each case only a pointer to this.
  • the start time of the transaction object remains unchanged until the transaction has been completely completed. If this is the case, the transaction object in the global transaction object list 32, and possibly from the queues, will be deleted anyway. For the bus cycle time, 32 bits are required. Based on the bit states in this object, the monitoring entity 31 can determine at any time how far the transaction has progressed. Additional entries in the Trans reliesobj ect 37 are possible, which is indicated in Figure 5.
  • FIG. 6 shows a state diagram for the
  • Reference numeral 50 denotes a state which is assumed during the bus reset phase. During this phase, there is no monitoring of transactions. The end of the bus reset phase will be on the part of the
  • the state of the monitoring entity 31 changes to a waiting state, which is designated by the reference numeral 51.
  • the waiting state the monitoring instance remains a defined waiting time.
  • Monitoring entity 31 to the actual monitoring state 52, in which the global Transticiansobj ektliste 32 is checked. After all Transtresssobj ekte have been checked in the list, the state of the monitoring entity 31 changes back to the waiting state 51. In the event that a new bus reset occurs, the state of the driver program returns to the bus reset phase state. The monitoring entity 31 changes to the internal state "Bus Reset" (50) if a change from the wait state (51) to the monitor state (52) is to take place during the bus reset process a timer element.
  • Bus Reset 50
  • a transaction object remains in the global transaction obj ect list 32 as long as the transaction is still in progress (in progress).
  • Information about the current state of the transaction may also include endorsements of what operations the driver software 30 has already performed with respect to the transaction processing. Likewise, this may include the reactions already made by the
  • An IEEE1394 driver program 30 must notify the application software if a so-called request packet has been sent to an address area managed by itself. also upon arrival of a response packet in response to a non-blocking request from the application software. The notification is in both cases via a semaphore exchanged between the application software and the driver program. The first response of the application program to a notification is to invoke the appropriate API function to fetch the data associated with the transaction. The driver program 30 holds the associated transaction objects in the specific queues 33 and 34. Upon notification of a successfully completed non-blocking request transaction, resp. in the case of a notification about the access to an address area not self-managed by the application, the calling-up of the corresponding API function deletes the
  • Transaction object from queue 34 or 33 and from global transaction object list 32 with a subsequent release of the transaction object (release of resources).
  • the corresponding Trans syndromesobj ect is moved from the queue 33 to the queue 35 and the application is the associated data transferred.
  • the presence in the queue 35 and the call of the API function are noted by setting the "blnByApplicationQueue" flag within the transaction object
  • the application transfers the respective response data to the driver software with the call of the corresponding API function In this function, the transaction object is removed from the queue 35 and the global transaction object list 32, the response data is sent via the bus and the transaction object is released.
  • the implemented monitoring entity 31 searches at regular intervals in global transaction object list 32 for transaction objects which represent outdated request and response transactions. These may be request transactions made by another
  • Network station were not answered in time, or response transactions that can not be sent in time to the requesting network station, or. Response transactions that were not picked up in time or not at all by the application software.
  • step 61 the transaction obj ect list for new entries / writes is locked.
  • step 62 the current bus cycle time of the IEEE1394 bus is read as the reference time. Then from the global Transticiansobj ektliste 32 the next is not yet studied transaction object.
  • step 64 it is checked whether the read pointer to the transaction object is zero. This would mean that all transaction objects have been examined, whereafter the monitoring routine would be terminated in step 65. If the pointer is not NULL, the next transaction object represented by this pointer is examined.
  • step 66 the value entered for the stop time in the transaction object is evaluated.
  • the transaction is assigned a stop time as soon as the associated transaction is completed via the IEEE1394 bus. So z. B. in a read request transaction, the stop time is entered in the transaction object on the sender side of the request as soon as the request is made
  • the stop time is entered after sending the required data on the bus.
  • the stop time is the current bus time on the part of
  • the program branches to the program step 67 in the reference bus time measured by the reference bus time measured in step 62, the entered start time of the
  • Transticiansobj ectes is deducted.
  • the resulting value is compared with the so-called split time-out value. It is a special feature of the IEEE1394 network that transactions may also be interrupted in time.
  • the split-time-out value determines until which time after a request to the backup layer a response to this request is accepted. Subsequent answers may then no longer be forwarded by the backup layer. Since such responses would not be returned at all, it is a good stop criterion for the transaction that the transaction is no longer than this split-time-out time may take. If the split time-out value has not yet been exceeded in query 68, the program returns to program step 63 and the next transaction object is checked. Otherwise, the program branches to query 69 where it is checked if the
  • Trans strokesobj ect is still in the first queue 33. If j a, the transaction object is removed from this queue 33. This is done in program step 70 by deleting the pointers 40 and 43 and resetting the entries in the management data 41. This also includes that the
  • Pointers 40 and 43 of the neighboring transaction objects are to be rewritten in the doubly-linked list so that a new doubly-linked list is created without the deleted transaction object.
  • Transaction Object List 32 removed.
  • the store for the transaction object is made available to the system. This can be done by passing the pointer to the freed transaction object of the memory manager.
  • the monitoring routine then branches to program step 63 to check the next transaction object in the list.
  • the checking of the queues follows another path. In that case, it is clear that the transaction has taken place over the bus.
  • the transaction object could additionally be in the first 33 or the second queue 34. In the third queue 35 it could not be because in the transactions with registered stop time only a notification must be made to the application that the data is transmitted or arrived (queue 34), or. an access to an address range of the application managed by the driver instance has taken place (queue 33).
  • the event with which the application is notified is entered in the transaction object.
  • the transaction object remains in the respective queues until the application retrieves the notification with the API function call "GET Asynchronous Operation Event".
  • program step 74 the difference between the current reference bus time from step 62 and stop time is calculated.
  • Query 75 checks if the
  • the invention can be advantageously applied particularly to an IEEE1394 network. It is not limited to this application. Rather, the invention can also be used in other network systems.
  • the invention can also be in the form of a
  • Computer program product are used, which can be loaded into the internal memory of a network station.
  • Such a computer program product may be commercially available on conventional data carriers, thus in particular CD / DVD ROM or floppy disk or memory card. It can also be downloaded via communication interfaces.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Automation & Control Theory (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention relates to the field of data communication, particularly in a home network. In such a network, data is transmitted with the aid of one or several transactions. The principal communication between the driver program (30) of the network interface and an application program (24) after receiving a combined request/response transaction consists of a message by the driver program (30) to the application program and a subsequent reaction of the application program by calling one or several API functions of the driver program (30). Important resources remain occupied within the driver program (30) if the application program reacts in a wrong manner or does not react at all, resulting in delays or even the drive program (30) being unusable in case of frequent repetitions. According to the invention, a monitoring entity (31) which verifies all internal resource occupancies at regular intervals is implemented within the driver program (30). Said monitoring entity (31) unblocks the occupied resources if the monitoring entity (31) finds expired transaction requests or if all necessary reactions of the application program have not yet occurred within a specific time frame, thus allowing the driver program to react to an application program (24) that has been wrongly programmed or works too slowly.

Description

Netzwerkstation sowie Computer-Programm-Produkt, welches in den internen Speicher einer Netzwerkstation ladbar istNetwork station and computer program product which can be loaded into the internal memory of a network station
Die Erfindung betrifft das technische Gebiet derThe invention relates to the technical field of
Datenkommunikation in einem Netzwerk, insbesondere in einem Heimnetzwerk .Data communication in a network, especially in a home network.
Hintergrund der Erfindung Zur Vernetzung von Geräten im Heimbereich sind Heimnetzwerke bekannt . Die miteinander verbundenen Geräte können aus dem Unterhaltungselektronikbereich stammen, wie z . B . Fernsehgerät, Videorekorder, DVD-Spieler, Satelliten- Empfangsgerät, CD-Spieler, MD-Spieler, Verstärker, Camcorder usw . In diesem Zusammenhang wird auch ein Personalcomputer erwähnt, der heute ebenfalls als Gerät der Unterhaltungselektronik angesehen werden kann .Background of the Invention Home networking is known for networking home devices. The interconnected devices may come from the consumer electronics sector, such. B. TV, VCR, DVD player, satellite receiver, CD player, MD player, amplifier, camcorder, etc. In this context, a personal computer is mentioned, which can also be regarded today as a consumer electronics device.
Für die Vernetzung von Geräten aus dem Unterhaltungs- elektronik-Bereich wurden von der Industrie entsprechende Kommunikationssysteme entwickelt . Gedacht ist dabei in erster Linie an die drahtgebundene Vernetzung von Geräten, und hier im besonderen mit Hilfe des sogenannten IEEE1394- Bussystems , mit dem es möglich ist, Daten mit sehr hoher Datenrate zwischen den einzelnen Netzwerkstationen auszutauschen . Die bislang verbreiteten IEEE-1394- Schnittstellen unterstützen in der Regel die spezifizierten Datenübertragungsgeschwindigkeiten SlOO , S200 , S400. Dabei bedeutet SlOO eine Datenübertragungsrate von 100 Mbit/s . S200 bedeutet entsprechend eine Datenübertragungsrate von ca . 200 Mbit/s und S400 entsprechend 400 Mbit/s . Durch Erweiterungen des IEEE-1394-Standards wurden sowohl niedrigere Datenraten, S25 und S50 als auch höhere Datenraten, S800 , S1600 , S3200 ermöglicht . Solch hohe Datenraten sind insbesondere für den Austausch von Daten zwischen Unterhaltungselektronikgeräten erforderlich . Eine typische Anwendung besteht darin, daß bei einer Video/Audioquelle ein Titel abgespielt wird, entweder Videofilm oder Musikstück und der zugehörige Datenstrom an ein weiteres Unterhaltungselektronikgerät bzw . mehrere Unterhaltungselektronikgeräte als Datensenke/en übertragen wird. Für diesen Anwendungsfall wird zwischen den betreffenden Geräten, die miteinander Daten austauschen, eine Datenverbindung eingerichtet . Über diese Datenverbindung werden regelmäßig Datenpakete übertragen . Diese Form der Datenübertragung ist in dem IEEE-1394- Standard als isochrone Datenübertragung bezeichnet, bei der regelmäßig, in bestimmten Zeitabständen, Daten von der Datenquelle zu der Datensenke bzw . den Datensenken übertragen werden .For the networking of devices in the entertainment electronics sector, industry-specific communication systems have been developed. This is primarily intended for the wired networking of devices, and here in particular with the help of the so-called IEEE1394 bus system, with which it is possible to exchange data with very high data rate between the individual network stations. The hitherto widespread IEEE 1394 interfaces usually support the specified data transmission speeds SlOO, S200, S400. SlOO means a data transfer rate of 100 Mbit / s. S200 means a data transfer rate of approx. 200 Mbps and S400 corresponding to 400 Mbps. Enhancements to the IEEE 1394 standard enabled lower data rates, S25 and S50, as well as higher data rates, S800, S1600, S3200. Such high data rates are particularly required for the exchange of data between consumer electronic devices. A typical application is to play a title on a video / audio source, either Video film or music piece and the associated data stream to another consumer electronic device or. several consumer electronics devices as Datensenke / en is transferred. For this application, a data connection is established between the respective devices that exchange data with each other. Data packets are regularly transmitted via this data connection. This form of data transmission is referred to in the IEEE 1394 standard as isochronous data transmission, in which regularly, at certain intervals, data from the data source to the data sink or. be transferred to the data sinks.
Für die Datenkommunikation in einem IEEE-1394-Netzwerk ist bei j eder Netzwerkstation eine IEEE-1394-Schnittstelle erforderlich . In dieser Schnittstelle sind nur die unteren beiden Schichten entsprechend des OSI-Schichtenmodells der Datenkommunikation, nämlich Bit-Übetragungsschicht (Physical Layer) und Datensicherungsschicht (Data Link Layer) mit Hardware realisiert . Die darüber liegenden Schichten, davon insbesondere ein sogenannter „Transaction Layer" sind meist mittels Software realisiert . Der in Software realisierte Protokollstapel, der mit einem Anwendungsprogramm zusammenarbeitet, wird auch als Treiberprogramm der Busschnittstelle bezeichnet . Daten werden zwischen zweiFor data communication in an IEEE 1394 network, each network station requires an IEEE 1394 interface. In this interface, only the lower two layers according to the OSI layer model of data communication, namely bit transmission layer (physical layer) and data link layer (Data Link Layer) are realized with hardware. The layers above, in particular a so-called "Transaction Layer", are mostly realized by means of software.The protocol stack realized in software, which cooperates with an application program, is also called a driver program of the bus interface
Netzwerkstationen mit sogenannten Anforderungs (request) - und Antwortpaketen (response) ausgetauscht .Network stations with so-called request and response packets (response) exchanged.
Erfindung Die prinzipielle Kommunikation zwischen einemInvention The principal communication between a
Treiberprogramm und einem Anwendungsprogramm nach dem Empfang von Anforderungs/Anwortpaketen ist eine Benachrichtigung des Anwendungsprogramms seitens des Treiberprogramms mit nachfolgender Reaktion des Anwendungsprogramms in Form von Aufrufen einer oder mehrerer API-Funktionen des Treiberprogramms . Die Benachrichtigung erfolgt dabei durch das Signalisieren mittels eines Semaphor, das von dem Anwendungsprogramm bei seiner Anmeldung übergeben wurde .Driver program and an application program after receiving request / response packets is a notification of the application program by the driver program with subsequent response of the application program in the form of calls to one or more API functions of the driver program. The notification takes place by signaling by means of a Semaphore passed by the application program when logging in.
Ist die Reaktion des Anwendungsprogramms falsch bzw . bleibt die Reaktion komplett aus , so bleiben innerhalb des Treiberprogramms wichtige Ressourcen (insbesondere Speicherbelegungen) besetzt . Treten derartige Fehlreaktionen beispielsweise durch ein falsch programmiertes Anwendungsprogramm in häufiger Wiederholung auf, so kann dies zu Verzögerungen oder sogar zur Unbenutzbarkeit des Treiberprogramms im laufenden Betrieb führen .Is the reaction of the application program wrong? if the reaction stops completely, important resources (in particular memory allocations) remain occupied within the driver program. If such malfunctioning occur, for example, by a wrongly programmed application program in frequent repetition, this can lead to delays or even to the usability of the driver program during operation.
Dieses Problem wird erfindungsgemäß durch die Maßnahmen der unabhängigen Ansprüche 1 und 11 gelöst . Innerhalb einer Netzwerkstation ist eine Überwachungsinstanz installiert, die in regelmäßigen Zeitabständen überprüft, ob die aufgerufenen Transaktionen auch innerhalb eines vorgegebenen Zeitrahmens ordnungsgemäß abgearbeitet wurden . Wenn dabei Zeitüberschreitungen festgestellt werden, wird die zugehörige Datenübertragung abgebrochen und die durch die Transaktion/Datenübertragung belegten Ressourcen wieder freigegeben .This problem is solved according to the invention by the measures of independent claims 1 and 11. Within a network station, a monitoring instance is installed, which checks at regular intervals whether the invoked transactions have also been processed properly within a specified time frame. If timeouts are detected, the associated data transfer is aborted and the resources occupied by the transaction / data transfer are released again.
Die Überwachungsinstanz kann im Treiberprogramm enthalten sein . Damit kann das Treiberprogramm auf eine fehlerhaft programmierte bzw . zu langsam arbeitende AnwendungsSoftware flexibel reagieren . Es ist somit ein tolerantes Fehlerverhalten des Treiberprogramms realisiert und es wird ein Totalausfall der Netzwerkstation im Rahmen der Möglichkeiten vermieden . Beispielsweise kann die Netzwerkstation noch mit einer anderen Anwendung weiterarbeiten, ohne daß die fehlerhafte Anwendung die Teilnahme am Datenaustausch im Netzwerk vollständig unterbindet . Durch diesen Schutzmechanismus ist gewährleistet, daß das Treiberprogramm stets mit einem konstanten Satz an Ressourcen uneingeschränkt betriebsbereit ist . Dies ist gerade dann wichtig, wenn das Treiberprogramm auf einer Plattform mit begrenzten Ressourcen, wie es bei Unterhaltungselektronikgeräten üblich ist, zum Einsatz kommt .The monitoring instance may be included in the driver program. Thus the driver program can be programmed to an incorrectly programmed resp. slow-acting application software react flexibly. It is thus realized a tolerant error behavior of the driver program and it is a total failure of the network station avoided as far as possible. For example, the network station may continue to work with another application without the failed application completely inhibiting participation in the network traffic. This protection mechanism ensures that the driver program is always fully operational with a constant set of resources. This is especially important when the driver program on a platform with limited resources, as is common in consumer electronics devices is used.
Durch die in den abhängigen Ansprüchen aufgeführtenBy the listed in the dependent claims
Maßnahmen sind weitere vorteilhafte Weiterbildungen und Verbesserungen möglich .Measures are further advantageous developments and improvements possible.
Für die Erfassung aller zu einer Transaktion gehörenden Daten und Kontrollinformationen wird für j ede Transaktion ein solches Transaktionsobj ekt angelegt und in einer zentralen Liste für alle aktiven Transaktionen verwaltet .For the entry of all data and control information belonging to a transaction, such a transaction object is created for each transaction and managed in a central list for all active transactions.
Das Überschreiten des Zeitrahmens kann besonders einfach dann überprüft werden, wenn der j eweilige Startzeitpunkt einer Transaktion als Kontrollinformation in einem der Transaktion zugeordneten Transaktionsobj ekt festgehalten wird.Exceeding the time frame can be checked particularly easily if the respective starting time of a transaction is recorded as control information in a transaction object associated with the transaction.
Für die Durchführung von Transaktionen sind in dem Treiberprogramm eine oder mehrere Warteschlangen eingerichtet, in die Transaktionsobj ekte j e nach ihrem aktuellen Verarbeitungsstatus einsortiert werden können . Sobald die Überschreitung des Zeitrahmens für eine solche Transaktion festgestellt wurde, ist es vorteilhaft, dasFor the execution of transactions, one or more queues are set up in the driver program, in which transaction objects can be sorted according to their current processing status. Once the timeframe for such a transaction has been exceeded, it is advantageous to have the
Transaktionsobj ekt für diese Transaktion aus der j eweiligen Warteschlange zu entfernen und mit einer anschließenden Terminierung des Transaktionsobj ektes das Transaktionsobj ekt aus der zentralen Liste zu entfernen und den Speicher freizugeben und verfügbar zu machen .Remove transactional object for this transaction from the current queue and, with a subsequent termination of the transaction object, remove the transaction object from the central list and release the memory and make it available.
Die Startzeitpunkte der j eweiligen Transaktion sowie die verschiedenen Verarbeitungsschritte bei der Durchführung einer Transaktion werden in vorteilhafter Weise in den Kontrollinformationen des Transaktionsobj ektes registriert . Die erfindungsgemäße Maßnahme kann vollständig in dem Treiberprogramm für eine Netzwerkschnittstelle implementiert sein . In diesem Fall kann die Erfindung in einem Computerprogrammprodukt bestehen, welches in den internen Speicher einer Netzwerkstation ladbar ist .The start times of the respective transaction as well as the various processing steps in the execution of a transaction are advantageously registered in the control information of the transaction object. The measure according to the invention can be implemented completely in the driver program for a network interface. In this case, the invention may consist in a computer program product, which is loadable into the internal memory of a network station.
Zeichnungendrawings
Die Erfindung wird im folgenden anhand von Ausführungsbeispielen unter Bezugnahme auf Zeichnungen näher erläutert . Jeweils zeigen :The invention is explained below with reference to exemplary embodiments with reference to drawings. Each show:
Figur 1 die konkrete Baumstruktur eines beispielhaften IEEE- 1394-Netzwerkes ;FIG. 1 shows the concrete tree structure of an exemplary IEEE 1394 network;
Figur 2 den prinzipiellen Ablauf einer Anforderungs/Antworttransaktion;FIG. 2 shows the basic sequence of a request / response transaction;
Figur 3 die sogenannte Protokoll-Architektur für eine Netzwerkstation gemäß IEEE-1394-1995-Standard;FIG. 3 shows the so-called protocol architecture for a network station according to the IEEE 1394-1995 standard;
Figur 4 die erfindungswesentlichen Komponenten eines Treiberprogramms sowie dessen Zusammenarbeit mit einem Anwendungsprogramm;FIG. 4 shows the components of a driver program essential to the invention and its cooperation with an application program;
Figur 5 einen beispielhaften Aufbau eines erfindungsgemäßen Transaktionsobj ektes ;Figure 5 shows an exemplary structure of a Transaktionsobj ectes invention;
Figur 6 ein Zustandsdiagramm der erfindungsgemäßen Überwachungsinstanz und;FIG. 6 shows a state diagram of the monitoring entity according to the invention;
Figur 7 ein prinzipielles Ablaufdiagramm für die Überwachungsinstanz innerhalb des Treiberprogramms .FIG. 7 shows a basic flow diagram for the monitoring entity within the driver program.
Ausführungsbeispiele der Erfindung In der Figur 1 ist ein Beispiel eines IEEE-1394-Netzwerkes dargestellt . Die einzelnen Geräte sind wie bei einer Baumstruktur miteinander verbunden . Dabei handelt es sich bei dem Gerät mit der Bezugszahl 10 um einen Drucker . Die Bezugszahl 11 bezeichnet einen digitalen Videoredorder DVR. Es kann sich beispielsweise um ein digitales Satellitenempfangsgerät handeln mit integriertem Festplattenrekorder . Die Bezugszahl 12 bezeichnet eine Videokamera in Form eines digitalen Camcorders CAM z . B . DV- Camcorder . Die Bezugszahl 13 bezeichnet ein digitales TV- Gerät, z . B . Plasma-Display . Mit der Bezugszahl 14 ist ein DVD-Abspielgerät bezeichnet . Wie gezeigt, sind alle im Netzwerk befindlichen elektronischen Geräte mit einer sogenannten 3-Port-IEEE-1394-Schnittstelle ausgestattet . Bei den Geräten 12 , 13, 14 ist j eweils nur Port 0 belegt, bei dem Drucker 10 sind die Ports 1 und 2 belegt, und bei dem digitalen Videorekorder 11 sind alle 3 Ports belegt . Die Abkürzung IRM bei dem Drucker 10 deutet darauf hin, daß dieser Drucker 10 als Isochronus-Resource-Manager, also als Busverwaltungseinheit für den isochronen Datenverkehr für das Netzwerk operiert . Die Bezeichnung Root stellt zusätzlich klar, daß der Drucker 10 der Wurzelknoten in dem gezeigten Netzwerk ist .Embodiments of the invention FIG. 1 shows an example of an IEEE 1394 network. The individual devices are connected to one another like a tree structure. The device numbered 10 is a printer. Reference numeral 11 denotes a digital video recorder DVR. It may be, for example, a digital satellite receiver with integrated hard disk recorder. The reference numeral 12 denotes a video camera in the form of a digital camcorder CAM z. B. DV camcorder. Reference numeral 13 denotes a digital TV set, e.g. B. Plasma display. Reference numeral 14 denotes a DVD player. As shown, all the electronic devices in the network are equipped with a so-called 3-port IEEE 1394 interface. In the devices 12, 13, 14 in each case only port 0 is occupied, in the printer 10, the ports 1 and 2 are busy, and in the digital video recorder 11, all 3 ports are busy. The abbreviation IRM in the printer 10 indicates that this printer 10 operates as an isochronous resource manager, that is, as an isochronous bus bus management unit for the network. The term root additionally clarifies that the printer 10 is the root node in the network shown.
Figur 2 zeigt den prinzipiellen Ablauf einerFIG. 2 shows the basic sequence of a
Anforderungs/Antworttransaktion im IEEE1394-Netzwerk . Mit den Bezugszeichen REQ TL ist die Transaktionsschicht in dem die Transaktion auslösenden Gerät bezeichnet . Mit dem Bezugszeichen RESP TL ist die Transaktionsschicht in der Netzwerkstation, von der angeforderte Daten geliefert werden sollen, bezeichnet . Die Transaktion wird durch ein Anwendungsprogramm bei der Transaktionsschicht des Anforderungsgerätes angefordert . Dies ist durch den in Figur 2 gezeigten Service TR_DATA. req angedeutet . Dieser Service wird in der Transaktionsschicht REQ TL in Kommandos für die Datensicherungsschicht umgesetzt, welche daraus wiederum zu einem Datenpaket weiterverarbeitet werden, welches dann über die Bit-Übertragungsschicht des sendenden Gerätes geht und zu dem Empfangsgerät über die Busverbindung weitergeleitet wird. Anschließend erfolgt eine Benachrichtigung der Transaktionsschicht in der Zielnetzwerkstation . Die Transaktionsschicht RESP TL bedient sich daraufhin eines Services TR_DATA. ind, um die mit der Transaktion angeforderten Daten von dem Anwendungsprogramm im Zielgerät anzufordern . Wenn das Anwendungsprogramm im Zielgerät ordnungsgemäß arbeitet, wird es die angeforderten Daten in einem bestimmten Zeitrahmen der Transaktionsschicht RESP TL über den Service TR_DATA. resp zur Verfügung stellen . Diese Daten werden dann zu einem Paket verarbeitet, welches die Datensicherungschicht des Zielgerätes passiert und über die Bit-Übertragungsschicht und das Netzwerkkabel zu der Anforderungsnetzwerkstation übertragen wird. Nach Benachrichtigung der Transaktionsschicht in der Anforderungsnetzwerkstation seitens der dortigen Datensicherungschicht erfolgt die Übergabe der angeforderten Daten an das Anwendungsprogramm mit Hilfe des Services TR_DATA. conf . Wie gezeigt, werden bei einer solchen Anforderungs/Antworttransaktion vier Services der Transaktionsschicht benutzt . Weiterhin sind einige Services der Datensicherungsschicht involviert, die nicht im einzelnen näher erläutert wurden .Request / response transaction in the IEEE1394 network. The reference symbol REQ TL designates the transaction layer in the transaction-triggering device. Reference symbol RESP TL designates the transaction layer in the network station from which requested data is to be delivered. The transaction is requested by an application program at the transaction layer of the requesting device. This is due to the service TR_DATA shown in FIG. req indicated. This service is implemented in the transaction layer REQ TL in commands for the backup layer, which in turn are further processed into a data packet, which is then processed via the bit transmission layer of the transmitting device goes and is forwarded to the receiving device via the bus connection. Subsequently, a notification of the transaction layer in the destination network station takes place. The transaction layer RESP TL then uses a service TR_DATA. ind to request the data requested by the transaction from the application program in the target device. If the application program in the target device is working properly, it will request the requested data in a specific time frame of the transaction layer RESP TL via the service TR_DATA. provide. This data is then processed into a packet which passes the data protection layer of the target device and is transmitted to the request network station via the bit transfer layer and the network cable. After notification of the transaction layer in the request network station by the local data protection layer, the transfer of the requested data to the application program takes place with the aid of the service TR_DATA. conf. As shown, four services of the transaction layer are used in such a request / response transaction. Furthermore, some services of the data protection layer are involved, which were not explained in more detail.
Die Protokollarchitektur und die verschiedenen Services sind in der Figur 3 näher dargestellt . Die beiden Kommunikationsschichten Bit-Übertragungsschicht (Physical Layer) 20 und Datensicherungsschicht (Link Layer) 21 werden durch separate Schaltungseinheiten oder eine einzige integrierte Schaltungseinheit, also mit Hardware realisiert . Die weiteren gezeigten Schichten, nämlich Transaction Layer 22 , Serial Bus Management 23 und Application Layer 24 werden üblicherweise mittels Software implementiert, die dann auf einen leistungsfähigem MikroController in derThe protocol architecture and the various services are shown in more detail in FIG. The two communication layers, bit transmission layer (physical layer) 20 and data link layer (link layer) 21, are realized by separate circuit units or a single integrated circuit unit, ie with hardware. The other layers shown, namely Transaction Layer 22, Serial Bus Management 23 and Application Layer 24 are usually implemented by means of software, which is then transferred to a powerful microcontroller in the
Netzwerkstation ausgeführt wird. Die einzelnen Komponenten bezüglich Bit-Übertragungsschicht 20 , Datensicherungsschicht 21 sowie Transaktionsschicht 22 sind in dem IEEE-1394- Standard ausführlich beschrieben und werden deshalb hier nicht genauer erläutert .Network station is running. The individual components relating to bit transfer layer 20, data backup layer 21 and transaction layer 22 are described in detail in the IEEE 1394 standard and are therefore not explained in detail here.
Innerhalb der Schicht für das Serial Bus Management 23 sind die Komponenten Node Controller 27 , Isochronus-Resource- Manager 26 und Bus Manager 25 hervorgehoben . In einem IEEE- 1394-Netzwerk sind maximal ein Bus Manager 25 und maximal ein Isochronus-Resource Manager 26 zu einer Zeit aktiv, selbst wenn mehrere Netzwerkknoten die j eweilige Funktion ausführen können . Beide Funktionen sind gemäß IEEE-1394- Standard j edoch optional .Within the layer for the serial bus management 23, the components node controller 27, isochronous resource manager 26 and bus manager 25 are highlighted. In an IEEE 1394 network, at most one bus manager 25 and at most one isochronous resource manager 26 are active at a time, even if multiple network nodes can perform the same function. Both functions are optional according to the IEEE 1394 standard.
In der Figur 4 bezeichnet die Bezugszahl 24 die Anwendungsschicht, d. h . dort ist ein oder mehrereIn Fig. 4, reference numeral 24 denotes the application layer, i. H . there is one or more
Anwendungsprogramme für die Netzwerkteilnehmerstation vorhanden . Das Anwendungsprogramm für das DVD-Abspielgerät 14 dient zur Koordinierung des Abspielvorgangs , also MPEG- Dekodierung, Titelauswahl, Aufbau der Bedienmenüs z . B . für Titelauswahl, Spracheinstellung, Untertiteleinblendung etc . Unterhalb der Anwendungsschicht 24 ist das Treiberprogramm 30 für die Busschnittstelle angeordnet . Durch Pfeile ist angedeutet, daß das Anwendungsprogramm mit dem Treiberprogramm 30 kommuniziert . Das Treiberprogramm besteht wie zuvor beschrieben aus Transaktionsschicht und dem Serial Bus Management . Zusätzlich sind erfindungsgemäß noch einige weitere Komponenten im Treiberprogramm 30 enthalten, die in der Figur 4 einzeln dargestellt sind. Die Bezugszahl 31 bezeichnet eine Überwachungsinstanz . Diese dient zur periodischen Überprüfung der angeforderten Transaktionen im Hinblick auf Überalterung . Die genaue Funktionsweise dieser Instanz wird nachfolgend noch näher erläutert .Application programs for the network subscriber station available. The application program for the DVD player 14 is used to coordinate the playback process, ie MPEG decoding, title selection, structure of the operating menus z. B. for title selection, language setting, subtitle display etc. Below the application layer 24, the driver program 30 is arranged for the bus interface. Arrows indicate that the application program is communicating with the driver program 30. The driver program consists of the transaction layer and the serial bus management as described above. In addition, according to the invention, some further components are contained in the driver program 30, which are shown individually in FIG. Reference numeral 31 denotes a monitoring entity. This is used to periodically review the requested transactions for obsolescence. The exact functioning of this instance will be explained in more detail below.
Mit der Bezugszahl 32 ist die globale Transaktionsobj ektliste gekennzeichnet . Die globaleReference numeral 32 identifies the global transaction obj ect list. The global
Transaktionsliste enthält die Transaktionsobj ekte aller zu dieser Zeit aktiven asynchronen Transaktionen . A bis G sollen beispielhaft alle Transaktionsobj ekte aller aktiven Transaktionen darstellen .Transaction list contains the transaction objects of all asynchronous transactions that are active at this time. A to G should exemplify all transaction objects of all active transactions.
Die Transaktionsobj ektliste ist wie dargestellt als doppelt verkettete Liste von Transaktionsobj ekten ausgebildet . Für isochoronen Datenverkehr werden keine Transaktionsobj ekte verwendet .The transaction obj ect list is designed as a doubly linked list of transaction objects as shown. Isochronous traffic does not use transaction objects.
Mit der Bezugszahl 33 ist eine Warteschlange bezeichnet, in die die Transaktionsobj ekte einsortiert werden, die empfangene Anforderungstransaktionen von anderen Netzwerkstationen beschreiben . Diese Transaktionsobj ekte können Daten repräsentieren, die entweder über das Netzwerk zu dieser Station gesendet wurden oder von außen von ihr angefordert wurden . In Figur 4 sind das beispielhaft die Transaktionsobj ekte B, C und E .Reference numeral 33 denotes a queue into which the transaction objects which describe received request transactions from other network stations are sorted. These transaction objects may represent data that has either been sent over the network to this station or requested from the outside. In FIG. 4, these are the transaction objects B, C and E by way of example.
Mit der Bezugszahl 34 ist eine Warteschlange bezeichnet, in die die Transaktionsobj ekte einsortiert werden, die empfangene Beantwortungstransaktionen repräsentieren, d. h . deren Transaktion über den Bus erfolgreich abgeschlossen wurde .Reference numeral 34 denotes a queue into which the transaction objects which represent received answering transactions are sorted, i. H . whose transaction was successfully completed via the bus.
Diese Transaktionsobj ekte beziehen sich somit auf Daten, die von der stationseigenen AnwendungsSoftware zu einer anderen Netzwerkstation versendet wurden, oder von einer anderen Netzwerkstation angefordert wurden, wobei diese andere Station die Rückmeldung geliefert hat, dass die Daten angekommen sind oder die gewünschten Daten in der Rückantwort enthalten sind.These transaction objects thus refer to data sent from the in-station application software to another network station, or requested by another network station, which other station has provided feedback that the data has arrived or the desired data in the response are included.
Die stationseigene AnwendungsSoftware muss dann noch die Transaktion abschließen (die gewünschten Daten verarbeiten oder die gesendeten Daten werden aus einem Speicherbereich (Sendepuffer) herausgenommen . Eine dritte Warteschlange 35 ist noch vorhanden, in die solche Transaktionsobj ekte einsortiert werden, die zwischenzeitlich zur Verarbeitung an die Applikation weitergeleitet worden sind, und j etzt auf die Bestätigung der vollständigen Bearbeitung warten . DieThe in-house application software must then complete the transaction (process the desired data or the data sent is taken out of a memory area (send buffer). A third queue 35 is still present, in which such transaction objects are sorted, which in the meantime have been forwarded to the application for processing, and now wait for the confirmation of the complete processing. The
Transaktionsobj ekte in dieser Warteschlange waren zuvor in der ersten Warteschlange 33 einsortiert, repräsentieren somit Anforderungstransaktionen . Im Beispiel der Fig . 4 sind das die Transaktionsobj ekte D und F .Transaction objects in this queue were previously sorted in the first queue 33, thus representing request transactions. In the example of FIG. 4 are the transaction objects D and F.
Die Transaktionsobj ekte in den Warteschlangen 33 - 35 sind ebenfalls als doppelt verkettete Listen, also mit den entsprechenden Zeigern auf den Beginn bzw . das Ende des nachfolgenden bzw . des vorhergehenden Transaktionsobj ektes ausgebildet .The transaction objects in the queues 33-35 are also double-linked lists, ie with the corresponding pointers to the beginning or end of the queue. the end of the subsequent resp. formed the previous Transaktionsobj ect.
Der Aufbau eines Transaktionsobj ektes ist in Fig . 5 genauer dargestellt . Mit der Bezugszahl 40 ist ein Feld für den Zeiger auf das vorhergehende Transaktionsobj ekt in der Liste oder Warteschlange bezeichnet . Mit der Bezugszahl 43 ist ein Feld für den Zeiger auf das nachfolgende Transaktionsobj ekt in der Liste oder Warteschlange bezeichnet . In dem Datenfeld 41 ist Platz für eine Anzahl von Verwaltungsdaten . Solche sind z . B . der Startzeitpunkt zu dem das Transaktionsobj ekt angelegt wurde . Optional der Stopzeitpunkt an dem dieThe structure of a transaction object is shown in FIG. 5 shown in more detail. Reference numeral 40 denotes a field for the pointer to the preceding transaction object in the list or queue. Reference numeral 43 denotes a field for the pointer to the subsequent transaction object in the list or queue. There is room in the data field 41 for a number of management data. Such are z. B. The start time at which the transaction object was created. Optionally the stop time at the
Transaktion seitens des IEEE 1394 Bus vollständig ausgeführt wurde . Zusätzliche Verwaltungsdaten betreffen Einträge dafür, welche Warteschlangen das Transaktionsobj ekt durchlaufen hat bzw . in welcher es sich aktuell befindet . Dafür können einzelne Statusbits als Information ausreichen . Weitere Beispiele von Verwaltungsdaten sind: Mit der Bezugszahl 42 ist noch ein Feld für einen Zeiger markiert, der auf die eigentlichen Nutzdaten 44 des Transaktionsobj ektes zeigt . Einer Transaktion kann eine variable Anzahl von Nutzdaten zugeordnet sein . Deshalb ist es von Vorteil, wenn im Transaktionsobj ekt nicht die Nutzdaten selbst enthalten sind, sondern j eweils nur ein Zeiger auf diese .Transaction on the part of the IEEE 1394 bus was completed. Additional administrative data relates to entries for which queues the transaction object has passed through or. in which it is currently. For this, individual status bits can be sufficient as information. Further examples of administrative data are: The reference number 42 also marks a field for a pointer, which points to the actual payload data 44 of the transaction object. A transaction can be assigned a variable number of payloads. Therefore, it is advantageous if the transaction object does not have the User data itself are included, but in each case only a pointer to this.
Der Startzeitpunkt des Transaktionsobj ektes bleibt so lange unverändert, bis die Transaktion vollständig abgeschlossen wurde . Wenn das der Fall ist, wird das Transaktionsobj ekt in der globalen Transaktionsobj ektliste 32 , sowie eventuell aus den Warteschlangen, sowieso gelöscht . Für die Buszykluszeit sind 32 Bits erforderlich . Anhand der Bit-Zustände in diesem Obj ekt kann die Überwachungsinstanz 31 j ederzeit feststellen, wieweit die Transaktion gediehen ist . Zusätzliche Einträge in dem Transaktionsobj ekt 37 sind möglich, was in Figur 5 angedeutet ist .The start time of the transaction object remains unchanged until the transaction has been completely completed. If this is the case, the transaction object in the global transaction object list 32, and possibly from the queues, will be deleted anyway. For the bus cycle time, 32 bits are required. Based on the bit states in this object, the monitoring entity 31 can determine at any time how far the transaction has progressed. Additional entries in the Transaktionsobj ect 37 are possible, which is indicated in Figure 5.
Die Figur 6 zeigt ein Zustandsdiagramm für dieFIG. 6 shows a state diagram for the
Überwachungsinstanz 31. Darin sind 3 Zustände unterschieden . Mit der Bezugszahl 50 ist ein Zustand bezeichnet, der während der Bus Rücksetzphase eingenommen wird. Während dieser Phase findet keine Überwachung von Transaktionen statt . Das Ende der Bus-Rücksetzphase wird seitens desMonitoring instance 31. Therein, 3 states are distinguished. Reference numeral 50 denotes a state which is assumed during the bus reset phase. During this phase, there is no monitoring of transactions. The end of the bus reset phase will be on the part of the
Treiberprogramms 30 signalisiert . Damit wechselt der Zustand der Überwachungsinstanz 31 in einen Wartezustand, der mit der Bezugszahl 51 bezeichnet ist . Im Wartezustand verbleibt die Überwachungsinstanz eine definierte Wartezeit . Wenn die Wartezeit abgelaufen ist, wechselt der Zustand derDriver program 30 signals. As a result, the state of the monitoring entity 31 changes to a waiting state, which is designated by the reference numeral 51. In the waiting state, the monitoring instance remains a defined waiting time. When the waiting time has elapsed, the state of the
Überwachungsinstanz 31 zum eigentlichen Überwachungszustand 52 , in dem die globale Transaktionsobj ektliste 32 überprüft wird. Nachdem alle Transaktionsobj ekte in der Liste überprüft worden sind, wechselt der Zustand der Überwachungsinstanz 31 wieder in den Wartezustand 51 zurück . Für den Fall, das ein neuer Busrücksetzvorgang auftritt, wechselt der Zustand des Treiberprogramms in den Zustand der Bus-Rücksetzphase zurück . Die Überwachungsinstanz 31 wechselt in den internen Zustand „Bus Reset" (50 ) , wenn während der Dauer des Busrücksetzvorgangs ein Wechsel von dem Wartezustand (51 ) zu dem Überwachungszustand (52 ) stattfinden soll . Der Wartezustand (51 ) ist ein Warten an einem Timerelement . Es wird daher oft auftreten, dass ein Busrücksetzvorgang einfach „verschlafen" wird. Terminiert das Timerelement, so wechselt die Überwachungsinstanz immer sofort in den State „Check" (52 ) , kontrolliert dort ob gerade ein Busrücksetzvorgang läuft und wechselt in diesem Fall in den State „BusReset" (50 ) .Monitoring entity 31 to the actual monitoring state 52, in which the global Transaktionsobj ektliste 32 is checked. After all Transaktionsobj ekte have been checked in the list, the state of the monitoring entity 31 changes back to the waiting state 51. In the event that a new bus reset occurs, the state of the driver program returns to the bus reset phase state. The monitoring entity 31 changes to the internal state "Bus Reset" (50) if a change from the wait state (51) to the monitor state (52) is to take place during the bus reset process a timer element. It will therefore often occur that a bus reset process simply "oversleeps." If the timer element terminates, the monitoring instance always switches immediately to the state "Check" (52), controls whether a bus reset process is currently in progress and in this case changes to the state "BusReset" (50).
Ein Transaktionsobj ekt bleibt so lange in der globalen Transaktionsobj ektliste 32 , wie die Transaktion noch gültig (in Bearbeitung) ist . Zu den Informationen über den augenblicklichen Zustand der Transaktion können auch Vermerke gehören, darüber, welche Arbeitsschritte die Treibersoftware 30 in Bezug auf die Abarbeitung der Transaktion bereits ausgeführt hat . Ebenso können dazu gehören die bereits erfolgten Reaktionen derA transaction object remains in the global transaction obj ect list 32 as long as the transaction is still in progress (in progress). Information about the current state of the transaction may also include endorsements of what operations the driver software 30 has already performed with respect to the transaction processing. Likewise, this may include the reactions already made by the
AnwendungsSoftware in Bezug auf diese Transaktion .Application software related to this transaction.
Ein IEEE1394-Treiber-Programm 30 muß die AnwendungsSoftware benachrichtigen, wenn ein sogenanntes Anforderungspaket auf einen von ihr selbst verwalteten Adreßbereich eingegangen ist bzw . ebenfalls auch bei Ankunft eines Antwortpaketes als Antwort auf eine nichtblockierende Anforderung der AnwendungsSoftware . Die Benachrichtigung erfolgt in beiden Fällen über ein zwischen AnwendungsSoftware und Treiberprogramm ausgetauschtes Semaphor . Die erste Reaktion des Anwendungsprogramms auf eine Benachrichtigung ist das Aufrufen der entsprechenden API-Funktion für die Abholung der zur Transaktion gehörenden Daten . Das Treiberprogramm 30 hält die zugehörigen Transaktionsobj ekte in den spezifischen Warteschlangen 33 und 34 vor . Bei einer Benachrichtigung über eine erfolgreich abgeschlossene nichtblockierende Anforderungstransaktion, bzw . bei einer Benachrichtigung über den Zugriff auf einen nicht von der Applikation selbstverwalteten Adressbereich erfolgt mit dem Aufruf der entsprechenden API-Funktion ein Herauslöschen desAn IEEE1394 driver program 30 must notify the application software if a so-called request packet has been sent to an address area managed by itself. also upon arrival of a response packet in response to a non-blocking request from the application software. The notification is in both cases via a semaphore exchanged between the application software and the driver program. The first response of the application program to a notification is to invoke the appropriate API function to fetch the data associated with the transaction. The driver program 30 holds the associated transaction objects in the specific queues 33 and 34. Upon notification of a successfully completed non-blocking request transaction, resp. in the case of a notification about the access to an address area not self-managed by the application, the calling-up of the corresponding API function deletes the
Transaktionsobj ektes aus der Warteschlange 34 oder 33 und aus der globalen Transaktionsobj ektliste 32 mit einer anschließenden Freigabe des Transaktionsobj ektes (Freigabe der Resourcen) .Transaction object from queue 34 or 33 and from global transaction object list 32 with a subsequent release of the transaction object (release of resources).
Bei einer Benachrichtigung über eine eingegangene Anforderungstransaktion auf einen von der Applikation selbstverwalteten Adressbereich wird das zugehörige Transaktionsobj ekt von der Warteschlange 33 in die Warteschlange 35 verschoben und der Applikation werden die zugehörigen Daten übergeben . Das Vorhandensein in der Warteschlange 35 sowie der Aufruf der API-Funktion wird durch das Setzen des „blnByApplicationQueue" Flags innerhalb des Transaktionsobj ektes vermerkt . Nach Abarbeitung der Anforderung übergibt die Applikation die j eweiligen Antwortdaten an die Treibersoftware mit Aufruf der entsprechenden API Funktion . Innerhalb dieser Funktion wird das Transaktionsobj ekt aus der Warteschlange 35 und der globalen Transaktionsobj ektliste 32 entfernt, die Antwortdaten werden über den Bus versendet und das Transaktionsobj ekt wird freigegeben .In a notification of a received request transaction to a self-managed by the application address range, the corresponding Transaktionsobj ect is moved from the queue 33 to the queue 35 and the application is the associated data transferred. The presence in the queue 35 and the call of the API function are noted by setting the "blnByApplicationQueue" flag within the transaction object After the request has been processed, the application transfers the respective response data to the driver software with the call of the corresponding API function In this function, the transaction object is removed from the queue 35 and the global transaction object list 32, the response data is sent via the bus and the transaction object is released.
Die implementierte Überwachungsinstanz 31 sucht in zeitlich regelmäßigen Abständen in globalen Transaktionsobj ektliste 32 nach Transaktionsobj ekten, die veraltete Anforderungsund Antworttransaktionen repräsentieren . Dies können Anforderungstransaktionen sein, die von einer anderenThe implemented monitoring entity 31 searches at regular intervals in global transaction object list 32 for transaction objects which represent outdated request and response transactions. These may be request transactions made by another
Netzwerkstation nicht rechtzeitig beantwortet wurden, oder Antworttransaktionen, die nicht rechzeitig zur anfordernden Netzwerkstation gesendet werden können, bzw . Antworttransaktionen die nicht rechtzeitig oder überhaupt nicht von der AnwendungsSoftware abgeholt wurden . DieserNetwork station were not answered in time, or response transactions that can not be sent in time to the requesting network station, or. Response transactions that were not picked up in time or not at all by the application software. This
Vorgang ist in der Figur 7 näher dargestellt . Der Start der Überwachungsroutine ist in Figur 7 mit der Bezugszahl 60 bezeichnet . Im Schritt 61 wird die Transaktionsobj ektliste für Neueinträge / Schreibvorgänge gesperrt . Im Schritt 62 wird die aktuelle Buszykluszeit des IEEE1394 Busses als Referenzzeit gelesen . Dann wird von der globalen Transaktionsobj ektliste 32 das nächste noch nicht untersuchte Transaktionsobj ekt gelesen . Im Verzweigungsschritt 64 wird überprüft, ob der gelesene Zeiger auf das Transaktionsobj ekt Null ist . Dies würde bedeuten, dass alle Transaktionsobj ekte untersucht sind, wonach die Überwachungsroutine im Schritt 65 beendet würde . Wenn der Zeiger nicht NULL ist, wird das nächste durch diesen Zeiger repräsentierte Transaktionsobj ekt untersucht .Operation is shown in more detail in FIG. The start of the monitoring routine is designated by the reference numeral 60 in FIG. In step 61, the transaction obj ect list for new entries / writes is locked. In step 62, the current bus cycle time of the IEEE1394 bus is read as the reference time. Then from the global Transaktionsobj ektliste 32 the next is not yet studied transaction object. In the branching step 64, it is checked whether the read pointer to the transaction object is zero. This would mean that all transaction objects have been examined, whereafter the monitoring routine would be terminated in step 65. If the pointer is not NULL, the next transaction object represented by this pointer is examined.
Im Schritt 66 wird dazu der im Transaktionsobj ekt eingetragene Wert für die Stopzeit ausgewertet . Der Transaktion wird eine Stopzeit zugeordnet, sobald die zugehörige Transaktion über den IEEE1394-Bus abgeschlossen ist . Also z . B . bei einer Leseanforderungstransaktion wird in das Transaktionsobj ekt auf der Seite des Senders der Anforderung die Stopzeit eingetragen, sobald dieIn step 66, the value entered for the stop time in the transaction object is evaluated. The transaction is assigned a stop time as soon as the associated transaction is completed via the IEEE1394 bus. So z. B. in a read request transaction, the stop time is entered in the transaction object on the sender side of the request as soon as the request is made
Leserückantwort über den Bus zu der anfragenden Station geliefert wurde . In das Transaktionsobj ekt auf der Seite des Empfängers der Leseanforderung wird die Stopzeit nach dem Absenden der geforderten Daten über den Bus eingetragen . Als Stopzeit wird die aktuelle Buszeit seitens derReader response via the bus to the requesting station. In the Transaktionsobj ect on the side of the recipient of the read request, the stop time is entered after sending the required data on the bus. The stop time is the current bus time on the part of
Transaktionsschicht 22 verwendet . Ist die Stopzeit gleich Null, heißt das , die Übertragung über den Bus ist noch nicht abgeschlossen . In dem Fall verzweigt das Programm zum Programmschritt 67 in dem von der in Schritt 62 gemessenen Referenz-Buszeit die eingetragene Startzeit desTransaction layer 22 used. If the stop time equals zero, this means that the transmission via the bus is not yet completed. In that case, the program branches to the program step 67 in the reference bus time measured by the reference bus time measured in step 62, the entered start time of the
Transaktionsobj ektes abgezogen wird. Der resultierende Wert wird mit dem sogenannten Split Time-Out Wert verglichen . Es ist eine Besonderheit bei dem IEEE1394-Netzwerk, daß Transaktionen auch zeitlich unterbrochen werden dürfen . Der Split-Time-Out-Wert legt dann fest, bis zu welchem Zeitpunkt nach einer Anforderung an die Datensicherungsschicht noch eine Antwort auf diese Anforderung akzeptiert wird. Spätere Antworten dürfen dann nicht mehr von der Datensicherungsschicht weitergeleitet werden . Da solche Antworten also erst gar nicht zurückgeliefert würden, ist es ein gutes Abbruchkriterium für die Transaktion, daß die Transaktion nicht länger als diese Split-Time-Out-Zeit dauern darf . Wenn in Abfrage 68 der Split-Time-Out-Wert noch nicht überschritten wurde, springt das Programm zum Programmschritt 63 zurück und es wird das nächste Transaktionsobj ekt überprüft . Anderenfalls verzweigt das Programm zu Abfrage 69, wo überprüft wird, ob dasTransaktionsobj ectes is deducted. The resulting value is compared with the so-called split time-out value. It is a special feature of the IEEE1394 network that transactions may also be interrupted in time. The split-time-out value then determines until which time after a request to the backup layer a response to this request is accepted. Subsequent answers may then no longer be forwarded by the backup layer. Since such responses would not be returned at all, it is a good stop criterion for the transaction that the transaction is no longer than this split-time-out time may take. If the split time-out value has not yet been exceeded in query 68, the program returns to program step 63 and the next transaction object is checked. Otherwise, the program branches to query 69 where it is checked if the
Transaktionsobj ekt noch in der ersten Warteschlange 33 ist . Wenn j a wird das Transaktionsobj ekt aus dieser Warteschlange 33 entfernt . Dies geschieht in Programmschritt 70 durch Löschen der Zeiger 40 und 43 und Rücksetzen der Einträge in den Verwaltungsdaten 41. Dazu gehört ebenfalls , dass dieTransaktionsobj ect is still in the first queue 33. If j a, the transaction object is removed from this queue 33. This is done in program step 70 by deleting the pointers 40 and 43 and resetting the entries in the management data 41. This also includes that the
Zeiger 40 und 43 der benachbarten Transaktionsobj ekte in der doppelt verketteten Liste umgetragen werden, so dass eine neue doppelt verkettete Liste entsteht, ohne das gelöschte Transaktionsobj ekt .Pointers 40 and 43 of the neighboring transaction objects are to be rewritten in the doubly-linked list so that a new doubly-linked list is created without the deleted transaction object.
Schließlich wird in Programmschritt 71 das Transaktionsobj ekt auch aus der globalenFinally, in program step 71, the transaction object is also derived from the global one
Transaktionsobj ektliste 32 entfernt . Der Speicher für das Transaktionsobj ekt wird dem System verfügbar gemacht . Dies kann dadurch geschehen, dass der Zeiger zu dem freigewordenen Transaktionsobj ekt der Speicherverwaltung übergeben wird. Die Überwachungsroutine verzweigt dann zu dem Programmschritt 63 um das nächste Transaktionsobj ekt in der Liste zu überprüfen .Transaction Object List 32 removed. The store for the transaction object is made available to the system. This can be done by passing the pointer to the freed transaction object of the memory manager. The monitoring routine then branches to program step 63 to check the next transaction object in the list.
Wenn in Abfrage 69 festgestellt wird, dass das Transaktionsobj ekt nicht in der ersten Warteschlange 33 enthalten ist, wird in Abfrage 72 überprüft, ob es in der dritten Warteschlange 35 eingetragen ist . Dies könnte der Fall sein, wenn die Applikation Anfragen an einen von ihr selbstverwalteten Adressbereich nicht rechtzeitig bzw . gar nicht bearbeitet hat . In diesem Fall wird das Transaktionsobj ekt im Programmschritt 73 aus der dritten Warteschlange 35 entfernt . Dies geschieht wie oben erläutert . Schließlich wird das Transaktionsobj ekt ebenfalls im Programmschritt 71 aus der globalen Transaktionsobj ektliste gelöscht . War das Transaktionsobj ekt wie in Abfrage 72 festgestellt weder in der ersten noch in der dritten Wartschlange eingetragen, wird es nur aus der globalen Transaktionsobj ektliste entfernt . Wenn in Abfrage 66 erkannt wird, dass in dem Transaktionsobj ekt eine Stopzeit eingetragen ist, folgt die Überprüfung der Warteschlangen einem anderen Pfad. In dem Fall ist klar, dass die Transaktion über den Bus stattgefunden hat . Das Transaktionsobj ekt könnte zusätzlich in der ersten 33 oder der zweiten Warteschlange 34 sein . In der dritten Warteschlange 35 könnte es nicht sein, weil bei den Transaktionen mit eingetragener Stopzeit nur noch eine Benachrichtigung zur Applikation erfolgen muss , dass die Daten übertragen oder eingetroffen sind (Warteschlange 34 ) , bzw . ein Zugriff auf einen von der Treiberinstanz verwalteten Adressbereich der Applikation stattgefunden hat (Warteschlange 33) . Das Ereignis (Event) mit dem die Benachrichtigung der Applikation erfolgt, ist in dem Transaktionsobj ekt eingetragen . Das Transaktionsobj ekt bleibt in den j eweiligen Warteschlangen, bis die Applikation die Benachrichtigung mit dem API Funktionsaufruf ,,GET Asynchronous Operation Event" abholt .If it is determined in query 69 that the Transaktionsobj ect is not included in the first queue 33, it is checked in query 72 whether it is registered in the third queue 35. This could be the case if the application does not promptly process requests to a self-managed address area. did not work at all. In this case, the transaction object is removed from the third queue 35 in the program step 73. This is done as explained above. Finally, the transaction object is likewise deleted from the global transaction object list in program step 71. Was the transaction object As stated in query 72, neither entered in the first nor in the third queue, it is only removed from the global transaction obj ect list. If it is detected in query 66 that a stop time is entered in the transaction object, the checking of the queues follows another path. In that case, it is clear that the transaction has taken place over the bus. The transaction object could additionally be in the first 33 or the second queue 34. In the third queue 35 it could not be because in the transactions with registered stop time only a notification must be made to the application that the data is transmitted or arrived (queue 34), or. an access to an address range of the application managed by the driver instance has taken place (queue 33). The event with which the application is notified is entered in the transaction object. The transaction object remains in the respective queues until the application retrieves the notification with the API function call "GET Asynchronous Operation Event".
Zunächst wird in Programmschritt 74 die Differenz zwischen aktueller Referenz-Buszeit aus Schritt 62 und Stopzeit errechnet . In Abfrage 75 wird überprüft ob dasFirst, in program step 74, the difference between the current reference bus time from step 62 and stop time is calculated. Query 75 checks if the
Transaktionsobj ekt bereits veraltet ist . Dazu wird die ermittelte Differenz mit einem Schwellwert, z . B . ts = Is verglichen . Ist der Schwellwert ts noch nicht überschritten, wird die Überprüfung abgebrochen und zum Programmschritt 63 gesprungen . Wenn der Schwellwert ts überschritten ist, wird geprüft, ob das Transaktionsobj ekt in der Warteschlange 34 enthalten ist . Wenn j a, wird das Transaktionsobj ekt im Programmschritt 77 aus der Warteschlange 34 entfernt . Wenn nein, wird in Abfrage 78 überprüft, ob das Transaktionsobj ekt noch in der ersten Warteschlange 33 eingeordnet ist . Das Transaktionsobj ekt wird, wenn nötig in Programmschritt 79 aus der ersten Warteschlange 33 ausgetragen . Schließlich erfolgt die Austragung aus der globalen Transaktionsobj ektliste 32 in Programmschritt 71 , wie oben beschrieben .Transaction object is already obsolete. For this purpose, the determined difference with a threshold, z. B. ts = Is compared. If the threshold value ts has not yet been exceeded, the check is aborted and jumped to program step 63. If the threshold value ts is exceeded, it is checked whether the Transaktionsobj ect in the queue 34 is included. If so, the transaction object is removed from the queue 34 in the program step 77. If not, it is checked in query 78 whether the transaction object is still arranged in the first queue 33. The Transaktionsobj ect is, if necessary in program step 79 from the first queue 33rd discharged. Finally, the delivery takes place from the global transaction object list 32 in program step 71, as described above.
Die Erfindung kann in vorteilhafter Weise insbesondere bei einem IEEE1394-Netzwerk angewendet werden . Sie ist aber nicht auf diese Anwendungsmöglichkeit beschränkt . Vielmehr kann die Erfindung auch bei anderen Netzwerksystemen zum Einsatz kommen .The invention can be advantageously applied particularly to an IEEE1394 network. It is not limited to this application. Rather, the invention can also be used in other network systems.
Die Erfindung kann auch in Form einesThe invention can also be in the form of a
Computerprogrammproduktes zum Einsatz kommen, welches in den internen Speicher einer Netzwerkstation ladbar ist . Ein solches Computerprogrammprodukt kann auf üblichen Datenträgern im Handel erhältlich sein, also insbesondere CD/DVD ROM oder Diskette oder Speicherkarte . Es kann aber auch über Kommunikationsschnittstellen nachgeladen werden . Computer program product are used, which can be loaded into the internal memory of a network station. Such a computer program product may be commercially available on conventional data carriers, thus in particular CD / DVD ROM or floppy disk or memory card. It can also be downloaded via communication interfaces.

Claims

Ansprüche claims
1. Netzwerkstation mit einer Sende- und Empfangseinheit für das Senden und Empfangen von Nachrichten über einen Datenübertragungskanal, wobei die Datenübertragung mittels einer oder mehreren Transaktionen geschieht, dadurch gekennzeichnet, daß eine Überwachungsinstanz (31 ) vorgesehen ist, die in bestimmten Zeitabständen überprüft, ob die Transaktion/en innerhalb eines gegebenen Zeitrahmens ordnungsgemäß abgearbeitet wurden und die Datenübertragung abbrechen, falls ein Überschreiten des Zeitrahmens bei einer Transaktion festgestellt wird.A network station having a transmitting and receiving unit for transmitting and receiving messages via a data transmission channel, wherein the data transmission by means of one or more transactions, characterized in that a monitoring entity (31) is provided which checks at certain intervals whether the Transaction / s have been properly processed within a given timeframe and the data transfer abort if a time limit is exceeded in a transaction.
2. Netzwerkstation nach Anspruch 1 , wobei die Überwachungsinstanz (31 ) die reservierten Ressourcen für die Datenübertragung freigibt, falls die Datenübertragung abgebrochen wird.2. Network station according to claim 1, wherein the monitoring entity (31) releases the reserved resources for the data transmission, if the data transmission is aborted.
3. Netzwerkstation nach Anspruch 1 oder Anspruch 2 , wobei für eine Transaktion j eweils ein Transaktionsobj ekt angelegt wird in dem wenigstens der Startzeitpunkt der Transaktion eingetragen ist .3. Network station according to claim 1 or claim 2, wherein for a transaction j eweils a Transaktionsobj ect is created in which at least the start time of the transaction is entered.
4. Netzwerkstation nach Anspruch 3, wobei in dem Transaktionsobj ekt j eweils ein Zeiger (42 ) auf die Nutzdaten der Transaktion vorgesehen ist .4. Network station according to claim 3, wherein in the Transaktionsobj ekt j eweils a pointer (42) is provided on the payload of the transaction.
5. Netzwerkstation nach Anspruch 3 oder 4 , wobei in dem Transaktionsobj ekt auch der j eweilige Status der Transaktion notiert ist, insbesondere die Stopzeit, die eingetragen wird, wenn die angeforderten Daten bei der Netzwerkstation über den Datenübertragungskanal eingetroffen sind.5. Network station according to claim 3 or 4, wherein in the Transaktionsobj ect also j eweilige status of the transaction is noted, in particular the stop time, which is entered when the requested data arrived at the network station via the data transmission channel.
6. Netzwerkstation nach einem der Ansprüche 3 bis 5, wobei eine Transaktionsobj ektliste (32 ) für die durchzuführenden6. Network station according to one of claims 3 to 5, wherein a Transaktionsobj ektliste (32) for the to be performed
Transaktionen existiert, in die die einzelnen Transaktionsobj ekte nach dem Startzeitpunkt aufgelistet sind .Transactions exist in which the individual transaction objects are listed after the start time are .
7. Netzwerkstation nach einem der Ansprüche 3 bis 6, wobei für die Durchführung von Transaktionen eine oder mehrere Warteschlangen (33, 34 , 35) existieren, in die die Transaktionsobj ekte einsortiert sind.7. Network station according to one of claims 3 to 6, wherein for the execution of transactions one or more queues (33, 34, 35) exist, in which the transaction objects are sorted.
8. Netzwerkstation nach Anspruch 6 oder 7 , wobei die Überwachungsinstanz (31 ) die Transaktionsobj ekte in der Reihenfolge entsprechend der Transaktionsobj ektliste (32 ) überprüfen und die Transaktionsobj ekte aus den Warteschlangen (33 bis 35) und oder der Transaktionsobj ektliste (32 ) entfernen, wenn ein Überschreiten des Zeitrahmens bei dem j eweiligen Transaktionsobj ekt festgestellt wird.A network station as claimed in claim 6 or 7, wherein the monitoring entity (31) checks the transaction items in the order corresponding to the transaction item list (32) and removes the transaction items from the queues (33-35) and / or the transaction item list (32) if the time frame is exceeded in the case of the respective transaction object.
9. Netzwerkstation nach einem der vorhergehenden Ansprüche, wobei das Überschreiten des Zeitrahmens durch Vergleich der Differenz zwischen Startzeitpunkt des Transaktionsobj ektes und der aktuellen Netzwerkzeit mit einem definierten Grenzwert festgestellt wird.9. Network station according to one of the preceding claims, wherein the crossing of the time frame is determined by comparing the difference between the start time of Transaktionsobj ectes and the current network time with a defined limit.
10. Netzwerkstation nach einem der vorhergehenden Ansprüche, dadurch gekennzeichnet, daß die Netzwerkstation zur Kommunikation in einem IEEE1394-Netzwerk ausgelegt ist .10. Network station according to one of the preceding claims, characterized in that the network station is designed for communication in an IEEE1394 network.
11. Computerprogrammprodukt, welches in den internen Speicher einer Netzwerkstation ladbar ist, mit einer Überwachungsinstanz (31 ) die in bestimmten Zeitabständen überprüft, ob eine Transaktion innerhalb eines gegebenen Zeitrahmens ordnungsgemäß abgearbeitet wurde und eine Datenübertragung abbricht, falls ein Überschreiten des Zeitrahmens bei der Transaktion festgestellt wird. 11. A computer program product which can be loaded into the internal memory of a network station, comprising a monitoring entity (31) which checks at certain intervals whether a transaction has been properly processed within a given time frame and terminates a data transmission if the time frame has been exceeded in the transaction becomes.
PCT/EP2006/050509 2005-02-04 2006-01-30 Network station for monitoring data transactions in a network WO2006082167A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
DE102005005484.6 2005-02-04
DE102005005484A DE102005005484A1 (en) 2005-02-04 2005-02-04 Network station and computer program product which can be loaded into the internal memory of a network station

Publications (1)

Publication Number Publication Date
WO2006082167A1 true WO2006082167A1 (en) 2006-08-10

Family

ID=35945087

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2006/050509 WO2006082167A1 (en) 2005-02-04 2006-01-30 Network station for monitoring data transactions in a network

Country Status (2)

Country Link
DE (1) DE102005005484A1 (en)
WO (1) WO2006082167A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19837717A1 (en) * 1998-08-20 2000-02-24 Alcatel Sa Transmission of signalling and useful data between two terminals, such as a mobile telephone and a facsimile apparatus, via an interface
DE10114533A1 (en) * 2001-03-21 2002-10-02 Francotyp Postalia Ag Franking machine with a data transmission device
EP1398706A2 (en) * 1997-02-11 2004-03-17 PACT XPP Technologies AG Internal bus system for DFPS, building blocks with two dimensional or multidimensional programmable cell structures to handle large amounts of data involving high networking requirements

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19961644A1 (en) * 1999-12-21 2001-06-28 Grundig Ag Method to control or exchange data for multimedia devices, especially entertainment devices; involves using bus, over which activated devices transmit information inside predetermined time
US6880025B2 (en) * 2001-12-27 2005-04-12 Koninklijke Philips Electronics N.V. Efficient timeout message management in IEEE 1394 bridged serial bus network
AU2003280047A1 (en) * 2002-11-12 2004-06-03 Koninklijke Philips Electronics N.V. Method and apparatus for efficient timeout message management
DE10301222A1 (en) * 2003-01-15 2004-08-05 Deutsche Thomson-Brandt Gmbh Method for processing messages to be transmitted via a transmission medium in a network of distributed stations, and network station

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1398706A2 (en) * 1997-02-11 2004-03-17 PACT XPP Technologies AG Internal bus system for DFPS, building blocks with two dimensional or multidimensional programmable cell structures to handle large amounts of data involving high networking requirements
DE19837717A1 (en) * 1998-08-20 2000-02-24 Alcatel Sa Transmission of signalling and useful data between two terminals, such as a mobile telephone and a facsimile apparatus, via an interface
DE10114533A1 (en) * 2001-03-21 2002-10-02 Francotyp Postalia Ag Franking machine with a data transmission device

Also Published As

Publication number Publication date
DE102005005484A1 (en) 2006-08-10

Similar Documents

Publication Publication Date Title
DE60319327T2 (en) Method and apparatus for managing multicast groups
DE69829346T2 (en) Input / output device for a peripheral device
DE69531014T2 (en) Data transmission system and method
DE69920782T2 (en) Method and device for bidirectional data transmission between an IEEE1394 bus and a device
DE69723726T2 (en) Application programming interface for data transmission and bus management of a bus structure
DE69922690T2 (en) FAULT TOLERANT NETWORKS
DE69932603T2 (en) PREVIOUS ALLOCATION OF A FULL TWOWAY BUS
DE69926477T2 (en) Method and apparatus for dynamically controlling the provision of differentiated services
DE69829428T2 (en) Assignment and dynamic adaptation of second, ambiguous identifiers for isochronous communications to a plurality of stations using asynchronous communication
DE10360190A1 (en) Device for the detection of connection errors on the backplane of the highly available Ethernet
DE60106542T2 (en) Network error display device and error detection display method
DE69631612T2 (en) Electronic devices and their mode control
EP0903666A1 (en) Method for distributing date packets of an operating system
DE60028174T2 (en) Data transmission method using Layer 2 signaling of the protocol identifier, radio terminal and radio gateway
DE60303526T2 (en) Method for software upgrade of a switching system in a two-layer network environment
WO1996006399A1 (en) Method for the simultaneous digital processing of several data packets for transmission from/to audio/video equipment in a computer system
DE102006024744B4 (en) Communication system, cycle master node and communication method
DE60036121T2 (en) High-speed connection for embedded systems in a computer network
WO2006082167A1 (en) Network station for monitoring data transactions in a network
DE60313746T2 (en) METHOD FOR NETWORK COMMUNICATION WITH A CHIP CARD USING ASYNCHRONOUS MESSAGES
DE102009050767B4 (en) Method and device for data transmission
DE69921443T2 (en) Securing procedure for signaling connections
DE10065115A1 (en) Exchanging data between bus system users involves sending data in event-oriented manner as long as defined latency time can be ensured, otherwise transmitting data deterministically
DE3925843C2 (en)
DE60225202T2 (en) Method for managing isochronous data in a HAVi environment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
DPE2 Request for preliminary examination filed before expiration of 19th month from priority date (pct application filed from 20040101)
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06707888

Country of ref document: EP

Kind code of ref document: A1

WWW Wipo information: withdrawn in national office

Ref document number: 6707888

Country of ref document: EP