Discussions

Notifications
Clear all

Walkup mode

4 Posts
2 Users
0 Reactions
17 Views
Posts: 0
Guest
Topic starter
(@Anonymous)
Joined: 1 second ago
How to edit the walkup.jaf interface. I do not want to give students access to change to many parameters in the method.  As an example they do not need to have the option to tune the 90° pulse option.
I have edit the Standerd_walkup.JAF file and removed the EXPOSE function but this cause an error so DELTA then load the standerd.jaf mode.
 
What is the script format to remove unnecessary options?
3 Replies
Posts: 37
Admin
(@delta)
Joined: 3 years ago

You need to commented out line 54, and removed 'EXPOSE' from the lines 52 and 53,
and removed entire lines 48 and 49.
Commented out line 54 because it is a part of the help statement of above
line.
The problem happened because it was survived even you commented out the
help statement.
The calculate_proton_90 and force_tune was used for the calculation of
experiment time at line 47-50, and it has to be an exposed valuable. I
removed it because the experiment time for those should be zero if those
parameter are always false.
You can find the reason of error in a message area of master console.

Reply
Posts: 37
Admin
(@delta)
Joined: 3 years ago

The location of the Standard_walkup.JAF that need to be change is in  C:\Users\delta\Documents\JEOL\Delta 5.3\automation

 

 

Reply
Posts: 37
Admin
(@delta)
Joined: 3 years ago

On the console computer it is located at: C:\Program Files\JEOL\Control 5.3.3.app\Contents\Resources\global\automation

Make sure to make a backup copy first as it is not ideal to change files on the console computer.

Reply