ArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2019-10-05T12:09:16+02:00 https://brainmodular.com/forums/app.php/feed/topic/6199 2019-10-05T12:09:16+02:00 2019-10-05T12:09:16+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=41701#p41701 <![CDATA[Run an external program from USINE]]> Statistics: Posted by hanshoffnung — 05 Oct 2019, 12:09


]]>
2018-04-26T06:16:24+02:00 2018-04-26T06:16:24+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39774#p39774 <![CDATA[Run an external program from USINE]]> Statistics: Posted by Ariajazz — 26 Apr 2018, 06:16


]]>
2018-04-26T05:01:21+02:00 2018-04-26T05:01:21+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39773#p39773 <![CDATA[Run an external program from USINE]]> Statistics: Posted by 23fx23 — 26 Apr 2018, 05:01


]]>
2018-04-26T04:22:24+02:00 2018-04-26T04:22:24+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39772#p39772 <![CDATA[Run an external program from USINE]]>
1) I'm using USINE STAGE v5. It does not support SAVE WORKSPACE in IML modules.
2) I have no idea on how to use scripts, how to execute or run them.

All I have achieved is to access the (Shift+Ctrl+S) save workspace command by using a plugin inside USINE, then with the on screen keyboard I can type the name of the workspace to be saved. Again, what I need in a way to define the path for the desired folder where the workspaces are saved or stored. I will be creating and saving multiple workspaces on the fly. I have noticed that USINE v5 remembers the last folder that you're saving to but that's is not enough for me because that path can be easily be lost due to other activity, lets say saving a patch to another folder. So the idea is to make sure i'm directed to the selected folder, where workspaces are stored, every time I execute the Shift+Ctrl+S command.

Statistics: Posted by Ariajazz — 26 Apr 2018, 04:22


]]>
2018-04-26T01:58:28+02:00 2018-04-26T01:58:28+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39771#p39771 <![CDATA[Run an external program from USINE]]> then can clic on file_name, navigate once to choose folder and name, then when pressing save will save the current wkp to defined location. once set the location should be saved and recalled on reopening the workspace.

CODE:

//GLOBAL VARIABLES AND TPARAMETER  DECLARATIONSvar pSave  &#58;TParameter;var pFile_name &#58; TParameter;var mess &#58; string;   /////////////////////////////////////    //INIT                                                  /////////////////////////////////////    PROCEDURE INIT&#40;&#41;;BEGIN     pSave&#58;=CreateParam&#40;'Save',ptButton&#41;; setIsOutput&#40;pSave,false&#41;;       pFile_name&#58;=CreateParam&#40;'File_name',ptFileName&#41;; setIsOutput&#40;pFile_name,false&#41;;   END;           /////////////////////////////////////    PROCEDURE CALLBACK&#40;N&#58;INTEGER&#41;;                                                                    BEGIN                                                                                                                                                    CASE N OF              0&#58;Begin                                                         SendInternalMsg&#40;'SET_TARGET_PATCH SENDER_PATH'&#41;;           mess &#58;= 'SAVE_WORKSPACE ' + GetStringValue&#40;pFile_name&#41;+'.wkp';         SendInternalMsg&#40;mess&#41;;                    End;                             End;                        END;                /////////////////////////////////////

Statistics: Posted by 23fx23 — 26 Apr 2018, 01:58


]]>
2018-04-26T01:22:33+02:00 2018-04-26T01:22:33+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39770#p39770 <![CDATA[Run an external program from USINE]]>
patching patch control patch send internal message

then write the message, replacing the path and name by what ya want:

CODE:

SET_TARGET_PATCH SENDER_PATCHSAVE_WORKSPACE "C&#58;TEMPmy_workspace.wkp"

Statistics: Posted by 23fx23 — 26 Apr 2018, 01:22


]]>
2018-04-25T02:56:26+02:00 2018-04-25T02:56:26+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39767#p39767 <![CDATA[Run an external program from USINE]]>
What I need now ia a way to "force" SAVE WORKSPACE AS command (Shift+Ctrl+S) to save workspaces to an specific folder and avoid having to scroll between folders when saving. In other words, a way to indicate the path for the folder the workspaces are going to be saved. I would like not to use applications such as HOTKEYS, that I know this can be done with. If everything can be executad inside USINE or WINDOWS it will be fine. I'm not into scripting, that's why I ask for you help.

Statistics: Posted by Ariajazz — 25 Apr 2018, 02:56


]]>
2018-04-24T23:44:54+02:00 2018-04-24T23:44:54+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39766#p39766 <![CDATA[Run an external program from USINE]]>
by sefault its notepad, but you can replace by
c:windowssystem32osk.exe

for windows on screen keyboard for ex

Statistics: Posted by 23fx23 — 24 Apr 2018, 23:44


]]>
2018-04-24T22:46:14+02:00 2018-04-24T22:46:14+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39765#p39765 <![CDATA[Run an external program from USINE]]>
Is there any patch or script that allows to run (open) an external application or a windows function from within USINE?. In my case I need to be able to run an on screen keyboard, either the Windows one or any other 3rd party. This is to be able to type some information to USINE.

Thanks.

