FlexPro
HistoryBase
Ingénierie
Formation
Téléchargements
Support FlexPro
Connaissance
Communauté
À propos de nous
Références
Emplois
Contact général
Liste des revendeurs
Support FlexPro
FR
DE
EN
Porte-plaquette
Produits et solutions
Support et téléchargements
Entreprise
Magazine
Contact
Langue
MyWeisang

Paramètres du compte.

Topic

Signal in VBA erzeugen

Page d'accueil ' Communauté ' Automation et VBA ' Générer un signal en VBA

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Auteur
    Messages
  • #35112
    Thorsten Wolterink
    Participant

    Hallo,

    ich versuche (vorerst zu Testzwecken) ein Signal in VBA zu erzeugen.

    Hier mein Versuch, der nicht funktioniert hat (sonst würde ich ja nicht fragen :D).

    Dim yFeld(1, 2) As Double
    Dim xFeld(1) As Double
    yFeld(0, 0) = 1#
    yFeld(1, 0) = 2#
    yFeld(0, 1) = 3#
    yFeld(1, 1) = 4#
    yFeld(0, 2) = 5#
    yFeld(1, 2) = 6#
    xFeld(0) = 10#
    xFeld(1) = 20#

    Dim dasSignal As Signal
    dasSignal.X = Array(xFeld)
    dasSignal.Y = Array(yFeld)

    Wie macht man es richtig?

    Thorsten

    #35114
    Thorsten Wolterink
    Participant

    Hallo,

    ich versuche (vorerst zu Testzwecken) ein Signal in VBA zu erzeugen.

    Hier mein Versuch, der nicht funktioniert hat (sonst würde ich ja nicht fragen :D).

    Dim yFeld(1, 2) As Double
    Dim xFeld(1) As Double
    yFeld(0, 0) = 1#
    yFeld(1, 0) = 2#
    yFeld(0, 1) = 3#
    yFeld(1, 1) = 4#
    yFeld(0, 2) = 5#
    yFeld(1, 2) = 6#
    xFeld(0) = 10#
    xFeld(1) = 20#

    Dim dasSignal As Signal
    dasSignal.X = Array(xFeld)
    dasSignal.Y = Array(yFeld)

    Wie macht man es richtig?

    Thorsten

    #35113
    Bernhard Kantz
    Participant

    Please see the artictle [b]Working with Data Sets[/b] in the FlexPro help.
    See Automating Tasks|Automating Using FlexPro Visual Basic|Working with Objects|Working with Data Sets

    support@weisang.com

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Vous devez être connecté pour répondre à ce sujet.