Hello,
I am encountering issues with remote parameter setting. My initial goal was to assign a specific filename to the CNA block so that I could specify the data file before running my project. After several unsuccessful attempts, I investigated further and discovered additional issues.
Below is a summary of the four experiments I conducted:
- Remote Parameter Setting via SETPS for the CNS Block
I attempted to change the scv parameter of the testing CNS block using the SETPS command.
The parameter did not update as expected; it remained unchanged.
- Remote Parameter Setting via SETPX for the CNS Block
Repeating the same experiment, this time I used the SETPX command to change the scv parameter.
This approach worked correctly—the scv parameter was successfully updated.
Since both experiments target the same parameter in the same block, SETPS and SETPX should ideally produce equivalent results.
- Remote Parameter Setting via SETPX for the CNA Block
I attempted to set a specific filename for the CNA block to allow pre-specification of the data file.
First, I tried to change the filename parameter, but this was unsuccessful.
I also tried updating the nmax parameter, but that too did not work.
- Remote Parameter Setting via SETPX for the CNR Block
As a control test, I changed the ycn parameter of the testing CNR block using SETPX.
This operation executed without any issues.
The REXYGEN project is attached for further review.

myproject_exec.mdl myproject_task.mdl