Statistics: Posted by Ariajazz — 24 Apr 2018, 22:46


]]>
BrainModular BrainModular Users Forum 2019-10-05T12:09:16+02:00 https://brainmodular.com/forums/app.php/feed/topic/6199 2019-10-05T12:09:16+02:00 2019-10-05T12:09:16+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=41701#p41701 <![CDATA[Run an external program from USINE]]> Statistics: Posted by hanshoffnung — 05 Oct 2019, 12:09


]]>
2018-04-26T06:16:24+02:00 2018-04-26T06:16:24+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39774#p39774 <![CDATA[Run an external program from USINE]]> Statistics: Posted by Ariajazz — 26 Apr 2018, 06:16


]]>
2018-04-26T05:01:21+02:00 2018-04-26T05:01:21+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39773#p39773 <![CDATA[Run an external program from USINE]]> Statistics: Posted by 23fx23 — 26 Apr 2018, 05:01


]]>
2018-04-26T04:22:24+02:00 2018-04-26T04:22:24+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39772#p39772 <![CDATA[Run an external program from USINE]]>
1) I'm using USINE STAGE v5. It does not support SAVE WORKSPACE in IML modules.
2) I have no idea on how to use scripts, how to execute or run them.

All I have achieved is to access the (Shift+Ctrl+S) save workspace command by using a plugin inside USINE, then with the on screen keyboard I can type the name of the workspace to be saved. Again, what I need in a way to define the path for the desired folder where the workspaces are saved or stored. I will be creating and saving multiple workspaces on the fly. I have noticed that USINE v5 remembers the last folder that you're saving to but that's is not enough for me because that path can be easily be lost due to other activity, lets say saving a patch to another folder. So the idea is to make sure i'm directed to the selected folder, where workspaces are stored, every time I execute the Shift+Ctrl+S command.

Statistics: Posted by Ariajazz — 26 Apr 2018, 04:22


]]>
2018-04-26T01:58:28+02:00 2018-04-26T01:58:28+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39771#p39771 <![CDATA[Run an external program from USINE]]> then can clic on file_name, navigate once to choose folder and name, then when pressing save will save the current wkp to defined location. once set the location should be saved and recalled on reopening the workspace.

CODE:

//GLOBAL VARIABLES AND TPARAMETER  DECLARATIONSvar pSave  &#58;TParameter;var pFile_name &#58; TParameter;var mess &#58; string;   /////////////////////////////////////    //INIT                                                  /////////////////////////////////////    PROCEDURE INIT&#40;&#41;;BEGIN     pSave&#58;=CreateParam&#40;'Save',ptButton&#41;; setIsOutput&#40;pSave,false&#41;;       pFile_name&#58;=CreateParam&#40;'File_name',ptFileName&#41;; setIsOutput&#40;pFile_name,false&#41;;   END;           /////////////////////////////////////    PROCEDURE CALLBACK&#40;N&#58;INTEGER&#41;;                                                                    BEGIN                                                                                                                                                    CASE N OF              0&#58;Begin                                                         SendInternalMsg&#40;'SET_TARGET_PATCH SENDER_PATH'&#41;;           mess &#58;= 'SAVE_WORKSPACE ' + GetStringValue&#40;pFile_name&#41;+'.wkp';         SendInternalMsg&#40;mess&#41;;                    End;                             End;                        END;                /////////////////////////////////////

Statistics: Posted by 23fx23 — 26 Apr 2018, 01:58


]]>
2018-04-26T01:22:33+02:00 2018-04-26T01:22:33+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39770#p39770 <![CDATA[Run an external program from USINE]]>
patching patch control patch send internal message

then write the message, replacing the path and name by what ya want:

CODE:

SET_TARGET_PATCH SENDER_PATCHSAVE_WORKSPACE "C&#58;TEMPmy_workspace.wkp"

Statistics: Posted by 23fx23 — 26 Apr 2018, 01:22


]]>
2018-04-25T02:56:26+02:00 2018-04-25T02:56:26+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39767#p39767 <![CDATA[Run an external program from USINE]]>
What I need now ia a way to "force" SAVE WORKSPACE AS command (Shift+Ctrl+S) to save workspaces to an specific folder and avoid having to scroll between folders when saving. In other words, a way to indicate the path for the folder the workspaces are going to be saved. I would like not to use applications such as HOTKEYS, that I know this can be done with. If everything can be executad inside USINE or WINDOWS it will be fine. I'm not into scripting, that's why I ask for you help.

Statistics: Posted by Ariajazz — 25 Apr 2018, 02:56


]]>
2018-04-24T23:44:54+02:00 2018-04-24T23:44:54+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39766#p39766 <![CDATA[Run an external program from USINE]]>
by sefault its notepad, but you can replace by
c:windowssystem32osk.exe

for windows on screen keyboard for ex

Statistics: Posted by 23fx23 — 24 Apr 2018, 23:44


]]>
2018-04-24T22:46:14+02:00 2018-04-24T22:46:14+02:00 https://brainmodular.com/forums/viewtopic.php?t=6199&p=39765#p39765 <![CDATA[Run an external program from USINE]]>
Is there any patch or script that allows to run (open) an external application or a windows function from within USINE?. In my case I need to be able to run an on screen keyboard, either the Windows one or any other 3rd party. This is to be able to type some information to USINE.

Thanks.

Statistics: Posted by Ariajazz — 24 Apr 2018, 22:46


]]>