Load C program for Sixnet RTU

kashifaslam

Member
Join Date
Oct 2010
Location
houston
Posts
2
Can anyone help me writing a test C program to check if it runs in the SixNet RTU. Any program will do(as simple as addition), I just need to test the loading of C program into RTU.
 
Code:
#include <stdio.h>
    #define Max 10
      
    int main()
    {
        int i, sum = 0;
       
        for ( i = 1; i <= Max; i++ ) {
          sum += i;
        } 
        printf("sum = %d\n", sum);

        return 0;
    }
 
Last edited:

Similar Topics

Please help me How to B&R 7CP476.60-1 upload program Backup and download which program should I use. Pvi transfer tool.? And how. Thank you
Replies
0
Views
87
in our old machine we used beijer cimrex 41 need to take program backup. i tried it with information designer software through ethernet. ip...
Replies
3
Views
84
I can't seem to get the Panel View Plus 7 standard edition to downgrade to V_11, when I check the AB downloads and compatibility websites for this...
Replies
1
Views
133
Hello everyone. I am new when it comes to Omron PLCs. Currently I'm uploading program from CJ1M PLC using CS1W-CIF31 cable only. I connected the...
Replies
2
Views
156
Hi, I have received a request from customer to backup this PLC. If I upload the program from the PLC, does it include comments?
Replies
7
Views
674
Back
Top Bottom