Unity ProNeed a DFB created

asterof

Member
Join Date
May 2007
Location
Califonia
Posts
554
Any one can put together a DFB for Unity Pro 6.0

In the Libs there are FBs like MOV DINT TO ARDINT
What I need is MOV ARDINT TO DINT
Would appreciate it.
Thanks
 
Pretty sure its there. Just look under Base Lib------->Arrays. Or just search for ADD_ARDINT_DINT. Im sure you can use the add instead of move. Just make sure the DINT is empty before adding
 
Tech Support Said No

Array1[0..10]
No FB to move an array[0] to DINT
then index and move array[1] to DINT
I will post what Ihad to do, maybe someone can improve on it
 
maybe move block?


first you have to enable array variables at project settings

then you can declare variables with addresses

test1, dint, %MW100
test2, dint, %MW102
...
test11, dint, %MW122

and

array1, array[0..10] of dint


then use move block at program


array1 - Move - %MD100:11
 
Last edited:

Similar Topics

Hello, I am using Unity pro V15. I have Quantum CPU 671 and Ethernet NOE 77101 configured. I have configured IO scanning on NOE. I have attached...
Replies
5
Views
166
HELLO MY FRİENDS ı have problem. ı tought you can solved thıs problem for me. First of all When I checked all the cable connections of the...
Replies
0
Views
398
Hi All, I haven't installed Unity Pro in years and needed to install it recently. I initially tried installing Version 11.1 and the whole...
Replies
3
Views
686
GitHub Link: https://github.com/Automation-Standard/Open-Industry-Project This is a little side project I've been working on that I felt would be...
Replies
14
Views
3,408
Hello. New to Unity and had a couple quick questions. Can a Modicon M340 output to a small multiline LCD screen and not a full HMI?
Replies
4
Views
956
Back
Top Bottom