FSharp.Plc.Ads


Builder

Namespace: FSharp.Plc.Ads.Experimental

Nested types and modules

TypeDescription
AdsWrapper

Wraps in TwinCAT.Ads.TcAdsClient in F# computation expression

Result<'T>

type alias for Choice<'T, string, AdsError * string>

Choice1Of3 is OK Result

Choice2Of3 is NOK Result

Choice3Of3 is ADS NOK Result

'T is type of successful return

ModuleDescription
Result

Functions and values

Function or valueDescription
createClient arg1 arg2
Signature: string -> int -> AdsWrapper

Creates instance of AdsWrapper

amsNetId: AmsNetId of PLC

port: target port of PLC

returns AdsWrapper

Fork me on GitHub