Rssql issues

DVAN

Member
Join Date
Apr 2011
Location
michigan
Posts
3
Hello all I am a student and also very new to PLC's and RSSQL. I have a situation where I am trying to link rslinx classic to ms sql through rssql so mssql can read a realtime value coming from a plc i have setup. I have gone through the checklist in rssql and once i run the transaction monitor each transaction that is ran fail. I know my statement may be very vague but if anyone can try to help it would be greatly appreciated.
 
Log Files

Define and enable the log files for all the components of the system The cause of the failure should be there as soon as you trigger a transaction that fails.
 
Well, the transaction log says that the data point is not scheduled. That means it isn't polled, so it won't be kept updated.

You need to make sure all data points that should be logged when your trigger fires are on a regular poll.
 
Factory talk transaction monitor shows failed

Hello all I am a student and also very new to PLC's and RSSQL. I have a situation where I am trying to link rslinx classic to ms sql through rssql so mssql can read a realtime value coming from a plc i have setup. I have gone through the checklist in rssql and once i run the transaction monitor each transaction that is ran fail. I know my statement may be very vague but if anyone can try to help it would be greatly appreciated.


I to have same problem, in transaction monitor all shows failed :(

any solutions for this please
 
Its hard to read your attched file, but try setting the tags you want to monitor to "scheduled" in step three of the checklist where you defined the data points. Leave your trigger tags as unscheduled.
 

Similar Topics

Hi, I am currently in need of help with regarding of the ways on how to connect RSSQL to suitelink without using 3rd party driver...your reply is...
Replies
0
Views
1,098
I'm trying to get a string from the plc and store it in a database, but I can only get the first byte, I know there should be an easy solution to...
Replies
0
Views
1,922
Hi Everybody, While I am trying to start configure RSSql,I m getting Error(33190)'The service could not validated using specified username and...
Replies
0
Views
3,452
Hey all, I am trying to define data points in RSSql and am having some problems. I have a ControlLogix 5555 controller and an OPC topic set-up...
Replies
1
Views
3,947
I need to setup a trigger as an unsched event specified to bit level. I can do this currently to word level, but it is kind of a waste. I do not...
Replies
5
Views
3,441
Back
Top Bottom