JKISoftware / JKI-State-Machine-Objects

Object-oriented framework for LabVIEW based on the JKI State Machine
BSD 3-Clause "New" or "Revised" License
95 stars 54 forks source link

SMO Editor cannot add an event of any category #58

Open wireddown opened 6 years ago

wireddown commented 6 years ago

When I use the SMO Editor to add a Public Event, a Public Method, or a Private Event, it results in:

  1. Create a blank Project
  2. Use the SMO Editor to add an Instrument SMO
  3. Confirm you can run the TestLauncher VI ✅
  4. Use the SMO Editor to add a: Public Event with a Numeric control Public Method with a Numeric control Private Event with a String control
  5. Observe an error dialog appears ❌
  6. In LabVIEW, show the Error List
  7. Observe the broken Typedefs ❌

Work around

Unknown. I can drag the new event ref num into the typedef's cluster and resolve the error, but I'm unsure if the SMO Editor stopped its operation early and left other VIs unmodified. I'm worried the SMO is now incoherent or incomplete.

Add a public event

jki smo createpublicevent numeric

Error dialog

jki smo createpublicevent errordialog

LabVIEW Error List

labview errorlist

Broken Typedef

jki smo publicevents--cluster ctl

Error text: New Public Event

Error 1054 occurred at New VI Object in ProjectItem.JKI SMO.lvclass:Add PublicEventToDataCluster.vi->ProjectItem.JKI SMO.lvclass:Add New Event.vi:690001->ProjectItem.JKI SMO.lvclass:Add ProtectedEvents--DataCluster.vi->JKI SMO Editor.lvclass:AddEvent.vi

Possible reason(s):

LabVIEW: (Hex 0x41E) The specified object was not found.

Error text: New Public Method

Error 1054 occurred at New VI Object in ProjectItem.JKI SMO.lvclass:Add PublicEventToDataCluster.vi->ProjectItem.JKI SMO.lvclass:Add New Event.vi:690001->ProjectItem.JKI SMO.lvclass:Add ProtectedEvents--DataCluster.vi->JKI SMO Editor.lvclass:AddEvent.vi

Possible reason(s):

LabVIEW: (Hex 0x41E) The specified object was not found.

Error text: New Private Event

Error 1054 occurred at New VI Object in ProjectItem.JKI SMO.lvclass:Add PublicEventToDataCluster.vi->ProjectItem.JKI SMO.lvclass:Add New Event.vi:690001->ProjectItem.JKI SMO.lvclass:Add PrivateEvents--DataCluster.vi->JKI SMO Editor.lvclass:AddEvent.vi

Possible reason(s):

LabVIEW: (Hex 0x41E) The specified object was not found.

Before / after projects

Software

Release Notes:

This Package depends on these other packages: jki_lib_state_machine >= 2.0.0 OpenG Array Library >= 4.1.1.14 OpenG Error Library >= 4.2.0.23 OpenG File Library >= 4.0.1.22 OpenG LabVIEW Data Library >= 4.2.0.21 OpenG String Library >= 4.1.0.12 OpenG Variant Configuration File Library >= 4.0.0.5 JKI SMO Templates >= 1.0.0.5 JKI State Machine Objects (SMO) >= 1.0.0.11

matze120 commented 4 years ago

Hi, I have the same problem while adding a Public Event. adding a private event or a public method works fine.

I am using LabVIEW 2019f2 and JKI SMO Editor 2.0.2.5