Converting C to basic

a.llex

Member
Join Date
Oct 2004
Posts
6
New asks about convert C to Basic ...

Im trying to convert the driver from c to Basic
Inside my comunication driver between schenk balance and multilab eletro nite

(Allen Bradley Basic Module Series B ... Rockwell)

What are the equivalent instruction from C to Basic?

C Basic

#define TIMEOUT_DIS 0x0001 >> Maybe let TIMEOUT_DIS = 1
unsigned char BufferInMtl[12] >> Maybe dim BufferInMtl (12)
float fTare = 9.5877 >> Maybe ket ftare = 9.5877
unsigned char ck >> Maybe ck = ""
int DadosBTR[64] >> Maybe let DadosBTR(64)
#include <include.h> >> ???????????
clr_rcv1() >> call 96
clr_xmt1() >> call 96
clr_rcv2() >> call 36
clr_xmt2() >> call 36


How do I make to have a instruction like this in my basic driver?


Where can I find a Basic compiler to see how is going my convertion?




Thanks since now
 

Similar Topics

I am currently working on converting an Object-based ArchestrA System Platform HMI to a Tag-based InTouch HMI. Currently, the I/O is linked...
Replies
0
Views
20
Hello everyone, can anyone help me with covert the STL code to ladder. Iam using plc s71200. A %DB1.DBX33.7 // angel of vaccum...
Replies
2
Views
232
Hello PLCs Forum, I am in a bit of a pickle and was hoping someone could offer me some help. I have a .rss file and just need to see the ladder...
Replies
2
Views
145
Hello nice to meet you, im new in here, I'm currently trying to convert code written in STL for a S7-400 to SCL for an S7-1500, because when i run...
Replies
5
Views
398
Hello, did anybody know, if there exist an converting cable like the1492-CM1746-M01 (for an 1746-IB16 to an 5069-IB16), for an 1746-HSCE to an...
Replies
3
Views
403
Back
Top Bottom