Search found 2 matches

by dorijan
Thu Mar 11, 2010 2:37 am
Forum: General Remark and Questions
Topic: setting variables in OPC server
Replies: 0
Views: 3761

setting variables in OPC server

For my final work at university I am making a way to connect a dsPIC to SCADA over OPC server, so I want to share with everyone my proof of concept code in python... import serial, binascii, struct,time,OpenOPC ser = serial.Serial(0, 38400) #for com1: use 0, for com2 use 1 etc...38400 is speed of co...
by dorijan
Wed Jan 27, 2010 3:07 pm
Forum: Requirement, Installation & Configuration
Topic: sample time
Replies: 0
Views: 6295

sample time

Hi to all... I would like to make some kind of SCADA for this project for my final work at university, and I was thinking about mysql+php+apache... But for one thing I am not sure of, and that is can I get a reading of 1000 samples of 1 ms sample time? If I am calculating ok, at 115200, I can get 14...