Getting analog output from TSXAMZ 600 card

Raj Kumar

Member
Join Date
Nov 2003
Location
New Delhi
Posts
3
Can any one tell me the commands/application program for getting an voltage output from the Modicon TSX PLC's TSXAMZ 600 analog card. I am not using any analog input and want to get 0 to 10 volt output by providing digital input to control the output of some power supplly. I do not have the literature also to refer. I am using instruction list language and PL7 programming software.
 
Hi

Write a value between 0 and 10000 in the %qwX.4 or %qwX.5. X is the position of the analog card on the TSX Rack.

If you go to Aplication Browser -> Variables -> I/O you can symbolise the output (use a frendly name) and see exactly the output adress.

João
 
What is the actual command ? Is it ST %qwX.4:=xxxxx or S or R %qwX.4:=xxxx

Please write it for me if I want to assign 3000 to the channel 4 of the card installed at position 3 of PLC.....
 
Last edited:
I never used Instruction List. Always use Structurated text or Ladder Logic, but I believe is something like:

LD %M1
[%QW3.4:=3000]

(you must change %M1 according to your needs)

Hope this hepls


João
 

Similar Topics

Hi, I tried today to get RD3A and WR3A instructions to work on the PLC and it didn't work, but it worked in simulation. I followed the clone...
Replies
18
Views
1,503
hi all, i m using L32e controller and 1769-of4vi analog output card... i m not able to get analog output from it.... can anyone please let me...
Replies
3
Views
1,242
Hello, I have a Micrologix 1400 PLC and using RSLogix 500. Using a Multi Ranger Ultra Sonic Level Sensor and the input is moved to N7:11, then...
Replies
15
Views
3,956
Hello everyone I need logic to see the some analog value getting updated or not. If updated to this ,if not updated do that. Will this work put...
Replies
3
Views
1,680
Hi how's it going. Was just wondering if someone could help me out. Recently one of the guys over on the LinuxCNC forums put me onto getting an...
Replies
15
Views
223
Back
Top Bottom