CL Export/Print

Hello,
I want to find the list of CL's in a specific HPM/AM node and print those CLs to Honeywell File Transfer. Could you please guide or provide instructions for this? Thanks
 
Using Native Window
For AM use Engineering Menu>Documentation Tool>Build a AM Node CL slot query. This will show you what CL executables are active/inactive in the AM. You will need those names later.
For HPM use System Display>Select the NIM>NTWK/HWY Status> Select HPM>Slot Summary>Select Process Module Points. That will show you the tag names of the bound points in the HPM that will run a PMCL executable.
Once you have those lists you will then need to find the AMCL/PMCL source files.
Using Native Window
Engineering Menu>Command Prompt
LV NET to list the volumes on the HM. You need to find the volumes that store the CL source code files. you may find two volumes called AMCL and PMCL.
LS AMCL>*.CL or LS PMCL>*.CL to show your source code.
Or you can find them similarly with File Transfer once you know which volume they are in. You can then print them as a .cl file for viewing with a text editor.
 

Attachments

Top