-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
Description
Having worked extensively with DQMH and AF, the number one thing that's missing for me in SMO is the holistic scripting tools.
These are the things I would like to see in the SMO editor/scripter :
- A SMO renaming tool.
- An event renaming tool.
- Updating VI icons whenever new VIs are created.
- Along with updated banners when new SMOs are created (with unique colours) - "New VI for Data Member Access...", a tool that scripts getting and setting the private data in by-reference modules
- When a new Public Method or Private Event message is created:
- If the new user events haven't been registered (for example the first Private Event), script the registration.
- Create the event case that handles the user event
- Create a new case in the SM, and have the new event case link to it
- Ability to add a description when creating the message, which is then added to the 'Send' VI description and the associated SM case. - Have Public Events handled by the TestLauncher VI.