Crimson 3 programming example codes

bjrajendra

Member
Join Date
Jun 2014
Location
*******
Posts
36
Hi all,
i am reading the referrance amanual of crimson 3 and i am trying to write the codes and can anyone suggest a crimson 3 programming codes and their outputs so that i can learn those quickly

please help me
 
yes their i am not finding the effective usage of system functions, suppose i want to use the raw serial port to communicate with rs 232 and now i want to use the system functions portwrite and portprint so that whatever the value i wrote i should display on my hyperterminal display
thanks
 
What could possibly be the difficulty here?

PortWrite writes a single character out the selected comm port. The port has to be set to raw data, no protocol.

PortWrite(1, 'z')

PortPrint writes a string out the selected comm port, again, raw, no protocol.

PortPrint(1, "My text")

Neither has a return value.
 

Similar Topics

Hey everyone! Need a little help with some scripting in Crimson 3.0. With this first script I am just trying set a local variable string based...
Replies
8
Views
2,353
I am stuck, pretty new at c "like" programming. Trying to have a program run some comparisons to setpoints and variable data that comes in from a...
Replies
27
Views
5,528
Hi, I have a Red Lion E3 io counting output from weld cells, connected to a PTV station for the visuals. Our number of weld cells is set to...
Replies
2
Views
1,555
Good day I'm looking for a way to let crimson 3 monitor 3 temperatures from modbus then i want crimson to "GotoPage" when these 3 temps have...
Replies
3
Views
1,630
Hello all, First time here, So I want to take an analog input and total it over time. For example, the input would be in ml/s and I would like...
Replies
1
Views
1,484
Back
Top Bottom