Vector/CANoe Reference: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
== Einleitung==
== Application ==

Das "''Vector CANoe Plugin''" realisiert eine Schnittstelle zum Programm CANoe von der Firma Vector Informatik GmbH.
* [[ VectorAHI - OpenCANoe with Configuration | '''VectorAHI - OpenCANoe with Configuration''' ]]<br/>
Im Folgenden werden fundamentale Funktionen die expecco mit dem Vector CANoe Plugin bietet mithilfe von Beispielen aufgezeigt.
Opens the CANoe application and loads a configuration.
* [[ VectorAHI - OpenCANoe | '''VectorAHI - OpenCANoe''' ]]<br/> Opens the CANoe application and loads a configuration.

* [[ VectorAHI - CloseCANoe| '''VectorAHI - CloseCANoe''' ]]<br/> Closes the CANoe application.


== Configuration ==

* [[ VectorAHI - Load Configuration| '''VectorAHI - Load Configuration''' ]]<br/> Load a configuration into CANoe.


== BUS ==

* [[ VectorAHI - InitializeBus| '''VectorAHI - InitializeBus''' ]]<br/> Initializes the bus to be used.

* [[ VectorAHI - ActivateBusTyp| '''VectorAHI - ActivateBusTyp''' ]]<br/> Activates the bus to be used.


=== Signal ===

* [[ VectorAHI - GetRawValueOfSignal| '''VectorAHI - GetRawValueOfSignal''' ]]<br/> Return's the current value of the signal as it was transmitted on the bus.

* [[ VectorAHI - SetRawValueOfSignal | '''VectorAHI - SetRawValueOfSignal ''' ]]<br/> Set's the RawValue of the BUS signal.

* [[ VectorAHI - GetSignalValue | '''VectorAHI - GetSignalValue''' ]]<br/> Returns the active value of the Signal.

* [[ VectorAHI - GetSignalFullname | '''VectorAHI - GetSignalFullname''' ]]<br/> Determines the fully qualified name of a signal or a message.

* [[ VectorAHI - BUS Signal - Wait for rawValue | '''VectorAHI - BUS Signal - Wait for rawValue''' ]]<br/> Wait until the Signal get the specified RawValue.

* [[ Vector AHI - BUS Signal - Wait for signalValue | '''VectorAHI - BUS Signal - Wait for signalValue''']]<br/> Wait until the Signal get the specified value.


== CAPL ==

* [[ VectorAHI - Call CAPL Function |'''VectorAHI - Call CAPL Function''']]<br/> Calls a CAPL function.


=== Reg/DeReg ===

*[[ VectorAHI - Register CAPL Function(s)| '''VectorAHI - Register CAPL Function(s)''']]<br/> Registration of CAPL functions.


== Configuration ==

*[[ VectorAHI - Configuration set (un)modified| '''VectorAHI - Configuration set (un)modified''']]


*[[ VectorAHI - Configuration is modified| '''VectorAHI - Configuration is modified''']]<br/> Returns information on whether the current configuration was modified since the time it was loaded or created,
or sets this property.

=== GeneralSetup ===

*[[ VectorAHI - Compile&Verify| '''VectorAHI - Compile&Verify''']]<br/> Compile all CAPL Functions in all Nodes.

== Environment ==
=== Environment Variable ===

*[[ VectorAHI - SetEnvironmentVariable| '''VectorAHI - SetEnvironmentVariable''']]<br/> Sets the environment variable value.


*[[ VectorAHI - GetEnvironmentVariable| '''VectorAHI - GetEnvironmentVariable''']]<br/> Returns the environment variable value.


*[[ VectorAHI - EnvironmentVariable - Wait for value|'''VectorAHI - EnvironmentVariable - Wait for value''']]<br/> Wait until the environment variable get the specified value.


== System ==
=== SystemVariable ===
*[[ VectorAHI - SetSystemVariable|'''VectorAHI - SetSystemVariable''']]<br/> Sets the system variable value.

*[[ VectorAHI - GetSystemVariable|'''VectorAHI - GetSystemVariable''']]<br/> Returns the system variable value.

*[[ VectorAHI - SystemVariable - Wait for value|'''VectorAHI - SystemVariable - Wait for value''']]<br/> Wait until the system variable get the specified value.


== Measurement ==

*[[ VectorAHI - Start Measurement |'''VectorAHI - Start Measurement''']]<br/>. Starts the CANoe measurement.

*[[ VectorAHI - Measurement Running|'''VectorAHI - Measurement Running''']]<br/>. If the measurement is running, True is returned; otherwise False is returned.

*[[ VectorAHI - Stop Measurement|'''VectorAHI - Stop Measurement''']]<br/>. Stops the CANoe measurement.


== UI ==
=== Write ===
*[[ VectorAHI - Get text from write window |'''VectorAHI - Get text from write window''']]

*[[ VectorAHI - Clear text of write window |'''VectorAHI - Clear text of write window''']]

== Variable Update Service ==

*[[ VectorAHI - Start environment autom. update service |'''VectorAHI - Start environment autom. update service''']]<br/>. Start the expecco environment update service, which monitors the registered canoe variables for a value change.

*[[ VectorAHI - Stop environment autom. update service |'''VectorAHI - Stop environment autom. update service ''']]<br/>. Stop the expecco environment update service.

*[[ VectorAHI - Deregister environment or system variable from autom. update |'''VectorAHI - Deregister environment or system variable from autom. update ''']]<br/>. Deregister a CANoe environment or system variable from the update service.

*[[ VectorAHI - Register environment variable for autom. update|'''VectorAHI - Register environment variable for autom. update''']]

*[[ VectorAHI - Register system variable for autom. update |'''VectorAHI - Register system variable for autom. update''']]

Version vom 18. Dezember 2019, 11:30 Uhr

Application[Bearbeiten]

Opens the CANoe application and loads a configuration.


Configuration[Bearbeiten]


BUS[Bearbeiten]


Signal[Bearbeiten]


CAPL[Bearbeiten]


Reg/DeReg[Bearbeiten]


Configuration[Bearbeiten]


or sets this property.

GeneralSetup[Bearbeiten]

Environment[Bearbeiten]

Environment Variable[Bearbeiten]




System[Bearbeiten]

SystemVariable[Bearbeiten]


Measurement[Bearbeiten]


UI[Bearbeiten]

Write[Bearbeiten]

Variable Update Service[Bearbeiten]



Copyright © 2014-2024 eXept Software AG