Ge Fanuc 90-30 PLC & PCM Module ASCII Data Application

Drewie

Guest
D
Dear all,

I’m working on an application using a 90-30 series PLC (CPU350) and a PCM 301. I have a desktop PC that will send the PCM module an ASCII string and I need to convert this into useable data in the PLC. I have the LogicMaster PLC software but I don’t have any software as yet for the PCM module. Can anyone give any advice on the different ways that this can be achieved and what software, if any, is required for the PCM module?

Please give as much information as you can, no matter how trivial, as any help is greatly appreciated.

Thanks, Drewie.
 
The PCM is the BASIC language module for the 90-30. You will need GE Fanuc's TERMF software to program it. If you're a real masochist, you can get their PCOP package instead.

The MegaBASIC programming language manual and other manuals associated with the PCM module are available for download at the GE Fanuc website.

If you're already familiar with BASIC interpreters like QBASIC, the learning curve for MegaBASIC won't be too bad. There are annoying differences in syntax and in how different delimiters are interpreted.

You probably won't need any ladder logic to interface with the PCM, but the BASIC program in the PCM will need to include a SYSLINK and a SYSWRITE instruction to pass data to the PLC. SYSLINK links a BASIC program variable to an address in the PLC. SYSWRITE writes the variable's value to that address.
 
Thanks Steve for your help and I’m sorry for not replying sooner!
I've been busy searching the GE Fanuc web site and reading up on the info that I require in regards to the PCM side of things (initially that’s all I wish to concentrate on). Also it looks as though my client has a copy of PCOP software that I can use, and some sample code from a similar application – so hopefully it won’t be too much of a learning curve.

My plan over the next few days is to hack around with this code to get it ready for on site commissioning with the PLC early next week. The sample code that I have includes the SYSLINK instruction just like you mentioned.

If it’s OK with you I may need some more advice over the next few days?

In the meantime thanks again for your help, which I really appreciate.


Drewie.
 

Similar Topics

Got an old machine with a IC610CPU104 CPU. A bit of research told me this is the same as DL305 so DirectSoft from AutomationDirect should work...
Replies
15
Views
2,013
Dear Everyone I work with PLC GE-Fanuc. But I don't know that "PLC GE-Fanuc (Series 90-30 and VersaMax) can Online Edit Programming while...
Replies
9
Views
3,028
Our PLC output 7 opens a valve to move a cylinder rod. The output turns on every minute. The output is supposed to be ON for 10.56 seconds. But...
Replies
3
Views
2,862
Need to find where to get VersaPro or Proficy software for the GE Fanuc 90-30 PLC.
Replies
5
Views
2,525
Good afternoon all, hope everyone is doing well. Could someone explain the pic attached on the wrt.not instruction? To me, it looks the same as...
Replies
6
Views
2,101
Back
Top Bottom