
adccommunitymod (AutomationDirect) asked a question.
f0-cp128 program access error
Created Date: August 25,2014
Created By: alex.rosa
**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****
I 've been having com issues between my fo-cp128 and dl06 (d0-06dd1) and just used the clr all jumper to reset the co-processor. It seems to be talking fine with the plc, but the only program i am able to edit is program 0.. whenever i try to add or edit another program i get a "PROGRAM ACCESS " error message :confused:. Does anyone know how to fix this??
Created Date: August 25,2014
Created by: MacS
You can only edit the contents of program 0 (PROGRAM 0 or PRM 0).
The SAVE command copies the contents of the currently selected program to the next available saved program space.
The EDIT command copies the currently selected program to PRM0 so it can be edited.
The command PRM# (replace # with program number) is used to select the program space. The command prompt tells you which program space you are operating on, If it is program space 0 you would see:
PRM 0
READY
>
See chapter 2 of the FA-BASIC-M for an overview of the BASIC intepreter operation:
http://facts-eng.com/downloads/fabasicm.pdf
Created Date: August 25,2014
Created by: alex.rosa
I 've been having com issues between my fo-cp128 and dl06 (d0-06dd1) and just used the clr all jumper to reset the co-processor. It seems to be talking fine with the plc, but the only program i am able to edit is program 0.. whenever i try to add or edit another program i get a "PROGRAM ACCESS " error message :confused:. Does anyone know how to fix this??