|
angela279
|
|
|
Group: Forum Members
Posts: 6,
Visits: 25
|
I'm trying to code a batch file that lists 17 different files to run in sequential order. This is the current coding:
<batch> / file = "0_Pre_info.iqx" / file = "1_Pre_habituation_ratings.iqx" / file = "2_Hab_Acq_blue_1_1.iqx" / file = "3_Post_acquisition_ratings.iqx" / file = "4_Extinction_pink_1_1_S.iqx" / file = "5_Post_extinction_ratings.iqx" / file = "6_Video_Break.iqx" / file = "7_Renewal_blue_1_1.iqx" / file = "8_Post_renewal_ratings.iqx" / file = "9_Reacquisition_blue_1_1.iqx" / file = "10_Post_reacquisition_ratings.iqx" / file = "11_Questions.iqx" / file = "12_Demographics.iqx" / file = "13_STAI.iqx" / file = "14_PSWQ.iqx" / file = "15_IUS12.iqx" / file = "16_Post_info.iqx" </batch>
My issue is that it runs well until the file labeled "13_STAI.iqx", and instead of running the rest of the files in order, it exits. I have experimented with the files in a different order, and it always cuts off at the 14th file. Is there a limit to how many files can be run like this or is something else needed to fix? TI
|
|
|
|
|
Dave
|
|
|
Group: Administrators
Posts: 13K,
Visits: 110K
|
+xI'm trying to code a batch file that lists 17 different files to run in sequential order. This is the current coding: <batch> / file = "0_Pre_info.iqx" / file = "1_Pre_habituation_ratings.iqx" / file = "2_Hab_Acq_blue_1_1.iqx" / file = "3_Post_acquisition_ratings.iqx" / file = "4_Extinction_pink_1_1_S.iqx" / file = "5_Post_extinction_ratings.iqx" / file = "6_Video_Break.iqx" / file = "7_Renewal_blue_1_1.iqx" / file = "8_Post_renewal_ratings.iqx" / file = "9_Reacquisition_blue_1_1.iqx" / file = "10_Post_reacquisition_ratings.iqx" / file = "11_Questions.iqx" / file = "12_Demographics.iqx" / file = "13_STAI.iqx" / file = "14_PSWQ.iqx" / file = "15_IUS12.iqx" / file = "16_Post_info.iqx" </batch> My issue is that it runs well until the file labeled "13_STAI.iqx", and instead of running the rest of the files in order, it exits. I have experimented with the files in a different order, and it always cuts off at the 14th file. Is there a limit to how many files can be run like this or is something else needed to fix? TI No, there is no limit. There must be another reason for the exit, a mistake in a script or a triggered script.abort() condition in one or more of the scripts. Provide the full set of files, including any images etc. needed to run them, then I can take a look.
|
|
|
|
|
angela279
|
|
|
Group: Forum Members
Posts: 6,
Visits: 25
|
+x+xI'm trying to code a batch file that lists 17 different files to run in sequential order. This is the current coding: <batch> / file = "0_Pre_info.iqx" / file = "1_Pre_habituation_ratings.iqx" / file = "2_Hab_Acq_blue_1_1.iqx" / file = "3_Post_acquisition_ratings.iqx" / file = "4_Extinction_pink_1_1_S.iqx" / file = "5_Post_extinction_ratings.iqx" / file = "6_Video_Break.iqx" / file = "7_Renewal_blue_1_1.iqx" / file = "8_Post_renewal_ratings.iqx" / file = "9_Reacquisition_blue_1_1.iqx" / file = "10_Post_reacquisition_ratings.iqx" / file = "11_Questions.iqx" / file = "12_Demographics.iqx" / file = "13_STAI.iqx" / file = "14_PSWQ.iqx" / file = "15_IUS12.iqx" / file = "16_Post_info.iqx" </batch> My issue is that it runs well until the file labeled "13_STAI.iqx", and instead of running the rest of the files in order, it exits. I have experimented with the files in a different order, and it always cuts off at the 14th file. Is there a limit to how many files can be run like this or is something else needed to fix? TI No, there is no limit. There must be another reason for the exit, a mistake in a script or a triggered script.abort() condition in one or more of the scripts. Provide the full set of files, including any images etc. needed to run them, then I can take a look. Appreciate the fast response Dave. I'll try and attach the files in more than one post (since it won't let me post them all in one). Here's all the iqx files first.
|
|
|
|
|
angela279
|
|
|
Group: Forum Members
Posts: 6,
Visits: 25
|
+x+x+xI'm trying to code a batch file that lists 17 different files to run in sequential order. This is the current coding: <batch> / file = "0_Pre_info.iqx" / file = "1_Pre_habituation_ratings.iqx" / file = "2_Hab_Acq_blue_1_1.iqx" / file = "3_Post_acquisition_ratings.iqx" / file = "4_Extinction_pink_1_1_S.iqx" / file = "5_Post_extinction_ratings.iqx" / file = "6_Video_Break.iqx" / file = "7_Renewal_blue_1_1.iqx" / file = "8_Post_renewal_ratings.iqx" / file = "9_Reacquisition_blue_1_1.iqx" / file = "10_Post_reacquisition_ratings.iqx" / file = "11_Questions.iqx" / file = "12_Demographics.iqx" / file = "13_STAI.iqx" / file = "14_PSWQ.iqx" / file = "15_IUS12.iqx" / file = "16_Post_info.iqx" </batch> My issue is that it runs well until the file labeled "13_STAI.iqx", and instead of running the rest of the files in order, it exits. I have experimented with the files in a different order, and it always cuts off at the 14th file. Is there a limit to how many files can be run like this or is something else needed to fix? TI No, there is no limit. There must be another reason for the exit, a mistake in a script or a triggered script.abort() condition in one or more of the scripts. Provide the full set of files, including any images etc. needed to run them, then I can take a look. Appreciate the fast response Dave. I'll try and attach the files in more than one post (since it won't let me post them all in one). Here's all the iqx files first. Actually, scratch that. It won't let me upload the video file as it's too big, is there an easier way to attach/send files, the total of all files is 112mb.
|
|
|
|
|
Dave
|
|
|
Group: Administrators
Posts: 13K,
Visits: 110K
|
+x+x+x+xI'm trying to code a batch file that lists 17 different files to run in sequential order. This is the current coding: <batch> / file = "0_Pre_info.iqx" / file = "1_Pre_habituation_ratings.iqx" / file = "2_Hab_Acq_blue_1_1.iqx" / file = "3_Post_acquisition_ratings.iqx" / file = "4_Extinction_pink_1_1_S.iqx" / file = "5_Post_extinction_ratings.iqx" / file = "6_Video_Break.iqx" / file = "7_Renewal_blue_1_1.iqx" / file = "8_Post_renewal_ratings.iqx" / file = "9_Reacquisition_blue_1_1.iqx" / file = "10_Post_reacquisition_ratings.iqx" / file = "11_Questions.iqx" / file = "12_Demographics.iqx" / file = "13_STAI.iqx" / file = "14_PSWQ.iqx" / file = "15_IUS12.iqx" / file = "16_Post_info.iqx" </batch> My issue is that it runs well until the file labeled "13_STAI.iqx", and instead of running the rest of the files in order, it exits. I have experimented with the files in a different order, and it always cuts off at the 14th file. Is there a limit to how many files can be run like this or is something else needed to fix? TI No, there is no limit. There must be another reason for the exit, a mistake in a script or a triggered script.abort() condition in one or more of the scripts. Provide the full set of files, including any images etc. needed to run them, then I can take a look. Appreciate the fast response Dave. I'll try and attach the files in more than one post (since it won't let me post them all in one). Here's all the iqx files first. Actually, scratch that. It won't let me upload the video file as it's too big, is there an easier way to attach/send files, the total of all files is 112mb. Put everything in a ZIP, upload it to your Dropbox or similar service, then share the link.
|
|
|
|
|
angela279
|
|
|
Group: Forum Members
Posts: 6,
Visits: 25
|
+x+x+x+x+xI'm trying to code a batch file that lists 17 different files to run in sequential order. This is the current coding: <batch> / file = "0_Pre_info.iqx" / file = "1_Pre_habituation_ratings.iqx" / file = "2_Hab_Acq_blue_1_1.iqx" / file = "3_Post_acquisition_ratings.iqx" / file = "4_Extinction_pink_1_1_S.iqx" / file = "5_Post_extinction_ratings.iqx" / file = "6_Video_Break.iqx" / file = "7_Renewal_blue_1_1.iqx" / file = "8_Post_renewal_ratings.iqx" / file = "9_Reacquisition_blue_1_1.iqx" / file = "10_Post_reacquisition_ratings.iqx" / file = "11_Questions.iqx" / file = "12_Demographics.iqx" / file = "13_STAI.iqx" / file = "14_PSWQ.iqx" / file = "15_IUS12.iqx" / file = "16_Post_info.iqx" </batch> My issue is that it runs well until the file labeled "13_STAI.iqx", and instead of running the rest of the files in order, it exits. I have experimented with the files in a different order, and it always cuts off at the 14th file. Is there a limit to how many files can be run like this or is something else needed to fix? TI No, there is no limit. There must be another reason for the exit, a mistake in a script or a triggered script.abort() condition in one or more of the scripts. Provide the full set of files, including any images etc. needed to run them, then I can take a look. Appreciate the fast response Dave. I'll try and attach the files in more than one post (since it won't let me post them all in one). Here's all the iqx files first. Actually, scratch that. It won't let me upload the video file as it's too big, is there an easier way to attach/send files, the total of all files is 112mb. Put everything in a ZIP, upload it to your Dropbox or similar service, then share the link. Ah of couse, thank you. Here's the link. https://1drv.ms/f/c/bcf3c6fea15e6af7/IgD0s-ph6y-qS7F9NE9WQfErAR0qmU6PfuB4Y075PuXMFtY?e=IddObU
|
|
|
|
|
Dave
|
|
|
Group: Administrators
Posts: 13K,
Visits: 110K
|
+x+x+x+x+x+xI'm trying to code a batch file that lists 17 different files to run in sequential order. This is the current coding: <batch> / file = "0_Pre_info.iqx" / file = "1_Pre_habituation_ratings.iqx" / file = "2_Hab_Acq_blue_1_1.iqx" / file = "3_Post_acquisition_ratings.iqx" / file = "4_Extinction_pink_1_1_S.iqx" / file = "5_Post_extinction_ratings.iqx" / file = "6_Video_Break.iqx" / file = "7_Renewal_blue_1_1.iqx" / file = "8_Post_renewal_ratings.iqx" / file = "9_Reacquisition_blue_1_1.iqx" / file = "10_Post_reacquisition_ratings.iqx" / file = "11_Questions.iqx" / file = "12_Demographics.iqx" / file = "13_STAI.iqx" / file = "14_PSWQ.iqx" / file = "15_IUS12.iqx" / file = "16_Post_info.iqx" </batch> My issue is that it runs well until the file labeled "13_STAI.iqx", and instead of running the rest of the files in order, it exits. I have experimented with the files in a different order, and it always cuts off at the 14th file. Is there a limit to how many files can be run like this or is something else needed to fix? TI No, there is no limit. There must be another reason for the exit, a mistake in a script or a triggered script.abort() condition in one or more of the scripts. Provide the full set of files, including any images etc. needed to run them, then I can take a look. Appreciate the fast response Dave. I'll try and attach the files in more than one post (since it won't let me post them all in one). Here's all the iqx files first. Actually, scratch that. It won't let me upload the video file as it's too big, is there an easier way to attach/send files, the total of all files is 112mb. Put everything in a ZIP, upload it to your Dropbox or similar service, then share the link. Ah of couse, thank you. Here's the link. https://1drv.ms/f/c/bcf3c6fea15e6af7/IgD0s-ph6y-qS7F9NE9WQfErAR0qmU6PfuB4Y075PuXMFtY?e=IddObU Thanks, I'll take a look at it tomorrow.
|
|
|
|
|
Dave
|
|
|
Group: Administrators
Posts: 13K,
Visits: 110K
|
+x+x+x+x+x+x+xI'm trying to code a batch file that lists 17 different files to run in sequential order. This is the current coding: <batch> / file = "0_Pre_info.iqx" / file = "1_Pre_habituation_ratings.iqx" / file = "2_Hab_Acq_blue_1_1.iqx" / file = "3_Post_acquisition_ratings.iqx" / file = "4_Extinction_pink_1_1_S.iqx" / file = "5_Post_extinction_ratings.iqx" / file = "6_Video_Break.iqx" / file = "7_Renewal_blue_1_1.iqx" / file = "8_Post_renewal_ratings.iqx" / file = "9_Reacquisition_blue_1_1.iqx" / file = "10_Post_reacquisition_ratings.iqx" / file = "11_Questions.iqx" / file = "12_Demographics.iqx" / file = "13_STAI.iqx" / file = "14_PSWQ.iqx" / file = "15_IUS12.iqx" / file = "16_Post_info.iqx" </batch> My issue is that it runs well until the file labeled "13_STAI.iqx", and instead of running the rest of the files in order, it exits. I have experimented with the files in a different order, and it always cuts off at the 14th file. Is there a limit to how many files can be run like this or is something else needed to fix? TI No, there is no limit. There must be another reason for the exit, a mistake in a script or a triggered script.abort() condition in one or more of the scripts. Provide the full set of files, including any images etc. needed to run them, then I can take a look. Appreciate the fast response Dave. I'll try and attach the files in more than one post (since it won't let me post them all in one). Here's all the iqx files first. Actually, scratch that. It won't let me upload the video file as it's too big, is there an easier way to attach/send files, the total of all files is 112mb. Put everything in a ZIP, upload it to your Dropbox or similar service, then share the link. Ah of couse, thank you. Here's the link. https://1drv.ms/f/c/bcf3c6fea15e6af7/IgD0s-ph6y-qS7F9NE9WQfErAR0qmU6PfuB4Y075PuXMFtY?e=IddObU Thanks, I'll take a look at it tomorrow. In 12_Demographics.iqx, you have <summarydata> / file = "demodata.iqdat" / columns = (inquisit.version, computer.platform,script.startDate, script.startTime, script.subjectId, script.groupId, script.sessionId, script.elapsedTime, script.completed, textbox.age.response, radiobuttons.gender.response, radiobuttons.region.response, checkboxes.ethnicity.response, checkboxes.culturalbg.response) / labels = ("version", "platform", "date", "time", "subjectId", "groupId", "sessionId", "elapsed time", "completed", "age", "gender", "region", "ethnicity", "culturalbg") </summarydata> There is no <radiobuttons> element called region in that script. You have a <textbox region> element. So, when Inquisit tries to write that data, it can't, and that's a critical error. The batch will terminate at that point. Note that this is clearly surfaced in the output:
|
|
|
|
|
angela279
|
|
|
Group: Forum Members
Posts: 6,
Visits: 25
|
+x+x+x+x+x+x+x+xI'm trying to code a batch file that lists 17 different files to run in sequential order. This is the current coding: <batch> / file = "0_Pre_info.iqx" / file = "1_Pre_habituation_ratings.iqx" / file = "2_Hab_Acq_blue_1_1.iqx" / file = "3_Post_acquisition_ratings.iqx" / file = "4_Extinction_pink_1_1_S.iqx" / file = "5_Post_extinction_ratings.iqx" / file = "6_Video_Break.iqx" / file = "7_Renewal_blue_1_1.iqx" / file = "8_Post_renewal_ratings.iqx" / file = "9_Reacquisition_blue_1_1.iqx" / file = "10_Post_reacquisition_ratings.iqx" / file = "11_Questions.iqx" / file = "12_Demographics.iqx" / file = "13_STAI.iqx" / file = "14_PSWQ.iqx" / file = "15_IUS12.iqx" / file = "16_Post_info.iqx" </batch> My issue is that it runs well until the file labeled "13_STAI.iqx", and instead of running the rest of the files in order, it exits. I have experimented with the files in a different order, and it always cuts off at the 14th file. Is there a limit to how many files can be run like this or is something else needed to fix? TI No, there is no limit. There must be another reason for the exit, a mistake in a script or a triggered script.abort() condition in one or more of the scripts. Provide the full set of files, including any images etc. needed to run them, then I can take a look. Appreciate the fast response Dave. I'll try and attach the files in more than one post (since it won't let me post them all in one). Here's all the iqx files first. Actually, scratch that. It won't let me upload the video file as it's too big, is there an easier way to attach/send files, the total of all files is 112mb. Put everything in a ZIP, upload it to your Dropbox or similar service, then share the link. Ah of couse, thank you. Here's the link. https://1drv.ms/f/c/bcf3c6fea15e6af7/IgD0s-ph6y-qS7F9NE9WQfErAR0qmU6PfuB4Y075PuXMFtY?e=IddObU Thanks, I'll take a look at it tomorrow. In 12_Demographics.iqx, you have <summarydata> / file = "demodata.iqdat" / columns = (inquisit.version, computer.platform,script.startDate, script.startTime, script.subjectId, script.groupId, script.sessionId, script.elapsedTime, script.completed, textbox.age.response, radiobuttons.gender.response, radiobuttons.region.response, checkboxes.ethnicity.response, checkboxes.culturalbg.response) / labels = ("version", "platform", "date", "time", "subjectId", "groupId", "sessionId", "elapsed time", "completed", "age", "gender", "region", "ethnicity", "culturalbg") </summarydata> There is no <radiobuttons> element called region in that script. You have a <textbox region> element. So, when Inquisit tries to write that data, it can't, and that's a critical error. The batch will terminate at that point. *audible sigh* wow. It's working after changing radiobuttons to textbox now. Thank you so much for your prompt assistance Dave!
|
|
|
|
|
Dave
|
|
|
Group: Administrators
Posts: 13K,
Visits: 110K
|
+x+x+x+x+x+x+x+x+xI'm trying to code a batch file that lists 17 different files to run in sequential order. This is the current coding: <batch> / file = "0_Pre_info.iqx" / file = "1_Pre_habituation_ratings.iqx" / file = "2_Hab_Acq_blue_1_1.iqx" / file = "3_Post_acquisition_ratings.iqx" / file = "4_Extinction_pink_1_1_S.iqx" / file = "5_Post_extinction_ratings.iqx" / file = "6_Video_Break.iqx" / file = "7_Renewal_blue_1_1.iqx" / file = "8_Post_renewal_ratings.iqx" / file = "9_Reacquisition_blue_1_1.iqx" / file = "10_Post_reacquisition_ratings.iqx" / file = "11_Questions.iqx" / file = "12_Demographics.iqx" / file = "13_STAI.iqx" / file = "14_PSWQ.iqx" / file = "15_IUS12.iqx" / file = "16_Post_info.iqx" </batch> My issue is that it runs well until the file labeled "13_STAI.iqx", and instead of running the rest of the files in order, it exits. I have experimented with the files in a different order, and it always cuts off at the 14th file. Is there a limit to how many files can be run like this or is something else needed to fix? TI No, there is no limit. There must be another reason for the exit, a mistake in a script or a triggered script.abort() condition in one or more of the scripts. Provide the full set of files, including any images etc. needed to run them, then I can take a look. Appreciate the fast response Dave. I'll try and attach the files in more than one post (since it won't let me post them all in one). Here's all the iqx files first. Actually, scratch that. It won't let me upload the video file as it's too big, is there an easier way to attach/send files, the total of all files is 112mb. Put everything in a ZIP, upload it to your Dropbox or similar service, then share the link. Ah of couse, thank you. Here's the link. https://1drv.ms/f/c/bcf3c6fea15e6af7/IgD0s-ph6y-qS7F9NE9WQfErAR0qmU6PfuB4Y075PuXMFtY?e=IddObU Thanks, I'll take a look at it tomorrow. In 12_Demographics.iqx, you have <summarydata> / file = "demodata.iqdat" / columns = (inquisit.version, computer.platform,script.startDate, script.startTime, script.subjectId, script.groupId, script.sessionId, script.elapsedTime, script.completed, textbox.age.response, radiobuttons.gender.response, radiobuttons.region.response, checkboxes.ethnicity.response, checkboxes.culturalbg.response) / labels = ("version", "platform", "date", "time", "subjectId", "groupId", "sessionId", "elapsed time", "completed", "age", "gender", "region", "ethnicity", "culturalbg") </summarydata> There is no <radiobuttons> element called region in that script. You have a <textbox region> element. So, when Inquisit tries to write that data, it can't, and that's a critical error. The batch will terminate at that point. *audible sigh* wow. It's working after changing radiobuttons to textbox now. Thank you so much for your prompt assistance Dave! Just to make extra sure, I ran a couple automated test runs through the entire batch over night. All scripts ran to completion after fixing the mistake in 12_Demographics.iqx, so at this time I don't think there's another general issue. With the mistake present, the batch would terminate at the end of 12_Demographics.iqx -- which is the expected behavior when a critical error is encountered.
|
|
|
|