Received via PM

Steve Bailey

Lifetime Supporting Member + Moderator
Join Date
Apr 2002
Location
The boondocks of Western Massachusetts USA
Posts
8,591
Hi Steve,
I have GEFANUC 90-70 PLC, with a PCM711 module configured as Modbus master rtu with MegaBasic connected to two (02) Bently Nevada racks. It was working well retrieving data and storing them into CPU module.
After a power loss , the communication stopped.
Using a hyper terminal , when reading the content of the memory of PCM711, I found only two (02) executable files “FS.exe” and “FH.exe”.
I don’t have the necessary tools to fix this problem as it says in the documentation I need PCOP, TERMF, and a Megabasic file for Modbus configuration.
Could you help ?
Were those the only files? Megabasic files have the suffix .bas

You can probably get along without PCOP. Termf is sufficient to do whatever you need. In fact, you could probably get along with Hyperterm.
 
There is another file , Pcmexec.bat which contains the following commands :
Q FH.EXE 0
Q FS.EXE 0
R FH.EXE /B
R FS.EXE
No .bas files.
When I push reset button for less than 5 sec , the led ok blinks , but the communication is not working.
 
Were those the only files? Megabasic files have the suffix .bas

You can probably get along without PCOP. Termf is sufficient to do whatever you need. In fact, you could probably get along with Hyperterm.
Is there a Megabasic file sample to read/write Modbus command ?
 
My error. Megabasic files have the suffix . pgm, not .bas.

The PCM runs the program pcmexec.bat at powerup or soft reset. The .exe files are compiled executables.

The "Q" commands unprotect the FH.exe and FS.exe files so they can be written.
The "R FH.exe /B" command runs FH.exe in the background.
The "R FS.exe" command runs FS.exe

Try connecting a terminal program to the serial port when you do the soft reset and see what characters are being sent out the port.

I don't think I have a Modbus master program in Megabasic.
 

Similar Topics

I received this by PM. I prefer to keep the discussion on the forum. Hello ! I managed to connect to PLC GE 90-30. I don't know the Proficy...
Replies
1
Views
1,148
I just got this via PM I prefer to keep the discussion on the forum. Can you be a little more specific? What is the nature of your trouble? Are...
Replies
0
Views
663
I got this PM this morning. I prefer to keep the discussion on the forum. There are two default passwords in a PanelMate. I would try them...
Replies
0
Views
866
I got this request today. I prefer to answer on the forum. Hello Steve, I am doing an upgrade to a PLC rack and I have an IC693CMM302 and...
Replies
0
Views
921
I get this PM today. I prefer to answer in the forum in case others have similar questions. Steve, Good morning! You seem to be the resident...
Replies
2
Views
1,004
Back
Top Bottom