CommonWealth Scientific Corporation, Robot chamber

in the above diagram,

i could trace the flow of execution for open/close valve command.
But,I'm stuck when the TCC.cpp communicates with the ARTCOMM.cpp.

Is there any specifc format, template etc i can look for where i can identify the location in code where the program communicates with the PLC.
i want to find that particular handle tat does the communication from the Program to the PLC.

Jack
 
The PCM301 and PCM311 modules are BASIC coprocessor modules. They are probably running their own applications and passing data between varaibles in their BASIC programs and addresses in the PLC.

However, it is also possible that the builder is using the PCM modules as communications interfaces. If that is the case, then the PC is using either SNP or CCM serial communications protocol to talk to the PLC.

If you have a listing of the BASIC source code, look for SYSLINK, SYSREAD and SYSWRITE statements in it. That's how the data is passed from the BASIC application to the PLC. The SYSLINK statement links a BASIC variable to a PLC address. SYSWRITE writes the BASIC variable's value to the PLC and SYSREAD gets a value from the PLC and sets a BASIC variable equal to it.

That's a pretty complex system you have there. Don't you have any documentation from the manufacturer? If not, why not?
 

Similar Topics

Working with a CLX Cat # 20040 RS485 port Modbus RTU and I am not getting the expected data from for the sensor reading. I expected an IEEE754...
Replies
10
Views
3,903
Respected Members rather Mentors, I am cracking my head to sort out an issue regarding RSView32 Trend object. In that trend, assigned flow...
Replies
2
Views
1,781
I'm using a 2080-LCD with a Micro 810 to display analog values and display it on the LCD. However, some values display in scientific notation ex...
Replies
3
Views
2,056
Hello, I was donated a working Pacific Scientific SC750 servo drive and servo motor from my workplace. I am in the process of modifying my hobby...
Replies
10
Views
7,161
Hi there, I have some real values I want to display in a report. ON a graphic display the value appears as 109652. On the report is appears as...
Replies
1
Views
1,516
Back
Top Bottom