Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ext Sim Event Option #208

Open
pressr-inl opened this issue Oct 6, 2022 · 1 comment
Open

Ext Sim Event Option #208

pressr-inl opened this issue Oct 6, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@pressr-inl
Copy link
Collaborator

Add option to get different types of external simulation events.

image

For the JSON this is what it should look like
{
"Event": {
"id": 26,
"name": "AvtSimDone",
"desc": "",
"mainItem": false,
"evType": "et3dSimEv",
"extEventType": "etCompEv", //options [etCompEv, etEndSim, etStatus]
"allItems": true,
"triggerStates": [],
"moveFromCurrent": false,
"varNames": [], //null or empty if not etCompEv
"variable": "Ext_AvtDone", //null or empty if not etCompEv
"code": "return Ext_AvtDone;" //null or empty if not etCompEv
}
},

@pressr-inl
Copy link
Collaborator Author

Add the following text to the right side of combo when they select the combo item.
Variable Change - Trigger event when the external variable changes and the code condition is met.
Simulation End - Trigger event when the external simulation has ended.
Error Status - Trigger event if the external simulation has sent a error status.

@nmde nmde added the enhancement New feature or request label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants