write a value using memory adress

haroon1921

Member
Join Date
Mar 2012
Location
karachi
Posts
6
i write a bit from vijeo citect using %i0.0 but when i am using some memory adresses like %m1 its not working :angr:. help me
thanks:)
 
You will have to use same structure so you read a bit from input with %IX0.0
VAR
inputbit at %IX0.0 : BOOL;
inputmarker at %MX0.0 :BOOL;
etc.
writing is done by %QX0.0 :bool;
this is same address (this is done only at end of cycle.)
 
need Help!!

friend i have read the memory bit adresses like %m1,,%m2,%m100,,e.t.c, but the problem is when i try to write the boolean value like %m4 through citect its not working ,,the communication is okay ,,i m using vitect with twido plc...
thanks in advance
 
I have had the same problem with the %m1 what I did to fix the problem is I changed to %mw1:x1 citect seem not to work with %m? bits its a hit and miss with some %m? bits so you will need to use %mw1:x1 bits
 

Similar Topics

Hi , I am having a set of data that has to be logged in database via kepserver datalogger using compact logix,,, I was able to write those data...
Replies
1
Views
3,037
Hello Everyone, Can somebody tell me how I can move a internal value ( word, int, float etc) to a external tag in C script or VBS or another...
Replies
3
Views
2,011
I have a site that I have recently commissioned using View SE 8.0 connected to a CompactLogix 1769-L30ER. The customer has View SE ver 8.0, so...
Replies
7
Views
4,661
hi. i have a problem. im using omron cx-programmer..how to write the program to find maximum and minimum value in ladder diagram using the...
Replies
4
Views
3,265
Hi, first sorry my english. I need help. Im using RSView32 7.40 I want to write value to a tag from Visual Basic. i calcualted something in...
Replies
0
Views
1,357
Back
Top Bottom