With SoMachine V4, ATV61/71 IO extended card inputs/outputs can only be accessed by IMC card if all of them are at least accessed once in application code.
In other words, following code has to be added :
VAR
tmp_ai3, tmp_ai4 : WORD;
tmp_ao2, tmp_ao3 : WORD;
tmp_li11, tmp_li12, tmp_li13, tmp_li14 : BOOL;
tmp_relay4, tmp_lo3, tmp_lo4 : BOOL;
END_VAR
--------------------------------------------------------
tmp_ai3 := DRIVE_AI3;
tmp_ai4 := DRIVE_AI4;
DRIVE_AO2 := tmp_ao2;
DRIVE_AO3 := tmp_ao3;
tmp_li11 := DRIVE_LI11;
tmp_li12 := DRIVE_LI12;
tmp_li13 := DRIVE_LI13;
tmp_li14 := DRIVE_LI14;
DRIVE_RELAY4 := tmp_relay4;
DRIVE_LO3 := tmp_lo3;
DRIVE_LO4 := tmp_lo4;
In other words, following code has to be added :
VAR
tmp_ai3, tmp_ai4 : WORD;
tmp_ao2, tmp_ao3 : WORD;
tmp_li11, tmp_li12, tmp_li13, tmp_li14 : BOOL;
tmp_relay4, tmp_lo3, tmp_lo4 : BOOL;
END_VAR
--------------------------------------------------------
tmp_ai3 := DRIVE_AI3;
tmp_ai4 := DRIVE_AI4;
DRIVE_AO2 := tmp_ao2;
DRIVE_AO3 := tmp_ao3;
tmp_li11 := DRIVE_LI11;
tmp_li12 := DRIVE_LI12;
tmp_li13 := DRIVE_LI13;
tmp_li14 := DRIVE_LI14;
DRIVE_RELAY4 := tmp_relay4;
DRIVE_LO3 := tmp_lo3;
DRIVE_LO4 := tmp_lo4;
Released for: Schneider Electric Philippines




Need help?
Product Selector
Quickly and easily find the right products and accessories for your applications.
Get a Quote
Start your sales inquiry online and an expert will connect with you.
Where to buy?
Easily find the nearest Schneider Electric distributor in your location.
Help Center
Find support resources for all your needs, in one place.